small tweak to user icon alignment, some rules for non-js history
[mediawiki.git] / stylesheets / common.css
blob657b3326c4dcc3bf9cec07d38df8edb9c198637f
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.thumb {
30 margin: 10px;
31 text-align: center;
32 width: auto;
34 div.thumb div {
35 border: 1px solid #8888aa;
36 background-color: #f7f8ff;
37 padding: 2px;
38 font-size: 94%;
40 div.thumb div * {
41 border: none;
42 background: none;
44 div.thumb img {
45 border:1px solid #8888AA;
46 margin-bottom:3px;
47 background:#FFFFFF;
49 div.thumbcaption,
50 div.thumbcaption * {
51 border: none !important;
52 background: none !important;
54 div.thumbcaption {
55 padding: 0.2em 0 0.2em 0 !important;
56 text-align: left !important;
58 div.tright {
59 float: right;
60 margin-left:0.5em;
62 div.tleft {
63 float: left;
64 margin-right:0.5em;
67 table.diff {
68 background:white;
70 td.diff-otitle {
71 background:#cccccc;
73 td.diff-ntitle {
74 background:#cccccc;
76 td.diff-addedline {
77 background:#ccffcc;
79 td.diff-deletedline {
80 background:#ffffaa;
82 td.diff-context {
83 background:#eeeeee;
86 img { border: none; }
87 img.tex { vertical-align: middle; }
89 /* automatically generated edit summaries */
90 .autocomment { color: gray; }
92 #toc {
93 border: 1px solid #8888aa;
94 background-color: #f7f8ff;
95 padding: 5px;
96 font-size: 95%;
99 .error {
100 color: red;
101 font-size: larger;