Μετάβαση στο περιεχόμενο

Πρότυπο:ΚεφαλίδαΒιβλίου/styles.css

Από Βικιθήκη
Αναθεώρηση ως προς 22:46, 31 Μαΐου 2025 από την Αντιγόνη (συζήτηση | Συνεισφορά)
(διαφ.) ← Παλαιότερη έκδοση | Τελευταία αναθεώρηση (διαφ.) | Νεότερη έκδοση → (διαφ.)
/* Base style */

.wst-rh {
	display:flex;
	width:100%;
	text-align:center;
	justify-content:space-between;
	line-height:2.4;
}
.wst-rh > div {
	flex:auto;
}
.wst-rh > div:first-child {
	text-align:left;
}
.wst-rh > div:last-child {
	text-align:right;
}
.wst-rh > div > p {
	margin:0;
}

/* 1 cell */

.wst-rh.wst-rh-1 {
	justify-content:center;
}
.wst-rh.wst-rh-1 > div:first-child {
	text-align:center;
}