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

« back to all changes in this revision

Viewing changes to wiki/htdocs/modern/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: 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