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