]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/css/style.css
Fix design of wishlist.
[people/shoehn/ipfire.org.git] / static / css / style.css
CommitLineData
940227cb 1body {
5c124878 2 padding-top: 45px;
65b56a68 3}
5c124878 4
500f2409 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;
60024cc8 12}
60024cc8 13.container-body {
500f2409 14 background-color: #FFF;
15 padding: 10px 15px;
16}
5c124878 17
9068dba1 18.ac, td.ac {
5c124878 19 text-align: center;
7771acea 20}
5c124878 21
3d74a9b9 22.ar {
5c124878 23 text-align: right;
3d74a9b9 24}
5c124878 25
55b162d6 26.clear {
5c124878 27 clear: both;
55b162d6 28}
5c124878 29
55b162d6 30.separator {
5c124878 31 margin: 40px 0 39px;
55b162d6 32}
5c124878 33
55b162d6 34.img-padding {
5c124878 35 padding: 10px;
55b162d6 36}
5c124878 37
60024cc8 38table.table-fireinfo td.bar {
65b56a68 39width: 70%;
91a446f0 40}
60024cc8 41table.table-fireinfo td.key {
65b56a68 42width: 20%;
314d46c8 43}
60024cc8 44table.table-fireinfo td.val {
65b56a68 45width: 10%;
54b8df1a 46}
7771acea 47.objectives .icon {
65b56a68 48padding: 1.2em;
7771acea 49}
7771acea 50.thumbnails .download-box {
65b56a68 51padding: 2em 2em 0 2em;
9b5ac075 52}
66f34dde
MT
53
54section > .page-header ~ .page-header {
55 padding-top: 40px;
9b5ac075 56}
05f8cfae 57
9b5ac075 58.jumbotron {
05f8cfae
MT
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);
9b5ac075 71}
05f8cfae 72
9b5ac075
MT
73/* Download button */
74.masthead .btn, .download-button {
05f8cfae
MT
75 padding: 19px 24px;
76 font-size: 24px;
9b5ac075 77}
05f8cfae 78
9b5ac075 79.masthead {
05f8cfae
MT
80 padding-top: 70px;
81 margin-bottom: 0;
9b5ac075 82}
05f8cfae 83
9b5ac075 84.masthead h1 {
05f8cfae
MT
85 font-size: 120px;
86 line-height: 1;
87 letter-spacing: -2px;
9b5ac075 88}
05f8cfae
MT
89
90.masthead p.lead {
91 font-size: 36px;
92 font-weight: 200;
93 line-height: 1.25;
9b5ac075 94}
05f8cfae 95
500f2409 96.footer {
b4c68079
MT
97 border-top: 1px solid #E7E7E7;
98 background-color: #F9F9F9;
99 color: #777;
100 padding: 20px 0;
101 margin-top: 70px;
9b5ac075 102}
b4c68079 103
9b5ac075 104.sidenav.affix {
66f34dde 105 top: 70px;
9b5ac075 106}
66f34dde 107
f4bf90da 108.download-box {
65b56a68 109text-align: center;
110margin: 100px 0;
f4bf90da 111}
9d7e697a 112.progress-small {
65b56a68 113margin-top: 6px;
114height: 6px;
cc3b928d 115}
65b56a68 116.planet-table td.author,
117.planet-table td.date {
118width: 10em;
cc3b928d 119}
3d74a9b9 120.news-entries td.date {
65b56a68 121width: 8em;
122text-align: right;
9d7e697a 123}
53664d15
MT
124
125.table-wishlist-widget {
126 width: 100%;
9d7e697a 127}