index: spacing and color tweaks
[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: 60px;
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 .about {
65   margin-top: 20px;
66 }
67
68 .about .span4 {
69         margin-bottom: 20px;
70 }
71
72 .about h3 {
73   margin: 0 0 5px 35px;
74 }
75
76 .about img {
77   float: left;
78   margin-top: 5px;
79   opacity: 0.7;
80 }
81
82 #gallery {
83   margin: 45px 0 30px 0;
84   padding-right: 20px;
85   text-align: center;
86 }
87
88 .thumbnail {
89         margin-bottom: 20px;
90         background-color: rgba(0, 0, 0, 0.05);
91 }
92
93 .thumbnail img {
94         width: 100%;
95         -webkit-border-radius: 7px;
96        -moz-border-radius: 7px;
97             border-radius: 7px;
98 }
99
100 .thumbnail .label {
101         vertical-align: top;
102 }
103
104 .thumbnail .btn-toolbar {
105   text-align: right;
106 }
107
108 .modal .label {
109  vertical-align: text-top;
110 }
111
112 .links {
113         margin-bottom: 20px;
114 }
115
116 .links > a {
117         margin-right: 10px;
118
119
120 /* Landscape phones and down */
121 @media (max-width: 480px) {
122
123         .hero-unit {
124                 padding: 40px 20px 10px;
125                 margin: 0 0 20px;
126         }
127
128         .hero-unit h1 {
129           font-size: 36px;
130         }
131
132         .hero-unit p {
133                 font-size: 13px;
134                 line-height: 18px;
135         }
136
137         #social {
138                 margin-top: 0px;
139                 margin-bottom: 40px;
140         }
141
142         .about {
143           margin-top: 0;
144         }
145
146         .about h3 {
147           margin-top: 20px;
148         }
149
150         .about p {
151                 margin-bottom: 0;
152         }
153
154         .modal {
155                 position: fixed !important;
156                 top: 25% !important;
157         }
158 }
159
160 div.one .bsa_it_ad {
161         padding: 25px 25px 15px 25px;
162 }
163
164 div.one .bsa_it_p {
165         display: none;
166 }
167
168 #bsap_aplink {
169         float: right;
170         margin-bottom: 20px;
171         font-size: 12px;
172 }
173
174 /* Landscape phone to portrait tablet */
175 @media (min-width: 481px) and (max-width: 767px) {
176
177         .hero-unit {
178                 margin-top: 0;
179                 padding-bottom: 60px;
180         }
181
182         .about {
183                 margin-top: 0;
184         }
185 }
186
187 /* Portrait tablet to landscape and desktop */
188 @media (min-width: 768px) and (max-width: 980px) {
189
190         .hero-unit {
191                 margin-top: 0;
192         }
193
194         .thumbnail .btn {
195                 font-size: 11px;
196         }
197 }
198
199 /* Large desktop */
200 @media (min-width: 1200px) {
201
202
203 }