42b87f22fb17dfb03a84813c404749e26daafcdc
[lhc/web/wiklou.git] / skins / vector / experiments / babaco-colors-a.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:arial, sans-serif;
49 }
50 h1,
51 h2{
52 font-family:georgia, times, serif;
53 letter-spacing:0.6px;
54 }
55 h2 .editsection{
56 font-family:sans-serif;
57 letter-spacing:0px;
58 }
59 #toc h2, .toc h2 {
60 font-family:sans-serif;
61 letter-spacing:0px;
62 }
63 body #panel div.portal div.body {
64 background-image:url(images/new-portal-break-ltr.png);
65 }
66 body div.vectorTabs li a, div.vectorTabs li a span{
67 color:#4d4d4d;
68 }
69 body div.vectorTabs li.selected a,
70 body div.vectorTabs li.selected a span,
71 body div.vectorTabs li.selected a:visited
72 body div.vectorTabs li.selected a:visited span {
73 color: #ff6600 !important;
74 font-weight:bold;
75 }
76 div.vectorTabs li.new a,
77 div.vectorTabs li.new a span,
78 div.vectorTabs li.new a:visited,
79 div.vectorTabs li.new a:visited span {
80 color:#a31205;
81 }
82 #toc,
83 .toc,
84 .mw-warning,
85 div.gallerybox div.thumb,
86 table.gallery,
87 #preferences fieldset.prefsection fieldset,
88 #preferences,
89 html .thumbimage,
90 .usermessage,
91 img.thumbborder,
92 div.thumbinner{
93 border: 1px solid #cccccc;
94 background-color: #f7f7f7;
95 }