forked from OMeyer973/PMU-race
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (61 loc) · 861 Bytes
/
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
body {
background: #009933;
font-family: "Source Sans Pro";
}
#wrapper {
font-size: 1em;
height: 800px;
width: 800px;
margin: auto;
}
#site-title {
text-align: center;
font-size: 3em;
font-style: italic;
color: white;
}
#site-description {
text-align: center;
font-family: inherit;
}
#horse-img {
position: absolute;
width: 40em;
left: 60em;
top: 7em;
z-index: -1;
}
#players-number {
height: 2em;
width: 2.5em;
margin-bottom: auto;
margin-top: auto;
}
#players-number-holder {
width: 33em;
}
.field-title {
margin-right: 1em;
}
.row {
display: flex;
justify-content: center;
}
.column {
margin-right: 5em;
}
.col-player-id {
margin-top: 3em;
margin-right: 1em;
}
select {
background-color: #FFFF99;
border-color: black;
border-radius: 4px;
}
#input-start {
margin-right: 6em;
}
#input-rules {
margin-right: 1em;
}