aesthetic
testlayouts____8
read my profile
sign my guestbook

Message: message me


Member Since: 5/20/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Friday, May 20, 2005

bold italic underlined

here's the code:

<div align="right"><a href="http://xanga.com/aesthetic_layouts">aesthetic</a></div>
<style type="text/css">
body
{
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-left: 100px solid #e6e6e6;
border-bottom: 0px solid #000000;
background-image:url(http://img.photobucket.com/albums/v294/xkiwilicious/Retro-Rose-Print.jpg);
background-position:right center;
background-repeat:repeat-y;
background-attachment:fixed;
background-color:1f1b18;
scrollbar-arrow-color:#a08385; scrollbar-track-color:#1f1b18;
scrollbar-shadow-color:#e6e6e6; scrollbar-face-color:#e6e6e6;
scrollbar-highlight-color:#e6e6e6; scrollbar-darkshadow-color:#e6e6e6;
scrollbar-3dlight-color:#e6e6e6;
}

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p
{
/* edits main text */
font:normal 12px elephant;
line-height:12px;
color:#a08385;
letter-spacing:0px;
text-align:left;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
  font-weight: bold;
  color: #dcd8b5;
}
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-color: #1f1b18;
font-family: Elephant;
text-transform:lowercase;
line-height: 28px;
font-size:12px;
font-weight:bold;
color:#dcd8b5;
letter-spacing:1px;
border:7px doUBLE #A08385;
text-align: right;

}

a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#a08385;
  font:normal 12px elephant;
  line-height:12px;
  text-decoration: none;
}

a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
  color:#a08385;
  font:normal 12px elephant;
  line-height:12px;
  text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
  color:#dcd8b5;
  background-color: transparent;
  border: none;
  font:normal 10px comic sans ms;
  line-height:12px;
  text-transform:uppercase;
  letter-spacing: 0px;
  text-decoration: none;

}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 3px solid #000000;
font:normal 12px elephant;
background-color: #1f1b18;
letter-spacing:0px;
color: #a08385;
}

table.left {
/* this edits the menu module */
border: 0px solid #000000;
width:160px;
background-color: #transparent;
}

table.blogbody {
/* this edits the other the place where the blog is */
border: 7px solid #000000;
background-color: #e6e6e6;
border-top: 7px solid #000000;
width:375px;
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-color: #1f1b18;
  font: 12px elephant;
  line-height: 25px;
  text-transform: lowercase;
  text-align: left;
  color: #dcd8b5;
  border: 7px double #a08385;
}
table.left TD {
/* on your menu module, this edits the body part of it */
  font-size:12px;
  font-weight:none;
  color:#a08385;
  background-color: #e6e6e6;
  border: 7px 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: 500px;
}
hr {
/* horizontal divider */
border: 1px dotted #e6e6e6;
}
table.blogbody tr td {
/* this edits the left margin of blog */
  width: 0px;
  padding: 3px;
  }
table.blogbody div.smalltext{
/* this edits the blog entry footer */
  text-align: left;
</style>