MediaWiki:Common.css: Difference between revisions

From Zaparoo Wiki

No edit summary
No edit summary
 
(14 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 */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.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;
}


#p-logo-text a, #personal h2, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
@media screen and (min-width: 768px) {
font-family: "Open Sans", sans-serif;
    #toc.toc {
        float: none;
    }
}
}


.color-left, .color-middle, .color-right {
.mw-wiki-logo {
background-color: #324372;
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;
}