New experimental tab styles for staging on sandbox1
[lhc/web/wiklou.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 body {
12 background-color: #f9f9f9 !important;
13 background-image:url(images/page-base-updated.png);
14 }
15 /* Links */
16 a {
17 color: #003cb3;
18 }
19 a.stub {
20 color: #772233;
21 }
22 a.new, #p-personal a.new {
23 color: #a31205 !important;
24 }
25 {
26 color: #260e9c;
27 }
28 a:visited,
29 a:visited div.vectorTabs li.selected a:visited span,
30 a.new:visited,
31 #p-personal a.new:visited {
32 color: #260e9c;
33 }
34 h1,
35 h2,
36 h3,
37 h4,
38 h5,
39 h6 {
40 border-color:#999999;
41 }
42
43 div.vectorTabs li.new a,
44 div.vectorTabs li.new a span,
45 div.vectorTabs li.new a:visited,
46 div.vectorTabs li.new a:visited span {
47 color:#a31205;
48 }
49
50 #toc,
51 .toc,
52 .mw-warning,
53 div.gallerybox div.thumb,
54 table.gallery,
55 #preferences fieldset.prefsection fieldset,
56 #preferences,
57 html .thumbimage,
58 .usermessage,
59 img.thumbborder,
60 div.thumbinner{
61 border: 1px solid #cccccc;
62 background-color: #f7f7f7;
63 }