summaryrefslogtreecommitdiffstats
path: root/skins/Cavendish/resources/colors/brown.css
blob: d3ec5eebaf3b7f34a3e93d56f11022fb82144960 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* Brown color */

#header {
	background: #e3cead; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3cead 0%, #dac39e 35%, #ccb186 75%, #c5aa7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3cead), color-stop(35%,#dac39e), color-stop(75%,#ccb186), color-stop(100%,#c5aa7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3cead 0%,#dac39e 35%,#ccb186 75%,#c5aa7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3cead 0%,#dac39e 35%,#ccb186 75%,#c5aa7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3cead 0%,#dac39e 35%,#ccb186 75%,#c5aa7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3cead 0%,#dac39e 35%,#ccb186 75%,#c5aa7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cead', endColorstr='#c5aa7d',GradientType=0 ); /* IE6-9 */
}

#header form label, #header label {
    color: #774F03;
}

#header form #searchInput {
	border: 1px solid #774F03;
    background-color: #FBF4E8;
}

/*p-cactions */

#p-cactions li {
	border-bottom: 1px solid #B48A48;
	background-color: #885E1B;
	border-top-color: #885E1B;
}

#p-cactions li:hover {
	border-top-color: #B48A48;
	background-color: #B48A48;
}

#p-cactions li.selected a {
	color: #780000;
}

/* NAV */

#nav {
	background: #E8DDCA;
}

#nav div a:hover {
    background: #E8DDCA;
}

#nav div a, #nav div span.social {
	background-color:#FBF4E8;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #FFF;	
}

/* preftoc */

#preftoc li:hover,#preftoc li:focus, #preftoc li.selected  {
    background-color: #E8DDCA;
}

/* fieldset */

fieldset {
	border: 1px solid #774F03;
}

fieldset fieldset {
    background-color: #E8DDCA;
    }

/* mw-line */
.mw-line-odd {
	background-color: #FBF4E8;
}

.mw-line-even {
	background-color: #E8DDCA;
}

/* different from blue.css */

.portlet li a:link {
	color: #780000;
	text-decoration: none;
}
.portlet li a:visited {
	color: #774F03;
	text-decoration: none;
}