8 background-color: white
;
9 border: 2px solid
#111;
10 box-shadow: 3px 3px 8px rgba
(0, 0, 0, 0.3);
15 div
.dt-button-info h2
{
19 border-bottom: 1px solid
#ddd;
20 background-color: #f3f3f3;
22 div
.dt-button-info
> div
{
30 display: inline-block
;
31 box-sizing: border-box
;
32 margin-right: 0.333em;
34 border: 1px solid
#999;
41 background-color: #e9e9e9;
43 background-image: -webkit-linear-gradient
(top
, white
0%, #e9e9e9 100%);
44 /* Chrome 10+, Saf5.1+, iOS 5+ */
45 background-image: -moz-linear-gradient
(top
, white
0%, #e9e9e9 100%);
47 background-image: -ms-linear-gradient
(top
, white
0%, #e9e9e9 100%);
49 background-image: -o-linear-gradient
(top
, white
0%, #e9e9e9 100%);
51 background-image: linear-gradient
(to bottom
, white
0%, #e9e9e9 100%);
52 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='white', EndColorStr
='#e9e9e9');
53 -webkit-user-select: none
;
54 -moz-user-select: none
;
55 -ms-user-select: none
;
57 text-decoration: none
;
60 button
.dt-button
.disabled
,
61 div
.dt-button
.disabled
,
62 a
.dt-button
.disabled
{
64 border: 1px solid
#d0d0d0;
66 background-color: #f9f9f9;
68 background-image: -webkit-linear-gradient
(top
, #ffffff 0%, #f9f9f9 100%);
69 /* Chrome 10+, Saf5.1+, iOS 5+ */
70 background-image: -moz-linear-gradient
(top
, #ffffff 0%, #f9f9f9 100%);
72 background-image: -ms-linear-gradient
(top
, #ffffff 0%, #f9f9f9 100%);
74 background-image: -o-linear-gradient
(top
, #ffffff 0%, #f9f9f9 100%);
76 background-image: linear-gradient
(to bottom
, #ffffff 0%, #f9f9f9 100%);
77 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='#ffffff', EndColorStr
='#f9f9f9');
79 button
.dt-button:active:not
(.disabled
), button
.dt-button
.active:not
(.disabled
),
80 div
.dt-button:active:not
(.disabled
),
81 div
.dt-button
.active:not
(.disabled
),
82 a
.dt-button:active:not
(.disabled
),
83 a
.dt-button
.active:not
(.disabled
) {
84 background-color: #e2e2e2;
86 background-image: -webkit-linear-gradient
(top
, #f3f3f3 0%, #e2e2e2 100%);
87 /* Chrome 10+, Saf5.1+, iOS 5+ */
88 background-image: -moz-linear-gradient
(top
, #f3f3f3 0%, #e2e2e2 100%);
90 background-image: -ms-linear-gradient
(top
, #f3f3f3 0%, #e2e2e2 100%);
92 background-image: -o-linear-gradient
(top
, #f3f3f3 0%, #e2e2e2 100%);
94 background-image: linear-gradient
(to bottom
, #f3f3f3 0%, #e2e2e2 100%);
95 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='#f3f3f3', EndColorStr
='#e2e2e2');
96 box-shadow: inset
1px 1px 3px #999999;
98 button
.dt-button:active:not
(.disabled
):hover:not
(.disabled
), button
.dt-button
.active:not
(.disabled
):hover:not
(.disabled
),
99 div
.dt-button:active:not
(.disabled
):hover:not
(.disabled
),
100 div
.dt-button
.active:not
(.disabled
):hover:not
(.disabled
),
101 a
.dt-button:active:not
(.disabled
):hover:not
(.disabled
),
102 a
.dt-button
.active:not
(.disabled
):hover:not
(.disabled
) {
103 box-shadow: inset
1px 1px 3px #999999;
104 background-color: #cccccc;
106 background-image: -webkit-linear-gradient
(top
, #eaeaea 0%, #cccccc 100%);
107 /* Chrome 10+, Saf5.1+, iOS 5+ */
108 background-image: -moz-linear-gradient
(top
, #eaeaea 0%, #cccccc 100%);
110 background-image: -ms-linear-gradient
(top
, #eaeaea 0%, #cccccc 100%);
112 background-image: -o-linear-gradient
(top
, #eaeaea 0%, #cccccc 100%);
114 background-image: linear-gradient
(to bottom
, #eaeaea 0%, #cccccc 100%);
115 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='#eaeaea', EndColorStr
='#cccccc');
117 button
.dt-button:hover
,
120 text-decoration: none
;
122 button
.dt-button:hover:not
(.disabled
),
123 div
.dt-button:hover:not
(.disabled
),
124 a
.dt-button:hover:not
(.disabled
) {
125 border: 1px solid
#666;
126 background-color: #e0e0e0;
128 background-image: -webkit-linear-gradient
(top
, #f9f9f9 0%, #e0e0e0 100%);
129 /* Chrome 10+, Saf5.1+, iOS 5+ */
130 background-image: -moz-linear-gradient
(top
, #f9f9f9 0%, #e0e0e0 100%);
132 background-image: -ms-linear-gradient
(top
, #f9f9f9 0%, #e0e0e0 100%);
134 background-image: -o-linear-gradient
(top
, #f9f9f9 0%, #e0e0e0 100%);
136 background-image: linear-gradient
(to bottom
, #f9f9f9 0%, #e0e0e0 100%);
137 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='#f9f9f9', EndColorStr
='#e0e0e0');
139 button
.dt-button:focus:not
(.disabled
),
140 div
.dt-button:focus:not
(.disabled
),
141 a
.dt-button:focus:not
(.disabled
) {
142 border: 1px solid
#426c9e;
143 text-shadow: 0 1px 0 #c4def1;
145 background-color: #79ace9;
147 background-image: -webkit-linear-gradient
(top
, #bddef4 0%, #79ace9 100%);
148 /* Chrome 10+, Saf5.1+, iOS 5+ */
149 background-image: -moz-linear-gradient
(top
, #bddef4 0%, #79ace9 100%);
151 background-image: -ms-linear-gradient
(top
, #bddef4 0%, #79ace9 100%);
153 background-image: -o-linear-gradient
(top
, #bddef4 0%, #79ace9 100%);
155 background-image: linear-gradient
(to bottom
, #bddef4 0%, #79ace9 100%);
156 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='#bddef4', EndColorStr
='#79ace9');
167 div
.dt-buttons
.buttons-right
{
171 div
.dt-button-collection
{
177 padding: 8px 8px 4px 8px;
178 border: 1px solid
#ccc;
179 border: 1px solid rgba
(0, 0, 0, 0.4);
180 background-color: white
;
184 box-shadow: 3px 3px 5px rgba
(0, 0, 0, 0.3);
186 -webkit-column-gap: 8px;
187 -moz-column-gap: 8px;
192 div
.dt-button-collection button
.dt-button
,
193 div
.dt-button-collection div
.dt-button
,
194 div
.dt-button-collection a
.dt-button
{
203 div
.dt-button-collection button
.dt-button:active:not
(.disabled
), div
.dt-button-collection button
.dt-button
.active:not
(.disabled
),
204 div
.dt-button-collection div
.dt-button:active:not
(.disabled
),
205 div
.dt-button-collection div
.dt-button
.active:not
(.disabled
),
206 div
.dt-button-collection a
.dt-button:active:not
(.disabled
),
207 div
.dt-button-collection a
.dt-button
.active:not
(.disabled
) {
208 background-color: #dadada;
210 background-image: -webkit-linear-gradient
(top
, #f0f0f0 0%, #dadada 100%);
211 /* Chrome 10+, Saf5.1+, iOS 5+ */
212 background-image: -moz-linear-gradient
(top
, #f0f0f0 0%, #dadada 100%);
214 background-image: -ms-linear-gradient
(top
, #f0f0f0 0%, #dadada 100%);
216 background-image: -o-linear-gradient
(top
, #f0f0f0 0%, #dadada 100%);
218 background-image: linear-gradient
(to bottom
, #f0f0f0 0%, #dadada 100%);
219 filter: progid:DXImageTransform
.Microsoft
.gradient
(GradientType
=0,StartColorStr
='#f0f0f0', EndColorStr
='#dadada');
220 box-shadow: inset
1px 1px 3px #666;
222 div
.dt-button-collection
.fixed
{
229 div
.dt-button-collection
.fixed
.two-column
{
232 div
.dt-button-collection
.fixed
.three-column
{
235 div
.dt-button-collection
.fixed
.four-column
{
238 div
.dt-button-collection
> * {
239 -webkit-column-break-inside: avoid
;
242 div
.dt-button-collection
.two-column
{
245 -webkit-column-count: 2;
246 -moz-column-count: 2;
251 div
.dt-button-collection
.three-column
{
254 -webkit-column-count: 3;
255 -moz-column-count: 3;
260 div
.dt-button-collection
.four-column
{
263 -webkit-column-count: 4;
264 -moz-column-count: 4;
270 div
.dt-button-background
{
276 background: rgba
(0, 0, 0, 0.7);
278 background: -ms-radial-gradient
(center
, ellipse farthest-corner
, rgba
(0, 0, 0, 0.3) 0%, rgba
(0, 0, 0, 0.7) 100%);
279 /* IE10 Consumer Preview */
280 background: -moz-radial-gradient
(center
, ellipse farthest-corner
, rgba
(0, 0, 0, 0.3) 0%, rgba
(0, 0, 0, 0.7) 100%);
282 background: -o-radial-gradient
(center
, ellipse farthest-corner
, rgba
(0, 0, 0, 0.3) 0%, rgba
(0, 0, 0, 0.7) 100%);
284 background: -webkit-gradient
(radial
, center center
, 0, center center
, 497, color-stop
(0, rgba
(0, 0, 0, 0.3)), color-stop
(1, rgba
(0, 0, 0, 0.7)));
285 /* Webkit (Safari/Chrome 10) */
286 background: -webkit-radial-gradient
(center
, ellipse farthest-corner
, rgba
(0, 0, 0, 0.3) 0%, rgba
(0, 0, 0, 0.7) 100%);
287 /* Webkit (Chrome 11+) */
288 background: radial-gradient
(ellipse farthest-corner at center
, rgba
(0, 0, 0, 0.3) 0%, rgba
(0, 0, 0, 0.7) 100%);
289 /* W3C Markup, IE10 Release Preview */
293 @media screen and
(max-width: 640px) {
295 float: none
!important
;