-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathradio-style.css
142 lines (132 loc) · 2.83 KB
/
radio-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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.radio_block {
vertical-align: bottom;
text-align: center;
}
#radio_player {
width: 100%;
}
select#radio_stations {
width: 100%;
height: 32px;
background-color: #272727;
border-top: 1px solid white !important;
border: none;
border-radius: 0 0 4px 4px;
color: white;
font-weight: bold;
padding: 6px 20px;
}
select#radio_stations:focus {
outline: none;
}
#radio_stations>option:focus {
outline: none;
}
#radio_controls{
background-color: #272727;
border: none;
border-radius: 4px 4px 0 0;
color: white;
padding: 9px 1px 1px 1px;
height: 30px;
}
.radio_cube {
width: 49%;
display: inline-block;
vertical-align: top;
}
#radio_play,#radio_mute{
width: 45px;
height: 22px;
outline: none;
color: white;
background-color: grey;
border: none;
margin: 0 2%;
font-size: 12px;
padding: 0px 2px;
}
#radio_play:hover,#radio_mute:hover{
background-color: #89858B;
background-image: none;
}
input#radio_volume {
width: 70%;
vertical-align: top;
height: 20px;
margin: 0;
padding: 0;
outline: none;
border: none;
}
/* Basic Grey */
.basic-grey {
margin-right: auto;
margin-left: auto;
background: #EEE;
padding: 10px 15px 10px 15px;
font: 12px Georgia, "Times New Roman", Times, serif;
color: #888;
text-shadow: 1px 1px 1px #FFF;
border:1px solid #DADADA;
}
.basic-grey h1 {
font: 25px Georgia, "Times New Roman", Times, serif;
padding: 0px 0px 10px 40px;
display: block;
border-bottom: 1px solid #DADADA;
margin: -10px -30px 30px -30px;
color: #888;
}
.basic-grey h1>span {
display: block;
font-size: 11px;
}
.basic-grey label {
display: block;
margin: 0px 0px 5px;
}
.basic-grey label>span {
float: left;
width: 80px;
text-align: right;
padding-right: 10px;
margin-top: 10px;
color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{
border: 1px solid #DADADA;
color: #888;
height: 24px;
margin-bottom: 6px;
margin-right: 6px;
margin-top: 2px;
outline: 0 none;
padding: 3px 3px 3px 5px;
width: 70%;
font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
}
.basic-grey select {
text-indent: 0.01px;
text-overflow: '';
width: 70%;
height: 30px;
}
.basic-grey textarea{
height:100px;
}
.basic-grey .button {
background: #E48F8F;
border: none;
padding: 10px 25px 10px 25px;
color: #FFF;
}
.basic-grey .button:hover {
background: #CF7A7A
}
.basic-grey label>input[type="range"] {
width: 65%;
}
.basic-grey input[type="checkbox"] {
margin-top: 5px;
}