| Meibee's Xanga
/* Sunset */
/* Morgan (girlie_layoutsx3) */
/*http://www.xanga.com/girlie_*/
body {
background-image:url(http://desktopstreet2.net/wallpaper/wallpaper4/umEegfFuCz7iB21f5rmaIHHnAd6Cqh.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #336699;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #ff6699;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #FFFFFF;
cursor: crosshair;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:13px;
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:lowercase;
font-size:20px;
font-weight:none;
color:#336699;
letter-spacing: -3px;
background-color: #FFFFFF;
text-align: center;
padding-bottom: 3pt;
border: 1px solid #FF9966;
border-width: 0px 0px 0px 0px;
padding: 3pt;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #000000;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active, a:visited, a.footernav:visited, {
/* edits all links */
color:#ff9966;
font: 11px arial;
line-height:13px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#000000;
font: bold 11px arial;
line-height:13px;
cursor: ne-resize;
text-decoration: line through;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #000000;
font:normal 11px arial;
background-color: #ffffff;
color:#000000;
}
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: 0px solid #000000;
background-color: #FFFFFF;
width: 100%;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color:#FFFFFF;
font: normal 18px arial;
text-transform: lowercase;
color:#336699;
border: none;
text-align: center;
letter-spacing:-2px;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: transparent;
border: none;
font:normal 11px arial;
color:#000000;
text-align: center;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: transparent;
border: 2px solid #000000;
}
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: 100%;
}
hr {
/* horizontal divider */
border: 0px solid #000000;
width:100%;
}
table.blogbody div.smalltext{
/* this edits the blog entry footer */
text-align:right;
padding-bottom:3px;
}
td.maincenter, {width: 100%; }
|