generated from webmural/neptune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopinion.css
84 lines (71 loc) · 1.26 KB
/
opinion.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
.flora * {
color: inherit;
background: transparent;
}
.sol { background: mediumturquoise; color: #111 }
.luna { background: cornflowerblue; color: #111 }
.jugo { background: mediumorchid; color: #111 }
.skin { background: silver; color: #111 }
.swim { background: salmon; color: #111 }
.lime { background: palegreen; color: #111 }
.sombra ::selection {
background: indigo;
color: orangered;
text-shadow:
0 1em 0 orangered,
0 -1em 0 orangered,
0 2em 0 orangered,
0 -2em 0 orangered,
0 3em 0 orangered,
0 -3em 0 orangered;
}
:focus {
outline: thick dotted;
}
.mundo {
font-weight: 500;
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;
}
.spine {
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: .25rem dashed;
display: block;
min-height: 100vh;
}
.loco {
transform: rotate(180deg);
}
.pad {
box-sizing: border-box;
padding: 1em;
}
.voz {
font: 0/0 fantasy;
}