-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·73 lines (65 loc) · 1.63 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
71
72
73
/*
Theme Name: Tapestry Minimal
Description: Twenty Nineteen Child Theme
Author: Tapestry Team, University of British Coloumbia
Author URI: http://www.tapestry-tool.com
Template: twentynineteen
Version: 1.0.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tapestry
*/
.site-logo .custom-logo-link {
border-radius: 0 !important;
}
@media only screen and (min-width: 768px) {
.site-logo {
margin-top: -32px;
}
}
body.postid-3932 .node .metaWrapper p {
text-shadow: 0px 0px 2px #000;
font-weight: bold;
}
body.postid-3932 #node-4827:not(:hover) .imageOverlay {
fill: #072d42;
opacity: 1;
}
body.postid-3932 #node-4827 .metaWrapper p {
text-shadow: none;
font-size: 1.2em;
font-weight: bold;
color: #f09083;
}
body.postid-3932 #node-4827:hover .metaWrapper {
display: none;
}
.site-content {
overflow: visible;
}
body.single-tapestry .modal-container .content .buttons-container {
z-index: 100;
}
@media only screen and (min-width: 768px) {
nav#site-navigation {
float: right;
}
}
body.single-tapestry footer.site-footer .site-info {
margin: 20px max(20px, 10vw) !important;
}
body.single-tapestry header.site-header {
padding: 28px 0 !important;
}
/* Fix some issues with the display of content on the page after user activates their account */
div#signup-content .wp-activate-container {
max-width: calc(100% - (2 * 1rem));
margin: 0 1rem;
}
@media only screen and (min-width: 768px) {
div#signup-content .wp-activate-container {
max-width: 80%;
margin: 0 10%;
padding: 0 60px;
}
}