aesthetic
testertree
read my profile
sign my guestbook

Message: message me


Member Since: 7/25/2005

SubscriptionsSites I Read

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site

Monday, July 25, 2005

bold italic underlined normal

here's the code:

<div align="left">
<div align="right"><a href="http://xanga.com/aesthetic_layouts">aesthetic</a></div>

<style type="text/css">
body {
  background-color: #fbfbe7;
  background-image:url(http://img.photobucket.com/albums/v294/xkiwilicious/tree.gif);
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-left: 50px solid #313131;
  scrollbar-arrow-color: #fbfbe7;
  scrollbar-shadow-color: #c5d8ed;
  scrollbar-face-color: #c5d8ed;
  scrollbar-track-color: #313131;
  scrollbar-highlight-color: #c5d8ed;
  scrollbar-darkshadow-color: #c5d8ed;
  scrollbar-3dlight-color: #c5d8ed;
  }

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p
{
/* edits main text */
  font:normal 10px terminal;
  line-height:10px;
  color:#c5d8ed;
  letter-spacing:0px;
  text-align:left;
  }
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
 font-weight: none;
 color: #fbfbe7;
 }
.blogbody u, .standard u, p u, u {
 font-weight: underline;
 color: #fbfbe7;
 border-bottom: 1px dashed #fbfbe7;
 }
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: times new roman;
  font-size:20px;
  text-transform: lowercase;
  line-height:25px;
  letter-spacing: -2px;
  font-weight:none;
  color:#313131;
  background-color: transparent;
  width: 335px;
  border:none;
  text-align:center;
  }

a:link, .footernav.link, a.footernav:link, a.footernav:active {
  color:#313131;
  background-color:#c5d8ed;
  font-family: terminal;
  text-transform:uppercase;
  letter-spacing:0px;
  font-size: 10px;
  line-height: 10px;
  font-weight: none;
  text-decoration: none;
  }

a:visited, a.footernav:visited,  {
  color:#313131;
  background-color:#c5d8ed;
  font-family: terminal;
  text-transform:uppercase;
  letter-spacing:0px;
  font-size: 10px;
  line-height: 10px;
  font-weight: none;
  text-decoration: none;
  }

a:hover, a:active {
  color:#313131;
  background-color:#fbfbe7;
  font-family: terminal;
  text-transform:uppercase;
  letter-spacing:0px;
  font-size: 10px;
  line-height: 10px;
  font-weight: none;
  text-decoration: line-through;
  }

input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #fbfbe7;
  font:normal 10px terminal;
  background-color: #313131;
  color: #fbfbe7;
  }

table.left {
/* this edits the menu module */
  width:150px;
  border: none;
  background-color: transparent;
  }

table.blogbody {
/* this edits the other the place where the  blog is */
  border:none;
  border-top:10px double #c5d8ed;
  width:335px;
  background-color: #313131;
  }

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  font: normal 20px times new roman;
  text-transform: lowercase;
  line-height:22px;
  background-color: transparent;
  color: #313131;
  text-align: center;
  letter-spacing: -2px;
  border: none;
  }

table.left TD {
/* on your menu module, this edits the body part of it */
  background-color:#313131;
  font: 10px terminal;
  color: #fbfbe7;
  text-align:left;
  border-top:10px double #c5d8ed;
  }

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #313131;
  border: 1px solid #c5d8ed;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 0px solid #000000;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 450px;
  }
hr {
/* horizontal divider */
  border: 1px solid #c5d8ed;
  }
</style>