|
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 12px arial;
line-height:12px;
color: #f395d1;
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:16px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#f395d1;
color:white;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#f395d1;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#f395d1;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#f395d1;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #f395d1;
font:normal 12px arial;
background-color: #FFFFFF;
letter-spacing:0px;
color: #f395d1;
}
table.left {
/* this edits the menu module */
border: 1px solid #f395d1;
width:160px;
background-color: #ffffff;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid #f395d1;
background-color: #FFFFFF;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://glitterkitty.5u.com/glitter/pinkblue.gif);
background-color: transparent;
font: bold 12px arial;
text-transform: uppercase;
color: #f395d1;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none;
background-color: #FFFFFF;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #ffffff;
border: 1px solid #f395d1;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #f395d1;
}
hr {
/* horizontal divider */
border: 1px solid #f395d1;
}
|