-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (44 loc) · 841 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
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
vertical-align: middle;
}
.character-builder-component {
width : 30pc;
min-width: 320px;
border-width: 1px;
border-color: grey;
border-style: solid;
border-radius: 5px;
padding: 4px;
margin: 5px;
}
.plus-minus-button {
float : right;
}
.background-selector {
float : right;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid grey;
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
}
.race-selector {
float : right;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid grey;
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
}