X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Fstandard.css;h=7e99195368cf84a4e49f97ed5af08295a8a3254a;hb=5468846e2527f6a141f958b5002d85a043224cc8;hp=77fe8eddd3c40f7732a13ae1d9516289d7cda4ba;hpb=873a7d002c0bbafe0ddbd3dcac425bb0feddf70e;p=cocanwiki.git diff --git a/html/_css/standard.css b/html/_css/standard.css index 77fe8ed..7e99195 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI. - * $Id: standard.css,v 1.21 2004/10/22 17:17:42 rich Exp $ + * $Id: standard.css,v 1.27 2004/11/10 16:52:04 rich Exp $ */ /* Based on the basic stylesheet. */ @@ -95,7 +95,7 @@ code { /* Abbreviations should be in smallcaps. */ abbr, acronym { - font-variant: smallcaps; + font-variant: small-caps; } /* Preformatted text. */ @@ -196,8 +196,13 @@ li.maillist_li a { background: url(/_graphics/maillist.png) center left no-repeat; } -li.recent_li a { +li.new_li a { padding-left: 16px; + background: url(/_graphics/new.png) center left no-repeat; +} + +li.recent_li a { + padding-left: 18px; background: url(/_graphics/recent.png) center left no-repeat; } @@ -206,9 +211,14 @@ li.sitemap_li a { background: url(/_graphics/sitemap.png) center left no-repeat; } -li.recent_li a { +li.stats_li a { padding-left: 18px; - background: url(/_graphics/recent.png) center left no-repeat; + background: url(/_graphics/stats.png) center left no-repeat; +} + +li.stylesheet_li a { + padding-left: 16px; + background: url(/_graphics/edit.png) center left no-repeat; } li.versions_li a { @@ -255,7 +265,7 @@ ul#recent_changes { ul#recent_changes span.date { display: block; float: left; - width: 8.5em; + width: 9em; } /* History list. */ @@ -268,7 +278,7 @@ ul#history { ul#history span.date { display: block; float: left; - width: 8.5em; + width: 9em; } /* Forms. */ @@ -342,3 +352,29 @@ div#navigation_div ul { margin-left: 3em; padding-left: 0px; } + +/* Default for branding section. The default doesn't claim to be very + * helpful. If you enabled branding on the site, you should abs-position + * the branding_div, and indeed probably replace it with a logo at the + * top of each page. + */ +div#branding_div { + width: 30%; + float: right; + font-size: 0.7em; +} + +div#branding_div h2 { + border: none; + margin: 0px; + padding: 0px; +} + +div#branding_div p { + margin: 0px; + padding: 0px; +} + +div#branding_div p#brand_description { + display: none; +} \ No newline at end of file