| bold italic underlined
here's the code:
<center><a href="http://xanga.com/aesthetic_layouts">aesthetic</a></center> <style type="text/css"> body { border-top: 0px solid #ffffff; border-right: 100px solid #0080ff; border-left: 100px solid #804000; border-bottom: 0px solid #ffffff; background-color:#ffffff; scrollbar-arrow-color:#0080ff; scrollbar-track-color:#ffffff; scrollbar-shadow-color:#ffffff; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-3dlight-color:#ffffff; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 10px century gothic; line-height:10px; color:#000000; letter-spacing:0px; text-align:center; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #0080ff; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; table:center; } div.blogheader, .caption { /* edits the dates */ background-image:url(http://img224.echo.cx/img224/6061/brownbluepolkadot4ot.png); font-family: elephant; text-transform:lowercase; line-height: 18px; font-size:18px; font-weight:bold; color:#ffffff; letter-spacing:-1px; border:2px solid #000000; border-bottom:0px solid #000000; text-align: center; width:300px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 10px century gothic; line-height:10px; text-decoration: bold; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; font:normal 10px century gothic; line-height:10px; text-decoration: bold; } a:hover { /* edits when user mouseovers the links */ color:#804000; background-color: #0080ff; border: 0px solid #000000; font:normal 10px century gothic; line-height:10px; text-transform:none; letter-spacing: 0px; text-decoration: bold; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 10px century gothic; background-color: #ffffff; letter-spacing:0px; color: #0080ff; } table.left { /* this edits the menu module */ border: 2px solid #000000; width:175px; background-color: #ffffff; } table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #000000; background-color: #ffffff; border-top: 2px solid #000000; width:300px; text-align:center; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image:url(http://img224.echo.cx/img224/6061/brownbluepolkadot4ot.png); font: 18px elephant; letter-spacing:-1px; line-height: 15px; text-transform: lowercase; text-align: center; color: #ffffff; border: 0px solid #000000; border-bottom: 0px solid #000000; } table.left TD { /* on your menu module, this edits the body part of it */ font-size:10px; font-weight:none; color:#000000; background-color: #ffffff; border-top: 2px solid #000000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ border: 0px solid #ffffff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 450px; } hr { /* horizontal divider */ border: 1px dotted #000000; } table.blogbody tr td { /* this edits the left margin of blog */ width: 0px; padding: 5px; } table.blogbody div.smalltext{ /* this edits the blog entry footer */ text-align: center; </style> |
| |