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