forked from freifunk-darmstadt/gluon-firmware-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
81 lines (67 loc) · 1.17 KB
/
app.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
h1 {
color: rgb(220, 0, 103);
}
.currentVersions {
float:right;
padding: .5em;
color: #999;
}
.firmwareTable {
padding-top: 4em;
}
.firmwareTableLink {
float:right;
color: #337ab7;
cursor: pointer;
}
.firmwareTableLink:hover {
text-decoration: underline;
}
.wizard {
width: 70%;
padding-bottom: 4em;
}
.wizard p {
margin: 1em auto;
}
.wizard select {
margin-bottom: .5em;
}
.wizard .radiogroup input {
display: none;
}
.wizard .radiogroup label, .abutton {
display: inline-block;
list-style-type: none;
color: black;
background-color: #ffb400;
margin: .5em;
padding: .5em;
font-weight: normal;
cursor: pointer;
border: .15em solid #ffb400;
border-radius: .5em;
}
.wizard .box-inset {
margin: 1em 0;
padding: 1em;
box-shadow: 0px 0px .5em black inset;
background-color: #c90000;
color: #ffffff;
font-weight: lighter;
}
.wizard .box-inset .branch-experimental-dl {
margin: .75em 0 0 0;
padding: 0;
opacity: .85;
}
.wizard .abutton:hover {
color: black
}
.wizard .radiogroup input[type="radio"]:checked + label {
border: 0.15em solid #cc8100;
box-shadow: 0 0 5px #cc8100 inset;
}
.initiallyhidden {
display: none;
}