-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroot-me.stylus.css
174 lines (167 loc) · 5.84 KB
/
root-me.stylus.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* ==UserStyle==
@name root-me anime
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Root-me anime theme
@author zxlaora & nasu
@advanced dropdown bg "background (⚠Take a background who can match ⚠)" {
Fate "Fate*" <<<EOT https://cdn.discordapp.com/attachments/1179495231104753766/1287410162302451825/AgAnQVY.png?ex=66f171a5&is=66f02025&hm=8f2ce2a1de4a44fd88077885031cbc68d506605f24e5b636c66d8b056ef89dfd& EOT;
bg-custom-dropdown "Custom" <<<EOT /*[[bg-custom]]*\/ EOT;
}
@advanced text bg-custom "background (⚠ Take a background who can match ⚠) (Custom)" "https://example.com/image.png"
@advanced dropdown icon "icon (⚠Take a icon who can match ⚠)" {
nasu "nasu*" <<<EOT https://i.imgur.com/P4dsX2Q.gif EOT;
bg-custom-dropdown "Custom" <<<EOT /*[[icon-custom]]*\/ EOT;
}
@advanced text icon-custom "icon (⚠ Take a icon who can match ⚠) (Custom)" "https://example.com/image.png"
==/UserStyle== */
@-moz-document domain("root-me.org") {
body {
background: url('/*[[bg]]*/') no-repeat center center fixed !important;
background-size: cover !important;
}
.container, .row, .col-md-12, #main-content, .content, .container-fluid {
background-color: rgba(0, 0, 0, 0.2) !important;
color: #fff;
}
.container, .row, .col-md-12, #main-content, .content, .container-fluid {
border: none !important;
padding: 15px !important;
margin: 0 !important;
}
.tile {
background-color: rgba(0, 0, 0, 0.5) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
border-radius: 30px !important;
padding: 15px !important;
color: #fff !important;
border: none !important;
}
.ajax.bind-ajax {
background-color: rgba(0, 0, 0, 0.5) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
border-radius: 50px !important;
margin: 10px !important;
padding: 20px !important;
color: #fff !important;
border: none !important;
}
#aside_wrapper {
background-color: rgba(0, 0, 0, 0.2) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
}
#aside {
background-color: rgba(0, 0, 0, 0.2) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
}
.has-dropdown {
background-color: rgba(0, 0, 0, 0) !important;
}
.dropdown {
background-color: rgba(0, 0, 0, 0) !important;
}
#aside > nav.top-bar > .top-bar-section li:not(.has-form) a:not(.button) {
background-color: rgba(0, 0, 0, 0) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
}
.top-bar {
background-color: rgba(0, 0, 0, 0) !important;
}
.name {
background-color: rgba(0, 0, 0, 0) !important;
}
#header {
background-color: rgba(0, 0, 0, 0.5) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
}
#aside_wrapper {
position: relative;
z-index: 1001; /* meow meow dropdown devant */
}
#aside > nav.top-bar > div.top-bar-section > ul > li.has-dropdown > ul.dropdown > li {
background-color: rgba(0, 0, 0, 0.6) !important;
border-radius: 10px !important;
margin: 3px !important;
padding: 5px !important;
}
#header > nav .top-bar-section ul > li > a{
background-color: rgba(0, 0, 0, 0.2) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
border-radius: 8px !important;
margin: 5px !important;
}
tr {
background-color: rgba(0, 0, 0, 0) !important;
}
#header ul.title-area > li.name > a > span.show-for-large-up.blanc {
font-size: 0 !important; /* Hide ROOTME */
visibility: hidden !important;
}
#header ul.title-area > li.name > a > span.show-for-large-up.blanc::before {
content: "Meow" !important; /* Custom ROOTME text */
visibility: visible !important;
font-family: 'logo';
font-size: 40px;
line-height: 62px;
vertical-align: middle;
}
img.show-for-medium-up.vmiddle.invert[alt="logo https://www.root-me.org"] {
width: 48px !important;
height: 48px !important;
content: url('/*[[icon]]*/') !important;
object-fit: contain !important;
background-color: transparent !important;
filter: none !important;
-webkit-filter: none !important;
opacity: 1 !important;
}
.ts {
background-color: rgba(0, 0, 0, 0) !important;
}
.txs.mauto {
background-color: rgba(0, 0, 0, 0) !important;
}
.spip {
background-color: rgba(0, 0, 0, 0) !important;
}
.mauto {
background-color: rgba(0, 0, 0, 0) !important;
}
.left {
background-color: rgba(0, 0, 0, 0) !important;
}
.right {
background-color: rgba(0, 0, 0, 0) !important;
}
.final {
background-color: rgba(0, 0, 0, 0) !important;
}
.row {
background-color: rgba(0, 0, 0, 0) !important;
}
.text-center {
background-color: rgba(0, 0, 0, 0) !important;
}
.row_odd {
background-color: rgba(0, 0, 0, 0) !important;
}
.row_even {
background-color: rgba(0, 0, 0, 0) !important;
}
.top-bar-section {
background-color: rgba(0, 0, 0, 0) !important;
}
.coloration_code li:nth-child(even) {
background-color: rgba(0, 0, 0, 0) !important;
}
.coloration_code li:nth-child(odd) {
background-color: rgba(0, 0, 0, 0) !important;
}
}