forked from self-jw/bossggle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
115 lines (98 loc) · 1.62 KB
/
main.css
File metadata and controls
115 lines (98 loc) · 1.62 KB
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
/*body {
background-color: #cdc5cc;
background-color: #eee4e5;
}*/
.score {
/*margin-left: 30%;*/
width: 100%;
margin-top: 15%;
margin-bottom: 2%;
/*height: 650px;*/
/*background: #eee4e5;*/
}
hr {
display: block;
border: 0;
border-top: 1px solid black;
/*margin-right: 5%;*/
padding: 0;
}
.aligner {
display: flex;
align-items: center;
justify-content: center;
}
.aligner-item {
text-align: center;
padding-bottom: 3%;
padding-top: 3%;
width: 10%;
border-color: orange;
/*background-color:orange;*/
background: #69b390;
border-width: 2px;
border-style: solid;
/*max-width: 20vh;*/
margin-right: 2%;
margin-bottom: 2%;
font-weight: bold;
font-size: 1.5em;
}
.aligner-item--top {
align-self: flex-start;
}
.aligner-item--bottom {
align-self: flex-end;
}
.row {
height: 100%;
display: table-row;
}
.row .no-float {
display: table-cell;
float: none;
}
.button {
display: inline-block;
color: white;
background-color: #302e2c;
border-radius: 0px;
border: 1px solid #e2855a;
padding: 10px 10px;
text-align: center;
text-decoration: none;
font-size: 13px;
width: 8%;
}
.btn-start {
color: white;
background-color: #532b6f;
text-align: right;
}
.btn-start:hover {
background-color: #2bb19e;
}
.button:hover {
background-color: #f7bfa5;
}
.box:hover {
background-color: #f7bfa5;
}
.box::selection {
background-color: blue;
}
.box:active {
background-color: yellow;
}
.box:visited {
color: green;
}
.score-right {
color: #b05c04;
float: right;
}
.score-bg {
color: #b05c04;
/*background-color: #b05c04;*/
text-align: center;
}