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