Glowers Club

This is an old revision of the document!


screen.css
/* Theme patches */
/*.breadcrumbs { opacity: 0.4!important; }*/
code { background: #2dc72a38; border: 0; }
.sizechange { color:black; }
table.diff { color: black }
table.inline { float: right; margin-left: .5em }
.page div.level1,.page div.level2,.page div.level3,.page div.level4,.page div.level5,
.page div.level6,.page div.level7,.page div.level8,.page div.level9,.page div.level10 { display: flow-root }
 
a.media > img:not([width]) { margin: 2em 0em; }
.inclmeta { color: #3f4550 !important}
 
/* include:cheapglow & .glowing */
@-webkit-keyframes glowing {
    from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px lime, 0 0 40px #04e669, 0 0 50px #34ff1b, 0 0 60px #25fa2b, 0 0 70px #02ec55; }
    to { text-shadow: 0 0 20px #fff, 0 0 30px #17f517, 0 0 40px #19d00d, 0 0 50px #1ae620, 0 0 60px #1fe807, 0 0 70px #33ff00, 0 0 80px #00ff14; }
}
 
.user > bdi, .glowing, .page h1:first-of-type, h1.sectionedit1, h2.sectionedit1 { color: #fff; animation: glowing 1s ease-in-out infinite alternate; }
@media only screen and (max-width: 911px) {
    .user > bdi, .glowing, .page h1:first-of-type, h1.sectionedit1, h2.sectionedit1 {
        color: #fff;
        animation: unset!important;
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px lime, 0 0 40px #04e669, 0 0 50px #34ff1b, 0 0 60px #25fa2b, 0 0 70px #02ec55;
        /*text-shadow: 0 0 20px #fff, 0 0 30px #17f517, 0 0 40px #19d00d, 0 0 50px #1ae620, 0 0 60px #1fe807, 0 0 70px #3f0, 0 0 80px #00ff14;*/
    }
}
 
/* include:blurnavbar */
#dokuwiki__header, .bg-blur, .sidebar {
    -webkit-backdrop-filter: saturate(180%) blur(20px)!important;
    backdrop-filter: saturate(180%) blur(20px)!important;
    background-color: rgba(34, 38, 46, 0.56)!important;
}