summaryrefslogtreecommitdiff
path: root/skins/vector/experiments/babaco-colors-b.css
blob: 227e197cce3de4c99dfb74afced5124e80ca2e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* Babaco Color Scheme A */


html .thumbimage,
#toc, .toc, .mw-warning, div.thumbinner {
	border-color: #cccccc;
	background-color: #f7f7f7;
}

/* Framework */
#mw-page-base {
	background-color: inherit !important;
	background-image: none !important;
}
body {
	background-color: #f9f9f9 !important;
	background-image:url(images/page-base-updated.png);
}
/* Links */
a {
	color: #003cb3;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #a31205 !important;
}
{
	color: #260e9c;
}
a:visited,
a:visited div.vectorTabs li.selected a:visited span,
a.new:visited, 
#p-personal a.new:visited {
	color: #260e9c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	border-color:#999999;
}

div.vectorTabs li.new a, 
div.vectorTabs li.new a span, 
div.vectorTabs li.new a:visited, 
div.vectorTabs li.new a:visited span {
	color:#a31205;
}

#toc,
.toc,
.mw-warning,
div.gallerybox div.thumb,
table.gallery,
#preferences fieldset.prefsection fieldset,
#preferences,
html .thumbimage,
.usermessage,
img.thumbborder,
div.thumbinner{
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
}