]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame_incremental - static/css/style.css
fix missing opening div
[people/shoehn/ipfire.org.git] / static / css / style.css
... / ...
CommitLineData
1body {
2padding-top: 45px;
3font-family:"Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
4}
5h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
6font-family: inherit;
7}
8a {
9color: #880400;
10text-decoration: none;
11}
12a:hover {
13color: #3C0200;
14text-decoration: underline;
15}
16.footer {
17border-top: 1px solid #E7E7E7;
18padding: 30px 0;
19margin-top: 70px;
20}
21.container-body {
22background-color: #FFF;
23padding: 10px 15px;
24}
25.ac, td.ac {
26text-align: center;
27}
28.ar {
29text-align: right;
30}
31.clear {
32clear: both;
33}
34.separator {
35margin: 40px 0 39px;
36}
37.img-padding {
38padding: 10px;
39}
40table.table-fireinfo td.bar {
41width: 70%;
42}
43table.table-fireinfo td.key {
44width: 20%;
45}
46table.table-fireinfo td.val {
47width: 10%;
48}
49.wishes div.thumbnail {
50padding: 1em;
51}
52.objectives .icon {
53padding: 1.2em;
54}
55.thumbnails .download-box {
56padding: 2em 2em 0 2em;
57}
58section > .page-header, section > .lead {
59color: #5a5a5a;
60}
61section > ul li {
62margin-bottom: 5px;
63}
64.jumbotron {
65position: relative;
66padding: 40px 0;
67color: #fff;
68text-align: center;
69text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
70background: #880400; /* Old browsers */
71background: -moz-linear-gradient(45deg, #000000 0%, #880400 100%); /* FF3.6+ */
72background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#000000), color-stop(100%,#880400)); /* Chrome,Safari4+ */
73background: -webkit-linear-gradient(45deg, #000000 0%,#880400 100%); /* Chrome10+,Safari5.1+ */
74background: -o-linear-gradient(45deg, #000000 0%, #880400 100%); /* Opera 11.10+ */
75background: -ms-linear-gradient(45deg, #000000 0%, #880400 100%); /* IE10+ */
76background: linear-gradient(45deg, #000000 0%, #880400 100%); /* W3C */
77filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#880400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
78-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
79-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
80box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
81margin-bottom: 1em;
82}
83.jumbotron h1 {
84font-size: 80px;
85font-weight: bold;
86letter-spacing: -1px;
87line-height: 1;
88}
89.jumbotron p {
90font-size: 24px;
91font-weight: 300;
92line-height: 1.25;
93margin-bottom: 30px;
94}
95.jumbotron a {
96color: #fff;
97color: rgba(255,255,255,.5);
98}
99.jumbotron a:hover {
100color: #fff;
101text-shadow: 0 0 10px rgba(255,255,255,.25);
102}
103/* Download button */
104.masthead .btn, .download-button {
105padding: 19px 24px;
106font-size: 24px;
107font-weight: 200;
108color: #fff;
109}
110.jumbotron .container {
111position: relative;
112z-index: 2;
113}
114.masthead {
115padding: 70px 0 60px;
116margin-bottom: 0;
117color: #fff;
118}
119.masthead h1 {
120font-size: 120px;
121line-height: 1;
122letter-spacing: -2px;
123}
124.masthead p {
125font-size: 40px;
126font-weight: 200;
127line-height: 1.25;
128}
129.masthead-links {
130margin: 0;
131list-style: none;
132}
133.masthead-links li {
134display: inline;
135padding: 0 10px;
136color: rgba(255,255,255,.5);
137}
138.subhead {
139text-align: left;
140border-bottom: 1px solid #ddd;
141}
142.subhead h1 {
143font-size: 60px;
144}
145.subhead p {
146margin-bottom: 20px;
147}
148.subhead .navbar {
149display: none;
150}
151.footer p {
152margin-bottom: 0;
153color: #777;
154}
155.footer-links {
156margin: 10px 0;
157}
158.footer-links li {
159display: inline;
160padding: 0 2px;
161}
162.footer-links li:first-child {
163padding-left: 0;
164}
165.sidenav {
166width: 228px;
167margin: 30px 0 0;
168padding: 0;
169background-color: #fff;
170-webkit-border-radius: 6px;
171-moz-border-radius: 6px;
172border-radius: 6px;
173-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
174-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
175box-shadow: 0 1px 4px rgba(0,0,0,.065);
176}
177.sidenav > li > a {
178display: block;
179width: 190px \9;
180margin: 0 0 -1px;
181padding: 8px 14px;
182border: 1px solid #e5e5e5;
183}
184.sidenav > li:first-child > a {
185-webkit-border-radius: 6px 6px 0 0;
186-moz-border-radius: 6px 6px 0 0;
187border-radius: 6px 6px 0 0;
188}
189.sidenav > li:last-child > a {
190-webkit-border-radius: 0 0 6px 6px;
191-moz-border-radius: 0 0 6px 6px;
192border-radius: 0 0 6px 6px;
193}
194.sidenav .glyphicon-chevron-left {
195opacity: .25;
196}
197.sidenav a:hover .glyphicon-chevron-left {
198opacity: .5;
199}
200.sidenav .active .glyphicon-chevron-left, .sidenav .active a:hover .glyphicon-chevron-left {
201opacity: 1;
202}
203.sidenav.affix {
204top: 40px;
205}
206.sidenav.affix-bottom {
207position: absolute;
208top: auto;
209bottom: 270px;
210}
211.download-box {
212text-align: center;
213margin: 100px 0;
214}
215.progress-small {
216margin-top: 6px;
217height: 6px;
218}
219.planet-table td.author,
220.planet-table td.date {
221width: 10em;
222}
223.news-entries td.date {
224width: 8em;
225text-align: right;
226}
227.table-wishlist-widget td.progress-bar {
228width: 40%;
229}