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