generated from webmural/tone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfmu.css
More file actions
95 lines (80 loc) · 1.49 KB
/
dfmu.css
File metadata and controls
95 lines (80 loc) · 1.49 KB
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
@media (color) {
::selection { background: #010101; color: orangered }
.flora :not(.nativa) { color: inherit }
.sol.sol { background: orchid; color: #010101 }
.luna.luna { background: #090909; color: hotpink }
.jugo.jugo { background: hotpink; color: #090909 }
.metal.metal { background: seagreen; color: #090909 }
}
@media (prefers-contrast: more) {
.sol.sol { background: plum }
.luna.luna { color: pink }
.jugo.jugo { background: pink }
}
:link {
text-decoration-style: wavy;
text-shadow: 0 1ex 2em;
border-radius: 100%;
}
:focus {
outline-color: currentColor;
outline-offset: .2ex;
outline-style: double;
outline-width: .8ex;
}
.mundo {
font-family: system-ui, sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: 1.5;
}
.cuerpo {
box-sizing: border-box;
margin: 0;
padding: 0;
overflow-wrap: break-word;
}
.capo {
font-size: 2rem;
font-weight: 600;
}
.muy {
font-style: inherit;
text-transform: uppercase;
font-weight: bolder;
}
.vertebra {
margin: auto;
display: flex;
flex-direction: column;
}
.amor {
margin: 0;
max-width: 100%;
flex-basis: 100%;
}
.quote {
box-sizing: border-box;
padding: 1rem;
border-left: 1rem groove darkmagenta;
display: block;
min-height: 50vh;
word-spacing: 2pt;
}
.quote:target {
min-height: 100vh;
}
.espejo {
transform: rotate(180deg);
}
.curva {
border-radius: .2em;
}
.pad {
box-sizing: border-box;
padding: 1rem;
}
.voz {
font-size: 0;
line-height: 0;
margin: 0;
}