Magellan Linux

Contents of /trunk/flyspray/themes/Magellan/theme_print.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download) (as text)
Tue Oct 30 22:17:05 2012 UTC (11 years, 7 months ago) by niro
File MIME type: text/css
File size: 4151 byte(s)
-initial flyspray theme for bugs.magellan-linux.de
1 body {
2 font:12pt Helvetica, Verdana, sans-serif;
3 }
4
5 h1 {
6 margin:0.5em 0;
7 }
8
9 div#menu,div#pm-menu,.caret,div#loginbox,
10 div#projectselector,div#showtask,
11 div#search,div#comments a img,
12 input,div#permissions,
13 select,div#permslink,div#massopsactions,
14 td#taskrange a,span#navigation,
15 div#deps form,div#actionbuttons,
16 div#comments form,td#numbers a,
17 td#numbers strong,ul#submenu,
18 .DoNotPrint,div#events form, div#taskinfo,
19 #anonopen, .ttcolumn, .attachments, fieldset {
20 display:none !important;
21 }
22
23 table#tasklist_table {
24 border-collapse:collapse;
25 width:100%;
26 }
27
28 a {
29 color:#000;
30 text-decoration:none;
31 }
32
33 p.comment a:after {
34 content:" (" attr(href) ") ";
35 }
36
37 table#tasklist_table thead th {
38 border:solid 1px #000;
39 }
40
41 table#pagenumbers td#numbers {
42 text-align:right;
43 padding:0 5px 0 0;
44 }
45
46 p.comment {
47 margin-left:1em;
48 border-left:2px solid #000;
49 padding:0.5em 1em;
50 }
51
52 p#footer {
53 text-align:center;
54 margin:2em 0 0;
55 }
56
57 div#taskdetailsfull {
58 border-left:1px dotted gray;
59 margin:1em 0 1em -5px;
60 padding:0.5em;
61 }
62
63 div#taskdetailsfull label {
64 display:block;
65 font-weight:700;
66 font-size:1.2em;
67 margin-bottom:0.7em;
68 }
69
70 div#fineprint {
71 font-size:0.7em;
72 margin-bottom:0.5em;
73 }
74
75 div#taskdetails h2 {
76 margin-bottom:0;
77 }
78
79 div#taskdetails th {
80 text-align:left;
81 }
82
83 div#comments {
84 margin-top:0.8em;
85 padding-top:0.5em;
86 border-bottom:1px dotted gray;
87 page-break-inside:auto;
88 }
89
90 div#taskfields {
91 border-right:1px dotted gray;
92 }
93
94 table#pagenumbers {
95 width:100%;
96 }
97
98 table#tasklist_table td {
99 border:dotted 1px gray;
100 padding:0.1em 0.2em;
101 }
102
103 dl.roadmap {
104 margin:1em;
105 }
106
107 dl.roadmap dd {
108 border:dotted 1px gray;
109 margin:0.5em 1em 0.5em 2em;
110 padding:0.1em 0.5em;
111 }
112
113 dl.roadmap dt {
114 border:solid 1px gray;
115 margin:0.5em 3em -1em 0;
116 padding:0.1em 0.5em;
117 background:white;
118 position:relative;
119 background:white;
120 }
121
122 /* Dokuwiki {{{ */
123 .code a {
124 text-decoration:none;
125 }
126
127 div#taskdetailstext h1,.commenttext h1 {
128 border-bottom:dotted 1px black;
129 }
130
131 div#taskdetailstext h2, .commenttext h2 {
132 border-bottom:dotted 1px black;
133 padding-left:0.2em;
134 margin:1em 0.5em 0.5em;
135 }
136
137 div#taskdetailstext h3, .commenttext h3 {
138 padding-left:0.2em;
139 margin:1em 1.5em 0;
140 }
141
142
143 div#taskdetailstext h4, .commenttext h4,div#taskdetailstext h5, .commenttext h5 {
144 font-size:1em;
145 padding-left:0.3em;
146 margin:1em 2.5em 0;
147 }
148
149 div.level2 {
150 margin-left:1em;
151 }
152
153 div.level3 {
154 margin-left:2em;
155 }
156
157 div.level4,div.level5 {
158 margin-left:3em;
159 }
160
161 /* inline tables */
162 table.inline {
163 background-color: #ffffff;
164 border-spacing: 0px;
165 border-collapse: collapse;
166 }
167
168 table.inline th {
169 padding: 3px;
170 border: 1px solid #8cacbb;
171 background-color: #dee7ec;
172 }
173
174 table.inline td {
175 padding: 3px;
176 border: 1px solid #8cacbb;
177 }
178
179 .leftalign{
180 text-align:left;
181 }
182
183 .centeralign{
184 text-align:center;
185 }
186
187 .rightalign{
188 text-align:right;
189 }
190
191 .interwiki,.urlextern {
192 padding-left:17px;
193 background-repeat:no-repeat;
194 }
195
196 .urlextern {
197 background-image:url(link_icon.gif);
198 }
199
200 .fn_top {
201 font-size:0.8em;
202 vertical-align:top;
203 }
204
205 .footnotes {
206 font-size:0.8em;
207 border-top:solid 1px #ccc;
208 }
209
210 blockquote {
211 border:dotted 1px gray;
212 border-left: 2px solid #8cacbb;
213 padding:0 3px 0 0.3em;
214 margin-left: 0.5em;
215 background:white;
216 }
217
218 blockquote p {
219 padding:0;
220 }
221
222 blockquote blockquote {
223 border:0;
224 border-left: 2px solid #8cacbb;
225 }
226
227 .search_hit {
228 background:#FF9;
229 }
230
231 .fade {
232 color:gray;
233 }
234
235 .code .br0 {color:#6c6;}
236 .code .es0 {color:#009;font-weight:700;}
237 .code .kw1 {color:#b1b100;}
238 .code .kw2 {color:#000;font-weight:700;}
239 .code .kw3 {color:#006;}
240 .code .kw4 {color:#933;}
241 .code .me0 {color:#060;}
242 .code .nu0 {color:#c6c;}
243 .code .re4 {color:#099;}
244 .code .sc0 {color:#0bd;}
245 .code .sc1 {color:#db0;}
246 .code .sc2 {color:#090;}
247 .code .st0 {color:red;}
248 .code .co1,.code .co2,.code .coMULTI {color:gray;font-style:italic;}
249 .code .kw5,.code .re0,.code .re1,.code .re2 {color:#00f;}
250
251 .acronym {cursor:help;}
252 /* }}} */