]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - static/css/style.css
features page: Fix sidebar navigation and cleanup layout.
[people/shoehn/ipfire.org.git] / static / css / style.css
1 body {
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
38 table.table-fireinfo td.bar {
39 width: 70%;
40 }
41 table.table-fireinfo td.key {
42 width: 20%;
43 }
44 table.table-fireinfo td.val {
45 width: 10%;
46 }
47 .wishes div.thumbnail {
48 padding: 1em;
49 }
50 .objectives .icon {
51 padding: 1.2em;
52 }
53 .thumbnails .download-box {
54 padding: 2em 2em 0 2em;
55 }
56
57 section > .page-header ~ .page-header {
58 padding-top: 40px;
59 }
60
61 .jumbotron {
62 color: white;
63 background: #880400; /* Old browsers */
64 background: -moz-linear-gradient(45deg, #000000 0%, #880400 100%); /* FF3.6+ */
65 background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#000000), color-stop(100%,#880400)); /* Chrome,Safari4+ */
66 background: -webkit-linear-gradient(45deg, #000000 0%,#880400 100%); /* Chrome10+,Safari5.1+ */
67 background: -o-linear-gradient(45deg, #000000 0%, #880400 100%); /* Opera 11.10+ */
68 background: -ms-linear-gradient(45deg, #000000 0%, #880400 100%); /* IE10+ */
69 background: linear-gradient(45deg, #000000 0%, #880400 100%); /* W3C */
70 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#880400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
71 -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
72 -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
73 box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
74 }
75
76 /* Download button */
77 .masthead .btn, .download-button {
78 padding: 19px 24px;
79 font-size: 24px;
80 }
81
82 .masthead {
83 padding-top: 70px;
84 margin-bottom: 0;
85 }
86
87 .masthead h1 {
88 font-size: 120px;
89 line-height: 1;
90 letter-spacing: -2px;
91 }
92
93 .masthead p.lead {
94 font-size: 36px;
95 font-weight: 200;
96 line-height: 1.25;
97 }
98
99 .footer {
100 border-top: 1px solid #E7E7E7;
101 background-color: #F9F9F9;
102 color: #777;
103 padding: 20px 0;
104 margin-top: 70px;
105 }
106
107 .sidenav.affix {
108 top: 70px;
109 }
110
111 .download-box {
112 text-align: center;
113 margin: 100px 0;
114 }
115 .progress-small {
116 margin-top: 6px;
117 height: 6px;
118 }
119 .planet-table td.author,
120 .planet-table td.date {
121 width: 10em;
122 }
123 .news-entries td.date {
124 width: 8em;
125 text-align: right;
126 }
127
128 .table-wishlist-widget {
129 width: 100%;
130 }