]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/css/style.css
Fix/simplify locale selection.
[people/shoehn/ipfire.org.git] / static / css / style.css
CommitLineData
940227cb 1body {
7771acea 2 padding-top: 55px;
60024cc8
MT
3
4 /* SVG as background image (IE9/Chrome/Safari/Opera) */
5 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgwNDAwIiBvZmZzZXQ9IjU3JSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODQpIiAvPgo8L3N2Zz4=);
6
7 background-image: linear-gradient(
8 bottom,
9 #000000 0%,
10 #880400 57%
11 );
12 background-image: -o-linear-gradient(
13 bottom,
14 #000000 0%,
15 #880400 57%
16 );
17 background-image: -moz-linear-gradient(
18 bottom,
19 #000000 0%,
20 #880400 57%
21 );
22 background-image: -webkit-linear-gradient(
23 bottom,
24 #000000 0%,
25 #880400 57
26 );
27 background-image: -ms-linear-gradient(
28 bottom,
29 #000000 0%,
30 #880400 57%
31 );
32 background-image: -webkit-gradient(
33 linear,
34 left bottom,
35 left top,
36 color-stop(0, #000000),
37 color-stop(0.57, #880400)
38 );
39 background-attachment: fixed;
40}
41
42.container-body {
940227cb 43 background-color: white;
91a446f0 44
60024cc8
MT
45 padding-top: 10px;
46 padding-left: 15px;
47 padding-right: 15px;
48 padding-bottom: 10px;
91a446f0
MT
49}
50
7771acea
MT
51.ac {
52 text-align: center;
53}
54
60024cc8
MT
55table.table-fireinfo td.bar {
56 width: 70%;
91a446f0 57}
54b8df1a 58
60024cc8
MT
59table.table-fireinfo td.key {
60 width: 20%;
314d46c8
MT
61}
62
60024cc8
MT
63table.table-fireinfo td.val {
64 width: 10%;
54b8df1a 65}
7771acea
MT
66
67.wishes li div.thumbnail {
68 padding: 1em;
69}
70
71.objectives .icon {
72 padding: 1.2em;
73}
74
75.thumbnails .download-box {
76 padding-top: 2em;
77 padding-left: 2em;
78 padding-right: 2em;
79}
80
81.download-button {
82 margin-bottom: 1em;
83}