forked from redhat-sap/rhel-for-sap-configurator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rhel-for-sap-configurator.css
106 lines (90 loc) · 1.78 KB
/
rhel-for-sap-configurator.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
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
* {
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
}
.parent {
margin-top: 8px;
margin-bottom: -2px;
/* line-height: 95%; */
vertical-align: bottom;
}
.parent span {
display: inline-block;
}
p {
font-size: 16px;
margin-top: 14px;
margin-bottom: -2px;
/* line-height: 95%; */
}
p.c {
font-family: "Courier New", Courier, monospace;
font-size: 14px;
margin-top: 14px;
margin-bottom: -2px;
/* line-height: 95%; */
}
.large {
font-size: 20px;
font-weight: bold;
}
.normal {
font-size: 12;
font-weight: normal;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
margin-top: 0px;
margin-bottom: -10px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
margin-top: 10px;
margin-bottom: -12px;
}
.radio-toolbar input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
}
.radio-toolbar label {
display: inline-block;
background-color: #d0d0d0;
padding: 7px 15px;
font-family: sans-serif, Arial;
font-size: 16px;
border: 2px solid #404040;
border-radius: 6px;
}
.radio-toolbar input[type="radio"]:checked + label {
background-color:#a0c0f0;
border-color: #406080;
}
.radio-toolbar input[type="radio"]:disabled + label {
background-color:#f0f0f0;
border-color: #d0d0d0;
color: #a0a0a0;
}
.radio-toolbar input[type="radio"]:focus + label {
border: 2px solid #406080;
}
.radio-toolbar label:hover {
background-color: #d0e0f0;
}
.button {
display: inline-block;
background-color: #f0f0f0;
padding: 10px 20px;
font-family: sans-serif, Arial;
font-size: 16px;
border: 2px solid #a0c0f0;
border-radius: 4px;
}
.top05 { margin-top:5px; }
.top07 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }