-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (99 loc) · 1.38 KB
/
style.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
* {
padding:0px;
margin:0px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
img {
border: 0px;
}
#wrap{
width: 1024px;
height: 674px;
margin: 20px auto;
padding:0px;
border: 1px #aaa solid;
background-color: #fff;
}
#wSplash{
background-image: url("./img/title.png");
display: block;
}
#wSplash .bNext{
position: relative;
top: 250px;
left: 150px;
font-size: 40pt;
}
.wSupervisorFrame{
margin: 50px;
font-size: 16pt;
}
.wSupervisorFrame p{
margin-top:10px;
margin-bottom:10px;
}
#wGame{
background-image: url("./img/rodgau_bg_small.png");
}
#wGameMaid{
position: relative;
top: 230px;
left: 500px;
}
#wGameSau{
position: relative;
top: 100px;
left: 60px;
display: none;
}
#wGameTrecker{
position: relative;
top: 500px;
left: 60px;
display: none;
}
#opt1{
clear:both;
font-style:italic;
}
#opt2{
display: none;
font-style:italic;
}
.full{
width: 100%;
height: 100%;
display: none;
}
.btn{
background-color: #ddd;
border: 4px solid #aaa;
color: #000;
font-size: 20pt;
font-weight: bold;
padding: 8px;
margin-top:10px;
margin-bottom:10px;
}
.opt{
width: 90%;
font-size: 12pt !important;
}
.btn:hover{
background-color: #eee;
}
.btn:active{
background-color: #ccc;
}
.dialog{
width: 800px;
padding: 10px;
font-size: 16pt;
}
.avatar{
float: left;
margin: 5px;
padding: 5px;
border: 1px solid #aaa;
text-align: center;
}