/* $Id: Hawaiian.css,v 1.18 2002-02-08 16:19:03 carstenklapp Exp $ Classes: div.wikitext - the transformed wiki page text. a.wiki - link to page in wiki. a.named-wiki - a named link to page in wiki (from e.g. [name|WikiPage]). a.interwiki - link to page in another wiki SPAN.wikipage - page name within interwiki link. a.named-interwiki - link to page in another wiki a.url - link to external URL from wiki page. a.named-url - link to external URL from wiki page. .wikiunknown a, .wikiunknown u .named-wikiunknown a, .named-wikiunknown u a.wikiaction a.wikiadmin .wikiunsafe a.backlinks TODO: Get rid of tables in wikiaction forms. */ /* NS4 doesn't grok @import. This allows us to put things which * break NS4 in another file. As of OmniWeb 4.1, OW now @imports :-( */ @import url(Hawaiian-heavy.css); body { /* the background image url is relative to this file's directory */ color : #000; background-color : #fff; background-image : url("images/uhhbackground.jpg"); background-repeat : repeat; } body { font-family: arial, helvetica, sans-serif; } /* * NS4, defaults from BODY don't always propagate correctly. * So we need this: */ .wikitext, .toolbar, p, td { font-family: arial, helvetica, sans-serif; } input.button { font-family: arial, helvetica, sans-serif; } .wikitext PRE { font-family: monospace; } div.wikitext { padding-left: 0.8em; padding-right: 0.8em; padding-top: 0px; padding-bottom: 0px; margin: 0.5ex 0px; clear: both; } p.editdate { margin-bottom: 0ex; } input.wikitext { margin:0px; } div.toolbar { margin: 1ex 0ex; } /* * This is a kluge for NS4 which doesn't honor the clear: settings on * .tool-left and .tool-right. * * Putting in explicit
messes up the formatting in * other browsers. Instead we'll put in a: * *

* * The clear:both on DIV.br seems to work. And we'll disable the
altogether (in * CSS aware browsers) by setting display:none. * * Actually, I haven't yet found a browser which doesn't put a line break * between successive
's. This makes the
completely * unnecessary. */ div.br { clear:both; line-height: 0px; } .ignore { display: none; } div.errors { background: #d6c8a8; border: thin; border-color: #a6977a; border-style: solid; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0px; padding-bottom: 0px; margin: 1em; /* This breaks Netscape 4: (display does not go full width). width: auto; */ clear: both; } .errors h4 { color: white; text-decoration: underline; margin:0px; } p.error { font-size: smaller; font-family: monospace; margin:0px; } .error ul { font-size: smaller; font-family: monospace; } /* * Style for
s in wiki markup. */ .wikitext hr {} /* * Link styles */ /* Wiki Links */ a.wiki { text-decoration: none; color: #36c;} /*a.wiki { text-decoration: none; color: #506cd0;}*/ .wiki { font-weight: bold; } /* Unknown links */ .wikiunknown a, .named-wikiunknown a, .wikiunknown u { text-decoration: none; } .wikiunknown, .named-wikiunknown {color: #a6977a; } /* Interwiki links */ a.interwiki { text-decoration: none; } .wikipage { font-weight: bold; } .interwiki, i .interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; } .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } /* * wikiaction, wikiadmin, wikiunsafe: */ a.wikiaction, a.wikiadmin { text-decoration: none; } a.wikiaction, .wikiaction table, span.wikiaction { font-weight: normal; color: #1d2a3b ; } a.wikiadmin, .wikiadmin table { color: #ff7e00; } .wikiunsafe { color: #ccc; } /* * No border on external link icons. */ img.linkicon, img.rssicon { border: 0px; } img.rssicon { vertical-align: top; } /* * Put a border around wikiaction forms: * This doesn't work for NS4. */ .wikiaction table, .wikiadmin table { border-style: ridge; border-width: medium; } .wikiaction table { border-color: #9cf; } .wikiadmin table { border-color: #f99; } /* Backlinks */ a.backlinks { color: #81748e;} /* Make the textarea on the edit page full width */ textarea.wikiedit { width: 100%; margin-top: 1ex; } /* Calendar plugin */ a.cal-hide, a.cal-arrow { text-decoration: none; } .cal-arrow { font-weight: bold; } table.cal-header { font-size: larger; } .cal-dayname { font-size: smaller; text-decoration: underline; } table.cal { border: thin solid black; } /* IncludePage plugin */ .transclusion-title { font-style: oblique; font-size: smaller; /* 0.75em; */ text-decoration: underline; text-align: right; } div.transclusion { background: #cfc; border: thin; border-style: solid; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0px; padding-bottom: 0px; margin: 0.5ex 0px; } /* The transclusion of the TextEditingRules Synopsis on templates/editpage.html */ div.wiki-edithelp .transclusion { font-size: smaller; background: inherit; padding: 0.5ex 0.5em; margin: 0.2ex 5%; } div.wiki-edithelp .transclusion p { margin: 0; } div.wiki-edithelp { background: url("images/tchecker-sand.png"); font-size: smaller; padding: 0.05ex 1%; } /**************************************************************** ** ** 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: bold; 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 { background: #ccc; } .diff .context { background: #fff; } .diff .original, .diff .deleted { background: #fcc; } .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: #f99; } .diff ins { background: #9f9; } /* PageList output */ .pagelist tr.evenrow { background: #eeeeee; } .pagelist tr.oddrow { background: white; } /* For emacs users * * Local Variables: * mode: c * c-file-style: cc-mode * End: */