MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Mcseriopedia
Przejdź do nawigacji Przejdź do wyszukiwania
mNie podano opisu zmian
mNie podano opisu zmian
 
(Nie pokazano 26 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 1: Linia 1:
/* Font */
/* Font */
/* @import url(https://fonts.googleapis.com/css?family=Cairo);
@import url(https://fonts.googleapis.com/css?family=Cairo);
.mediawiki { font-family: 'Cairo', sans-serif; }
.mediawiki { font-family: 'Cairo', sans-serif; }
.WikiaPage { border: none } */
.mw-page-title-namespace { font-family: 'Cairo', sans-serif; }
.mw-page-title-separator { font-family: 'Cairo', sans-serif; }
.mw-page-title-main { font-family: 'Cairo', sans-serif; }
.firstHeading mw-first-heading { font-family: 'Cairo', sans-serif; }
.mw-body-content h1  { font-family: 'Cairo', sans-serif; }
.mw-body-content h2  { font-family: 'Cairo', sans-serif; }


@font-face {
/* Kursory */
font-family: 'Ubuntu Mono';
body {
src: url(https://fonts.googleapis.com/css?family=Raleway)
cursor: url(https://mcserio.pl/images/a/a6/Lezdanec.gif), default}
}
 
a:visited, a:hover, a:link, a:active {
    cursor: url(https://mcserio.pl/images/4/4d/Lezdanec2.gif), pointer}


.html {
.html {
filter: invert( 1 ) hue-rotate( 180deg )
filter: invert( 1 ) hue-rotate( 180deg )
}
/* Infoboxes */
.infobox {
border: 1px solid #a2a9b1;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
}
}


@media screen {
.client-darkmode .mw-wiki-logo {
.infobox {
filter: invert( 1 ) hue-rotate( 180deg )
background-color: #f8f9fa;
    }
}
}


@media (max-width: 640px) {
/* Navbox */
.infobox {
/*.navbox {
width: 100%;
text-align: center;
}
}*/
   
.group {
.infobox .nowrap {
width: 15%;
white-space: normal;
background:#ececec;
}
padding:0.4em;
text-align: right;
}
}
 
.label {
@media (min-width: 640px) {
vertical-align: middle;
.infobox {
padding:0.4em;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
}
 
.navtext {
.infobox-header,
padding: 0.6em;
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}


.infobox-label,
/* Discord */
.infobox-data,
.discord {
/* Remove element selector when every .infobox thing is using the standard module/templates  */
border-radius:8px;
.infobox th,
background-color:#36393F;
.infobox td {
padding:1em;
/* @noflip */
text-align: left;
text-align: left;
}
}
 
.client-darkmode .discord {
/* Remove .infobox when element selectors above are removed */
filter: invert( 1 ) hue-rotate( 180deg )
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
 
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
}
 
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
 
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
}

Aktualna wersja na dzień 19:24, 4 sty 2025

/* Font */
@import url(https://fonts.googleapis.com/css?family=Cairo);
.mediawiki { font-family: 'Cairo', sans-serif; }
.mw-page-title-namespace { font-family: 'Cairo', sans-serif; }
.mw-page-title-separator { font-family: 'Cairo', sans-serif; }
.mw-page-title-main { font-family: 'Cairo', sans-serif; }
.firstHeading mw-first-heading { font-family: 'Cairo', sans-serif; }
.mw-body-content h1  { font-family: 'Cairo', sans-serif; }
.mw-body-content h2  { font-family: 'Cairo', sans-serif; }

/* Kursory */
body {
cursor: url(https://mcserio.pl/images/a/a6/Lezdanec.gif), default}

a:visited, a:hover, a:link, a:active {
    cursor: url(https://mcserio.pl/images/4/4d/Lezdanec2.gif), pointer}
 

.html {
	filter: invert( 1 ) hue-rotate( 180deg )
}

.client-darkmode .mw-wiki-logo {
	filter: invert( 1 ) hue-rotate( 180deg )
}

/* Navbox */
/*.navbox {
	text-align: center;
}*/
.group {
	width: 15%;
	background:#ececec; 
	padding:0.4em;
	text-align: right;
}
.label {
	vertical-align: middle;
	padding:0.4em;
}
.navtext {
	padding: 0.6em;
}

/* Discord */
.discord {
	border-radius:8px; 
	background-color:#36393F; 
	padding:1em; 
	text-align: left;
}
.client-darkmode .discord {
	filter: invert( 1 ) hue-rotate( 180deg )
}