-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathstyle.css
74 lines (57 loc) · 1.34 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
74
@import 'vocabulary/css/vocabulary.css' layer(vocabulary);
/*
ol li:has(#require-attribution, #allow-commercial-use, #allow-derivatives, #share-alike, #waive-your-copyright, #confirmation) {
display: none;
} */
ol li:has(.disable) {
display: none;
}
.chooser-mini {
width: 80%;
margin: 0 auto;
font-size: .8em;
}
.chooser-mini header h2 {
text-align: center;
}
.chooser-mini label {
display: none;
}
.chooser-mini .license-menu {
display: flex;
justify-content: space-between;
}
.chooser-mini .explainer {
margin-top: 2em;
padding: 2em;
position: relative;
background: var(--vocabulary-neutral-color-lighter-gray);
border-radius: 5px;
}
.chooser-mini .explainer:before {
content: '';
width: 2em;
height: 2em;
position: absolute;
top: -15px;
left: 50px;
transform: rotateZ(45deg);
background: var(--vocabulary-neutral-color-lighter-gray);
}
.chooser-mini .explainer a {
--underline-background-color: var(--vocabulary-neutral-color-lighter-gray);
font-size: .8em;
}
.chooser-mini .explainer .license-info-nav ul {
display: flex;
justify-content: space-between;
margin: 0;
padding: 0;
list-style: none;
}
body.mini-chooser > header, body.mini-chooser main > header {
display: none;
}
body.mini-chooser > footer {
display: none;
}