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