]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/css/style.css
Import modified Bootstrap 3 CSS files.
[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}
0cc8f04c 56section > .page-header {
57margin:0;
58padding:40px 0 20px;
59}
9b5ac075 60section > .page-header, section > .lead {
65b56a68 61color: #5a5a5a;
9b5ac075 62}
9b5ac075 63section > ul li {
65b56a68 64margin-bottom: 5px;
9b5ac075 65}
9b5ac075 66.jumbotron {
65b56a68 67position: relative;
68padding: 40px 0;
69color: #fff;
70text-align: center;
71text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
72background: #880400; /* Old browsers */
73background: -moz-linear-gradient(45deg, #000000 0%, #880400 100%); /* FF3.6+ */
74background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#000000), color-stop(100%,#880400)); /* Chrome,Safari4+ */
75background: -webkit-linear-gradient(45deg, #000000 0%,#880400 100%); /* Chrome10+,Safari5.1+ */
76background: -o-linear-gradient(45deg, #000000 0%, #880400 100%); /* Opera 11.10+ */
77background: -ms-linear-gradient(45deg, #000000 0%, #880400 100%); /* IE10+ */
78background: linear-gradient(45deg, #000000 0%, #880400 100%); /* W3C */
79filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#880400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
80-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
81-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
82box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
83margin-bottom: 1em;
84}
9b5ac075 85.jumbotron h1 {
65b56a68 86font-size: 80px;
87font-weight: bold;
88letter-spacing: -1px;
89line-height: 1;
9b5ac075 90}
9b5ac075 91.jumbotron p {
65b56a68 92font-size: 24px;
93font-weight: 300;
94line-height: 1.25;
95margin-bottom: 30px;
9b5ac075 96}
9b5ac075 97.jumbotron a {
65b56a68 98color: #fff;
99color: rgba(255,255,255,.5);
9b5ac075 100}
9b5ac075 101.jumbotron a:hover {
65b56a68 102color: #fff;
103text-shadow: 0 0 10px rgba(255,255,255,.25);
9b5ac075 104}
9b5ac075
MT
105/* Download button */
106.masthead .btn, .download-button {
65b56a68 107padding: 19px 24px;
108font-size: 24px;
109font-weight: 200;
110color: #fff;
9b5ac075 111}
9b5ac075 112.jumbotron .container {
65b56a68 113position: relative;
114z-index: 2;
9b5ac075 115}
9b5ac075 116.masthead {
65b56a68 117padding: 70px 0 60px;
118margin-bottom: 0;
119color: #fff;
9b5ac075 120}
9b5ac075 121.masthead h1 {
65b56a68 122font-size: 120px;
123line-height: 1;
124letter-spacing: -2px;
9b5ac075 125}
9b5ac075 126.masthead p {
65b56a68 127font-size: 40px;
128font-weight: 200;
129line-height: 1.25;
9b5ac075 130}
9b5ac075 131.masthead-links {
65b56a68 132margin: 0;
133list-style: none;
9b5ac075 134}
9b5ac075 135.masthead-links li {
65b56a68 136display: inline;
137padding: 0 10px;
138color: rgba(255,255,255,.5);
9b5ac075 139}
9b5ac075 140.subhead {
65b56a68 141text-align: left;
142border-bottom: 1px solid #ddd;
9b5ac075 143}
9b5ac075 144.subhead h1 {
65b56a68 145font-size: 60px;
9b5ac075 146}
9b5ac075 147.subhead p {
65b56a68 148margin-bottom: 20px;
9b5ac075 149}
9b5ac075 150.subhead .navbar {
65b56a68 151display: none;
9b5ac075 152}
500f2409 153.footer {
154 border-top: 1px solid #E7E7E7;
155 padding: 30px 0;
156 margin-top: 70px;
157}
9b5ac075 158.footer p {
65b56a68 159margin-bottom: 0;
160color: #777;
9b5ac075 161}
9b5ac075 162.footer-links {
65b56a68 163margin: 10px 0;
9b5ac075 164}
9b5ac075 165.footer-links li {
65b56a68 166display: inline;
167padding: 0 2px;
9b5ac075 168}
9b5ac075 169.footer-links li:first-child {
65b56a68 170padding-left: 0;
9b5ac075 171}
9b5ac075 172.sidenav {
65b56a68 173width: 228px;
174margin: 30px 0 0;
175padding: 0;
176background-color: #fff;
177-webkit-border-radius: 6px;
178-moz-border-radius: 6px;
179border-radius: 6px;
180-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
181-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
182box-shadow: 0 1px 4px rgba(0,0,0,.065);
183}
9b5ac075 184.sidenav > li > a {
65b56a68 185display: block;
186width: 190px \9;
187margin: 0 0 -1px;
188padding: 8px 14px;
189border: 1px solid #e5e5e5;
9b5ac075 190}
9b5ac075 191.sidenav > li:first-child > a {
65b56a68 192-webkit-border-radius: 6px 6px 0 0;
193-moz-border-radius: 6px 6px 0 0;
194border-radius: 6px 6px 0 0;
9b5ac075 195}
9b5ac075 196.sidenav > li:last-child > a {
65b56a68 197-webkit-border-radius: 0 0 6px 6px;
198-moz-border-radius: 0 0 6px 6px;
199border-radius: 0 0 6px 6px;
200}
201.sidenav .glyphicon-chevron-left {
65b56a68 202opacity: .25;
203}
65b56a68 204.sidenav a:hover .glyphicon-chevron-left {
205opacity: .5;
9b5ac075 206}
65b56a68 207.sidenav .active .glyphicon-chevron-left, .sidenav .active a:hover .glyphicon-chevron-left {
208opacity: 1;
9b5ac075 209}
9b5ac075 210.sidenav.affix {
65b56a68 211top: 40px;
9b5ac075 212}
9b5ac075 213.sidenav.affix-bottom {
65b56a68 214position: absolute;
215top: auto;
216bottom: 270px;
9b5ac075 217}
f4bf90da 218.download-box {
65b56a68 219text-align: center;
220margin: 100px 0;
f4bf90da 221}
9d7e697a 222.progress-small {
65b56a68 223margin-top: 6px;
224height: 6px;
cc3b928d 225}
65b56a68 226.planet-table td.author,
227.planet-table td.date {
228width: 10em;
cc3b928d 229}
3d74a9b9 230.news-entries td.date {
65b56a68 231width: 8em;
232text-align: right;
9d7e697a 233}
53664d15
MT
234
235.table-wishlist-widget {
236 width: 100%;
9d7e697a 237}