forked from TheEnigmaBlade/leagueoflegends-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wiki.less
67 lines (51 loc) · 858 Bytes
/
wiki.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
65
66
67
.wiki-page {
.wiki {
margin-left: 10px;
margin-top: 40px;
}
.wikititle {
display: none;
}
.wiki-page-content {
margin: 15px;
}
.pageactions {
position: absolute;
top: 240px;
left: 17px;
border-radius: 0;
.wikiaction {
margin: 1px;
border-radius: 0;
}
.wikiaction-current {
background-color: rgb(14, 137, 204);
}
}
.toc {
margin-right: 10px;
> ul {
padding: 4px 8px !important;
background-color: white;
li {
@media all and (min-height: 740px) and (max-height: 799px) {
font-size: 12px;
}
@media all and (max-height: 739px) {
font-size: 11px;
}
}
> li:not(.toc_child) {
font-weight: bold;
}
}
}
// Rules
&.wiki-page-rules {
}
// RES fixes
.markdownEditor-wrapper {
max-height: 30px;
margin-top: 34px;
}
}