Calendar: add FT sprint
[tails/test.git] / wiki / src / home.css
blob0fadc7b423870142ea2297aa6c154c9b9bd013c7
1 /* "Tor check" button */
3 #content {
4 position: relative;
5 top: -4em;
8 #tor_check {
9 display: block;
10 height: 80px;
11 width: 270px;
12 margin-bottom: 1em;
15 #tor_check a {
16 background: #53b351 !important;
17 border-radius: 0.5em;
18 padding: 15px;
19 color: black !important;
20 font-size: 2em;
21 position: absolute;
22 right: 0;
23 display: flex;
24 align-items: center;
25 justify-content: flex-start;
26 line-height: 1em;
29 #tor_check a img {
30 margin-right: 15px;
33 /* Random message box */
35 .random-message {
36 display: none;
37 overflow: auto;
38 margin-bottom: 2em;
39 padding: 1em 2em 1em 2em !important;
40 background: #eee !important;
41 border: 1px solid #ddd !important;
42 border-radius: 0.5em;
43 box-sizing: border-box;
44 box-shadow: 1px 1px 5px #ccc;
45 color: black !important;
48 .random-message p:last-child {
49 margin-bottom: 0;
52 .random-message h2:first-child {
53 margin-top: 0;
56 /* Survey message */
58 .survey {
59 background: #b49cd3 url('lib/survey.png') no-repeat top 50% left 2em !important;
60 border: none !important;
61 padding-left: 9em !important;
62 font-size: 16px;
65 .survey .answer {
66 background: #53b351;
67 color: black !important;
68 font-weight: bold;
69 border-radius: 0.5em;
70 padding: 0.5em 0.25em;
71 text-align: center;
72 box-shadow: 1px 1px 5px #222;
73 width: 100%;
76 /* Donate message outside of the campaign */
78 #donate {
79 background: #eee url(lib/give-love.svg) no-repeat top 50% left 1.5em !important;
80 background-size: 5em !important;
81 padding-left: 8em !important;
82 border: 1px solid #ddd !important;
83 font-size: 16px;
86 span.highlight {
87 background-color: white;
90 /* Donate message during the campaign */
92 #donate-campaign {
93 background-color: #ffd500;
94 background-image: url(donate/banner/godzilla.png);
95 background-repeat: no-repeat;
96 background-size: 275px;
97 background-position: -35px bottom;
98 overflow: auto;
99 padding: 1em;
100 margin-top: -3.5em;
101 margin-bottom: 2em;
102 width: 68%;
103 padding-left: 140px;
106 #donate-campaign p+p {
107 margin-bottom: 0;
110 #donate-campaign a {
111 color: black !important;
112 font-weight: bold;
113 border-bottom: 2px solid black !important;