thumbnail tweaks
[lhc/web/wiklou.git] / stylesheets / nostalgia.css
1 body {
2 /* Background color is set separately on page type */
3 color: black;
4 }
5 #article { }
6 #specialform { display: inline; }
7 #powersearch {
8 background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
9 }
10 .bodytext { }
11 a.interwiki, a.external { color: #3366BB; }
12 a.printable { text-decoration: underline; }
13 a.stub { color:#772233; text-decoration:none; }
14 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
15 h2, h3, h4, h5, h6 { margin-bottom: 0; }
16 img { border: none; }
17 textarea { overflow: auto; }
18 p.subtitle { padding-top: 0; margin-top: 0; }
19 #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }
20
21
22 /* Images */
23 div.floatright { float: right; margin: 0 0 1em 1em; }
24 div.floatright p { font-style: italic; }
25 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
26 div.floatleft p { font-style: italic; }
27
28
29 /* thumbnails */
30 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
31 padding: 2px;
32 border:1px solid #8888aa;
33 background:#CCCCCC;
34 margin: 0.3em auto 0.5em;
35 font-size: 85%;
36 }
37
38 div.thumbcaption {
39 margin-top:3px; margin-bottom:3px;
40 }
41
42 div.thumbnail-right {
43 float: right;
44 margin-left:0.5em;
45 }
46
47 div.thumbnail-left {
48 float: left;
49 margin-right:0.5em;
50 }
51
52 /* table standards */
53 table.rimage {
54 float:right;
55 width:1pt;
56 margin-left:1em;
57 margin-bottom:1em;
58 text-align:center;
59 font-size:smaller;
60 }
61
62 /* automatically generated edit summaries */
63 .autocomment { color: gray; }
64
65 /* Print-specific things to hide */
66 .urlexpansion, .printfooter {
67 display: none;
68 }
69