forked from FreezingMoon/AncientBeast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
159 lines (154 loc) · 4.03 KB
/
stylesheet.css
File metadata and controls
159 lines (154 loc) · 4.03 KB
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
154
155
156
157
158
159
/* Ancient Beast - Free Open Source Online PvP TBS: card game meets chess, with creatures.
* Copyright (C) 2007-2012 Valentin Anastase (a.k.a. Dread Knight)
*
* This file is part of Ancient Beast.
*
* Ancient Beast is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Ancient Beast is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* http://www.AncientBeast.com
* https://github.com/FreezingMoon/AncientBeast
* DreadKnight@FreezingMoon.org
*/
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
#scroll {
display: block;
z-index: 999;
position: fixed;
bottom: 0;
left: 96%;
}
body {
font-family: 'Play', sans-serif;
text-align: center;
margin: 0 auto;
width: 950px;
color: #b7b7b7;
font-size: 18px;
background: url('images/header.png') no-repeat center top,
black url('images/bg.jpg') repeat;
text-shadow: black 0.1em 0.1em 0.2em;
overflow-x: hidden;
}
img {
border: none;
vertical-align: bottom;
}
#header {
margin: 15px auto 0 auto;
padding: 0px;
}
.center {
margin-left: auto!important;
margin-right: auto!important;
text-align: center!important;
}
.lighten {
display: block;
}
*:focus {outline: none;}
#wrapper {text-align: left;}
.div_top {
margin: 0;
background-image: url('images/div_top.png');
background-repeat: no-repeat;
height: 20px;
overflow: hidden;
padding: 0;
}
.div_center {
overflow: hidden;
background-image: url('images/div_center.png');
background-repeat: repeat-y;
margin: 0;
padding: 0px 30px;
position: relative;
}
.div_bottom {
margin: 0;
background-image: url('images/div_bottom.png');
background-repeat: no-repeat;
height: 20px;
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;}
.summon {
background: url('bestiary/images/search_box.png') no-repeat;
border: 0px;
padding-left: 5px;
width: 160px;
height: 32px;
font-size: 18px;
color: #9c9c9c;
text-shadow: black 0.1em 0.1em 0.2em;
float: left;
}
.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 {
position: absolute;
width: 64px;
height: 64px;
margin-top: -32px;
margin-left: -16px;
outline: 2px solid black;
z-index: 20;
}
.tbox {
position: absolute;
display: none;
padding: 14px 17px;
z-index: 900;
}
.tinner {
padding: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: rgba(0, 0, 0, 0.9) url('images/loading.gif') no-repeat 50% 50%;
border: 3px solid grey;
}
.tmask {
position: absolute;
display: none;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
z-index: 800;
}
.tclose {
position: absolute;
top: 14px;
right: 17px;
width: 30px;
height: 30px;
cursor: pointer;
background: url('images/close.png') no-repeat;
}
.tclose:hover {background-position:0 -30px}
#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}
.indexheader {
margin: 0 auto 0 auto;
font-weight: bold;
text-align: center;
}