X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Fstandard.css;h=e7585669e43eff029d794cfc3f4ab40a4d41d21b;hb=c7a57233daadec4f174176a474fc7b5018cdf986;hp=dcc2d8fff4eefff347614bbd559c115a88e5e822;hpb=3d8ed7ea81440fdf5b976db940db4eab173ed877;p=cocanwiki.git diff --git a/html/_css/standard.css b/html/_css/standard.css index dcc2d8f..e758566 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI. - * $Id: standard.css,v 1.19 2004/10/21 20:39:48 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; } @@ -69,11 +69,20 @@ div#content_div ul { padding-left: 0px; } +div#content_div ol { + margin-left: 0px; + padding-left: 0px; +} + /* ... except on IE, piece of crap. */ * html div#content_div ul { margin-left: 1em; padding-left: 1em; } +* html div#content_div ol { + margin-left: 1em; + padding-left: 1em; +} /* Make sections slightly larger in Gecko browsers. */ code { @@ -86,7 +95,7 @@ code { /* Abbreviations should be in smallcaps. */ abbr, acronym { - font-variant: smallcaps; + font-variant: small-caps; } /* Preformatted text. */ @@ -161,28 +170,65 @@ ul#footer { font-size: 70%; } -/* Sitemap page. */ -ul#sitemap { - list-style: none; - margin-left: 0px; - padding-left: 0px; +/* Graphics on the menu items. */ +li.edit_li a { + padding-left: 16px; + background: url(/_graphics/edit.png) center left no-repeat; } -ul#sitemap p.content { - margin-top: 0px; - margin-bottom: 0px; - font-size: 0.7em; +li.files_li a { + padding-left: 18px; + background: url(/_graphics/files.png) center left no-repeat; } -ul#sitemap p.info { - margin-top: 0px; - margin-bottom: 0px; - font-size: 0.7em; +li.home_li a { + padding-left: 16px; + background: url(/_graphics/home.png) center left no-repeat; +} + +li.images_li a { + padding-left: 18px; + background: url(/_graphics/images.png) center left no-repeat; +} + +li.maillist_li a { + padding-left: 18px; + background: url(/_graphics/maillist.png) center left no-repeat; +} + +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; +} + +li.sitemap_li a { + padding-left: 18px; + background: url(/_graphics/sitemap.png) center left no-repeat; +} + +li.stats_li a { + padding-left: 18px; + background: url(/_graphics/stats.png) center left no-repeat; } -ul#sitemap p.info a { - color: green; - text-decoration: none; +li.stylesheet_li a { + padding-left: 16px; + background: url(/_graphics/edit.png) center left no-repeat; +} + +li.versions_li a { + padding-left: 18px; + background: url(/_graphics/versions.png) center left no-repeat; +} + +li.wlh_li a { + padding-left: 18px; + background: url(/_graphics/wlh.png) center left no-repeat; } /* Recent changes list. */ @@ -195,7 +241,7 @@ ul#recent_changes { ul#recent_changes span.date { display: block; float: left; - width: 8.5em; + width: 9em; } /* History list. */ @@ -208,7 +254,7 @@ ul#history { ul#history span.date { display: block; float: left; - width: 8.5em; + width: 9em; } /* Forms. */ @@ -282,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; +}