X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=static%2Fexodus%2Fcss%2Fscreen.css;h=92bb0a5a59d23e056b39c1c34b13e0f8ee02611f;hb=422955d9165ac9d502c25e581d84045874835728;hp=bf50b2edca7523fa6edcda95798fe040e9f938b6;hpb=22b118ae60175db63834df442528ee0fde4fb0a7;p=matthijs%2Fprojects%2Fwipi.git diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index bf50b2e..92bb0a5 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; @@ -236,45 +229,6 @@ 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; -} - -.WipiTop { - width:100%; - height:39px; - margin:0px; - background-image:url('img/perkamentTop.gif'); - background-repeat:no-repeat; - background-color:#5a1800; -} - -.WipiText { - width:624px; /*694 parent width minus two times 35px padding*/ - margin:0px; - padding:0px 35px 0px 35px; -} - -.WipiText p { - color:#731E01; - font-weight:bold; -} - -.WipiBottom { - width:100%; - height:37px; - background-image:url('img/perkamentBottom.gif'); - background-repeat:no-repeat; - background-color:#5a1800; -} - img.Decorative { border:3px double #cc8900; }