]> git.ipfire.org Git - ipfire.org.git/blob - static/css/style.css
Move everything to the root of the repository.
[ipfire.org.git] / static / css / style.css
1 body {
2 padding-top: 55px;
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 {
43 background-color: white;
44
45 padding-top: 10px;
46 padding-left: 15px;
47 padding-right: 15px;
48 padding-bottom: 10px;
49 }
50
51 .ac {
52 text-align: center;
53 }
54
55 table.table-fireinfo td.bar {
56 width: 70%;
57 }
58
59 table.table-fireinfo td.key {
60 width: 20%;
61 }
62
63 table.table-fireinfo td.val {
64 width: 10%;
65 }
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 }