Calendar: remove past event
[tails/test.git] / wiki / src / donate / thanks.css
blob3ce8952dc40549452465d360f57ccf1a1a60b227
1 @import url("columns.css");
3 #greetings {
4 margin-top: 0;
7 #text {
8 display: block;
11 #text a {
12 display: inline-block;
15 /* Testimonials */
17 #testimonials {
18 display: flex;
19 flex-wrap: wrap;
20 justify-content: space-between;
21 background: url('thanks/world.png') no-repeat 95% 0;
22 padding-top: 50px;
25 .quote {
26 width: 350px;
27 min-height: 250px;
28 position: relative;
31 #mexico {
32 background: url(thanks/mexico.png) no-repeat bottom left;
33 padding: 0 0 100px 75px;
36 #pakistan {
37 background: url(thanks/pakistan.png) no-repeat bottom right;
38 padding: 0 75px 100px 0;
41 .quote blockquote {
42 width: 275px;
43 margin: 0;
46 .quote blockquote p {
47 padding: 1em;
50 .quote blockquote strong {
51 padding-right: 1em;
54 #pakistan blockquote {
55 position: absolute;
56 bottom: 100px;
59 @media (max-width: 760px) {
60 #testimonials {
61 justify-content: center;
62 background: url('thanks/world.svg') no-repeat 10px 0;
63 background-size: 100%;
64 padding-top: 20%;
66 .quote {
67 width: 300px;
69 .quote blockquote {
70 width: 225px;
72 #mexico {
73 margin-right: 10px;
75 #pakistan {
76 margin-top: 125px;
77 margin-left: 10px;
81 /* Twitter */
83 #twitter {
84 display: flex;
85 flex-wrap: wrap;
86 justify-content: space-between;
89 .follow, .tweet {
90 width: 290px;
91 color: black !important;
92 text-decoration: none;
93 border: 1px solid #b5b7b9 !important;
94 border-radius: 20px;
95 padding: 20px !important;
96 font-size: 16px;
97 display: flex;
98 flex-direction: column;
99 background-image: none !important;
100 justify-content: space-between;
103 .tweet img {
104 height: 150px;
105 width: 177px;
106 margin: 0 auto 20px auto;
109 .tweet p {
110 margin-bottom: 0;
113 .tweet p.tweet-text {
114 flex-grow: 2;
117 .follow img {
118 height: 100px;
119 width: 123px;
120 margin: 75px auto;
123 .twitter-button {
124 font-weight: bold;
125 border-radius: 0.5em;
126 margin: 20px 0 0 0;
127 padding: 1em 0.5em;
128 text-align: center;
129 box-shadow: 1px 1px 5px #ccc;
130 width: 100%;
131 background: #53b351;
134 @media (max-width: 986px) {
135 #twitter {
136 justify-content: space-evenly;
138 .tweet, .follow {
139 margin: 10px;