-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslot.v1.0.0.css
225 lines (201 loc) · 4.66 KB
/
slot.v1.0.0.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Apr 6, 2016, 1:30:02 PM
Author : Dominic George
site : dreamidea.in
*/
@import url(https://fonts.googleapis.com/css?family=Cabin);
.button-success,
.button-error,
.button-warning,
.button-secondary {
font-family: 'Cabin', sans-serif;
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
background: rgb(28, 184, 65) !important; /* this is a green */
}
.button-error {
background: rgb(202, 60, 60); /* this is a maroon */
}
.button-warning {
background: rgb(223, 117, 20); /* this is an orange */
}
.button-secondary {
background: rgb(66, 184, 221); /* this is a light blue */
}
.pure-button-disabled{
border: 0;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
filter: alpha(opacity=40);
-khtml-opacity: .4;
-moz-opacity: .4;
opacity: .4;
cursor: not-allowed !important;
box-shadow: none;
pointer-events: none;
cursor: default;
}
.f-foo{
font-family: 'Cabin', sans-serif;
color: #000;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 500px) {
.ui-slot{
clear: both;
display: block;
float: left;
padding: 4px;
margin-top: 1px;
z-index: 99999 !important;
border-radius: 2px;
height: auto !important;
position: relative;
}
.rows-slot{
float: left;
}
.ui-slot-c{
clear: both;
display: block;
margin-top: 10px;
margin-bottom: 20px;
position: relative;
}
.ui-slot-r {
font-family: 'Cabin', sans-serif;
background-color: #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
min-width: 40px !important;
line-height: 30px;
padding: 5px;
margin: 5px;
cursor: pointer;
}
.ui-slot-r:hover{
background-color: #48c5ff;
}
.ui-slot-tf{
font-family: 'Cabin', sans-serif;
background-color: #ddd;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
line-height: 30px;
padding: 7px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px #DDD;
border-radius:2px;
}
.tf-row {
clear: both;
display: block;
margin-top: 10px;
margin-bottom: 20px;
}
.lf-cl{
float: left;
margin-right: 10px;
}
.ui-slot-cl{
display: table;
margin: 0 auto;
}
hr{
clear: both;
display: block;
border: 0;
height: 2px;
background-image: linear-gradient(to right, rgba(90, 163, 230, 0), rgba(29, 77, 122, 0.75), rgba(90, 163, 230, 0));
}
.ui-slot-cl > .tf-row {
display: none;
}
}
@media only screen and (max-width: 499px) {
.ui-slot{
clear: both;
display: block;
padding: 4px;
margin-top: 1px;
z-index: 99999 !important;
border-radius: 2px;
height: auto !important;
position: relative;
}
.rows-slot{
float: left;
}
.ui-slot-c{
display: block;
margin-top: 10px;
margin-bottom: 20px;
position: relative;
}
.ui-slot-r {
font-family: 'Cabin', sans-serif;
background-color: #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
min-width: 40px !important;
line-height: 42px;
padding: 5px;
margin: 5px;
cursor: pointer;
}
.ui-slot-r:hover{
background-color: #48c5ff;
}
.ui-slot-tf{
font-family: 'Cabin', sans-serif;
min-width:100% ;
background:linear-gradient(to bottom, #eee , #58c0c7);
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
line-height: 30px;
padding: 7px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px #DDD;
border-radius:2px;
margin-left: 4px;
}
.tf-row {
clear: both;
display: block;
/*margin: 0 auto;*/
width:100%;
margin-top: 10px;
margin-bottom: 20px;
}
.lf-cl{
display: none;
}
.ui-slot-cl{
clear: both;
display: block;
border-bottom:1px solid #004686;
position: relative;
}
hr{
display: none;
}
}