summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/style.css
blob: 97f1a4a7deea2ad02e4ebbf0241edf0ee6850fe4 (plain) (blame)
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
/*
 * Debian PTS stylesheet.
 * by:
 * - Dan Callahan <dan.callahan@gmail.com>
 * - Enrico Tassi <gareuselesinge@debian.org>
 * - Stefano Zacchiroli <zack@debian.org>
 * - Luciano Bello <luciano@debian.org>
 */

/* --- Whole-Page --- */
body {
    margin: 0;
    padding: 0;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif; /*Prefer Free Fonts*/
    background: #fff url('img/debian.png') no-repeat 10px 7px;
    color: #000;
    font-size: 100%;
}

a:link    { color: #0755d7; text-decoration: underline; }
a:visited { color: #0755d7; text-decoration: underline; }
a:hover   { color: #032a6b; text-decoration: underline; }
a:active  { color: #f00;    text-decoration: underline; }
a img { border: none; }

.containertable { width: 100%; }

/* --- Header --- */
body > form { /* "Jump to package" */
    margin: 0.3em;
    font-size: 80%;
    padding: 0.5em;
    border: 1px solid #aaa;
    background-color: #dfdfdf;
}
#quickforms { /* "Jump to package" */
    margin: 0.3em;
    font-size: 80%;
    padding: 0.5em;
    border: 1px solid #aaa;
    background-color: #dfdfdf;
}


h1 {
    margin: 0 0 0 0;
    padding: 20px 0 0 280px;
    font-size: 150%;
/*    min-height: 60px;
    height: auto !important; /* "Min-Height Fast Hack" */
/*    height: 60px; */
}

h1#title a {
    color: black;
    text-decoration: none;
}

h2#subtitle {
    margin: -1em 0 1em 0;
    padding: 20px 0 0 280px;
    font-size: 80%;
/*    min-height: 60px;
    height: auto !important;
    height: 60px;*/
}

/* --- Content Panel --- */
div#body {
    clear: both;
    border-top: 2px solid #d70751;
/*    background: #dfdfdf;*/
    padding: 1em 1em; /* 0em 0em */
}

table.containertable {
  padding: 0.5em 0.5em;
}

td.containercell { padding: 0.5em; }

table.lefttable {
    border-collapse: collapse;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
}

table.righttable {
    border-collapse: collapse;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
}

td.titlecell {
    padding: 0.2em 0.2em 0.1em 0.2em;
    font-weight: bold;
    font-size: 100%;
    background: #d70751;
    color: #fff;
    border-top: 3px solid #999;
    border-bottom: 1px solid #999;
}
td.titlecell a:link    { color: #ffffff; background: #d70751; text-decoration: underline; }
td.titlecell a:visited { color: #ffffff; background: #d70751; text-decoration: underline; }
td.titlecell a:hover   { color: #fff200; background: #d70751; text-decoration: underline; }
td.titlecell a:active  { color: #295598; background: #d70751; text-decoration: underline; }

th.titlecell {
    padding: 0.2em 0.2em 0.1em 0.2em;
    font-weight: bold;
    font-size: 100%;
    background: #d70751;
    color: #fff;
    border-top: 3px solid #999;
    border-bottom: 1px solid #999;
}
th.titlecell a:link    { color: #ffffff; background: #d70751; text-decoration: underline; }
th.titlecell a:visited { color: #ffffff; background: #d70751; text-decoration: underline; }
th.titlecell a:hover   { color: #fff200; background: #d70751; text-decoration: underline; }
th.titlecell a:active  { color: #295598; background: #d70751; text-decoration: underline; }



td.labelcell {
    font-weight: bold;
    padding: 0.2em 0 0.2em 0.3em;
    border-bottom: 1px dotted #999;
}
td.labelcell:after {
    content: ":";
}

td.contentcell {
    padding: 0.2em 0.3em 0.2em 0;
    border-bottom: 1px dotted #999;
}

/* - Edge Tables - */
tr#bugs_rc { font-size: 90%; }
tr#bugs_in { font-size: 90%; }
tr#bugs_mw { font-size: 90%; }
tr#bugs_fp { font-size: 90%; }
span.indented { padding-left: 1.5em; }

td > form { margin: 0.4em 0 0.4em 0.4em; padding: 0; } /* PTS subscribe */

td#src_files ul { padding: 0; }
td#src_files li {
    display: inline;
    font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
}

#news-list {
    max-height: 30em;
    overflow: auto;
}

/* - Central Table - */
#problems { background: #0755d7; color: #ffffff; }
#todo { background: #0755d7; color: #ffffff; }
    
/* --- Footer --- */
div#body > hr { display: none; }

div.footer {
    padding: 1em 0;
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #d70751;
    margin: 0 0 0 0;
    border-bottom: 0;
}

code, pre { 
    background-color: #EEE;
    font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
}

/* --- Misc --- */
form > p { margin: 0; padding: 0; }

a.feedlink { /* Little orange RSS button */
    background: #f60                  !important;
    color: #fff                       !important;
    border: 1px solid                 !important;
    border-color: #fc9 #630 #330 #f96 !important;
    padding: 0 3px                    !important;
    font-weight: bold                 !important;
    font-size: 70%                    !important;
    text-decoration: none             !important;
    vertical-align: 0.2em             !important;
    /* Without !important, inherets from td.titlecell a:* */
}

ul { padding: 0; }
li { margin-top: 0.2em; 
    margin-left: 20px;
   }
/*li { margin-top: 0.4em; }
td > ul { padding-left: 1em; }
a.none { color: #000 !important; text-decoration: none !important; }*/

table.arch_qualify { border-collapse: collapse; }
table.arch_qualify td { border: 1px solid black; padding: 0 0.2em 0 0.2em; }
table.arch_qualify th.criteria { border: 1px solid black; text-align: left; font-weight: normal; padding: 0 0.5em 0 0.5em; }
table.arch_qualify th.arch { border: 1px solid black; text-align: center; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy