added wrapbootstrap picks
[bootswatch] / css / bootswatch.css
1 body {
2         padding-top: 100px;
3         padding-bottom: 20px;
4 }
5
6 section {
7         margin-top: 100px;
8 }
9
10 /* index */
11
12 .navbar a > i {
13         opacity: 0.5;
14 }
15
16 .navbar a:hover > i {
17         opacity: 1;
18 }
19
20 .tooltip-inner {
21         max-width: 500px;
22 }
23
24 .hero-unit {
25         padding-bottom: 5px;
26         background-color: #F3F3F3;
27         border: 1px solid #ddd;
28         text-align: center;
29 }
30
31 .hero-unit h1,
32 .hero-unit p {
33         margin-bottom: 15px;
34 }
35
36 #social {
37         display: inline-block;
38         margin-top: 45px;
39         text-align: center;
40 }
41
42 #gh-star {
43         margin-right: 10px;
44 }
45
46 .twitter-follow-button {
47         width: 60px !important;
48 }
49
50 .twitter-share-button  {
51         margin-right: 15px;
52 }
53
54 .rss-button {
55         width: 40px;
56         height: 14px;
57         font-size: 11px;
58         line-height: 14px;
59         font-weight: bold;
60         margin: 0 0 10px;
61         padding: 2px 5px 2px 4px;
62 }
63
64 .icon-rss {
65         background: url(../img/rss-icons.png) no-repeat 0 0;
66         opacity: .65;
67         width: 16px;
68 }
69
70 .index h3 {
71         text-align: center;
72         font-size: 20px;
73 }
74
75 #ticker {
76         margin-top: 40px;
77         margin-bottom: 10px;
78         font-size: 14px;
79         line-height: 1.4;
80 }
81
82 .about {
83         margin-top: 40px;
84         margin-bottom: 40px;
85 }
86
87 .about > div {
88         margin-bottom: 20px;
89 }
90
91 .about h3 {
92         margin: 0 0 0 35px;
93         text-align: left;
94 }
95
96 .about img {
97         float: left;
98         margin-top: 5px;
99         opacity: 0.7;
100 }
101
102 #gallery {
103         padding-top: 60px;
104 }
105
106 .thumbnail {
107         margin-bottom: 20px;
108         background-color: rgba(0, 0, 0, 0.05);
109 }
110
111 .thumbnail img {
112         width: 100%;
113         -webkit-border-radius: 7px;
114         -moz-border-radius: 7px;
115         border-radius: 7px;
116 }
117
118 .thumbnail .caption {
119         color: inherit;
120 }
121
122 .thumbnail .caption p {
123         overflow: hidden;
124         text-overflow: ellipsis;
125         white-space: nowrap;
126 }
127
128 .thumbnail h3 {
129         text-align: left;
130         margin-bottom: 0;
131 }
132
133 .thumbnail .btn-toolbar {
134         margin-top: 15px;
135         text-align: right;
136 }
137
138 #more {
139         margin-top: 40px;
140         margin-bottom: 20px;
141         text-align: center;
142 }
143
144 .links {
145         margin-bottom: 20px;
146 }
147
148 .links > a {
149         margin-right: 10px;
150 }
151
152 .bsa {
153         float: right;
154         max-width: 400px;
155         padding: 0;
156 }
157
158 body .one .bsa_it_ad {
159         margin-bottom: -10px;
160         padding: 25px 25px 15px 25px;
161         background: none;
162         border: none;
163         font-family: inherit;
164         color: inherit;
165 }
166
167 body .one .bsa_it_ad .bsa_it_t,
168 body .one .bsa_it_ad .bsa_it_d {
169         color: inherit;
170         font-size: inherit;
171 }
172
173 body .one .bsa_it_p {
174         display: none;
175 }
176
177 #footer {
178         margin-bottom: 20px;
179 }
180
181 #footer .links a {
182         margin-right: 10px;
183 }
184
185 @media (max-width: 480px) {
186
187         .hero-unit {
188                 padding: 20px 20px 0;
189                 margin: 0 0 20px;
190         }
191
192         .hero-unit h1 {
193                 font-size: 36px;
194         }
195
196         .hero-unit iframe {
197                 margin-right: 0 !important;
198         }
199
200         #social {
201                 margin-top: 0px;
202                 margin-bottom: 20px;
203         }
204
205         #social > span {
206                 display: block;
207         }
208
209         #ticker {
210                 margin-top: 0;
211         }
212
213         .about {
214                 margin-top: 0;
215         }
216
217         .about h3 {
218                 margin-top: 20px;
219         }
220
221         .about p {
222                 margin-bottom: 0;
223         }
224
225         .modal {
226                 position: fixed !important;
227                 top: 25% !important;
228         }
229 }
230
231 /* Landscape phone to portrait tablet */
232 @media (min-width: 481px) and (max-width: 767px) {
233
234         .hero-unit {
235                 margin-top: 0;
236                 padding: 30px;
237         }
238
239         .about {
240                 margin-top: 0;
241         }
242 }
243
244 @media (max-width: 767px) {
245
246         .index {
247                 padding-top: 0;
248         }
249
250         .bsa {
251                 float: none;
252         }
253 }
254
255 @media (max-width: 979px) and (min-width: 768px) {
256
257         .index {
258                 padding-top: 0;
259         }
260
261         .navbar-fixed-top {
262                 margin-bottom: 0;
263         }
264
265         .hero-unit {
266                 border-radius: 0;
267         }
268
269         #gallery .btn {
270                 padding: 6px 10px;
271                 font-size: 14px;
272         }
273 }
274
275 @media (min-width: 980px) {
276
277         .index {
278                 padding-top: 40px;
279         }
280 }
281
282 /* preview */
283
284 .subhead {
285         padding-bottom: 0;
286         margin-bottom: 9px;
287 }
288
289 .subhead h1 {
290         font-size: 54px;
291 }
292
293 .subhead > div:first-child {
294         min-height: 200px;
295 }
296
297 /* subnav */
298
299 section {
300         padding-top: 60px;      
301 }
302  
303 .subnav {
304         margin-bottom: 60px;
305         width: 100%;
306         height: 36px;
307         background-color: #eeeeee; /* Old browsers */
308         background-repeat: repeat-x; /* Repeat the gradient */
309         background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
310         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
311         background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
312         background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
313         background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
314         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
315         background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
316         border: 1px solid #e5e5e5;
317         -webkit-border-radius: 4px;
318         -moz-border-radius: 4px;
319         border-radius: 4px;
320 }
321  
322 .subnav .nav {
323         margin-bottom: 0;
324 }
325  
326 .subnav .nav > li > a {
327         margin: 0;
328         padding-top:    11px;
329         padding-bottom: 11px;
330         border-left: 1px solid #f5f5f5;
331         border-right: 1px solid #e5e5e5;
332         -webkit-border-radius: 0;
333         -moz-border-radius: 0;
334         border-radius: 0;
335 }
336  
337 .subnav .nav > .active > a,
338 .subnav .nav > .active > a:hover {
339         padding-left: 13px;
340         color: #777;
341         background-color: #e9e9e9;
342         border-right-color: #ddd;
343         border-left: 0;
344         -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
345         -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
346         box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
347 }
348  
349 .subnav .nav > .active > a .caret,
350 .subnav .nav > .active > a:hover .caret {
351         border-top-color: #777;
352 }
353  
354 .subnav .nav > li:first-child > a,
355 .subnav .nav > li:first-child > a:hover {
356         border-left: 0;
357         padding-left: 12px;
358         -webkit-border-radius: 4px 0 0 4px;
359         -moz-border-radius: 4px 0 0 4px;
360         border-radius: 4px 0 0 4px;
361 }
362  
363 .subnav .nav > li:last-child > a {
364         border-right: 0;
365 }
366  
367 .subnav .dropdown-menu {
368         -webkit-border-radius: 0 0 4px 4px;
369         -moz-border-radius: 0 0 4px 4px;
370         border-radius: 0 0 4px 4px;
371 }
372  
373 @media (max-width: 767px) {
374  
375         .subnav {
376                 position: static;
377                 top: auto;
378                 z-index: auto;
379                 width: auto;
380                 height: auto;
381                 background: #fff; /* whole background property since we use a background-image for gradient */
382                 -webkit-box-shadow: none;
383                 -moz-box-shadow: none;
384                 box-shadow: none;
385         }
386  
387         .subnav .nav > li {
388                 float: none;
389         }
390  
391         .subnav .nav > li > a {
392                 border: 0;
393         }
394  
395         .subnav .nav > li + li > a {
396                 border-top: 1px solid #e5e5e5;
397         }
398  
399         .subnav .nav > li:first-child > a,
400         .subnav .nav > li:first-child > a:hover {
401                 -webkit-border-radius: 4px 4px 0 0;
402                 -moz-border-radius: 4px 4px 0 0;
403                 border-radius: 4px 4px 0 0;
404         }
405 }
406  
407 @media (min-width: 980px) {
408   
409         .subnav-fixed {
410                 position: fixed;
411                 top: 40px;
412                 left: 0;
413                 right: 0;
414                 z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
415                 border-color: #d5d5d5;
416                 border-width: 0 0 1px; /* drop the border on the fixed edges */
417                 -webkit-border-radius: 0;
418                 -moz-border-radius: 0;
419                 border-radius: 0;
420                 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
421                 -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
422                 box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
423                 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
424         }
425   
426         .subnav-fixed .nav {
427                 width: 938px;
428                 margin: 0 auto;
429                 padding: 0 1px;
430         }
431   
432         .subnav .nav > li:first-child > a,
433         .subnav .nav > li:first-child > a:hover {
434                 -webkit-border-radius: 0;
435                 -moz-border-radius: 0;
436                 border-radius: 0;
437         }
438 }
439  
440 @media (min-width: 1210px) {
441  
442         .subnav-fixed .nav {
443                 width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
444         }
445 }