%STARTINCLUDE%
/* Show the "PREVIEW" word in the background when previewing a topic: */
TD.WebPreview
{
background: url('%PUBURL%/TWiki/PreviewBackground/previewbg.gif');
}
/* Make warnings appear in red, bold text: */
font.warn
{
color: red;
font-weight: bold;
}
/* The following style sheet is for mimicing the Commons site.*/
body {
margin:0px;
padding:25px;
background: #ffffcc;
font: georgia;
}
p {
margin-top: 0px;
text-align: justify;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #663300;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #663300;
}
a:hover, a:active {
text-decoration: underline;
color: #FF6600;
}
TD.WebBottomBar { text-align: center; text_size: small; }
#wikitools { position: absolute; top: 0; right: 1ex; font-size: .75em; font-style: italic;}
/*This is for creating hidden links.*/
a.hidden:link {color: #ffffcc; text-decoration: none; }
a.hidden:visited {color: #ffffcc; text-decoration: none; }
a.hidden:active {color: red; }
a.hidden:hover {color: green; text-decoration: underline; }
/*This is for the top navigation menu*/
TD.WebTopBar {
text-align: center;
vertical-align: top;
font-size: 15px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: smallcaps;
}
TD.WebTopBar a:link {color: #663300; text-decoration: none; }
TD.WebTopBar a:visited {color: #663300; text-decoration: none; }
TD.WebTopBar a:hover {color: #FF6600; text-decoration: underline; }
%STOPINCLUDE%
Some extra css code:
/* The following style sheet is for mimicing the Commons site.*/
body {
margin:0px;
padding:20px;
background: #666633;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold
}
.body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold
}
.boldblue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #FF0000
}
.boldblack {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #000000
}
.underbold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000
}
.bodysansserif {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000
}
.yellowtextfront {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #FFCC00
}
.bodytextblack {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000
}
.styles {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold
}
.prulltext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px; font-style: normal;
line-height: normal;
font-weight: normal
}
.Renttext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; font-style: normal;
line-height: normal;
font-weight: bold
}
.Popuptext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #FF9933
}
.Saletop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 34px;
font-style: normal;
font-weight: bold;
background-color: #666633
}
/*This is for the top navigation menu*/
#Navmenu {
background-image: url("/pub/TWiki/DandruffSkin/dandruff_banner.gif");
background-position: top center;
background-repeat: no-repeat
text-align: center;
vertical-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-style: italic;
line-height: normal;
font-weight: normal
font-variant: smallcaps
}
a:link, a:visited {
color: #FFCC33;
text-decoration: underline;
}
a:hover[href] {
color: orange;
text-decoration: underline;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px; font-style: normal;
line-height: normal;
font-weight: bold;
color: #000000
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px; font-style: normal;
line-height: normal;
font-weight: bold;
color: #000000
/*Equivalent to boldblack */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #FFCC00
}
/*Equivalent to Renttext only yellow */
#wikitools { position: absolute; top: 0; right: 1ex; font-style: italic; }
/*This is for creating hidden links.*/
a.hidden:link {color: #666633; text-decoration: none; }
a.hidden:visited {color: #666633; text-decoration: none; }
a.hidden:active {color: red; }
a.hidden:hover {color: yellow; text-decoration: underline; }