-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylegreenpastel.css
executable file
·97 lines (95 loc) · 1.54 KB
/
stylegreenpastel.css
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
92
93
94
95
<html>
<style type="text/css">
body {
background-color: #A0C1AC;
}
#content a {
color: #39403B;
}
#content a:active {
background-color: #C1A4A0;
}
#content a:hover {
background-color: #B1BDC1;
}
#navigation a:active {
background-color: #C1A4A0;
}
#navigation a:hover {
background-color: #B1BDC1;
}
#overall {
background-color: #A0C1AC;
}
h1 {
color: #918684;
border-color: #A0B8C1;
position: absolute;
}
h2 {
color: #849189;
}
#content {
background-color: #A0C1AC;
color: #39403B;
}
#navigation {
background-color: #B1C1B7;
border-color: #A0B8C1;
}
span.c3 {
color: #B1C1B7;
}
span.c2 {
color: #728177;
}
div.c1 {
color: #39403B;
}
div.c2 {
color: #918684;
}
span.zipel {
color: #39403B;
}
div.kuhead {
color: #39403B;
}
div.note {
color: #849189;
}
div.form {
color: #39403B;
}
div.kulast {
color: #000;
}
div.keyword {
color: #817472;
}
span.technoratitag {
background-color: #CECBCB;
}
.even { color: #444; background: #403A39; }
.first { color: #000; background: #A1A6A8; }
.second { color: #444; background: #E9EDE6; }
.third { color: #fff; background: #A8A2A1; }
tr.posting {
background-image: url(yellowdi.gif);
background-repeat:no-repeat;
background-position:top;
}
#footer {
position: absolute;
left: 255px;
padding: 6px 3px 10px 19px;
margin: 0;
}
#revision {
position: absolute;
left: 255px;
padding: 6px 3px 10px 19px;
margin: 0;
}
</style>
</html>