-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmainstyle.css
54 lines (53 loc) · 868 Bytes
/
mainstyle.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
a:link{color:#D60B3D; text-decoration:none;}
a:hover{color:#D60B3D; text-decoration:underline;}
a:active{color:#D60B3D; text-decoration:none;}
a:visited{color:#D60B3D; text-decoration:none;}
html {
overflow: hidden;
}
body
{
background-color:#000000;
background-image: url('http://wizardschronicles.com/login/bg.jpg');
margin-top:10px;
font-family:Arial,serif;
font-size:2em;
overflow:hidden;
}
img
{
border-style: none;
margin-left:auto;
margin-right:auto;
display: block;
}
div#main
{
padding-top:15px;
margin-left:auto;
margin-right:auto;
color:#000000;
width:100%;
overflow:hidden;
}
li.horizontal-li
{
display:inline;
list-style-type: none;
}
ul.centered-ul
{
text-align:center;
}
div.centerederror
{
margin-left:auto;
margin-right:auto;
text-align:center;
font-weight:bold;
}
table#login
{
margin-left:auto;
margin-right:auto;
}