File: style.css

package info (click to toggle)
webissues 0.9.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,472 kB
  • ctags: 3,237
  • sloc: cpp: 24,611; xml: 500; sh: 313; makefile: 49
file content (223 lines) | stat: -rw-r--r-- 2,898 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
body {
  margin: 0;
  padding: 1em 0 0 0;
  background: #f3f3f3 url(bg-navigation.png) repeat-x 50% 0;
  font: 13px/150% 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
  color: #494949;
}

#wrapper {
  background: #f3f3f3 url(body.png) repeat-x 50% 0;
  padding-bottom: 1em;
}

#content-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 60px;
}

#header-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}

#header-title {
  position: absolute;
  left: 125px;
  top: 15px;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
}

#header-abstract {
  position: absolute;
  left: 125px;
  top: 40px;
  color: #fff;
}

#content {
  position: relative;
  background: #fff url(bg-content.png) repeat-x;
}

#content-right {
  background: transparent url(bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#content-left {
  padding: 4em 25px 4em 35px;
  background: transparent url(bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 300px;
}

#header-links {
  position: absolute;
  left: 135px;
  top: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
}

h1 {
  font-size: 170%;
  line-height: 130%;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 150%;
  line-height: 130%;
  margin-top: 0.5em;
}

h3 {
  font-size: 130%;
  margin-top: 0.5em;
}

h4 {
  font-size: 120%;
  margin-top: 0.5em;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
  text-align: justify;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em 3em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em 0.5em;
}

ul li p {
  margin: 0;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 0.5em 1.5em;
}

dl dd p {
  margin: 0;
}

dl dd dl {
  margin-top: 0;
}

a:link, a:visited {
  color: #027ac6;
  text-decoration: none;
}

a:hover {
  color: #0062a0;
  text-decoration: underline;
}

a:active {
  color: #5895be;
}

#copyright {
  margin: 2em 0 -3em;
  color: #898989;
}

#copyright p {
  text-align: center;
}

.navlinks {
  margin: 1em 0;
  height: 1em;
}

.navleft {
  position: absolute;
  left: 35px;
}

.navright {
  position: absolute;
  right: 25px;
}

.screenshot {
  margin: 1em 0.5em;
}

.toc .chapter, .toc .appendix {
  font-weight: bold;
}

.toc dl dt {
  margin-top: 1em;
  margin-bottom: 1em;
}

.toc dl dl dt {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.toc dl dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

.toc dl dl dl dt {
  margin-top: 0;
  margin-bottom: 0;
}

.guilabel, .literal, .shortcut, .firstterm {
  color: #607080;
  font-weight: bold;
}

.guimenu, .guimenuitem, .guibutton {
  color: #485868;
  font-weight: bold;
}

.command {
  font-family: monospace;
}