Template:Nuntiī Acadēmīae/Header/styles.css: Difference between revisions
(Created page with ".signpost-header { box-sizing: border-box; padding: 1em 2vw; border-bottom: 3px double #999; border-top: 3px double #bbb; background-color: #FFF; } .signpost-header-heading { margin: 1em 0; } .signpost-header-subheadings { font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 100%; background-color: transparent; border: none; color: #666; margin-left: auto; margin-right: auto; text-align: center; } .signpost-hea...") |
No edit summary |
||
Line 5: | Line 5: | ||
border-top: 3px double #bbb; | border-top: 3px double #bbb; | ||
background-color: #FFF; | background-color: #FFF; | ||
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; | |||
text-align: center; | |||
} | } | ||
Latest revision as of 04:22, 21 January 2023
.signpost-header {
box-sizing: border-box;
padding: 1em 2vw;
border-bottom: 3px double #999;
border-top: 3px double #bbb;
background-color: #FFF;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
text-align: center;
}
.signpost-header-heading {
margin: 1em 0;
}
.signpost-header-subheadings {
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 100%;
background-color: transparent;
border: none;
color: #666;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.signpost-header-subheadings:after {
content: "";
display: table;
clear: both;
}
.signpost-header-volume {
text-transform: uppercase;
width: 33%;
float: left;
text-align: left;
margin-top: 3px;
font-weight: bold;
}
.signpost-header-issue {
text-transform: uppercase;
width: 33%;
float: right;
text-align: right;
margin-top: 3px;
font-weight: bold;
}
.signpost-header-date {
white-space: nowrap;
line-height: 120%;
font-size: 155%;
color: #333;
}