]> git.deb.at Git - deb/moinmoin.git/blob - debwiki/css/screen.css
info page history fix, border to tr
[deb/moinmoin.git] / debwiki / css / screen.css
1 /*
2  *      www.debian.org redesign
3  *
4  *      Kalle Soderman, 2008 debhome.css
5  *
6  *      Copyleft : This work is free, you can copy, spread, and modify it under
7  *      the terms of the Free Art License http://artlibre.org/licence/lal/en/
8  */
9 /*
10  @import url("debheld.css") handheld;
11 @import url("debian.css") screen;
12 @import url("debscreen.css) screen;
13 */
14
15 #splash {
16         margin-top:0px;
17         margin-bottom: 1em;
18         text-align:center;
19         overflow:hidden;
20         height: 150px;
21 }
22 #splash h1 {
23         background-image: url('Pics/debian-61_glossy-large.png');
24         background-position:top center;
25         padding-top:190px;
26         overflow:hidden;
27         text-align:center;
28         background-repeat:no-repeat;
29         display:block;
30         margin:0;
31         height:0;
32 }
33 #maincol {
34         background-image: url('Pics/cropped-swirls.png');
35         background-position:top center;
36         background-repeat: repeat-x;
37 }
38 #announce {
39         text-align: center;
40         float: left;
41         width: 41%;
42         min-width: 260px;
43         margin-bottom: 1.5em;
44 }
45 #intro {
46         padding-top: 0;
47 }
48 #intro p {
49         margin-top: 0em;
50         padding:0;
51 }
52 #hometoc {
53         list-style:none;
54         margin: 0 0 2em 0;
55         padding: 0;
56         width:100%;
57         font-size: 0.75em;
58         overflow: hidden;
59         line-height: 1.5em;
60         border: 0;
61 }
62 #hometoc a {
63         text-decoration: none;
64 }
65 #hometoc a:hover {
66         text-decoration: underline;
67 }
68 ul#hometoc-cola a, ul#hometoc-colb a, ul#hometoc-colc a, ul#hometoc-cold a, ul#hometoc-cole a {
69         padding-left: 5px;
70 }
71 ul#hometoc-cola, ul#hometoc-colb,ul#hometoc-colc, ul#hometoc-cold, ul#hometoc-cole {
72         float:left;
73         width: 19.2%;
74         min-width: 11em;
75         height: 14em; /* Update when adding items */
76         margin:0 1% 0 0;
77         padding: 0;
78         background-image:url('Pics/gradient.png');
79         background-position: 0 -40px;
80         background-repeat: repeat-x; 
81 /*      border-top: 2px solid #c6c8e0;
82         border-bottom: 1px solid #c6c8e0;
83 */
84         border-top: 1px solid #c6c8e0;
85         list-style: none;
86 }
87 ul#hometoc-cole {
88         width: 18.9%;
89         margin-right:0;
90 }
91 #hometoc-wrap {
92         padding:1em 1em 1em 1em;
93         border-top: 1px solid white;
94 }
95 #hometoc a {
96         margin: 0;
97 }
98 #hometoc ul{
99         list-style: none;
100         padding: 1em 0 0 0;
101 }
102 #hometoc ul ul {
103         padding: 0;
104 }
105 #hometoc li {
106         text-indent:0;
107         background-color: transparent;
108         font-weight:bold;
109 }
110 #hometoc li ul {
111         margin: 0;
112         padding: 0:
113
114 }
115 #hometoc li li {
116         margin:0;
117         text-indent:0;
118         padding:0;
119         font-weight:normal;
120         border:0;
121         background-image:none;
122         background-color:transparent;
123 }
124 .infobar {
125         margin: 0 0 2em 0;
126         padding: 1em 5px 1em 5px;
127         line-height: 1em;
128         font-size: 0.75em;
129         border: 1px solid #d2d3d7;
130         border-bottom: 1px solid #d2d3d7;
131         background-image:url('Pics/gradient.png');
132         background-position: 0 -35px;
133         background-repeat: repeat-x;
134         clear: both;
135 }