HomePage RecentChanges

css

div.diff { padding-left:5%; padding-right:5% }
div.old { background-color:#FFFFAF }
div.new { background-color:#CFFFCF}
div.refer { padding-left:5%; padding-right:5%; font-size:smaller; }
div[class="content refer"] p { margin-top:2em; }
div.content div.refer hr { display:none; }
div.content div.refer { padding:0; font-size:medium; }
div.content div.refer p { margin:0; }
div.refer a { display:block; }
dt { font-weight:bold; }
dd { margin-bottom:1ex; }
textarea { width:100%; height:70%; }
img.logo {
    float: right;
    clear: right;
    border-style:none;
    background-color:#FCFEFC;
}

li img, img.smiley {
    border:none;
    padding:0;
    margin:0;
    background:#FCFEFC;
    color:#000;
}    

div.header img, div.footer img { border:0; padding:0; margin:0; }

span.author {
    color: #501;
}
span.bar a {
	padding-right:1ex;
}
body {
    background:#FCFEFC;
    padding:2% 5%;
    margin:0;
}

a {
    text-decoration:underline;
    color:#0000FF;
}

a:visited { color#800080; }

a:active {color: #FF0000}

p a.definition {
    color:#666;
    padding: 2px;
    margin-top: 5px;
    border-bottom: 2px solid #000000;
    text-decoration:none;
    display:block; 
}

p a.definition:hover {
    background:#000000;
    color:#FCFEFC;
}

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color:#666; }
h1, h2, h3, h4 { font-size:medium; margin:4ex 0 1ex 0; padding:0; }
h1, h2 { border-bottom: 2px solid #000; }
h3 { border-bottom: 1px dashed #000; }

div.header h1 {
    font-size:xx-large; margin-top:1ex;
    border-bottom: 5px solid #000;
}

hr {
    border:none;
    color:black;
    background-color:#000;
    height:2px; 
    margin-top:2ex;
}

div.footer hr { height:4px; }

pre {
    font-family: times;
}

body.magenta a { color:#639; }

div.rss li span.time { display:none; }
div.rss .description { font: medium monospace; display:inline; }

div.month {
    float:right;
    margin:0;
    padding:0 1ex;
}
div.year div.month { float:left; }
div.cal pre {
    margin:0;
    padding:1x;
    background-color:#ffe;
}
div.cal a { text-decoration:none; }
div.cal a.edit {
    background-color:inherit;
    font-weight:normal;
}
div.cal a.local {
    background-color:#fee;
}
div.cal a.today { background-color:#fdd; }
div.cal a:hover {
    foreground-color:#FCFEFC;
    background-color:#000;
}

div.sidebar {
    float:left;
    border-right:1px solid black;
    padding: 0.5ex 1ex 1ex 0;
    margin: 0 1ex 1ex 0;
}
div.footer hr {
    clear:both;
}

@media print {
body { font:11pt "Neep", "Arial", sans-serif; }
a, a:link, a:visited { color:#000; text-decoration:none; font-style:oblique; font-weight:normal; }
h1 a, h2 a, h3 a, h4 a { font-style:normal; }
a.edit, div.footer, div.refer, form, span.gotobar, a.number span { display:none; }
a[class="url number"]:after, a[class="inter number"]:after { content:"[" attr(href) "]"; }
a[class="local number"]:after { content:"[" attr(title) "]"; }
img[smiley] { line-height: inherit; }
pre { border:0; font-size:10pt; }
}

table.history { border-style:none; }
td.history { border-style:none; }

table.user { 
border-style:solid; 
border-width:thin; 
width:100%;
}

table.user td { vertical-align:top }

table.user th { text-align: left }

table.user tr td { border-style:solid; border-width:thin; padding:2px; }

table.user td.tot { 
text-align:right;
font-weight:bold;
}

table.user.hidden {
border-style:none;
padding:5px;
}

table.user.hidden tr td {
border-style:none;
padding:5px;
}

table.user.auto { width: auto; }

table.user.fifty { width: 50%; }