-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.less
64 lines (55 loc) · 1.21 KB
/
style.less
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
.dokuwiki #plugin__captcha_wrapper {
clear: left;
border: 1px solid @ini_border;
padding: 0.75em;
margin: 1em 0;
* {
vertical-align: middle;
}
img {
margin: 1px;
vertical-align: bottom;
border: 1px solid @ini_border;
}
pre {
font-size: 70%;
font-family: monospace;
font-weight: bold;
border: none;
background-color: @ini_background;
color: @ini_text;
padding: 0;
}
.svg {
display: inline-block;
background-color: @ini_background;
vertical-align: bottom;
border: 1px solid @ini_border;
svg {
width: 100%;
height: 100%;
path {
fill: @ini_text;
}
}
}
.audiolink {
display: inline-flex;
justify-content: center;
align-items: center;
margin-left: 0.5em;
margin-right: 0.5em;
border: 1px solid @ini_border;
aspect-ratio: 1;
svg {
height: auto;
width: auto;
flex-grow: 1;
flex-shrink: 1;
fill: @ini_link;
}
}
.no {
display: none;
}
}