forked from FreezingMoon/AncientBeast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
153 lines (147 loc) · 3.32 KB
/
stylesheet.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
#scroll {
bottom: 0;
display: block;
left: 96%;
position: fixed;
z-index: 999;
}
body {
background: url(images/header.png) no-repeat center top,
black url(images/bg.jpg) no-repeat left top fixed;
background-size: 1180px 295px, cover;
color: #b7b7b7;
font-family: 'Play', sans-serif;
font-size: 18px;
margin: 0 auto;
overflow-x: hidden;
text-align: center;
text-shadow: black 0.1em 0.1em 0.2em;
width: 950px;
}
img {
border: none;
vertical-align: bottom;
}
#header {
padding: 0px;
margin: 15px auto 0 auto;
}
.indexheader {
margin: 0 auto 0 auto;
font-weight: bold;
text-align: center;
}
.sections {
font-size: 18px;
font-weight: bold;
list-style-type: none;
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
width: 100%;
}
.center {
margin-left: auto!important;
margin-right: auto!important;
text-align: center!important;
}
.lighten {
display: block;
}
.shadow {
box-shadow: 0px 0px 10px black;
}
*:focus {outline: none;}
#wrapper {text-align: left;}
.div_top {
background-image: url('images/div_top.png');
background-repeat: no-repeat;
height: 20px;
margin: 0;
overflow: hidden;
padding: 0;
}
.div_center {
background-image: url('images/div_center.png');
background-repeat: repeat-y;
margin: 0;
padding: 0px 30px;
position: relative;
overflow: hidden;
}
.div_bottom {
background-image: url('images/div_bottom.png');
background-repeat: no-repeat;
height: 20px;
margin: 0;
margin-bottom: 10px;
}
A:link {text-decoration: none; color: #b7b7b7;}
A:visited {text-decoration: none; color: #b7b7b7;}
A:active {text-decoration: none; color: #b7b7b7;}
A:hover {text-decoration: none; color: #e6e6e6; cursor: pointer; text-shadow: black 0.1em 0.1em 0.2em, red 0 0 10px;}
.odd {background:rgba(200, 200, 200, 0.1)}
.even {background:rgba(200, 200, 200, 0.2)}
.highlight:hover {background:rgba(200, 200, 200, 0.3)}
a.rollover:hover > img {
height: 64px;
margin-top: -32px;
margin-left: -16px;
outline: 2px solid black;
position: absolute;
width: 64px;
z-index: 20;
}
.tbox {
display: none;
padding: 14px 17px;
position: absolute;
z-index: 900;
}
.tinner {
background: rgba(0, 0, 0, 0.9) url('images/loading.gif') no-repeat 50% 50%;
border: 3px solid grey;
border-radius: 15px;
-moz-border-radius: 15px;
padding: 15px;
}
.tmask {
background: #000;
display: none;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
z-index: 800;
}
.tclose {
background: url('images/close.png') no-repeat;
cursor: pointer;
height: 30px;
position: absolute;
top: 14px;
right: 17px;
width: 30px;
}
.tclose:hover {background-position:0 -30px}
.track_item {
background-color:#666;
border:1px solid #FFF;
cursor:pointer;
padding:5px;
width:400px;
}
.track_item:hover {
cursor:pointer;
opacity:0.8;
}
#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10px; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}