MercurialWikiTheme

themes/mercurialwiki/css/projection.css

16:d3873556a599
2010-06-09 Paul Boddie Made the page trail and user controls larger.
     1 /*  projection.css - MoinMoin Slide Styles     2      3 Copyright (c) 2003 by Juergen Hermann     4 */     5      6 @import url(screen.css);     7      8 html { line-height: 1.8em; }     9     10 body, b, em, a, span, div, p, td { font-size: 18pt; }    11     12 h1 { font-size: 26pt; }    13 h2 { font-size: 22pt; }    14 h3 { font-size: 20pt; }    15 h4 { font-size: 18pt; }    16 h5 { font-size: 16pt; }    17 h6 { font-size: 14pt; }    18     19 tt, pre { font-size: 16pt; }    20 sup, sub { font-size: 12pt; }    21     22 table.navigation {    23     float: right;    24     margin: 2px;    25 }    26     27 .navigation td, .navigation a {    28 	font-size: 10pt;    29     padding: 2px;    30 }    31     32 #interwiki, #pagelocation, #pageinfo { display: none; }    33