ZhurnalyWikiStyleSheet

 

/* ZhurnalyWiki CSS - ^z - 20070709 */
/* adapted/simplified from zhurnalwiki.css of 20050810 etc. */
/* some elements from http://www.emacswiki.org/oddmuse/wiki.css - 20070714 */
/* make blockquote be small - 20080110 */
/* make gotobar be bold - 20080113 */
/* give gotobar background-color: #ddddff; - 2008-01-14 */
/* center H1 - ^z - 2008-08-10 */
/* delete " background-color: #e6e6e6;" from img and delete " background-color:#fff; " from img.logo - ^z - 2008-08-17 */

/* my preferred font for body text */
body {
font-family: "times roman", serif;
}

/* my preferred header style */
/* center H1 */
h1 {
text-align: center;
background-color: #ccccff;
color: #000066;
}
/* left-justify other headers */
h2, h3, h4, h5, h6 {
background-color: #ccccff;
color: #000066;
}

/* my preferred link coloring schema */
a:link { color: #000099; }
a:visited { color: #330066; }
a:hover { text-decoration: none ;
color: #660000; background-color: #ddddff; }

/* tables the way I like them */
table.user { border-style:outset; border-width:thick; }
table.user tr td { border-style:inset; border-width:thin; padding:5px; text-align: left; }

/* some excerpts from http://www.emacswiki.org/oddmuse/wiki.css */

img.logo {
float: right;
clear: right;
border-style:none;
}

img {
border: #777777 1px solid;
padding: 0.5em;
margin: 0 1em;
color: black;
}

div.image span.caption {
margin: 0 1em;
}

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

div.footer hr { height:4px; }

pre {
border: #777777 1px solid;
padding: 0.5em;
margin-left: 1em;
margin-right: 2em;
white-space: pre;
background-color: #e6e6e6;
color: black;
overflow:hidden;
font-size: smaller;
}

blockquote { font-size:small; }

span.gotobar { font-weight:bold; background-color: #ddddff; }