]> git.ipfire.org Git - ipfire.org.git/blame_incremental - static/css/style.css
center text in the jumbotrons
[ipfire.org.git] / static / css / style.css
... / ...
CommitLineData
1body {
2 padding-top: 45px;
3}
4
5.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
6 color: white;
7}
8
9.sidenav > li.active > a {
10 background: #880400;
11 color: white;
12}
13
14.container-body {
15 background-color: #FFF;
16 padding: 10px 15px;
17}
18
19.ac, td.ac {
20 text-align: center;
21}
22
23.ar {
24 text-align: right;
25}
26
27.clear {
28 clear: both;
29}
30
31.separator {
32 margin: 40px 0 39px;
33}
34
35.img-padding {
36 padding: 10px;
37}
38
39table.table-fireinfo td.bar {
40width: 70%;
41}
42table.table-fireinfo td.key {
43width: 20%;
44}
45table.table-fireinfo td.val {
46width: 10%;
47}
48.objectives .icon {
49padding: 1.2em;
50}
51.thumbnails .download-box {
52padding: 2em 2em 0 2em;
53}
54
55section > .page-header ~ .page-header {
56 padding-top: 40px;
57}
58
59.jumbotron {
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);
72 text-align: center;
73}
74
75/* Download button */
76.masthead .btn, .download-button {
77 padding: 19px 24px;
78 font-size: 24px;
79}
80
81.masthead {
82 padding-top: 70px;
83 margin-bottom: 0;
84}
85
86.masthead h1 {
87 font-size: 120px;
88 line-height: 1;
89 letter-spacing: -2px;
90}
91
92.masthead p.lead {
93 font-size: 36px;
94 font-weight: 200;
95 line-height: 1.25;
96}
97
98.footer {
99 border-top: 1px solid #E7E7E7;
100 background-color: #F9F9F9;
101 color: #777;
102 padding: 20px 0;
103 margin-top: 70px;
104}
105
106.sidenav.affix {
107 top: 70px;
108}
109
110.download-box {
111text-align: center;
112margin: 100px 0;
113}
114.progress-small {
115margin-top: 6px;
116height: 6px;
117}
118.planet-table td.author,
119.planet-table td.date {
120width: 10em;
121}
122.news-entries td.date {
123width: 8em;
124text-align: right;
125}
126
127.table-wishlist-widget {
128 width: 100%;
129}