1 /*=============================================================
5 *============================================================*/
8 padding: 20px 20px 25px 25px;
10 border: solid
1px #bebebe;
12 -webkit-border-radius: 8px;
13 -moz-border-radius: 8px;
15 box-shadow: 0px 1px 2px #f3f3f3;
16 -webkit-box-shadow: 0px 1px 2px #f3f3f3;
17 -moz-box-shadow: 0px 1px 2px #f3f3f3;
26 padding: 40px 20px 0px 80px;
33 border: 1px solid
#aaa;
36 -webkit-border-radius: 5px;
37 -moz-border-radius: 5px;
44 border: 1px solid
#aaa;
47 -webkit-border-radius: 5px;
48 -moz-border-radius: 5px;
54 border-color: rgba
(51, 125, 215, 0.75) !important
;
55 box-shadow: 0 0 7px rgba
(82, 168, 236, 0.5);
57 -webkit-transition: 0.2s linear all
;
58 -moz-transition: 0.2s linear all
;
59 transition: 0.2s linear all
;
74 height:40px; !important
77 /* :..[ Social Icons ]..: */
79 .demo {margin-left: auto
; margin-right: auto
; display: block
; width: 200px; height: auto
; padding:20px 0px 0 0 }
81 /* :..[ Buttons ]..: */
83 button
, .button
, .css_button
, ul
.button-bar li a
{
84 /* (X-browser-) inline-block */
86 display: -moz-inline-stack
; /* Fx: TODO: also test -moz-inline-box?! */
87 display: inline-block
; /* Proper */
88 *zoom: 1; /* IE 6-7 */
89 *display: inline
; /* IE 6-7 */
92 padding: .2em 1em .275em;
95 /* Generic Font Styles */
96 /* outline: none; */ /* Here be dragons! */
97 font: normal
14px/100% Arial
, Helvetica
, sans-serif
;
99 text-decoration: none
;
101 vertical-align: middle
;
102 *vertical-align: auto
;
105 text-shadow: 0 1px 1px rgba
(0,0,0,.4); /* Outset */
106 text-shadow: 0 1px 0 rgba
(255,255,255,.6); /* Inset */
109 -webkit-border-radius: .3em;
110 -moz-border-radius: .3em;
111 -o-border-radius: .3em; /* Opera removed support but it might work in older (pre 10.5) versions? */
115 -webkit-box-shadow: 0 0 3px rgba
(0,0,0,.5);
116 -moz-box-shadow: 0 0 3px rgba
(0,0,0,.5);
117 box-shadow: 0 0 3px rgba
(0,0,0,.5);
118 /* We could simulate this in IE with ('glow') filters, but we will not... */
120 /* DEFAULT Color: Grey */
122 border: solid
1px #999;
123 background: #EEE; /* Basic fallback */
124 /* Fx < 3.6 & other browsers supporting data uri's */
125 background: url
("data:image/jpeg,%FF%D8%FF%E0%00%10JFIF%00%01%01%00%00%01%00%01%00%00%FF%DB%00C%00%08%06%06%07%06%05%08%07%07%07%09%09%08%0A%0C%14%0D%0C%0B%0B%0C%19%12%13%0F%14%1D%1A%1F%1E%1D%1A%1C%1C%20%24.'%20%22%2C%23%1C%1C(7)%2C01444%1F'9%3D82%3C.342%FF%DB%00C%01%09%09%09%0C%0B%0C%18%0D%0D%182!%1C!22222222222222222222222222222222222222222222222222%FF%C0%00%11%08%002%00%01%03%01%22%00%02%11%01%03%11%01%FF%C4%00%17%00%01%01%01%01%00%00%00%00%00%00%00%00%00%00%00%00%00%03%02%07%FF%C4%00%15%10%01%01%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%12%FF%C4%00%14%01%01%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%FF%C4%00%14%11%01%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%FF%DA%00%0C%03%01%00%02%11%03%11%00%3F%00%EF%B4%23%40%25B4%02T%23%400%00%3F%FF%D9") repeat-x
0 0;
127 background: -webkit-gradient
(linear
, left top
, left bottom
, from
(#FFF), to
(#DDD));
129 background: -moz-linear-gradient
(top
, #FFF, #DDD);
130 /* We could have this in IE with ('gradient') filters, but we will not... */
133 /* Ugly hack: but Fx needs this to have INPUT elements the same height as A elements (?) */
134 button
, input
.button
, ul
.button-bar li a
, x:-moz-any-link
{ padding: .35em 1em; }
138 font: bold
1em/2em Arial
, Helvetica
;
145 padding: .4em 1.5em .42em;
150 padding: .2em 1em .275em;
155 padding: .2em 1em .275em;
159 -webkit-border-radius: 1em; !important
160 -moz-border-radius: 1em; !important
161 border-radius: 1em; !important
166 background-color: #ddd;
167 background-image: -webkit-gradient
(linear
, left top
, left bottom
, from
(#fafafa), to
(#ddd));
168 background-image: -webkit-linear-gradient
(top
, #fafafa, #ddd);
169 background-image: -moz-linear-gradient
(top
, #fafafa, #ddd);
170 background-image: -ms-linear-gradient
(top
, #fafafa, #ddd);
171 background-image: -o-linear-gradient
(top
, #fafafa, #ddd);
172 background-image: linear-gradient
(top
, #fafafa, #ddd);
173 filter: progid:DXImageTransform
.Microsoft
.gradient
(startColorStr
='#fafafa', EndColorStr
='#dddddd');
178 -moz-box-shadow: 0 0 4px 2px rgba
(0,0,0,.3) inset
;
179 -webkit-box-shadow: 0 0 4px 2px rgba
(0,0,0,.3) inset
;
180 box-shadow: 0 0 4px 2px rgba
(0,0,0,.3) inset
;