fix notice
[mediawiki.git] / stylesheets / paddington.css
blobc1291079c2df497c76eb4371d2ca67034a977f00
1 body.encyclopedia { background: white }
2 body.meta { background: #ffffdd }
3 body {
4 margin: 0px;
5 padding:0px;
7 form.inline {
8 display: inline;
11 /* borders */
13 #topbar h1, #topbar div.navbox {
14 border-bottom:solid grey 1px;
16 */
18 /* ********************************** TOPBAR */
19 #topbar {
20 border-bottom: solid 1px black;
23 /* common to all 3 topbar blocks */
24 #topbar h1, #topbar div.navbox {
26 background-color: #eef;
27 background-color: #f8f8f8;
29 padding: 0px 4px;
30 margin: 0px;
32 border-bottom:solid white 2px;
33 border-bottom:solid grey 1px;
36 #topbar h1 {
37 font-size: 2.2em;
39 #topbar h1 span {
40 font-size: 0.6em;
41 color:#aaa;
43 div.navbox {
44 font-size:0.9em;
46 #topbar div#navboxsubtitle {
48 #topbar div#sitelinks {
49 padding-bottom: 2px;
52 div.spacer {
53 clear:both;
56 div.row span.left {
57 float: left;
58 text-align: left;
59 width: 49%;
62 div.row span.right {
63 float: right;
64 text-align: right;
65 width: 49%;
68 /* ********************************* CONTENT */
69 #content {
70 top: 0px;
71 margin: 0px;
73 padding: 0px 5px 0px ;
74 position:relative;
77 h1.pagetitle {
78 padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
79 font-size: 2em;
82 p.subtitle , p.languages , p.actions {
83 padding: 0em 1em;
84 margin: 0em ;
85 font-size: 0.9em;
86 color:#723;
88 p.languages {
89 font-style: italic;
92 #article {
93 padding: 0px 4px;
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;
106 #quickbar-left {
107 left: 0px;
108 border-right:1px solid black;
110 #quickbar-right {
111 right: 0px;
112 border-left:1px solid black;
114 .quickbarsection {
115 padding: 6px;
116 border-bottom:1px solid black;
118 /* ********************************** QUICKBAR DEPENDENCIES */
119 #content {
120 margin-left: 148px;
123 /* Print-specific things to hide */
124 .urlexpansion, .printfooter {
125 display: none;
128 /* automatically generated edit summaries */
129 #autocomment { color: gray; }
131 /* Table of contents */
132 #toc {
133 border: 1px solid #8888aa;
134 background-color: #f7f8ff;
135 padding: 5px;
136 font-size: 95%;
138 .tocindent {
139 margin-left: 2em;
141 .tocline {
142 margin-bottom: 0px;
144 .toctoggle, .editsection {
145 font-size: smaller;
148 /* images */
149 div.floatright { float: right; margin: 0 0 1em 1em; }
150 div.floatright p { font-style: italic; }
151 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
152 div.floatleft p { font-style: italic; }
154 /* thumbnails */
155 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
156 padding: 2px;
157 border:1px solid #8888aa;
158 background:#CCCCCC;
159 margin: 0.3em 0 0.5em;
160 font-size: 85%;
161 text-align: center;
164 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
165 margin-top:3px; margin-bottom:3px;
166 text-align: left;
169 div.thumbnail-right {
170 float: right;
171 margin-left:0.5em;
174 div.thumbnail-left {
175 float: left;
176 margin-right:0.5em;
179 /* table standards */
180 table.rimage {
181 float:right;
182 width:1pt;
183 margin-left:1em;
184 margin-bottom:1em;
185 text-align:center;
186 font-size:smaller;