index: added recent updates
[bootswatch] / css / bootswatch.css
1 body {
2         padding-bottom: 20px;
3 }
4
5 .nav i {
6         opacity: 0.7;
7 }
8
9 .nav a:hover i {
10         opacity: 1;
11 }
12
13 .tooltip-inner {
14         max-width: 500px;
15 }
16
17 .alert a {
18         font-weight: bold;
19         text-decoration: underline;
20 }
21
22 .alert p {
23         margin: 0;
24 }
25
26 .hero-unit {
27         margin-top: 60px;
28         margin-bottom: 10px;
29 }
30
31 .hero-unit h1, .hero-unit p {
32   text-align: center;
33   margin-bottom: 15px;
34 }
35
36 #social {
37   margin-top: 45px;
38 }
39
40 .twitter-follow-button {
41   width: 150px !important;
42 }
43
44 .rss-button {
45         width: 40px;
46         height: 14px;
47         font-size: 11px;
48         line-height: 14px;
49         font-weight: bold;
50         margin: 0;
51         padding: 2px 5px 2px 4px;
52 }
53
54 .icon-rss {
55     background: url(../img/rss-icons.png) no-repeat 0 0;
56         opacity: .65;
57         width: 16px;
58 }
59
60 .icon-envelope {
61         opacity: .65;
62 }
63
64 #ticker {
65         margin-bottom: 40px;
66 }
67
68 .about {
69   margin-top: 20px;
70 }
71
72 .about .span4 {
73         margin-bottom: 20px;
74 }
75
76 .about h3 {
77   margin: 0 0 5px 35px;
78 }
79
80 .about img {
81   float: left;
82   margin-top: 5px;
83   opacity: 0.7;
84 }
85
86 #gallery {
87   margin: 45px 0 30px 0;
88   padding-right: 20px;
89   text-align: center;
90 }
91
92 .thumbnail {
93         margin-bottom: 20px;
94         background-color: rgba(0, 0, 0, 0.05);
95 }
96
97 .thumbnail img {
98         width: 100%;
99         -webkit-border-radius: 7px;
100        -moz-border-radius: 7px;
101             border-radius: 7px;
102 }
103
104 .thumbnail .label {
105         vertical-align: top;
106 }
107
108 .thumbnail .btn-toolbar {
109   text-align: right;
110 }
111
112 .modal .label {
113  vertical-align: text-top;
114 }
115
116 .links {
117         margin-bottom: 20px;
118 }
119
120 .links > a {
121         margin-right: 10px;
122
123
124 /* Landscape phones and down */
125 @media (max-width: 480px) {
126
127         .hero-unit {
128                 padding: 40px 20px 10px;
129                 margin: 0 0 20px;
130         }
131
132         .hero-unit h1 {
133           font-size: 36px;
134         }
135
136         .hero-unit p {
137                 font-size: 13px;
138                 line-height: 18px;
139         }
140
141         #social {
142                 margin-top: 0px;
143                 margin-bottom: 40px;
144         }
145
146         .about {
147           margin-top: 0;
148         }
149
150         .about h3 {
151           margin-top: 20px;
152         }
153
154         .about p {
155                 margin-bottom: 0;
156         }
157
158         .modal {
159                 position: fixed !important;
160                 top: 25% !important;
161         }
162 }
163
164 div.one .bsa_it_ad {
165         padding: 25px 25px 15px 25px;
166 }
167
168 div.one .bsa_it_p {
169         display: none;
170 }
171
172 #bsap_aplink {
173         float: right;
174         margin-bottom: 20px;
175         font-size: 12px;
176 }
177
178 /* Landscape phone to portrait tablet */
179 @media (min-width: 481px) and (max-width: 767px) {
180
181         .hero-unit {
182                 margin-top: 0;
183                 padding-bottom: 60px;
184         }
185
186         .about {
187                 margin-top: 0;
188         }
189 }
190
191 /* Portrait tablet to landscape and desktop */
192 @media (min-width: 768px) and (max-width: 980px) {
193
194         .hero-unit {
195                 margin-top: 0;
196         }
197
198         .thumbnail .btn {
199                 font-size: 11px;
200         }
201 }
202
203 /* Large desktop */
204 @media (min-width: 1200px) {
205
206
207 }