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