Beta theme special for VimeWorld.
VimeWorld theme by rander
Details
Authorrander
LicenseNo License
Categoryhttps://forum.vimeworld.ru/
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
//* ==UserStyle==
@name Dark Blue | Forum VimeWorld.ru
@namespace vimeworld.ru
@version 1.0.0
@description Recolor forum
@author CharkosOff
==/UserStyle== */
@-moz-document url-prefix("https://forum.vimeworld.ru/") {
#ipsLayout_header nav {
background: rgb(0, 107, 182);
position: relative;
}
.ipsType_sectionTitle {
background: rgb(0, 107, 182);
}
.ipsItemStatus.ipsItemStatus_large {
background: rgb(0, 107, 182);
}
.ipsWidget_title {
background: rgb(0, 107, 182);
}
.cProfileSolutions {
background: rgb(0, 107, 182);
}
.ipsItemStatus:not(.ipsItemStatus_large) {
color: rgb(0, 107, 182);
}
.ipsApp .ipsButton_link {
color: rgb(0, 107, 182);
}
.ipsApp .ipsButton_important {
background: rgb(0, 107, 182);
}
.ipsApp .ipsButton_primary {
background: rgb(0, 107, 182);
}
a:hover {
color: rgb(17, 111, 176);
}
.ipsTag_prefix {
background: rgb(17, 111, 176);
}
img[alt="VimeWorld - Форум"] {
content: url(https://i.imgur.com/Yfbo7Z1.png);
pointer-events: none;
}
}