# HG changeset patch # User Paul Boddie # Date 1274645123 -7200 # Node ID ab59aee585c87854263322a727c6d92823c03613 # Parent 6a06297b36ca0d5e2ad0d87e270929367308c7f9 Added styling for labels, which appear separately when JavaScript is disabled. Added styling for headings, although it is difficult to calculate the actual size of fonts using the main site's stylesheet. diff -r 6a06297b36ca -r ab59aee585c8 themes/mercurialwiki/css/screen.css --- a/themes/mercurialwiki/css/screen.css Sun May 23 18:38:30 2010 +0200 +++ b/themes/mercurialwiki/css/screen.css Sun May 23 22:05:23 2010 +0200 @@ -18,6 +18,12 @@ margin: 0 5em; } +/* Styling of headings from the main site. */ + +h1 { font-size: 2em; } +h2 { font-size: 1.6em; } +h3 { font-size: 1.3em; } + a:link, a:visited { color: #00b5f1; text-decoration: none; } a:link:hover, a:link:active, a:link:focus, a:visited:hover, a:visited:active, a:visited:focus { text-decoration: underline; } @@ -156,6 +162,11 @@ vertical-align: middle; } +#searchform label, .actionsmenu label { + font-size: smaller; + color: #fff; +} + #pageline, .pageline { /* Prevent mixing of header and content elements. */