-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainmenu.css
54 lines (45 loc) · 986 Bytes
/
mainmenu.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
#main_menu_box {
position: absolute;
background-image: url(images/backdrop.png);
background-size:cover;
top: 0; bottom: 0; right: 0; left: 0;
/*display: none;*/
}
#title {
font-size: 40px;
font-family: 'Press Start 2P', cursive;
color: #fff;
}
#title_image {
height: 60px;
margin-right: 10px;
vertical-align: middle;
}
#character_box {
position: absolute;
background-image: url(images/backdrop.png);
background-size:cover;
top: 0; bottom: 0; right: 0; left: 0;
text-align: center;
display: none;
}
.table {
width: 100%;
margin-left: 30px;
padding-right: 30px;
}
.table td {
font-family: 'Press Start 2P', cursive;
color: #333;
}
.button_attribute {
padding: 2px;
font-size: 16px;
font-family: 'Press Start 2P', cursive;
background-color: #eee;
position: relative;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}