]> git.ipfire.org Git - ipfire.org.git/blame - static/css/style.css
Fix some broken layout on index page.
[ipfire.org.git] / static / css / style.css
CommitLineData
940227cb 1body {
500f2409 2 padding-top:45px;
3 font-family:"Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
4 font-size:17px;
65b56a68 5}
6h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
500f2409 7 font-family: inherit;
65b56a68 8}
9a {
500f2409 10 color: #880400;
11 text-decoration: none;
65b56a68 12}
13a:hover {
500f2409 14 color: #3C0200;
15 text-decoration: underline;
65b56a68 16}
500f2409 17.navbar-inverse .navbar-brand,
18.navbar-inverse .navbar-nav > li > a {
19 color:#DDD;
20}
21.sidenav > li.active > a {
22 background: #880400;
23 color: #FFF;
60024cc8 24}
60024cc8 25.container-body {
500f2409 26 background-color: #FFF;
27 padding: 10px 15px;
28}
29.btn-primary {
30 background-color:#880400;
31 border-color:#3C0200;
32}
33.btn-primary:hover {
34 background-color:#3C0200;
65b56a68 35}
9068dba1 36.ac, td.ac {
500f2409 37 text-align: center;
7771acea 38}
3d74a9b9 39.ar {
500f2409 40 text-align: right;
3d74a9b9 41}
55b162d6 42.clear {
500f2409 43 clear: both;
55b162d6 44}
55b162d6 45.separator {
500f2409 46 margin: 40px 0 39px;
55b162d6 47}
55b162d6 48.img-padding {
500f2409 49 padding: 10px;
55b162d6 50}
60024cc8 51table.table-fireinfo td.bar {
65b56a68 52width: 70%;
91a446f0 53}
60024cc8 54table.table-fireinfo td.key {
65b56a68 55width: 20%;
314d46c8 56}
60024cc8 57table.table-fireinfo td.val {
65b56a68 58width: 10%;
54b8df1a 59}
1267da6d 60.wishes div.thumbnail {
65b56a68 61padding: 1em;
7771acea 62}
7771acea 63.objectives .icon {
65b56a68 64padding: 1.2em;
7771acea 65}
7771acea 66.thumbnails .download-box {
65b56a68 67padding: 2em 2em 0 2em;
9b5ac075 68}
0cc8f04c 69section > .page-header {
70margin:0;
71padding:40px 0 20px;
72}
9b5ac075 73section > .page-header, section > .lead {
65b56a68 74color: #5a5a5a;
9b5ac075 75}
9b5ac075 76section > ul li {
65b56a68 77margin-bottom: 5px;
9b5ac075 78}
9b5ac075 79.jumbotron {
65b56a68 80position: relative;
81padding: 40px 0;
82color: #fff;
83text-align: center;
84text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
85background: #880400; /* Old browsers */
86background: -moz-linear-gradient(45deg, #000000 0%, #880400 100%); /* FF3.6+ */
87background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#000000), color-stop(100%,#880400)); /* Chrome,Safari4+ */
88background: -webkit-linear-gradient(45deg, #000000 0%,#880400 100%); /* Chrome10+,Safari5.1+ */
89background: -o-linear-gradient(45deg, #000000 0%, #880400 100%); /* Opera 11.10+ */
90background: -ms-linear-gradient(45deg, #000000 0%, #880400 100%); /* IE10+ */
91background: linear-gradient(45deg, #000000 0%, #880400 100%); /* W3C */
92filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#880400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
93-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
94-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
95box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
96margin-bottom: 1em;
97}
9b5ac075 98.jumbotron h1 {
65b56a68 99font-size: 80px;
100font-weight: bold;
101letter-spacing: -1px;
102line-height: 1;
9b5ac075 103}
9b5ac075 104.jumbotron p {
65b56a68 105font-size: 24px;
106font-weight: 300;
107line-height: 1.25;
108margin-bottom: 30px;
9b5ac075 109}
9b5ac075 110.jumbotron a {
65b56a68 111color: #fff;
112color: rgba(255,255,255,.5);
9b5ac075 113}
9b5ac075 114.jumbotron a:hover {
65b56a68 115color: #fff;
116text-shadow: 0 0 10px rgba(255,255,255,.25);
9b5ac075 117}
9b5ac075
MT
118/* Download button */
119.masthead .btn, .download-button {
65b56a68 120padding: 19px 24px;
121font-size: 24px;
122font-weight: 200;
123color: #fff;
9b5ac075 124}
9b5ac075 125.jumbotron .container {
65b56a68 126position: relative;
127z-index: 2;
9b5ac075 128}
9b5ac075 129.masthead {
65b56a68 130padding: 70px 0 60px;
131margin-bottom: 0;
132color: #fff;
9b5ac075 133}
9b5ac075 134.masthead h1 {
65b56a68 135font-size: 120px;
136line-height: 1;
137letter-spacing: -2px;
9b5ac075 138}
9b5ac075 139.masthead p {
65b56a68 140font-size: 40px;
141font-weight: 200;
142line-height: 1.25;
9b5ac075 143}
9b5ac075 144.masthead-links {
65b56a68 145margin: 0;
146list-style: none;
9b5ac075 147}
9b5ac075 148.masthead-links li {
65b56a68 149display: inline;
150padding: 0 10px;
151color: rgba(255,255,255,.5);
9b5ac075 152}
9b5ac075 153.subhead {
65b56a68 154text-align: left;
155border-bottom: 1px solid #ddd;
9b5ac075 156}
9b5ac075 157.subhead h1 {
65b56a68 158font-size: 60px;
9b5ac075 159}
9b5ac075 160.subhead p {
65b56a68 161margin-bottom: 20px;
9b5ac075 162}
9b5ac075 163.subhead .navbar {
65b56a68 164display: none;
9b5ac075 165}
500f2409 166.footer {
167 border-top: 1px solid #E7E7E7;
168 padding: 30px 0;
169 margin-top: 70px;
170}
9b5ac075 171.footer p {
65b56a68 172margin-bottom: 0;
173color: #777;
9b5ac075 174}
9b5ac075 175.footer-links {
65b56a68 176margin: 10px 0;
9b5ac075 177}
9b5ac075 178.footer-links li {
65b56a68 179display: inline;
180padding: 0 2px;
9b5ac075 181}
9b5ac075 182.footer-links li:first-child {
65b56a68 183padding-left: 0;
9b5ac075 184}
9b5ac075 185.sidenav {
65b56a68 186width: 228px;
187margin: 30px 0 0;
188padding: 0;
189background-color: #fff;
190-webkit-border-radius: 6px;
191-moz-border-radius: 6px;
192border-radius: 6px;
193-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
194-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
195box-shadow: 0 1px 4px rgba(0,0,0,.065);
196}
9b5ac075 197.sidenav > li > a {
65b56a68 198display: block;
199width: 190px \9;
200margin: 0 0 -1px;
201padding: 8px 14px;
202border: 1px solid #e5e5e5;
9b5ac075 203}
9b5ac075 204.sidenav > li:first-child > a {
65b56a68 205-webkit-border-radius: 6px 6px 0 0;
206-moz-border-radius: 6px 6px 0 0;
207border-radius: 6px 6px 0 0;
9b5ac075 208}
9b5ac075 209.sidenav > li:last-child > a {
65b56a68 210-webkit-border-radius: 0 0 6px 6px;
211-moz-border-radius: 0 0 6px 6px;
212border-radius: 0 0 6px 6px;
213}
214.sidenav .glyphicon-chevron-left {
65b56a68 215opacity: .25;
216}
65b56a68 217.sidenav a:hover .glyphicon-chevron-left {
218opacity: .5;
9b5ac075 219}
65b56a68 220.sidenav .active .glyphicon-chevron-left, .sidenav .active a:hover .glyphicon-chevron-left {
221opacity: 1;
9b5ac075 222}
9b5ac075 223.sidenav.affix {
65b56a68 224top: 40px;
9b5ac075 225}
9b5ac075 226.sidenav.affix-bottom {
65b56a68 227position: absolute;
228top: auto;
229bottom: 270px;
9b5ac075 230}
f4bf90da 231.download-box {
65b56a68 232text-align: center;
233margin: 100px 0;
f4bf90da 234}
9d7e697a 235.progress-small {
65b56a68 236margin-top: 6px;
237height: 6px;
cc3b928d 238}
65b56a68 239.planet-table td.author,
240.planet-table td.date {
241width: 10em;
cc3b928d 242}
3d74a9b9 243.news-entries td.date {
65b56a68 244width: 8em;
245text-align: right;
9d7e697a 246}
53664d15
MT
247
248.table-wishlist-widget {
249 width: 100%;
9d7e697a 250}