forked from FrostyX/fedora-sponsors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (58 loc) · 1.17 KB
/
style.css
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
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 320px;
}
h2 {
margin-top: 30px;
}
.navbar {
/* Borrowed from masthead class on */
/* https://accounts.fedoraproject.org */
border-bottom: 1px solid #ccc;
box-shadow: 0 0 10px 2px #ddd;
background-image: linear-gradient(to bottom, #eee 0%, #ddd 100%);
background-repeat: repeat-x;
padding: 8px;
margin-bottom: 20px;
}
.navbar img {
margin-left: 10px;
margin-right: 5px;
width: 40px;
}
.sponsor, .card {
border-top: 0px;
border-right: 0px;
margin-bottom: 30px;
min-height: 100%;
}
.sponsor, .card img {
text-align: center;
margin-bottom: 15px;
}
.sponsor.card.muted,
.sponsor.card.muted table {
color: var(--secondary);
}
.sponsor.card.muted img {
filter: grayscale(100%);
}
.table-borderless td, .table-borderless th {
border: none;
}
.footer {
background-color: #495057;
position: absolute;
bottom: 0;
width: 100%;
height: 250px;
}
.footer a,
.footer span {
/* Borrowed from https://accounts.fedoraproject.org */
color: rgba(255,255,255,0.5);
border-bottom: 1px dotted rgba(255,255,255,0.2);
}