thumbnail tweaks
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
1 #article { padding: 4px; }
2 #content { margin: 0; padding: 0; }
3 #footer { padding: 4px;font-size:95%; }
4 #pagestats { font-size: 9pt; }
5 #powersearch {
6 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
7 }
8 #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
9 #topbar { padding: 4px;font-size:95%; }
10
11 /* automatically generated edit summaries */
12 .autocomment { color: gray; }
13
14 /* Table of contents */
15 #toc {
16 border: 1px solid #8888aa;
17 background-color: #f7f8ff;
18 padding: 5px;
19 font-size: 95%;
20 }
21 .tocindent {
22 margin-left: 2em;
23 }
24 .tocline {
25 margin-bottom: 0px;
26 }
27 .toctoggle, .editsection {
28 font-size: smaller;
29 }
30
31 /* ... */
32 #toolbar { padding:0px; }
33 #infobox { background:#eeeeff;color:black;;}
34 #editform { margin-top:1px; }
35 .bodytext { }
36 a.interwiki, a.external { color: #3366BB; }
37 a.printable { text-decoration: underline; }
38 a.stub { color:#772233; text-decoration:none; }
39 body { margin: 0px; padding: 4px; color: black; }
40 form.inline { display: inline; }
41 textarea { overflow: auto; }
42
43
44 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
45 font-size:150%; }
46 h2 { font-size: 120%; }
47 h2, h3, h4, h5, h6 { margin-bottom: 0;}
48 h3 { font-size: 106.25%; }
49 h4 { font-size: 103.125%; }
50 h5 { font-size: 100%; }
51 h6 { font-size: 95%; }
52 hr.sep { color:gray;height:1px;background-color:gray;}
53 p.subpages { font-size:small;}
54 p.subtitle { padding-top: 0; margin-top: 0;}
55 p.catlinks { font-size:small; margin-top:0; text-align:right;}
56 td { empty-cells:show; }
57 td.bottom { border-top: 1px solid gray; }
58 td.top { border-bottom: 1px solid gray; }
59 img { border: none; }
60 /* images */
61 div.floatright { float: right; margin: 0 0 1em 1em; }
62 div.floatright p { font-style: italic; }
63 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
64 div.floatleft p { font-style: italic; }
65
66 /* thumbnails */
67 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
68 padding: 2px;
69 border:1px solid #8888aa;
70 background:#CCCCCC;
71 margin: 0.3em 0 0.5em;
72 font-size: 85%;
73 text-align: center;
74 }
75
76 div.thumbcaption {
77 margin-top:3px; margin-bottom:3px;
78 text-align: left;
79 }
80
81 div.thumbnail-right {
82 float: right;
83 margin-left:0.5em;
84 }
85
86 div.thumbnail-left {
87 float: left;
88 margin-right:0.5em;
89 }
90
91 table.diff {
92 background:white;
93 }
94 td.diff-otitle {
95 background:#cccccc;
96 }
97 td.diff-ntitle {
98 background:#cccccc;
99 }
100 td.diff-addedline {
101 background:#ccffcc;
102 }
103 td.diff-deletedline {
104 background:#ffffaa;
105 }
106 td.diff-context {
107 background:#eeeeee;
108 }
109
110 /* table standards */
111 table.rimage {
112 float:right;
113 width:1pt;
114 margin-left:1em;
115 margin-bottom:1em;
116 text-align:center;
117 font-size:smaller;
118 }
119
120
121 /* Print-specific things to hide */
122 .urlexpansion, .printfooter {
123 display: none;
124 }