MediaWiki:Mobile.css

Uut Wikipedia, de vrye encyklopedy

Upmarking: nå et uutgeaven, sül jy lichtkans et tüskengehöägen van juw webkyker mütten leadigen üm de wysigingen te seen.

  • Firefox / Safari: hold Shift indrükked terwyl jy up Herladen klikket, of drük up Ctrl-F5 of Ctrl-R (⌘-R up een Mac)
  • Google Chrome: drük up Ctrl-Shift-R (⌘-Shift-R up een Mac)
  • Internet Explorer / Edge: hold Ctrl indrükked terwyl jy up Herladen klikket, of drük up Ctrl-F5
  • Opera: gå nå Menü → Instellingen (Opera → Vöärköären up een Mac) en dan nå Privaatheid & beveiliging → Söökgeskydenisse wisken → Tydelike afbealdingen en bestanden.
/* CSS placed here will affect users of the mobile site */

/**
 * MISES EN FORME PARTICULIÈRES DES LISTES
 */

/* Classe pour les listes horizontales séparées par des puces.
   Adaptation de la classe 'hlist' de en:User:Edokter.
   (cf. [[mw:Snippets/Horizontal lists]]).
*/
.liste-horizontale ul,
.liste-horizontale li {
	margin: 0;
	padding: 0;
}
.liste-horizontale ul ul,
.liste-horizontale li {
	display: inline;
}
.liste-horizontale li:after {
	content: " · ";
	font-weight: bold;
}
.liste-horizontale li:last-child:after {
	content: none;
}
.liste-horizontale li li:first-child:before {
	content: " (";
	font-weight: normal;
}
.liste-horizontale li li:last-child:after {
	content: ") ";
	font-weight: normal;
}

/**
 * Listes sans puces
 */

.liste-simple ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.liste-simple ul li {
	margin-bottom: 0;
}

/**
 * COLONNES DES PORTAILS
 */
.portail-gauche,
.portail-droite {
	box-sizing: border-box;
}
.portail-gauche {
	float: left;
	padding-right: 1.2rem;
}
.portail-droite {
	float: right;
}
@media screen and (max-width: 981px) {
	.portail-gauche,
	.portail-droite {
		float: none;
		width: auto !important;
	}
	.portail-gauche {
		padding-right: 0;
	}
}

/* Page d'accueil 2017 */

.accueil_2017_cadre {
	margin-bottom: 1.5rem;
}

.accueil_2017_cadre h2 {
	font-variant: small-caps;
	letter-spacing: 0.01em;
	border-bottom: solid 0.2rem #bdd8fb;
	padding-bottom: 0.4em;
	margin-bottom: 0.2em;
}

.accueil_2017_pied {
	margin-top: 1.2em;
	font-size: 85%;
	text-align: right;
}

#accueil_2017_contenu .portail-gauche,
#accueil_2017_contenu .portail-droite {
	float: none;
}
#accueil_2017_contenu .portail-gauche {
	padding-right: 0;
}