Purging of scaled images when thumbnail is regenerated. Depends on visiting the page...
[mediawiki.git] / stylesheets / paddington.css
blobee456f848a33c8b5f789c1bd13f0c9138b52f063
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;