-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathmw5.css
More file actions
73 lines (58 loc) · 965 Bytes
/
mw5.css
File metadata and controls
73 lines (58 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
margin-top: 10px;
margin-left: 10px;
}
.domain::before {
content: "\0040"; /* Unicode character for @ symbol */
}
#dummy {
display: none;
}
.lastrow {
margin-bottom: 0;
}
.contents {
margin-top: 0;
}
.footer-ad {
text-align: center;
}
#ads {
float: left;
padding-left: 10px;
text-align: right;
margin-top: 2em;
}
#ads div {
margin-bottom: 2em;
}
table.googlesheet {
border: 1px solid black;
}
table.googlesheet th {
border: 1px solid black;
}
/* Bootstrap */
.jumbotron {
background-color: white;
padding-bottom: 0;
}
.jumbotron .container {
text-align: center;
}
.jumbotronwidth {
max-width: 100%;
}
div.row {
border-radius: 20px;
background-color: gainsboro;
margin-bottom: 1em;
}
.donations {
background-color: darkseagreen !important;
padding: 5px;
text-align: center;
}
blockquote {
font-size: 14px;
}