-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
139 lines (111 loc) · 1.88 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
html {
margin: 0;
padding: 0;
}
body {
/* background-color: rgb(110, 78, 78); */
background-image: url(images/dungeon-bg3.png);
color: white;
}
header img {
display: block;
width: 100%;
height: 100%;
}
button {
background-image: url(images/btn-bg.png);
/* background-color: grey; */
color: white;
font-weight: bold;
font-size: 15px;
width: 155px;
padding: 10px 0px;
margin: 0 10px 0 0;
}
button:hover {
color: red;
font-weight: bold;
font-size: 15px;
width: 155px;
padding: 10px 0px;
margin: 0 10px 0 0;
}
tr td {
height: 150px;
width: 121px;
}
alert {
background-color: black;;
}
a:link, a:hover {
text-decoration: none;
color: white;
}
a:visited, a:active {
text-decoration: none;
color: white;
}
/*
class rules-------------------- */
.intro {
width: 800px;
text-align: center;
font-weight: bold;
margin-left: auto;
margin-right: auto;
}
.front_img {
position: absolute;
/* visibility: hidden; */
}
.row div {
display: inline;
}
.picture_board {
width : 550px;
margin-left: 705px;
float: left;
}
.score_div {
background-image: url(images/scoreboard_bg.png);
color: black;
width: 300px;
height: 210px;
margin: 100px 330px 20px 0;
padding-top: 15px;
float: right;
}
.score_div ul {
margin-left: 70px;
padding: 0;
}
.score_div ul li {
display: inline-block;
padding-top: 10px;
margin: 0;
}
.score_div li span {
display: inline-block;
padding: 0 10px;
font-size: 20px;
}
.score_div h3 {
display: inline-block;
padding: 0;
margin: 0;
}
.buttons {
margin-left: 1350px;
}
.disclaimer {
clear: both;
width: 700px;
padding-top: 15px;
margin-left: auto;
margin-right: auto;
}
/*
id rules-------------------- */
#end_btn {
display: none;
}