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

Z Nonsensopedii, polskiej encyklopedii humoru
M
Linia 13: Linia 13:
#mw-indicator-smw-entity-examiner {
#mw-indicator-smw-entity-examiner {
display: none;
display: none;
}
/* H1 */
h1.firstHeading {
clear: none;
}
}
}
}
Linia 31: Linia 36:
position: static !important;
position: static !important;
}
}
}

/* link do helpa w prawym górnym i podobne */
.mw-indicators {
margin: 0.6em 0 0 0.5em;
}
}



Wersja z 22:36, 27 mar 2020

/* CSS placed here will affect users of the Timeless skin */

/* Ogół mobilków / mobilkoidów */
@media screen and (max-width: 850px) {
	/* Menu nawigacyjne, toolbox, inne takie: większy font, mniejsze paddingi */
	.sidebar-inner, .dropdown {
		font-size: 1.1em;
		padding: 1em 2em 0;
		line-height: 1;
	}
	
	/* pieprznik od SMW, wywala H1 o linię w dół a ogólnie przydatny jest 2/10 */
	#mw-indicator-smw-entity-examiner {
		display: none;
	}
	
	/* H1 */
	h1.firstHeading {
		clear: none;
	}
}


/* Wąski ekran (telefon, orientacja pionowa) */
@media screen and (max-width: 550px) {
	/* Nagłówek żeby nie robił się w trzech liniach na wąskich ekranach */
	#p-logo-text {
    	position: absolute !important;
	}
}

/* Uberwąski ekran (??!!) */
@media screen and (max-width: 370px) {
	/* Nagłówek trzylinijkowy */
	#p-logo-text {
    	position: static !important;
	}
}

/* link do helpa w prawym górnym i podobne */
.mw-indicators {
	margin: 0.6em 0 0 0.5em;
}

/* losujka stron */
#n-randompage-changens {
    margin-left: -1.2em;
}

#n-randompage-more {
	margin-bottom: 0.7em !important;
}

#n-randompage-more.notopen {
	margin: 0 !important;
}

/* Wordmark */
#p-logo-text a {
	font-size: 1.65em !important;
	padding-bottom: 0 !important;
    padding-top: 0.3em !important;
}

/* info o zabezpieczonej stronie */
.restr {
    margin-top: -1.5em;
}

/* stopka: ikonki MW, SMW, CC */
#mw-footer .footer-icons {
    margin: 0 0 0 0.3em !important;
}