All these files are deprecated now, they import the right css files but should be...
[mediawiki.git] / stylesheets / nostalgia.css
blob390e31627a7f31f9f68e3590e7c5b4e4bbe08366
1 body {
2 /* Background color is set separately on page type */
3 color: black;
5 #article { }
6 #specialform { display: inline; }
7 #powersearch {
8 background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
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 p.subtitle { padding-top: 0; margin-top: 0; }
17 #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }
20 /* Images */
21 div.floatright { float: right; margin: 0 0 1em 1em; }
22 div.floatright p { font-style: italic; }
23 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
24 div.floatleft p { font-style: italic; }
27 /* thumbnails */
28 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
29 padding: 2px;
30 border:1px solid #8888aa;
31 background:#CCCCCC;
32 margin: 0.3em auto 0.5em;
33 font-size: 85%;
36 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
37 margin-top:3px; margin-bottom:3px;
40 div.thumbnail-right {
41 float: right;
42 margin-left:0.5em;
45 div.thumbnail-left {
46 float: left;
47 margin-right:0.5em;
50 /* table standards */
51 table.rimage {
52 float:right;
53 width:1pt;
54 margin-left:1em;
55 margin-bottom:1em;
56 text-align:center;
57 font-size:smaller;
60 /* Print-specific things to hide */
61 .urlexpansion, .printfooter {
62 display: none;