/** * $Id: WikiTrek.css,v 1.13 2002-01-22 15:36:43 dairiki Exp $ * * This PhpWiki theme is experimental and will likely not appear as * part of any release. ("accessories not included"--download * seperately) * * http://www.w3.org/TR/REC-CSS2/indexlist.html * #fff; /white/ #000; /black/ #ffcf00; /yellow/ #ddc300; /darker-yellow/ #0700ff; /bright-blue/ #0c10bc; /blue/ #8452b5; /magenta/ #982505; /red/ #ef0032; /light-red/ #009000; /green/ #1bab11; /light-green/ #ff7e00; /orange/ */ /* NS4 doesn't grok @import. This allows us to put things which * break NS4 in another file. */ @import url(WikiTrek-gravimetric.css); body { /* the background image url is relative to this file's directory */ color : #fff; background-color : #000; background-image : url(images/starfield.png); background-repeat : repeat; font-size : larger; } body { font-family : "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif; } .rssicon { border-color : #000; border-width : 2px; } .wikitext , .toolbar , p , td { font-family : "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif; } .wikitext td { color: white; } input.button { font-family : "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif; } .wikitext pre { font-family : monospace; } div.wikitext { color : #fff; background : url("images/tchecker-black.png") repeat; font-weight : normal; padding : 1em; margin : 0.5ex; clear : both; } h1 { color : #000; background-color : #0c10bc; width : 100%; padding-top : 0.25em; padding-left : 0.5ex; padding-bottom : 1px; } .backlinks { color : #ffcf00; background-color : #000; text-decoration : none; padding-top : 0.25em; padding-left : 0.5ex; padding-right : 0.5ex; padding-bottom : 1px; } h2 , h3 , h4 { color : #000; background-color : #ffcf00; padding-top : 0.25em; padding-left : 0.5ex; padding-right : 0.5ex; padding-bottom : 1px; } .wiki { color : #ffcf00; background : #000; font-weight : bold; text-decoration : none; } .wiki:hover { color : #000; background : #ddc300; } .rc-major { color : #fff; background : #000; font-weight : normal; text-decoration : none; } .toolbar .wiki { color : #000; background : #0c109c; text-decoration : none; font-weight : bold; padding : 2px; margin : 1px; border : 1px none ; border-color : #000; border-style : solid; } .toolbar .wiki:hover { color : #000; background : #0c10bc; font-weight : bold; } .wikiaction { color : #000; background : #009000; text-decoration : none; font-weight : bold; padding : 2px; margin : 1px; border : 1px none ; border-color : #000; border-style : solid; } .wikiaction:hover { color : #000; background : #1bab11; } .wikiadmin { color : #000; background : #982505; text-decoration : none; font-weight : bold; padding : 2px; margin : 1px; border : 1px none ; border-color : #000; border-style : solid; } .wikiadmin:hover { color : #000; background : #ef0032; } b.wikisummary { color : #ffcf00; background : #000; text-decoration : none; font-weight : bold; padding : 2px; margin : 1px; border : 1px none ; border-color : #000; border-style : solid; } img.linkicon, img.rssicon { border : 0px; } img.rssicon { vertical-align : top; } /* Not all browsers support this, but it's a cool trick when is! * It maybe better to do this with a new wiki Theme element. * yes=OmniWeb 4.1sp28; No=IE5.1Mac, Mozilla0.97Mac, iCAB2.6Mac. * For now this is also the same image as the thank-you signature. */ .wikitext hr { background-image : url("images/lights.gif"); background-repeat: no-repeat; background-position: center; } div.wiki-edithelp { font-size: smaller; background: url("images/tchecker-black.png") repeat; } /**************************************************************** ** ** Diff Output ** *****************************************************************/ .diff .block { padding: 0.5ex 0.5em; margin: 0.5ex 0; } .diff .block tt { font-weight: bold; } .diff del, .diff ins { font-weight: normal; text-decoration: none; } /* These screw up NS4 --- moved to phpwiki-heavy.css .diff .block div { position: relative; padding-left: 1.5em; } .diff .prefix { position: absolute; left: 0.5em; top: 0; } */ .diff .block { color: #000; background: #ffcf00; } .diff .context { color: #fff; background: #000; } .diff .original, .diff .deleted { background: #a40024; } .diff .final, .diff .added { background: #cfc; } /* .diff .original { background: #feb; } .diff .final { background: #efb; } */ /* These don't work in NS4 -- it completely ignores and . */ .diff del { background: #a40024; } .diff ins { background: #9f9; } /* PageList output */ tr.pagelist .evenrow { background: #222222; } tr.pagelist .oddrow { background: black; }