forked from snej/oracles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoracles.css
129 lines (113 loc) · 2.08 KB
/
oracles.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
@import url(http://fonts.googleapis.com/css?family=Macondo+Swash+Caps|Aladin|Goudy+Bookletter+1911);
body {
font-family: "Goudy Bookletter 1911", serif;
background-image: url(bg/eosbaga1c.jpg);
}
.banner {
background-image: url(bg/eosbaga1a.jpg);
padding: 8px;
font-size: 30px;
text-align: center;
color: white;
text-shadow: black 0 0 4px;
min-height: 18px;
border-color: #a61400;
border-width: 3px;
}
#topbanner {
margin: -8px -8px 0 -8px;
border-bottom-style: solid;
}
#bottombanner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin-bottom: 0;
border-top-style: solid;
font-size: 18px;
}
body.index a.left, body.index a.right {
display: none;
}
.banner a {
text-decoration: none;
color: white;
}
.banner a:hover {
text-shadow: yellow 0 0px 4px;
}
.banner a.left {
float: left;
font-size: 18px;
}
.banner a.right {
float: right;
font-size: 18px;
}
#topbanner a.left, #topbanner a.right {
font-size: 150%;
line-height: 80%;
}
body.index #banner a {
display: none;
}
h1 {
font-family: "Macondo Swash Caps", fantasy;
font-weight: normal;
font-size: 64px;
color: #a61400;
text-shadow: rgba(111,111,111,0.44) 0 -1px 1px, white 0 1px 1px;
margin: 20px 0;
padding: 0 20px;
}
h1#topbanner {
color: white !important;
}
ul {
margin-bottom: 50px;
}
li {
font-size: 30px;
margin-bottom: 0.5em;
line-height: 1.25em;
list-style-type: square;
text-shadow: rgba(111,111,111,0.44) 0 -1px 3px;
}
body.index li {
font-family: "Macondo Swash Caps", fantasy;
line-height: 2em;
}
a {
text-decoration: none;
}
body.oracle_1 {
background-image: url(bg/eosbaga4c.jpg);
}
body.oracle_1 .banner {
background-image: url(bg/eosbaga4a.jpg);
border-color: purple;
}
body.oracle_1 h1 {
color: purple;
}
body.oracle_2 {
background-image: url(bg/eosbaga3c.jpg);
}
body.oracle_2 .banner {
background-image: url(bg/eosbaga3a.jpg);
border-color: blue;
}
body.oracle_2 h1 {
color: blue;
}
body.oracle_3 {
background-image: url(bg/eosbaga2c.jpg);
}
body.oracle_3 .banner {
background-image: url(bg/eosbaga2a.jpg);
border-color: green;
}
body.oracle_3 h1 {
color: green;
}