(- revert) Tag: Manual revert |
(- stuff) |
||
Line 5: | Line 5: | ||
} |
} |
||
/* 2) |
/* 2) Link Customization - Taken from SCP:S Testing Grounds */ |
||
.resizable-container a:hover { |
|||
.WikiaRail .rail-module { |
|||
color: #003366 !important; |
|||
background: transparent; |
|||
text-decoration: none; |
|||
-webkit-transition: all .5s; |
|||
transition-property: border, background; |
|||
-moz-transition: all .5s; |
|||
} |
|||
-ms-transition: all .5s; |
|||
.WikiaRail .rail-module:hover { |
|||
-o-transition: all .5s; |
|||
transition: all .5s |
|||
} |
} |
Revision as of 17:42, 22 September 2022
/* 1) Disables advertisements on-screen - Quality of Life */
.ad-slot-placeholder,
.top-ads-container {
display: none !important;
}
/* 2) Link Customization - Taken from SCP:S Testing Grounds */
.resizable-container a:hover {
color: #003366 !important;
text-decoration: none;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}