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

« back to all changes in this revision

Viewing changes to MoinMoin/web/static/htdocs/modernized/css/SlideShow.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
 
/*
2
 
 * Single page slide show styles
3
 
 *
4
 
 * Copy SlideShow.css to your theme's css/ directory.
5
 
 *
6
 
 * copyright: 2008 Thomas Waldmann
7
 
 * license: GNU GPL, see COPYING for details
8
 
 */
9
 
 
10
 
li p {margin: 0;} /* Workaround for moin's bad list html */
11
 
 
12
 
html {
13
 
    background-color: white;
14
 
    color: black;
15
 
    font-family: Arial, Lucida Grande, sans-serif;
16
 
    font-size: 20pt;
17
 
}
18
 
 
19
 
body {
20
 
    margin: 1em;
21
 
    padding: 20px;
22
 
}
23
 
 
24
 
/* Slide heading */
25
 
h1 {font-size: 32pt; color: #33F;}
26
 
h1:before {content:url(../../common/moinmoin.png); padding-right:10px; display: inline-block; vertical-align: middle;}
27
 
 
28
 
/* Slide content */
29
 
 
30
 
#content {margin-left: 20pt; margin-right: 0;}
31
 
#content[dir="rtl"] {margin-left: 0; margin-right: 20pt;}
32
 
 
33
 
h2 { font-size: 28pt; color: #000;}
34
 
h3 { font-size: 24pt; color: #000;}
35
 
h4 { font-size: 18pt; color: #000;}
36
 
h5 { font-size: 16pt; color: #000;}
37
 
h6 { font-size: 14pt; color: #000;}
38
 
 
39
 
li { margin: 12pt; }
40
 
 
41
 
a { color: #69F; }
42
 
a:visited { color: #69F; }
43
 
a.nonexistent, a.badinterwiki { color: #666; }
44
 
 
45
 
tt { font-size: 18pt; }
46
 
pre { font-size: 14pt; }
47
 
sup, sub { font-size: 14pt; }
48
 
 
49
 
pre {
50
 
    border: 1pt dashed #222;
51
 
    padding: 5pt;
52
 
    white-space: pre;
53
 
    background-color: #DDF;
54
 
    color: #444;
55
 
}
56
 
 
57
 
 
58
 
/* Navigation */
59
 
 
60
 
#navigation {
61
 
    position: fixed;
62
 
    top: 0;
63
 
    left: 0;
64
 
    right: 0;
65
 
    padding: 0;
66
 
    margin: 0;
67
 
    color: #EEE;
68
 
    font-size: 14pt;
69
 
}
70
 
 
71
 
#navigation ul {
72
 
    margin: 0;
73
 
    padding: 6pt;
74
 
    text-align: center;
75
 
}
76
 
 
77
 
#navigation li {
78
 
    display: inline;
79
 
    margin: 0 2pt;
80
 
    padding: 0;
81
 
}
82
 
 
83
 
#navigation a {
84
 
    text-decoration: none;
85
 
    color: #ddd;
86
 
}
87
 
 
88
 
#navigation a:hover {
89
 
    color: #bbb;
90
 
}
91
 
 
92
 
#navigation .current {
93
 
    color: #888;
94
 
}
95
 
 
96
 
 
97
 
#date {
98
 
    position: fixed;
99
 
    bottom: 0.5em;
100
 
    left: 2em;
101
 
    right: 0;
102
 
    font-size: 12pt;
103
 
    clear: both;
104
 
    display: inline;
105
 
    margin: 0;
106
 
    padding: 0;
107
 
    color: #6C7680;
108
 
}
109
 
 
110
 
#author {
111
 
    position: fixed;
112
 
    bottom: 0.5em;
113
 
    left: 2em;
114
 
    right: 0;
115
 
    text-align: center;
116
 
    font-size: 12pt;
117
 
    clear: both;
118
 
    display: inline;
119
 
    margin: 0;
120
 
    padding: 0;
121
 
    color: #6C7680;
122
 
}
123
 
 
124
 
#counter {
125
 
    position: fixed;
126
 
    bottom: 0.5em;
127
 
    left: 2em;
128
 
    right: 0;
129
 
    text-align: right;
130
 
    font-size: 12pt;
131
 
    clear: both;
132
 
    display: inline;
133
 
    margin: 0;
134
 
    padding: 0;
135
 
    color: #6C7680;
136
 
}
137
 
 
138
 
/* CSS for ParserBase */
139
 
 
140
 
div.codearea { /* the div makes the border */
141
 
    margin: 0.5em 0;
142
 
    padding: 0;
143
 
    border: 1pt dashed #222;
144
 
    background-color: #EEF;
145
 
    color: #444;
146
 
}
147
 
 
148
 
div.codearea pre { /* the pre has no border and is inside the div */
149
 
    margin: 0;
150
 
    padding: 10pt;
151
 
    border: none;
152
 
}
153
 
 
154
 
a.codenumbers { /* format of the line numbering link */
155
 
    margin: 0pt;
156
 
    font-size: 10pt;
157
 
    color: #888;
158
 
    display: none; /* rather annoying to see the link */
159
 
}
160
 
 
161
 
/* format of certain syntax spans */
162
 
div.codearea pre span.LineNumber {color: #444;}
163
 
div.codearea pre span.ID         {color: #000;}
164
 
div.codearea pre span.Operator   {color: #000;}
165
 
div.codearea pre span.Char       {color: #048;}
166
 
div.codearea pre span.Comment    {color: green;}
167
 
div.codearea pre span.Number     {color: red;}
168
 
div.codearea pre span.String     {color: magenta;}
169
 
div.codearea pre span.SPChar     {color: #00C;}
170
 
div.codearea pre span.ResWord    {color: #39F;}
171
 
div.codearea pre span.ConsWord   {color: #088; font-weight: bold;}
172
 
div.codearea pre span.Error      {color: #F88; border: solid 1.5pt #FF0000;}
173
 
div.codearea pre span.ResWord2   {color: #69F; font-weight: bold;}
174
 
div.codearea pre span.Special    {color: #00F;}
175
 
div.codearea pre span.Preprc     {color: #839;}
176
 
 
177
 
@media print {
178
 
    #navigation {
179
 
    display: none;
180
 
    }
181
 
}