]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/css/style.css
Update the chat page
[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
9b5ac075
MT
75/* Download button */
76.masthead .btn, .download-button {
05f8cfae
MT
77 padding: 19px 24px;
78 font-size: 24px;
9b5ac075 79}
05f8cfae 80
9b5ac075 81.masthead {
05f8cfae
MT
82 padding-top: 70px;
83 margin-bottom: 0;
9b5ac075 84}
05f8cfae 85
9b5ac075 86.masthead h1 {
05f8cfae
MT
87 font-size: 120px;
88 line-height: 1;
89 letter-spacing: -2px;
9b5ac075 90}
05f8cfae
MT
91
92.masthead p.lead {
93 font-size: 36px;
94 font-weight: 200;
95 line-height: 1.25;
9b5ac075 96}
05f8cfae 97
500f2409 98.footer {
b4c68079
MT
99 border-top: 1px solid #E7E7E7;
100 background-color: #F9F9F9;
101 color: #777;
102 padding: 20px 0;
103 margin-top: 70px;
9b5ac075 104}
b4c68079 105
9b5ac075 106.sidenav.affix {
66f34dde 107 top: 70px;
9b5ac075 108}
66f34dde 109
f4bf90da 110.download-box {
65b56a68 111text-align: center;
112margin: 100px 0;
f4bf90da 113}
9d7e697a 114.progress-small {
65b56a68 115margin-top: 6px;
116height: 6px;
cc3b928d 117}
65b56a68 118.planet-table td.author,
119.planet-table td.date {
120width: 10em;
cc3b928d 121}
3d74a9b9 122.news-entries td.date {
65b56a68 123width: 8em;
124text-align: right;
9d7e697a 125}
53664d15
MT
126
127.table-wishlist-widget {
128 width: 100%;
9d7e697a 129}