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
.title-header{
font-size: 36px;
font-weight: bold;
}
.flap-side {
background-color: shade(@theme_bg_color, 0.98);
}
/* browse page */
gridview child,
gridview child button {
padding:0px;
}
.selected-booru {
background-color: @success_bg_color;
color: @success_fg_color;
}
.page-info-box {
padding-top: 0px;
}
.saved-searches {
padding-top: 30px;
border-top: 1px solid @borders;
}
.new_thumb {
border: 3px solid @accent_bg_color;
}
.old {
background-color: rgba(30,30,30,0.6);
border-bottom: 30px solid rgba(200,200,200, 0.6);
}
/* Image page */
.tag_headline.Artist,
.tag.Artist {
background-color: @purple_2;
}
.tag_headline.Character,
.tag.Character {
background-color: @green_2;
}
.tag_headline.Copyright,
.tag.Copyright {
background-color: @orange_2;
}
.tag_headline.Unknown,
.tag_Unknown {
background-color: @brown_2;
}
.tag_headline.General,
.tag.General {
background-color: @blue_2;
}
.tag_headline.Meta,
.tag.Meta {
background-color: @dark_2;
}
.tag_headline {
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}
.fav {
border-bottom: 30px solid alpha(@purple_2, 0.6);
}
/* Don't underline links in the wiki content */
.document link {
text-decoration: none;
}