MediaWiki:Common.css

A Wikikönyvekből, a szabad elektronikus könyvtárból.

Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer / Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyomj Ctrl–F5-öt
/* Közös CSS az összes felületnek */

/* 
=== Vízszintes listák (hlist) ===
*/
/* Style for horizontal lists (separator following item) */
/* Forrás: w:en:MediaWiki:Common.css */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl dd:first-child:before,
.hlist ol ol li:first-child:before,
.hlist ul ul li:first-child:before {
    content: "(";
}
.hlist dl dl dd:last-child:after,
.hlist ol ol li:last-child:after,
.hlist ul ul li:last-child:after {
    content: ")";
    font-weight: normal;
}

/*
=== Code tag ===
*/ 
code {
	font-size: 110%;
}

/*
=== Sablonstílusok ===
*/

.infobox {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	margin-bottom: 0.5em;
	margin-left: 1em; 
	padding: .2em;
	float: right;
	clear: right;
}
.infobox tr {
	vertical-align: top;
}
.infobox caption {
	margin-left: inherit;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
	border: 1px solid #a2a9b1;
}
.infobox.sisterproject {
	width: 22em;
}

/* keretes szövegek */
.keret,
.keretjobb,
.keretbal {
	background: #cccccc;
	width: 33%;
	border: 4px groove gray;
	padding: 1em;
	margin: 1em;
	font-size: smaller;
}
.keretjobb {
	float: right;
}
.keretbal {
	float: left;
}