|
Written by Ben
|
|
Monday, 18 October 2004 |
|
Page 3 of 6 Styling Map 2  | | Click to Enlarge |
Collapse All
Expand All
T - .sectiontableheader Below is an example of the css code for the Section Table Header for things such as News and Web Links.
.sectiontableheader {
background-color : #8D93AE;
background-repeat: repeat;
padding: 2px;
color : #666666;
font-weight : bold;
padding: 2px;
}
U - .pagenav Below is an example of the css code for the Page Navigation which resides within the Section Footer. Notice the three different styles.
.pagenav {
font-weight: normal;
}
a.pagenav, a.pagenav:visited {
font-weight: bold;
color: #343A58;
}
a.pagenav:hover {
color: #FF9900;
}
V - .sectiontablefooter Below is an example of the footer for the Section Tables. This holds the Page Navigation.
.sectiontablefooter {
background-color : #94B1CF;
padding: 2px;
color : #FFFFFF;
font-weight : bold;
padding: 2px;
}
W - .contentdescription Below is an example of the code for the Content Description.
.contentdescription {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: left;
}
|