New experimental tab styles for staging on sandbox1
[lhc/web/wiklou.git] / skins / vector / experiments / babaco-colors-c.css
1 /* Babaco Color Scheme A */
2
3
4 a:visited,
5 a:visited div.vectorTabs li.selected a:visited span {
6 color: #260e9c;
7 }
8
9 html .thumbimage,
10 #toc, .toc, .mw-warning, div.thumbinner {
11 border-color: #cccccc;
12 background-color: #f7f7f7;
13 }
14
15 /* Framework */
16 body {
17 background-color: #f9f9f9 !important;
18 background-image:url(images/page-base-updated.png);
19 }
20
21 /* Links */
22 a {
23 color: #0066cc;
24 }
25 a:visited {
26 color: #004d99;
27 }
28 a:active {
29 color: #ff6600;
30 }
31 a.stub {
32 color: #56228b;
33 }
34 a.new, #p-personal a.new {
35 color: #a31205 !important;
36 }
37 a.new:visited, #p-personal a.new:visited {
38 color: #a31205;
39 }
40
41 h1,
42 h2,
43 h3,
44 h4,
45 h5,
46 h6 {
47 border-color:#999999;
48 font-family:georgia, times, serif;
49 font-weight:bold;
50 }
51 #firstHeading {
52 font-size:1.5em;
53 }
54 h2 .editsection,
55 .portal h5{
56 font-family:sans-serif;
57 font-weight:normal;
58
59 }
60 #toc h2, .toc h2 {
61 font-family:sans-serif;
62 font-weight:normal;
63 }
64 body #panel div.portal div.body {
65 background-image:url(images/new-portal-break-ltr.png);
66 }
67
68 div.vectorTabs li.new a,
69 div.vectorTabs li.new a span,
70 div.vectorTabs li.new a:visited,
71 div.vectorTabs li.new a:visited span {
72 color:#a31205;
73 }
74 #toc,
75 .toc,
76 .mw-warning,
77 div.gallerybox div.thumb,
78 table.gallery,
79 #preferences fieldset.prefsection fieldset,
80 #preferences,
81 html .thumbimage,
82 .usermessage,
83 img.thumbborder,
84 div.thumbinner{
85 border: 1px solid #cccccc;
86 background-color: #f7f7f7;
87 }
88 #panel div.portal h5 {
89 font-weight:bold;
90 margin-bottom:0;
91 padding-bottom:0.05em;
92 color:#000000;
93 }
94 div.vectorTabs li.selected a,
95 div.vectorTabs li.selected a span,
96 div.vectorTabs li.selected a:visited
97 div.vectorTabs li.selected a:visited span {
98 color: #333333 !important;
99 }