MediaWiki:Common.css: Difference between revisions

From Zaparoo 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-logo img {
.bg-ws {
display: none;
    background-color: #080F24;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(to right, rgb(255, 185, 69) 0%, rgb(226, 22, 178) 50%, 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;
    }
}
 
.mw-wiki-logo {
background-position: center center;
}
}

Latest revision as of 23:54, 29 November 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(226, 22, 178) 50%, rgb(0, 144, 255) 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
}

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

.mw-wiki-logo {
	background-position: center center;
}