Initial commit with Fublo template
[apps-fullscreen] / www / assets / css / skeleton / stylesheets / base.css
1 /*
2 * Skeleton V1.1
3 * Copyright 2011, Dave Gamache
4 * www.getskeleton.com
5 * Free to use under the MIT license.
6 * http://www.opensource.org/licenses/mit-license.php
7 * 8/17/2011
8 */
9
10
11 /* Table of Content
12 ==================================================
13         #Reset & Basics
14         #Basic Styles
15         #Site Styles
16         #Typography
17         #Links
18         #Lists
19         #Images
20         #Buttons
21         #Tabs
22         #Forms
23         #Misc */
24
25
26 /* #Reset & Basics (Inspired by E. Meyers)
27 ================================================== */
28         html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
29                 margin: 0;
30                 padding: 0;
31                 border: 0;
32                 font-size: 100%;
33                 font: inherit;
34                 vertical-align: baseline; }
35         article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
36                 display: block; }
37         body {
38                 line-height: 1; }
39         ol, ul {
40                 list-style: none; }
41         blockquote, q {
42                 quotes: none; }
43         blockquote:before, blockquote:after,
44         q:before, q:after {
45                 content: '';
46                 content: none; }
47         table {
48                 border-collapse: collapse;
49                 border-spacing: 0; }
50
51
52 /* #Basic Styles
53 ================================================== */
54         body {
55                 background: #fff;
56                 font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
57                 color: #444;
58                 -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
59                 -webkit-text-size-adjust: 100%;
60  }
61
62
63 /* #Typography
64 ================================================== */
65         h1, h2, h3, h4, h5, h6 {
66                 color: #181818;
67                 font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
68                 font-weight: normal; }
69         h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
70         h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
71         h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
72         h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
73         h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
74         h5 { font-size: 17px; line-height: 24px; }
75         h6 { font-size: 14px; line-height: 21px; }
76         .subheader { color: #777; }
77
78         p { margin: 0 0 20px 0; }
79         p img { margin: 0; }
80         p.lead { font-size: 21px; line-height: 27px; color: #777;  }
81
82         em { font-style: italic; }
83         strong { font-weight: bold; color: #333; }
84         small { font-size: 80%; }
85
86 /*      Blockquotes  */
87         blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
88         blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
89         blockquote cite { display: block; font-size: 12px; color: #555; }
90         blockquote cite:before { content: "\2014 \0020"; }
91         blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
92
93         hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
94
95
96 /* #Links
97 ================================================== */
98         a, a:visited { color: #333; text-decoration: underline; outline: 0; }
99         a:hover, a:focus { color: #000; }
100         p a, p a:visited { line-height: inherit; }
101
102
103 /* #Lists
104 ================================================== */
105         ul, ol { margin-bottom: 20px; }
106         ul { list-style: none outside; }
107         ol { list-style: decimal; }
108         ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
109         ul.square { list-style: square outside; }
110         ul.circle { list-style: circle outside; }
111         ul.disc { list-style: disc outside; }
112         ul ul, ul ol,
113         ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
114         ul ul li, ul ol li,
115         ol ol li, ol ul li { margin-bottom: 6px; }
116         li { line-height: 18px; margin-bottom: 12px; }
117         ul.large li { line-height: 21px; }
118         li p { line-height: 21px; }
119
120 /* #Images
121 ================================================== */
122
123         img.scale-with-grid {
124                 max-width: 100%;
125                 height: auto; }
126
127
128 /* #Buttons
129 ================================================== */
130
131         a.button,
132         button,
133         input[type="submit"],
134         input[type="reset"],
135         input[type="button"] {
136                 background: #eee; /* Old browsers */
137                 background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
138                 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
139                 background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
140                 background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
141                 background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
142                 background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
143           border: 1px solid #aaa;
144           border-top: 1px solid #ccc;
145           border-left: 1px solid #ccc;
146           padding: 4px 12px;
147           -moz-border-radius: 3px;
148           -webkit-border-radius: 3px;
149           border-radius: 3px;
150           color: #444;
151           display: inline-block;
152           font-size: 11px;
153           font-weight: bold;
154           text-decoration: none;
155           text-shadow: 0 1px rgba(255, 255, 255, .75);
156           cursor: pointer;
157           margin-bottom: 20px;
158           line-height: 21px;
159           font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
160
161         a.button:hover,
162         button:hover,
163         input[type="submit"]:hover,
164         input[type="reset"]:hover,
165         input[type="button"]:hover {
166                 color: #222;
167                 background: #ddd; /* Old browsers */
168                 background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
169                 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
170                 background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
171                 background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
172                 background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
173                 background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
174           border: 1px solid #888;
175           border-top: 1px solid #aaa;
176           border-left: 1px solid #aaa; }
177
178   a.button:active,
179   button:active,
180         input[type="submit"]:active,
181         input[type="reset"]:active,
182         input[type="button"]:active {
183                 border: 1px solid #666;
184                 background: #ccc; /* Old browsers */
185                 background: -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
186                 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
187                 background: -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
188                 background: -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
189                 background: -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
190                 background: linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
191
192         .button.full-width,
193         button.full-width,
194         input[type="submit"].full-width,
195         input[type="reset"].full-width,
196         input[type="button"].full-width {
197                 width: 100%;
198                 padding-left: 0 !important;
199                 padding-right: 0 !important;
200                 text-align: center; }
201
202
203 /* #Tabs (activate in tabs.js)
204 ================================================== */
205         ul.tabs {
206                 display: block;
207                 margin: 0 0 20px 0;
208                 padding: 0;
209                 border-bottom: solid 1px #ddd; }
210         ul.tabs li {
211                 display: block;
212                 width: auto;
213                 height: 30px;
214                 padding: 0;
215                 float: left;
216                 margin-bottom: 0; }
217         ul.tabs li a {
218                 display: block;
219                 text-decoration: none;
220                 width: auto;
221                 height: 29px;
222                 padding: 0px 20px;
223                 line-height: 30px;
224                 border: solid 1px #ddd;
225                 border-width: 1px 1px 0 0;
226                 margin: 0;
227                 background: #f5f5f5;
228                 font-size: 13px; }
229         ul.tabs li a.active {
230                 background: #fff;
231                 height: 30px;
232                 position: relative;
233                 top: -4px;
234                 padding-top: 4px;
235                 border-left-width: 1px;
236                 margin: 0 0 0 -1px;
237                 color: #111;
238                 -moz-border-radius-topleft: 2px;
239                 -webkit-border-top-left-radius: 2px;
240                 border-top-left-radius: 2px;
241                 -moz-border-radius-topright: 2px;
242                 -webkit-border-top-right-radius: 2px;
243                 border-top-right-radius: 2px; }
244         ul.tabs li:first-child a.active {
245                 margin-left: 0; }
246         ul.tabs li:first-child a {
247                 border-width: 1px 1px 0 1px;
248                 -moz-border-radius-topleft: 2px;
249                 -webkit-border-top-left-radius: 2px;
250                 border-top-left-radius: 2px; }
251         ul.tabs li:last-child a {
252                 -moz-border-radius-topright: 2px;
253                 -webkit-border-top-right-radius: 2px;
254                 border-top-right-radius: 2px; }
255
256         ul.tabs-content { margin: 0; display: block; }
257         ul.tabs-content > li { display:none; }
258         ul.tabs-content > li.active { display: block; }
259
260         /* Clearfixing tabs for beautiful stacking */
261         ul.tabs:before,
262         ul.tabs:after {
263           content: '\0020';
264           display: block;
265           overflow: hidden;
266           visibility: hidden;
267           width: 0;
268           height: 0; }
269         ul.tabs:after {
270           clear: both; }
271         ul.tabs {
272           zoom: 1; }
273
274
275 /* #Forms
276 ================================================== */
277
278         form {
279                 margin-bottom: 20px; }
280         fieldset {
281                 margin-bottom: 20px; }
282         input[type="text"],
283         input[type="password"],
284         input[type="email"],
285         textarea,
286         select {
287                 border: 1px solid #ccc;
288                 padding: 6px 4px;
289                 outline: none;
290                 -moz-border-radius: 2px;
291                 -webkit-border-radius: 2px;
292                 border-radius: 2px;
293                 font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
294                 color: #777;
295                 margin: 0;
296                 width: 210px;
297                 max-width: 100%;
298                 display: block;
299                 margin-bottom: 20px;
300                 background: #fff; }
301         select {
302                 padding: 0; }
303         input[type="text"]:focus,
304         input[type="password"]:focus,
305         input[type="email"]:focus,
306         textarea:focus {
307                 border: 1px solid #aaa;
308                 color: #444;
309                 -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
310                 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
311                 box-shadow:  0 0 3px rgba(0,0,0,.2); }
312         textarea {
313                 min-height: 60px; }
314         label,
315         legend {
316                 display: block;
317                 font-weight: bold;
318                 font-size: 13px;  }
319         select {
320                 width: 220px; }
321         input[type="checkbox"] {
322                 display: inline; }
323         label span,
324         legend span {
325                 font-weight: normal;
326                 font-size: 13px;
327                 color: #444; }
328
329 /* #Misc
330 ================================================== */
331         .remove-bottom { margin-bottom: 0 !important; }
332         .half-bottom { margin-bottom: 10px !important; }
333         .add-bottom { margin-bottom: 20px !important; }
334
335