JeLuF's image resizing code
[lhc/web/wiklou.git] / stylesheets / nostalgia.css
1 #article { }
2 #specialform { display: inline; }
3 #powersearch {
4 background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
5 }
6 .bodytext { }
7 a.interwiki, a.external { color: #3366BB; }
8 a.printable { text-decoration: underline; }
9 a.stub { color:#772233; text-decoration:none; }
10 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
11 h2, h3, h4, h5, h6 { margin-bottom: 0; }
12 p.subtitle { padding-top: 0; margin-top: 0; }
13 #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }
14
15
16 /* Images */
17 div.floatright { float: right; margin: 0 0 1em 1em; }
18 div.floatright p { font-style: italic; }
19 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
20 div.floatleft p { font-style: italic; }
21
22
23 /* thumbnails */
24 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
25 padding: 2px;
26 border:1px solid #8888aa;
27 background:#CCCCCC;
28 margin: 0.3em 0 0.5em;
29 font-size: 85%;
30 }
31
32 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
33 margin-top:3px; margin-bottom:3px;
34 }
35
36 div.thumbnail-right {
37 float: right;
38 margin-left:0.5em;
39 }
40
41 div.thumbnail-left {
42 float: left;
43 margin-right:0.5em;
44 }
45
46 /* table standards */
47 table.rimage {
48 float:right;
49 width:1pt;
50 margin-left:1em;
51 margin-bottom:1em;
52 text-align:center;
53 font-size:smaller;
54 }