Old TWiki Colors
Cascading Style Sheet to control the colors for an old layout of the website that ran on TWiki instead of the current Plone.
daylight.css
—
Cascading Style Sheet,
0Kb
File contents
body {
font-family:Arial, Helvetica;
}
/* horrid IE hack :( */
.png {
behavior: url("pngbehavior.htc");
}
.titlebox {
background: #CCCCFF;
}
.titletext {
text-color: black;
}
.motto {
text-color: black;
}
.loc {
text-color: black;
}
.nav a {
text-decoration: none;
}
.edit {
background: white;
}
.sidebox a {
text-decoration: none;
}
.sidebox-header {
background: #CCCCFF;
font-weight:bold;
}

