}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in you entries */
font-weight: bold;
/*this color thing changes the color of words when they are in bold*/
color: #ffffff;
}
div.blogheader, .caption {
//** edits the dates **//
font-family: tahoma;
text-transform:lowercase;
font-size:15px;
line-height:px;
font-weight:bold;
height: 1px;
/*This color thing changes the color of the date*/
color: #ffffff;
border-top: 2px solid #a3a3a3;
border-bottom: 5px solid #a3a3a3;
border-left: 1px solid #a3a3a3;
border-right: 1px solid #a3a3a3;
letter-spacing:1px;
text-align: center;
background-color: #336699;
/*this image thing is where you put the link to a pic you want in the date spot*/
background-image: url ();
background-repeat: no-repeat;
background-position: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
//** edits all links **//
/*This is the color of the links*/
color:#ffffff;
text-decoration: none;
font:normal 12px arial;
}
a:visited, a.footernav:visited, {
//** edits the links that the user has visited **//
/*same as link spot above, always make these two the same color*/
color:#ffffff;
text-decoration: none;
font:normal 12px arial;
}
a:hover {
//** edits when user mouseovers the links **//
height: 2px;
font:normal 12px arial;
line-height:px;
cursor: crosshair;
filter:alpha (opacity=0, finishopacity=100, style=2);
height: 6px;
/*This changes the color of the links when you hover over them (same with border)*/
color:#ffffff;
border: 1px solid #ffffff;
text-decoration: none;
padding-top: 1px solid;
padding-bottom: 1px solid;
padding-left: 1px solid;
padding-right: 1px solid;
}
input, select, textarea, .textfield, .button {
//** this edits the buttons, dropdowns, etc. **//
/*this changes the border color on buttons like submit, search*/
border: 2px solid #a3a3a3;
font:normal 11px arial;
background-color: transparent;
letter-spacing:0px;
/*this changes the color of the text on buttons like submit, search*/
color: #a3a3a3;
}
table.left {
//** this edits the menu module **//
border: 2px dashed transparent;
width:160px;
/*this changes the color of the background of the left hand module*/
background-color: #336699;
/*all of these border spots change the color of the border of the left had module*/
border-top: 2px solid #a3a3a3;
border-bottom: 5px solid #a3a3a3;
border-left: 1px solid #a3a3a3;
border-right: 1px solid #a3a3a3;
}
table.blogbody {
//** this edits the other the place where the blog is **//
/*all of these border spots change the color of the border in the main entry*/
border-top: 2px solid #a3a3a3;
border-bottom: 5px solid #a3a3a3;
border-left: 1px solid #a3a3a3;
border-right: 1px solid #a3a3a3;
/*This background color changes the background color of the main entry*/
background-color: transparent;
width:400px;
font:normal 11px arial;
font-color: ;
line-height:px;
}
table.left th {
/*I didn't write that but I thought it explained it good*/
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: none;
background-color: #336699;
font: bold 11px arial;
color: #ffffff;
border-top: 2px solid #a3a3a3;
border-bottom: 5px solid #a3a3a3;
border-left: 1px solid #a3a3a3;
border-right: 1px solid #a3a3a3;
}
table.left TD {
//** on your menu module, this edits the body part of it **//
background-image: none;
/*This changes the background color of the left hand module*/
/*don't ever leave it on transparent*/
background-color: #336699;
border: none;
font:normal 11px arial;
line-height:;
/*this changes the color of the words in the left hand module*/
color: #ffffff;
}
table.search TD, table.search, table.announcements {
//** border of search bar (if you have it) **//
/*this changes the background color of on announcements*/
background-color: #336699;
/*This changes the border color on announcements like public preview, new entry*/
border: 1px solid #ffffff;
}
table.search TD, table.announcements TH {
//** this should be left alone **//
//** unless you know what to do **//
/*These two things change the color of the border and background of the search bar*/
border: 1px solid #ffffff;
background-color: transparent;
}
table.navigation, table.main, table.footer {
//** the width of your blog with modules **//
/*This changes how wide the entries are. You should never change it so just leave it alone*/
width: 400px;
}
hr {
//** horizontal divider **//
/*I don't know if you've ever noticed but there's a line at the bottom of everyones xanga*/
/*this changes the color of it*/
border: 1px dotted #ffffff;
}
|