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