fix for double-escape
[mediawiki.git] / stylesheets / common.css
bloba75958762cf390c248bbaffc3d7f5c1be6238e53
1 /*
2 * common.css
3 * This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue
4 */
6 /* images */
7 div.floatright { float: right; margin: 0 0 1em 1em; }
8 div.floatright p { font-style: italic; }
9 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
10 div.floatleft p { font-style: italic; }
13 /* Print-specific things to hide */
14 .urlexpansion, .printfooter {
15 display: none;
18 /* table standards */
19 table.rimage {
20 float:right;
21 width:1pt;
22 margin-left:1em;
23 margin-bottom:1em;
24 text-align:center;
25 font-size:smaller;
28 /* thumbnails */
29 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
30 border: 1px solid #8888aa;
31 background-color: #f7f8ff;
32 padding: 2px;
33 margin: 10px;
34 font-size: smaller;
35 text-align: center;
39 div.thumbnail-none img, div.thumbnail-right img, div.thumbnail-left img {
40 border:1px solid #8888AA;
41 margin-bottom:3px;
42 background:#FFFFFF;
45 div.magnify img {
46 border: 0px;
47 background: none;
50 div.thumbcaption {
51 margin-top:3px; margin-bottom:3px;
52 text-align: left;
55 div.thumbnail-right {
56 float: right;
57 margin-left:0.5em;
60 div.thumbnail-left {
61 float: left;
62 margin-right:0.5em;
65 table.diff {
66 background:white;
68 td.diff-otitle {
69 background:#cccccc;
71 td.diff-ntitle {
72 background:#cccccc;
74 td.diff-addedline {
75 background:#ccffcc;
77 td.diff-deletedline {
78 background:#ffffaa;
80 td.diff-context {
81 background:#eeeeee;
84 img { border: none; }
86 /* automatically generated edit summaries */
87 .autocomment { color: gray; }
89 #toc {
90 border: 1px solid #8888aa;
91 background-color: #f7f8ff;
92 padding: 5px;
93 font-size: 95%;