blob: d46b87194c67cba02c1f542d466ea5377d6a7943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
body {
padding-top: 60px;
padding-bottom: 30px;
}
.navbar .nav > li > a {
color: #ccc;
}
.nav i {
opacity: 0.4;
}
.nav a:hover i {
opacity: 1;
}
.tooltip-inner {
max-width: 500px;
}
.alert a {
font-weight: bold;
text-decoration: underline;
}
.alert p {
margin: 0;
}
.hero-unit, .thumbnail {
background-color: #e3e3e3;
}
.hero-unit h1, .hero-unit p {
text-align: center;
margin-bottom: 15px;
}
#social {
margin-top: 45px;
}
.twitter-follow-button {
width: 160px !important;
}
.rss {
height: 14px;
font-size: 11px;
line-height: 14px;
font-weight: bold;
margin: 0;
padding: 2px 5px 2px 4px;
}
.icon-rss {
background: url(../img/rss-icons.png) no-repeat 0 0;
opacity: .65;
width: 16px;
}
.icon-envelope {
opacity: .65;
}
.about {
margin-top: 50px;
}
.about h3 {
margin: 0 0 5px 35px;
}
.about img {
float: left;
opacity: 0.8;
}
#gallery {
margin: 45px 0 30px 0;
padding-right: 20px;
text-align: center;
}
.thumbnail {
max-width: 300px;
}
.thumbnail img {
width: 290px;
height: 200px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.thumbnail .label {
vertical-align: top;
}
.thumbnail .btn-toolbar {
text-align: right;
}
|