generated from webmural/wall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wall.css
108 lines (95 loc) · 1.79 KB
/
wall.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
@media (color) {
::selection {
background: skyblue;
color: midnightblue;
}
:root {
background: deeppink;
color: #020;
}
:link,
:visited {
background: none;
color: inherit;
}
:focus { outline-color: mintcream }
:hover { text-decoration-color: currentColor }
.bea________ { background: #bea; color: #077 }
.___ba______ { background: #baa; color: #544 }
._____doo___ { background: #d00; color: #bee }
.________bee { background: #bee; color: #d00 }
}
:root {
font-family: sans-serif;
line-height: 1;
min-height: 100%;
min-width: 100%;
height: 100%;
width: 100%;
}
body {
margin: 0;
min-height: 100%;
min-width: 100%;
height: 100%;
width: 100%;
}
.jam {
box-sizing: border-box;
margin: 0;
padding: 0;
}
svg {
max-width: 100%;
height: auto;
}
.mural {
box-sizing: border-box;
margin: 0;
display: flex;
flex-flow: column;
}
.volume {
box-sizing: border-box;
font-size: calc(5rem + 3vmin);
font-weight: bold;
padding: 3rem;
flex: 1 1 25%;
margin-inline-end: auto;
display: flex;
align-items: center;
}
.bea________ { min-width: 50% }
.___ba______ { min-width: 30% }
._____doo___ { min-width: 80% }
.________bee { min-width: 50% }
.volume:not(:hover) {
text-decoration: none;
}
.about {
box-sizing: border-box;
font-size: 1.5rem;
margin: 1rem;
margin-block-start: 5rem;
max-width: 20em;
line-height: 1.5;
}
.text {
display: inline;
font-family: inherit;
font-size: inherit;
font-style: inherit;
}
.bold {
font-style: unset;
font-weight: bold;
}
.pad-all { padding: 2rem }
.pad-north { padding-block-start: 2rem }
.pad-south { padding-block-end: 2rem }
.pad-west { padding-inline-start: 2rem }
.pad-east { padding-inline-end: 2rem }
:focus {
outline-style: dashed;
outline-width: .5rem;
}