X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=static%2Fexodus%2Fcss%2Fscreen.css;h=fcb680547650fdfa6fde740d38fe97d522056bbc;hp=a316fbd05d226bb24bcb6603373e0bbcdb7c868b;hb=d9f67a806fcacf980379c2023294dac9f8913949;hpb=66bfabb243fc028546941b8cdca263b2d5c7b4fb diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index a316fbd..fcb6805 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -1,5 +1,4 @@ /*@import url('../../modern/css/screen.css');*/ -@import url("home.css"); html, body { margin:0px; @@ -25,12 +24,6 @@ img { border:0px; } -#menubar li { - display: inline; - list-style-type: none; -} - - body { background-image: url('../img/background.jpg'); background-repeat: no-repeat; @@ -46,7 +39,7 @@ body { margin:auto; } -ul#menubar { +#menubar ul { /* Fit exactly into the bar in the background */ padding-top: 5px; height:15px; @@ -62,21 +55,24 @@ ul#menubar { } /* Display next to each other instead of below */ -ul#menubar li { +#menubar li, #menubar li p { display:inline; - padding:0px 10px 0px 10px; +} + +#menubar li p { + padding:0px 0px 0px 10px; color:#5F3E06; font-weight:bold; } /* Disable underlining and the default blue colour for links in the menubar */ -ul#menubar li a { +#menubar li a { color:#5F3E06; text-decoration:none; } /* Give the menu bar links a hover color */ -ul#menubar li a:hover { +#menubar li a:hover { color:#FFD200; } @@ -236,47 +232,34 @@ tr.kop2 { margin: 4px 6px; } -/****************** Next pages ************************/ -.WipiContent { - float:left; - clear:left; - width:694px; - margin-top:10px; - background-image:url('img/perkamentCenter.gif'); - background-position:center 39px; - background-repeat:repeat-y; +img.Decorative { + border:3px double #cc8900; } -.WipiTop { - width:100%; - height:39px; - margin:0px; - background-image:url('img/perkamentTop.gif'); - background-repeat:no-repeat; - background-color:#5a1800; +/* Diff view, copied from modern/screen.css */ +.diff-header { + font-weight: bold; } -.WipiText { - width:624px; /*694 parent width minus two times 35px padding*/ - margin:0px; - padding:0px 35px 0px 35px; +.diff-title { + background-color: #C0C0C0; } -.WipiText p { - color:#731E01; - font-weight:bold; +.diff-added { + background-color: #E0FFE0; + vertical-align: sub; } -.WipiBottom { - width:100%; - height:37px; - background-image:url('img/perkamentBottom.gif'); - background-repeat:no-repeat; - background-color:#5a1800; +.diff-removed { + background-color: #FFFFE0; + vertical-align: sub; } -img.Decorative { - border:3px double #cc8900; +.diff-added span { + background-color: #80FF80; } +.diff-removed span { + background-color: #FFFF80; +} /* vim: set sw=4 sts=4 expandtab */