2008-08-06, 04:26 PM
For some reason I am confused as to what exactly to do in order to get the site news to display.
The readme says:
However I can't seem to find these css classes:
box-border, box-header, box-content, box-footer
What do I do?
The readme says:
In order to style your news box, you can use the following css classes: box-border, box-header, box-content, box-footer. Here is some example css:
.box-border {
background: #1e567d;
width: 500px;
padding: 1px;
}
.box-header {
background: #2a79af;
padding: 3px;
font-family: Verdana;
color: #ffffff;
text-align: left;
font-size: 18px;
border-bottom: 1px solid #1e567d;
}
.box-header a:link,
.box-header a:visited,
.box-header a:active {
color: #ffffff;
text-decoration: none;
}
.box-header a:hover {
color: #ffffff;
text-decoration: underline;
}
.box-content {
padding: 5px;
font-size: 13px;
text-align: left;
background: #ffffff;
vertical-align: top;
}
.box-footer {
background: #52abe7;
padding: 3px;
padding-right: 5px;
font-family: Verdana;
color: #ffffff;
text-align: right;
font-size: 11px;
border-top: 1px solid #1e567d;
}
.box-footer a:link,
.box-footer a:visited,
.box-footer a:active {
color: #ffffff;
text-decoration: none;
}
.box-footer a:hover {
color: #ffffff;
text-decoration: underline;
}
However I can't seem to find these css classes:
box-border, box-header, box-content, box-footer
What do I do?