]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/css/style.css
features page: Fix sidebar navigation and cleanup layout.
[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}
1267da6d 47.wishes div.thumbnail {
65b56a68 48padding: 1em;
7771acea 49}
7771acea 50.objectives .icon {
65b56a68 51padding: 1.2em;
7771acea 52}
7771acea 53.thumbnails .download-box {
65b56a68 54padding: 2em 2em 0 2em;
9b5ac075 55}
66f34dde
MT
56
57section > .page-header ~ .page-header {
58 padding-top: 40px;
9b5ac075 59}
05f8cfae 60
9b5ac075 61.jumbotron {
05f8cfae
MT
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);
9b5ac075 74}
05f8cfae 75
9b5ac075
MT
76/* Download button */
77.masthead .btn, .download-button {
05f8cfae
MT
78 padding: 19px 24px;
79 font-size: 24px;
9b5ac075 80}
05f8cfae 81
9b5ac075 82.masthead {
05f8cfae
MT
83 padding-top: 70px;
84 margin-bottom: 0;
9b5ac075 85}
05f8cfae 86
9b5ac075 87.masthead h1 {
05f8cfae
MT
88 font-size: 120px;
89 line-height: 1;
90 letter-spacing: -2px;
9b5ac075 91}
05f8cfae
MT
92
93.masthead p.lead {
94 font-size: 36px;
95 font-weight: 200;
96 line-height: 1.25;
9b5ac075 97}
05f8cfae 98
500f2409 99.footer {
b4c68079
MT
100 border-top: 1px solid #E7E7E7;
101 background-color: #F9F9F9;
102 color: #777;
103 padding: 20px 0;
104 margin-top: 70px;
9b5ac075 105}
b4c68079 106
9b5ac075 107.sidenav.affix {
66f34dde 108 top: 70px;
9b5ac075 109}
66f34dde 110
f4bf90da 111.download-box {
65b56a68 112text-align: center;
113margin: 100px 0;
f4bf90da 114}
9d7e697a 115.progress-small {
65b56a68 116margin-top: 6px;
117height: 6px;
cc3b928d 118}
65b56a68 119.planet-table td.author,
120.planet-table td.date {
121width: 10em;
cc3b928d 122}
3d74a9b9 123.news-entries td.date {
65b56a68 124width: 8em;
125text-align: right;
9d7e697a 126}
53664d15
MT
127
128.table-wishlist-widget {
129 width: 100%;
9d7e697a 130}