X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Fstandard.css;h=e7585669e43eff029d794cfc3f4ab40a4d41d21b;hb=c7a57233daadec4f174176a474fc7b5018cdf986;hp=77fe8eddd3c40f7732a13ae1d9516289d7cda4ba;hpb=873a7d002c0bbafe0ddbd3dcac425bb0feddf70e;p=cocanwiki.git diff --git a/html/_css/standard.css b/html/_css/standard.css index 77fe8ed..e758566 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.29 2006/08/03 13:52:54 rich Exp $ */ /* Based on the basic stylesheet. */ @@ -30,7 +30,7 @@ h1 { top: 0px; left: 0px; font-size: 140%; - width: 100%; + width: 95%; padding-left: 2em; } @@ -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 { @@ -221,30 +231,6 @@ li.wlh_li a { background: url(/_graphics/wlh.png) center left no-repeat; } -/* Sitemap page. */ -ul#sitemap { - list-style: none; - margin-left: 0px; - padding-left: 0px; -} - -ul#sitemap p.content { - margin-top: 0px; - margin-bottom: 0px; - font-size: 0.7em; -} - -ul#sitemap p.info { - margin-top: 0px; - margin-bottom: 0px; - font-size: 0.7em; -} - -ul#sitemap p.info a { - color: green; - text-decoration: none; -} - /* Recent changes list. */ ul#recent_changes { list-style: none; @@ -255,7 +241,7 @@ ul#recent_changes { ul#recent_changes span.date { display: block; float: left; - width: 8.5em; + width: 9em; } /* History list. */ @@ -268,7 +254,7 @@ ul#history { ul#history span.date { display: block; float: left; - width: 8.5em; + width: 9em; } /* Forms. */ @@ -342,3 +328,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; +}