This LanguagePl.php works, really ;)
[lhc/web/wiklou.git] / stylesheets / paddington.css
1 body.encyclopedia { background: white }
2 body.meta { background: #ffffdd }
3 body {
4 margin: 0px;
5 padding:0px;
6 }
7 form.inline {
8 display: inline;
9 }
10
11 /* borders */
12 /*
13 #topbar h1, #topbar div.navbox {
14 border-bottom:solid grey 1px;
15 }
16 */
17
18 /* ********************************** TOPBAR */
19 #topbar {
20 border-bottom: solid 1px black;
21
22 }
23 /* common to all 3 topbar blocks */
24 #topbar h1, #topbar div.navbox {
25 /*
26 background-color: #eef;
27 background-color: #f8f8f8;
28 */
29 padding: 0px 4px;
30 margin: 0px;
31 /*
32 border-bottom:solid white 2px;
33 border-bottom:solid grey 1px;
34 */
35 }
36 #topbar h1 {
37 font-size: 2.2em;
38 }
39 #topbar h1 span {
40 font-size: 0.6em;
41 color:#aaa;
42 }
43 div.navbox {
44 font-size:0.9em;
45 }
46 #topbar div#navboxsubtitle {
47 }
48 #topbar div#sitelinks {
49 padding-bottom: 2px;
50 }
51
52 div.spacer {
53 clear:both;
54 }
55
56 div.row span.left {
57 float: left;
58 text-align: left;
59 width: 49%;
60 }
61
62 div.row span.right {
63 float: right;
64 text-align: right;
65 width: 49%;
66 }
67
68 /* ********************************* CONTENT */
69 #content {
70 top: 0px;
71 margin: 0px;
72 /*
73 padding: 0px 5px 0px ;
74 position:relative;
75 */
76 }
77 h1.pagetitle {
78 padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
79 font-size: 2em;
80
81 }
82 p.subtitle , p.languages , p.actions {
83 padding: 0em 1em;
84 margin: 0em ;
85 font-size: 0.9em;
86 color:#723;
87 }
88 p.languages {
89 font-style: italic;
90 }
91
92 #article {
93 padding: 0px 4px;
94 }
95
96 /* ********************************* quickbar */
97 #quickbar-left , #quickbar-right {
98 position: absolute;
99 top: 0px;
100 bottom:0px;
101 width: 148px;
102 padding: 0px;
103 visibility: visible;
104 z-index: 99;
105 }
106 #quickbar-left {
107 left: 0px;
108 border-right:1px solid black;
109 }
110 #quickbar-right {
111 right: 0px;
112 border-left:1px solid black;
113 }
114 .quickbarsection {
115 padding: 6px;
116 border-bottom:1px solid black;
117 }
118 /* ********************************** QUICKBAR DEPENDENCIES */
119 #content {
120 margin-left: 148px;
121 }
122