Help !!!!!!!!!!!!!!!!????????????, wiht my code, thanks! |
Help !!!!!!!!!!!!!!!!????????????, wiht my code, thanks! |
Dec 30 2004, 07:41 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: Mar 2004 Member No: 9,929 |
This is my code, I want the blogs to be one fontsize and spacing whilke the leftside modules are another. can you help?? thanks
CODE <style type="text/css"> /*Faded Rose stylesheet */ /* by Melanie*/ /* <a href='http://blogring' target='_blank'>http://blogring</a> */ body { background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #ffffff; } , .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 16px times new roman; line-height:11px; color:#000000; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:Arial; text-transform:uppercase; font-size:18px; line-height:10px; font-weight:bold; color:#66ff66; letter-spacing:-1px; background-color: #000000; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 12px times new roman; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 12px times new roman; line-height:10px; text-decoration: underline; } a:hover { /* edits when user mouseovers the links */ color: #33ff22; height: 1px; font:normal 12px times new roman; line-height:10px; cursor: ne-resize; text-decoration: none; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #33ff22; font:normal 12px times new roman; background-color: #000000; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #33ccff; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #33ccff; background-color: #ffffff; width:450px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #000000; filter: alpha (opacity=100, finishopacity=100, style=1) font-family:arial; text-transform:uppercase; font-size:18px; line-height:10px; font-weight:bold; color:#33ff22; letter-spacing:0px; background-color: #000000; text-align: right; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: none; color: #000000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #33ccff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #33ccff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #cc33ff; } </style> ps: i want the blogs to be times new roman 16, line spacing 12, and the side modules to be times new roman 12 with line spacing 10. thanks! |
|
|
|
![]() |
Dec 30 2004, 07:48 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
CODE <style type="text/css"> /*Faded Rose stylesheet */ /* by Melanie*/ /* <a href='http://blogring' target='_blank'>http://blogring</a> */ body { background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #ffffff; } , .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 16px times new roman; line-height:12px; color:#000000; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:Arial; text-transform:uppercase; font-size:18px; line-height:10px; font-weight:bold; color:#66ff66; letter-spacing:-1px; background-color: #000000; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 12px times new roman; line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 12px times new roman; line-height:10px; text-decoration: underline; } a:hover { /* edits when user mouseovers the links */ color: #33ff22; height: 1px; font:normal 12px times new roman; line-height:10px; cursor: ne-resize; text-decoration: none; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #33ff22; font:normal 12px times new roman; background-color: #000000; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 3px double #33ccff; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 3px double #33ccff; background-color: #ffffff; width:450px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #000000; filter: alpha (opacity=100, finishopacity=100, style=1) font-family:arial; text-transform:uppercase; font-size:18px; line-height:10px; font-weight:bold; color:#33ff22; letter-spacing:0px; background-color: #000000; text-align: right; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; border: none; color: #000000; font: normal times new roman 12px; line-height: 10px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #33ccff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #33ccff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #cc33ff; } </style> try that |
|
|
|
kelllllly Help !!!!!!!!!!!!!!!!???????????? Dec 30 2004, 07:41 PM
shattered_glass What do you mean blogsized ... what? =\ Be mo... Dec 30 2004, 07:45 PM
kelllllly QUOTE(shattered_glass @ Dec 30 2004, 7:45 PM)... Dec 30 2004, 07:48 PM![]() ![]() |