(- stuff) |
m (FANDOMbot moved page User:Bubblybonbon/common.css to User:Binonbo/common.css: Automatically moved page while renaming the user "Bubblybonbon/common.css" to "Binonbo/common.css") |
||
(53 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* 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 |
|||
} |