Here is the default CSS for the s2 Clean and Simple style.
body {
background-color: #6666cc;
color: #000000;
}
a:link {
color: #000050;
background: transparent;
}
a:visited {
color: #500050;
background: transparent;
}
a:active {
color: #00ffff;
background: transparent;
}
img {
vertical-align: absmiddle;
}
table {
width: auto;
}
#main {
margin: 50px;
}
pre {
text-align: left;
}
#topbar {
background: #c0c0ff none;
color: #000000;
}
#topbar h1 {
margin-top: 5px;
margin-bottom: 0;
text-align: center;
font-size: 1.5em;
}
#topbar h2 {
margin-top: 0;
margin-bottom: 5px;
text-align: center;
font-size: 1.25em;
}
#navbar {
background: #eeeeff none;
color: #000000;
width: 25%;
}
#navbar ul {
list-style: none;
margin: 10px;
}
#navbar ul li {
margin: 0;
}
#navbar ul li.active {
font-weight: bold;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
background: #eeeeff none;
color: #000000;
text-decoration: none;
}
#navbar a:hover {
text-decoration: underline;
}
#userlinklist ul {
margin-top: 0;
margin-bottom: 0;
}
#mainstuff {
width: 75%;
background: #ffffff none;
color: #000000;
}
#userpic {
text-align: center;
margin: 10px;
}
#userpic img {
border: 2px solid #c0c0ff;
background: #c0c0ff none;
color: #000000;
}
#entries {
margin: 10px;
}
#range {
margin-bottom: 0.5em;
}
.day {
border-top: 1px dashed #000000;
clear: both;
}
.day h3 {
border-bottom: 1px dashed #000000;
padding: 2px;
margin: 0;
font-size: 1.1em;
text-align: center;
}
address {
text-align: center;
font-style: normal;
font-size: 0.95em;
}
/* entries */
.entrytext {
padding: 2px;
text-align: justify;
}
.entry {
clear: both;
border: hidden #000000;
}
.entrytext p, .entrytext ul, .entrytext ol, .entrytext table {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.entryheading {
font-weight: bold;
}
.timestamp, .subject, .altposter {
font-weight: bold;
color: #c00000;
background: #ffffff;
}
.altposter a {
color: #c00000;
background: #ffffff;
text-decoration: underline;
}
.altposter img {
border: 2px #000000 solid;
background: #eeeeff none;
color: #000000;
}
.talklinks {
font-size: 0.75em;
text-align: right;
margin-bottom: 2px;
clear: right;
}
.frienduserpic {
border: 2px solid #c0c0ff;
background: #c0c0ff none;
color: #000000;
}