~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/rightsidebar/css/projection.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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: 22pt; }
 
11
 
 
12
h1 { font-size: 28pt; }
 
13
h2 { font-size: 24pt; }
 
14
h3 { font-size: 22pt; }
 
15
h4 { font-size: 20pt; }
 
16
h5 { font-size: 18pt; }
 
17
h6 { font-size: 16pt; }
 
18
 
 
19
tt,pre { font-size: 18pt; }
 
20
sup, sub { font-size: 14pt; }
 
21
 
 
22
.navigation {
 
23
        font-size: 16pt;
 
24
        padding-top: 8pt;
 
25
        padding-bottom: 8pt;
 
26
}
 
27