Szablon:Konto otwórz/styles.css

Z Wikibooks, biblioteki wolnych podręczników.
/* Tabele kont dla podręczników */
table.konta td {
	vertical-align: top;
}
table.konto {
	margin: 1em 1em 1em 0;
	color: black; background: #f9f9f9;
	border: 1px #aaaaaa solid; border-collapse: collapse; width: 240px;
}
table.konto .tytul {
	width: 15%;
}
table.konto .kwota {
	width: 35%;
}
table.konto .winien {
	background-color: #dfd;
}
table.konto .ma {
	background-color: white;
}
table.konto th {
	text-align: center;
}
table.konto th.ma, th.winien {
	border-bottom: 3px black solid;
}
table.konto td {
	border-top: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	padding: 0.5em 0.5em 0.5ex 0.5ex;
	text-align: right;
}
table.konto td.winien.kwota  {
	border-right:  3px black solid;
}
table.konto td.ma.kwota {
	border-left:   3px black solid;
}
table.konto td.ma.tytul {
	text-align: left;
}
table.konto td.winien.tytul {
	text-align: right;
}
table.konto tr.stopka {
	border-top: 2px black solid;
}

/*{{Kategoria|Szablony - arkusze stylów}}*/