~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
html { line-height: 1.8em; }
9
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
 
}
 
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; }
27
33