]> git.deb.at Git - deb/packages.git/blob - static/debian.css
Merge branch 'master' of ssh://source/srv/source.djpig.de/git/packages into ubuntu...
[deb/packages.git] / static / debian.css
1 html, body {
2         color: #000000;
3         background-color: #FFFFFF;
4         margin: 0 4px 0 4px;
5         padding: 0;
6         text-align: left;
7         font-family: Arial, Helvetica, sans-serif;
8         /* min-width: 440px - commented out due to mozilla problems*/
9 }
10 /* direction directive reverses the navbar, too */
11 /* html[lang|=ar] {
12       direction: rtl !important;
13       text-align: right !important;
14 } */
15
16 img { border: 0; }
17
18 h1 { text-align: center; }
19
20 acronym {
21         border-bottom: 1px dotted #000000;
22 }
23
24 hr.hidecss {
25         border: 0;
26 }
27 .hidecss {
28         display: none;
29 }
30
31 hr {
32         border-bottom: 0;
33         border-top: 1px solid #BFC3DC;
34 }
35
36 /* the rest of page out of two nested boxes around */
37
38 #outer {
39         background-color: #FFFFFF;
40         width: auto;
41         /* border:solid white 2px; */
42 }
43
44 #inner {
45         margin: -2px;
46         margin-top: 0;
47         width: 100%;
48         background: #FFFFFF;
49         /* overflow: auto; */
50 }
51
52 #lefthalfcol {
53         float: left;
54         margin-left: 0em;
55         width: 49%;
56 }
57
58 #lefthalfcol dl {
59         margin-top: 0em;
60 }
61
62 #righthalfcol {
63         margin-left: 50%;
64         width: 50%;
65 }
66
67 #righthalfcol dl {
68         margin-right: 0.2em;
69 }
70
71
72 #footer {
73         clear: both;
74         width: 100%;
75         padding-top: 3px;
76         bottom: 0;
77         text-align: center;
78         margin: 0px;
79         border-top: 1px solid #000;
80 }
81
82 #fineprint {
83         margin-top: 0.2em;
84         padding-top: 3px;
85         text-align: center;
86         font-size: 0.85em;
87 }
88
89 .bordertop { border-top: 1px solid #000; }
90
91 dl.gloss dt {
92         font-weight: bold;
93 }
94
95 #footer ul {
96         display: inline;
97         list-style-type: none;
98 }
99
100 #footer ul li {
101         display: inline;
102 }
103
104 #footer ul li a, table.y2k td {
105         white-space: nowrap;
106 }
107
108 #footer p {
109         margin: 0px;
110 }
111
112 /* colors for packages, warnings and news in ports */
113 .warning, dt.new, .no {
114         color: red; /* FF0000 */
115 }
116
117 .psmallcenter, .psmalltrademark {
118         clear: both;
119         font-size: 0.85em;
120         text-align: center;
121 }
122
123 .psmalltrademark {
124         color: green;
125 }
126 table.ridgetable, table.reltable {
127         border-width: 4px;
128         border-color: gray;
129         margin: 0 1em 1em 1em;
130         border-style: ridge;
131         border-collapse: collapse;
132 }
133 #pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td,
134         table.reltable td, table.reltable th {
135         border: 2px #BFC3DC;
136         border-style: ridge;
137         padding: 0.1em;
138 }
139 table.reltable th {
140         background-color: #44CCCC;
141 }
142 table.reltable tr.odd {
143         background-color: #FFFFFF;
144 }
145 table.reltable tr.even {
146         background-color: #DDDDDD;
147 }
148
149 /* language dependent stuff */
150 /* quotes */
151 html[lang="de"] q:before {
152         content: "\00BB";
153 }
154 html[lang="de"] q:after {
155         content: "\00AB";
156 }
157 html[lang="de"] q q:before {
158         content: "\203A";
159 }
160 html[lang="de"] q q:after {
161         content: "\2039";
162 }
163 html[lang="pl"] q:before { content: "\201E"; }
164 html[lang="pl"] q:after { content: "\201D"; }
165 html[lang="pl"] q q:after { content: "\2019"; }
166 html[lang="pl"] q q:before { content: "\201A"; }
167
168 html[lang="fr"] q:before { content: "\00AB\00A0"; }
169 html[lang="fr"] q:after { content: "\00A0\00BB"; } 
170 html[lang="fr"] q q:before { content: "\2039\00A0"; }
171 html[lang="fr"] q q:after { content: "\00A0\203A"; }
172
173 #leftcol:lang(ja) ul ul {
174         font-size: 0.95em;
175 }
176 html[lang|="zh"] strong {
177         /* color: #FFFFFF; */
178         background-color: yellow;
179 }
180 .underline { text-decoration: underline; }
181 .clr { clear:both; }
182 /*.content{padding:5px;} */ /*padding for content */
183 /* #header .content{padding-bottom:0;} */ /*padding bottom 0 to remove space in IE5 Mac*/
184
185 /* for l10n-arabic */
186 .bidi {
187         direction: rtl;
188         text-align: right;
189 }