-
Notifications
You must be signed in to change notification settings - Fork 7
/
dribdat.css
94 lines (77 loc) · 1.97 KB
/
dribdat.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@import url(https://makezurich.ch/css/bundle.min.9928a633008d91c9c464e64f18be39ac3b0ae84ccf389d5eb770c4c7a1bad2dd.css);
/* -----------------
General theme tweaks
-------------------- */
body .project-buttons .btn-lg,
body .btn-group .btn-lg { border: 1px solid transparent; }
body .btn-secondary { background-image: none; }
body .btn-group .btn-secondary:hover { background-color: #a6c !important; }
body .btn.btn-light { color: black !important; }
.darkmode { display: none; } /* sorry!.. */
/* -----------------
Event pages
-------------------- */
.project-home .community-embed,
.event-home .container.with-event {
background: white;
border-radius: 1em;
padding: 1em;
}
.challenge.hexagon .hexagontent {
color: #009;
font-weight: bold;
}
.nav-categories label span {
color: black !important;
}
/* -----------------
Projects and posts
-------------------- */
#project-post {
margin: 0px !important;
background: #ccc !important;
border: 1px solid #ccc;
color: black !important;
}
.sso-login .btn,
.project-page.jumbotron .btn {
color: black !important;
padding: 0px;
box-shadow: none;
}
.userprofile .profile-text {
background: white;
}
.project-page.jumbotron .btn.btn-light {
padding: 0.5em 1em;
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
border: 1px solid aliceblue;
}
.project-page.jumbotron .btn.btn-light:hover {
border-color: black;
box-shadow: none;
}
/* ------------
Code of Conduct
--------------- */
.codeofconduct { margin-top:20px; padding:10px; border-radius:10px; box-shadow:
0 0 0 4px orange,
0 0 0 6px yellow,
0 0 0 10px cyan; }
/* -----------------
Footer styles
-------------------- */
.footer-block {
background-color: white;
text-align: center;
border-radius: 2px;
padding: 10px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer .footer-nav a { color: white; }
#footer {
background: rgba(0,0,0,0.5);
padding: 1em;
}