MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus GSV
(Menüstile entfornen (längst unbenotzen))
(Kennjokusstile entfornen (längst unbenotzen))
 
Zeile 21: Zeile 21:
th {
th {
text-align: left;
text-align: left;
}
table.kjok {
border-collapse: collapse;
}
table.kjok th {
border: 1px solid #dddddd;
padding: 0.2em;
}
table.kjok td {
border: 1px solid #dddddd;
padding: 0.2em;
}
}



Aktuelle Version vom 22. Mai 2021, 02:45 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */


/* INHALT */

cite {
	font-size: x-small;
	font-style: italic;
}

.illurechz {
	float: right;
	margin-left: 2em;
	margin-bottom: 1.5em;
}

.notiz {
	font-style: italic;
}

th {
	text-align: left;
}

.verblist-page-content table {
	margin-left: auto;
	margin-right: auto;
}