-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
52 lines (45 loc) · 846 Bytes
/
index.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
body {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
background-image: url("images/table.png");
background-size: cover;
font-weight: bold;
color: white;
text-align: center;
}
h1 {
color: goldenrod;
}
.cards {
margin-left: auto;
margin-right: auto;
text-align: center;
}
#dealerHeader-el {
color: #fc6203
}
#playerHeader-el {
color: #03b6fc
}
#message-el {
font-style: italic;
}
button {
color: #016f32;
width: 150px;
background: goldenrod;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
border: none;
border-radius: 2px;
margin-bottom: 2px;
margin-top: 2px;
}
div.version {
position: fixed;
bottom: 0px;
right: 10px;
width: 100%;
text-align: right;
font-size: smaller;
}