2 /*=============================================================
6 *============================================================*/
9 padding: 20px 20px 25px 25px;
11 border: solid
1px #bebebe;
13 -webkit-border-radius: 8px;
14 -moz-border-radius: 8px;
16 box-shadow: 0px 1px 2px #f3f3f3;
17 -webkit-box-shadow: 0px 1px 2px #f3f3f3;
18 -moz-box-shadow: 0px 1px 2px #f3f3f3;
27 padding: 40px 20px 0px 80px;
34 border: 1px solid
#aaa;
37 -webkit-border-radius: 5px;
38 -moz-border-radius: 5px;
45 border: 1px solid
#aaa;
48 -webkit-border-radius: 5px;
49 -moz-border-radius: 5px;
55 border-color: rgba
(51, 125, 215, 0.75) !important
;
56 box-shadow: 0 0 7px rgba
(82, 168, 236, 0.5);
58 -webkit-transition: 0.2s linear all
;
59 -moz-transition: 0.2s linear all
;
60 transition: 0.2s linear all
;
75 height:40px; !important
78 /* :..[ Social Icons ]..: */
80 .demo {margin-left: auto
; margin-right: auto
; display: block
; width: 200px; height: auto
; padding:20px 0px 0 0 }
82 /* :..[ Buttons ]..: */
84 button
, .button
, .css_button
, ul
.button-bar li a
{
85 /* (X-browser-) inline-block */
86 position: relative
; /* Google Thinks So: http://vlst.nl/x/3u */
87 display: -moz-inline-stack
; /* Fx: TODO: also test -moz-inline-box?! */
88 display: inline-block
; /* Proper */
89 *zoom: 1; /* IE 6-7 */
90 *display: inline
; /* IE 6-7 */
93 padding: .2em 1em .275em;
96 /* Generic Font Styles */
97 /* outline: none; */ /* Here be dragons! */
98 font: normal
14px/100% Arial
, Helvetica
, sans-serif
;
100 text-decoration: none
;
102 vertical-align: middle
; /* from: http://vlst.nl/x/3v */
103 *vertical-align: auto
; /* from: http://vlst.nl/x/3v */
106 text-shadow: 0 1px 1px rgba
(0,0,0,.4); /* Outset */
107 text-shadow: 0 1px 0 rgba
(255,255,255,.6); /* Inset */
110 -webkit-border-radius: .3em;
111 -moz-border-radius: .3em;
112 -o-border-radius: .3em; /* Opera removed support but it might work in older (pre 10.5) versions? */
116 -webkit-box-shadow: 0 0 3px rgba
(0,0,0,.5);
117 -moz-box-shadow: 0 0 3px rgba
(0,0,0,.5);
118 box-shadow: 0 0 3px rgba
(0,0,0,.5);
119 /* We could simulate this in IE with ('glow') filters, but we will not... */
121 /* DEFAULT Color: Grey */
123 border: solid
1px #999;
124 background: #EEE; /* Basic fallback */
125 /* Fx < 3.6 & other browsers supporting data uri's */
126 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;
128 background: -webkit-gradient
(linear
, left top
, left bottom
, from
(#FFF), to
(#DDD));
130 background: -moz-linear-gradient
(top
, #FFF, #DDD);
131 /* We could have this in IE with ('gradient') filters, but we will not... */
134 /* Ugly hack: but Fx needs this to have INPUT elements the same height as A elements (?) */
135 button
, input
.button
, ul
.button-bar li a
, x:-moz-any-link
{ padding: .35em 1em; }
139 font: bold
1em/2em Arial
, Helvetica
;
146 padding: .4em 1.5em .42em;
151 padding: .2em 1em .275em;
156 padding: .2em 1em .275em;
160 -webkit-border-radius: 1em; !important
161 -moz-border-radius: 1em; !important
162 border-radius: 1em; !important
167 background-color: #ddd;
168 background-image: -webkit-gradient
(linear
, left top
, left bottom
, from
(#fafafa), to
(#ddd));
169 background-image: -webkit-linear-gradient
(top
, #fafafa, #ddd);
170 background-image: -moz-linear-gradient
(top
, #fafafa, #ddd);
171 background-image: -ms-linear-gradient
(top
, #fafafa, #ddd);
172 background-image: -o-linear-gradient
(top
, #fafafa, #ddd);
173 background-image: linear-gradient
(top
, #fafafa, #ddd);
174 filter: progid:DXImageTransform
.Microsoft
.gradient
(startColorStr
='#fafafa', EndColorStr
='#dddddd');
179 -moz-box-shadow: 0 0 4px 2px rgba
(0,0,0,.3) inset
;
180 -webkit-box-shadow: 0 0 4px 2px rgba
(0,0,0,.3) inset
;
181 box-shadow: 0 0 4px 2px rgba
(0,0,0,.3) inset
;