Puts dragcave.net into stealth mode.
Dragon cave - Stealth Dragons - Portal 2 Dark by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categorydragcave.net
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
i only know this works with the portal 2 dark theme, you may need to modify it if using a different theme
Source code
/* ==UserStyle==
@name Dragon cave - Stealth Dragons - Portal 2 Dark
@namespace github.com/openstyles/stylus
@version 1.0.3
@description Puts dragcave.net into stealth mode. Turns the background black and hides the logo. Hides the navigation bar unless your mouse is over it. For use at school/library.
@author Werewire
==/UserStyle== */
@-moz-document domain("dragcave.net") {
html,body {
padding: 0 !important;
margin: 0 !important;
}
body {
background: #000 !important;
color: #fff !important;
}
#wrapper {
}
#middle {
background: #000 !important;
}
#middle h1 {
background: rgba(48, 151, 191, 0);
border: 1px solid rgba(68, 138, 165, 0);
}
._k_6, ._5p_0, ._p_a {
opacity: 0;
}
._k_6:hover, ._5p_0:hover, ._p_a:hover {
opacity: 100%;
}
body._l_0 ._k_6, ._k_6, ._k_4 {
background: url(#) no-repeat;
}
._j_1, ._p2Layout_ads {
font-size: 0.8em !important;
clear: both !important;
visibility: hidden !important;
}
._j_2 {
font-size: 0.6em !important;
}
h1 {margin-top: 0px !important}
img {
border-width: 0px !important;
}
}