MediaWiki:Common.css: Difference between revisions

From TapTo Wiki

No edit summary
Tag: Reverted
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#poncho-icon {
.bg-ws {
display: none;
    background-color: #080F24;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(to right, rgb(255, 185, 69) 0%, rgb(255, 97, 0) 20%, rgb(255, 12, 64) 40%, rgb(222, 0, 193) 60%, rgb(124, 20, 255) 80%, rgb(0, 144, 255) 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
}
}


#poncho-content {
@media screen and (min-width: 768px) {
margin: 0 auto;
    #toc.toc {
        float: none;
    }
}
}

Latest revision as of 14:02, 28 July 2024

/* CSS placed here will be applied to all skins */

.bg-ws {
    background-color: #080F24;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(to right, rgb(255, 185, 69) 0%, rgb(255, 97, 0) 20%, rgb(255, 12, 64) 40%, rgb(222, 0, 193) 60%, rgb(124, 20, 255) 80%, rgb(0, 144, 255) 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
}

@media screen and (min-width: 768px) {
    #toc.toc {
        float: none;
    }
}