Πρότυπο:ΚεφαλίδαΒιβλίου/styles.css: Διαφορά μεταξύ των αναθεωρήσεων
Εμφάνιση
Περιεχόμενο που διαγράφηκε Περιεχόμενο που προστέθηκε
Νέα σελίδα: →Base style: .wst-rh { display:flex; width:100%; text-align:center; justify-content:space-between; } .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; } |
Χωρίς σύνοψη επεξεργασίας |
||
| Γραμμή 6: | Γραμμή 6: | ||
text-align:center; |
text-align:center; |
||
justify-content:space-between; |
justify-content:space-between; |
||
line-height:2.4; |
|||
} |
} |
||
.wst-rh > div { |
.wst-rh > div { |
||
Τελευταία αναθεώρηση της 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;
}