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