X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=stylesheets%2Fwikistandard.css;h=dbfcfb1b1effd26bf5bc1a68b5d1d2ac8a9f1c88;hb=61819d059b783efc09f0dd6e5dc0061353818744;hp=14e3b813a315189a0d26f9e171ac76272835af0e;hpb=7740725cb37c6199cc62ed9662efbfbf6a0e5c50;p=lhc%2Fweb%2Fwiklou.git diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 14e3b813a3..dbfcfb1b1e 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -1,20 +1,32 @@ +@import url("common.css"); + #article { padding: 4px; } #content { margin: 0; padding: 0; } -#footer { padding: 4px;font-size:95%; } +#footer { padding: 4px;font-size:95%;clear: both; } #pagestats { font-size: 9pt; } #powersearch { background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px; } #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;} #topbar { padding: 4px;font-size:95%; } -#toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } + + +/* Table of contents */ +.toctoggle, .editsection { font-size: smaller; } + +/* ... */ +#toolbar { padding:0px; } +#infobox { background:#eeeeff;color:black;;} +#editform { margin-top:1px; } .bodytext { } a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } -a.stub { color:#772233; text-decoration:none; } -body { margin: 0px; padding: 4px; } +body { margin: 0px; padding: 4px; color: black; } form.inline { display: inline; } +textarea { overflow: auto; } + + h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; font-size:150%; } h2 { font-size: 120%; } @@ -26,40 +38,12 @@ h6 { font-size: 95%; } hr.sep { color:gray;height:1px;background-color:gray;} p.subpages { font-size:small;} p.subtitle { padding-top: 0; margin-top: 0;} +p.catlinks { font-size:small; margin-top:0; text-align:right;} td { empty-cells:show; } td.bottom { border-top: 1px solid gray; } td.top { border-bottom: 1px solid gray; } -/* images */ -div.floatright { float:right;margin:0 0 1em 1em; } -div.floatright p { font-style: italic; } - -/* table standards */ -table.rimage { - float:right; - width:1pt; - margin-left:1em; - margin-bottom:1em; - text-align:center; - font-size:smaller; - } -table.country { - border-width:1; - border-style:solid; - padding:2; - border-spacing:0; - float:right; - width:300px; - } -table.flag { - background-color:#efefef; - border-width:0; - border-spacing:0; - padding:2; - } - -td.flag { - text-align:center; - width:140px; - } +#siteNotice { + border: 1px solid red; +}