]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - skins/vector/experiments/babaco-colors-b.css
MediaWiki 1.16.5
[autoinstalls/mediawiki.git] / skins / vector / experiments / babaco-colors-b.css
1 /* Babaco Color Scheme A */
2
3
4 html .thumbimage,
5 #toc, .toc, .mw-warning, div.thumbinner {
6         border-color: #cccccc;
7         background-color: #f7f7f7;
8 }
9
10 /* Framework */
11 #mw-page-base {
12         background-color: inherit !important;
13         background-image: none !important;
14 }
15 body {
16         background-color: #f9f9f9 !important;
17         background-image:url(images/page-base-updated.png);
18 }
19 /* Links */
20 a {
21         color: #003cb3;
22 }
23 a.stub {
24         color: #772233;
25 }
26 a.new, #p-personal a.new {
27         color: #a31205 !important;
28 }
29 {
30         color: #260e9c;
31 }
32 a:visited,
33 a:visited div.vectorTabs li.selected a:visited span,
34 a.new:visited, 
35 #p-personal a.new:visited {
36         color: #260e9c;
37 }
38 h1,
39 h2,
40 h3,
41 h4,
42 h5,
43 h6 {
44         border-color:#999999;
45 }
46
47 div.vectorTabs li.new a, 
48 div.vectorTabs li.new a span, 
49 div.vectorTabs li.new a:visited, 
50 div.vectorTabs li.new a:visited span {
51         color:#a31205;
52 }
53
54 #toc,
55 .toc,
56 .mw-warning,
57 div.gallerybox div.thumb,
58 table.gallery,
59 #preferences fieldset.prefsection fieldset,
60 #preferences,
61 html .thumbimage,
62 .usermessage,
63 img.thumbborder,
64 div.thumbinner{
65         border: 1px solid #cccccc;
66         background-color: #f7f7f7;
67 }