Article title in middle, hide site sub
[lhc/web/wiklou.git] / skins / amethyst / main.css
1 BODY { margin : 0; padding: 0; background : black; color:white;}
2 div { font-size : small; }
3 pre {
4 border: 1px dashed #2A3C61;
5 color:white;
6 background-color: #2A3C61;
7 overflow : auto;
8 }
9
10 a {
11 color: yellow;
12 text-decoration: none;
13 }
14 a:visited {
15 color: #C0C000;
16 text-decoration: none;
17 }
18 a:hover {
19 text-decoration: underline;
20 }
21 img { border:none; vertical-align:middle; }
22 li { margin-bottom: .1em; }
23 p img { margin: 0;}
24
25 H1.firstHeading { text-align: center; }
26
27 #column-content {
28 width:100%;
29 float: left;
30 margin: 0 0 0 -12em;
31 padding : 0;
32 }
33
34 #content {
35 background : #2F333B;
36 color : white;
37 margin: 5em 1em 1em 13em;
38 padding: 0 1em 1.5em 1em;
39 position:relative;
40 }
41
42 #column-one {
43 padding: 5em 1em 1em 0;
44 }
45
46 #globalWrapper { width:100%; margin:0; padding:0; }
47 .visualClear { clear : both;}
48
49 .pBody { font-size:96%; }
50 .portlet {
51 border: none;
52 margin-bottom: 1em;
53 padding: 0;
54 float: none;
55 width: 13em;
56 overflow: hidden;
57 font-size: 85%;
58 }
59 .portlet h5 {
60 background-color: #2A3C61;
61 font-size:100%;
62 border-bottom : 1px solid white;
63 padding-bottom: .1em;
64 margin:0;
65 }
66 .portlet ul {
67 margin : 1em 0 1em 0; padding:0;
68 list-style: none;
69 }
70
71 #p-navigation {
72 width : 100%;
73 white-space:nowrap;
74 position : absolute;
75 left: 0; top: 0;
76 margin:0; padding:0 0 .2em 0;
77 background-color: #2A3C61;
78 color: white;
79 border-bottom : 1px solid white;
80 }
81 #p-navigation h5 { display : none;}
82 #p-navigation ul {
83 margin : 0; padding:0;
84 list-style: none;
85 }
86 #p-navigation li {
87 display : inline;
88 margin-left : 1em;
89 font-weight : bold;
90 }
91 #p-navigation a { color:white; }
92 #p-navigation a : visited { color:#D0D0D0; }
93
94
95 #p-cactions {
96 width : 100%;
97 white-space:nowrap;
98 position : absolute;
99 left: 0; top: 4.2em;
100 margin:0; padding: 0;
101 }
102 #p-cactions h5 { display : none; }
103 #p-cactions ul {
104 display : inline;
105 margin : 0; padding-left:1.5em;
106 list-style:none;
107 }
108 #p-cactions li {
109 display : inline;
110 margin-right : 1em;
111 font-weight : bold;
112 }
113
114 #p-cactions li a { color : white;}
115 #p-cactions .new a { color : red;}
116
117 #p-search { display :none; }
118
119 #p-tb {
120 background-color: #2F333B;
121 }
122 #p-tb li { margin-left : 1em; }
123 #p-tb li a { color : white;}
124
125
126 #p-personal {
127 background-color: #2F333B;
128 }
129 #p-personal li {
130 margin-left : 1em;
131 }
132 #p-personal li a { color : white;}
133 #p-personal li a.new { color : red;}
134
135
136 .printfooter { display : none; }
137
138 #footer {
139 background-color: #2A3C61;
140 color:#D0D0D0;
141 border-top: 1px solid white;
142 border-bottom: 1px solid white;
143 text-align: center;
144 font-size: x-small;
145 margin:1em 0 1em 0;
146 }
147 #footer li { display:inline; }
148 #f-poweredbyico { float:right;}
149 #f-copyrightico { float: left;}
150
151
152 /* END OF GENERAL LAYOUT */
153
154
155 /* CONTENT STYLE */
156 .toc {
157 border : 1px solid black;
158 background-color: #2A3C61;
159 padding: 5px;
160 font-size:small;
161 }
162 #toc h2, .toc h2 {
163 display:inline;
164 border:none;
165 padding: 0;
166 font-size:100%;
167 font-weight:bold;
168 }
169
170 #toc #toctitle,
171 .toc #toctitle,
172 #toc .toctitle,
173 .toc .toctitle {
174 text-align: center;
175 }
176 #toc ul,
177 .toc ul {
178 list-style-type: none;
179 list-style-image: none;
180 margin-left: 0;
181 padding-left: 0;
182 text-align: left;
183 }
184 #toc ul ul,
185 .toc ul ul {
186 margin: 0 0 0 2em;
187 }
188 #toc .toctoggle,
189 .toc .toctoggle {
190 font-size: x-small;
191 }
192
193 #siteSub { display:none; }