Template:Block.css: Difference between revisions
Jump to navigation
Jump to search
(Procurator-Imperii-Romani changed the content model of the page Template:Block.css from "wikitext" to "Sanitized CSS") Tag: content model change |
No edit summary |
||
Line 13: | Line 13: | ||
.info_frame .heading { | .info_frame .heading { | ||
font-family: 'Linux Libertine','Georgia','Times',serif; | |||
font-size: 1.3em; | |||
letter-spacing: 0.01em; | letter-spacing: 0.01em; | ||
border-bottom: solid 0.2rem #bdd8fb; | border-bottom: solid 0.2rem #bdd8fb; | ||
Line 19: | Line 21: | ||
.info_frame .subheading { | .info_frame .subheading { | ||
font-family: 'Linux Libertine','Georgia','Times',serif; | |||
font-size: 1.25em; | |||
letter-spacing: 0.008em; | letter-spacing: 0.008em; | ||
border-bottom: solid 0.1rem #bdd8fb; | border-bottom: solid 0.1rem #bdd8fb; |
Revision as of 16:06, 27 July 2022
#info_content:after {
clear: both;
display: table;
content: '';
}
.info_frame {
box-shadow: 0 0 0.3rem #999;
border-radius: 0.2rem;
padding: 1.2rem;
margin-bottom: 1rem;
}
.info_frame .heading {
font-family: 'Linux Libertine','Georgia','Times',serif;
font-size: 1.3em;
letter-spacing: 0.01em;
border-bottom: solid 0.2rem #bdd8fb;
margin: -0.4rem 0 0.5rem;
}
.info_frame .subheading {
font-family: 'Linux Libertine','Georgia','Times',serif;
font-size: 1.25em;
letter-spacing: 0.008em;
border-bottom: solid 0.1rem #bdd8fb;
margin: -0.4rem 0 0.5rem;
}
.info_frame-dummyh2 {
font-family: 'Linux Libertine','Georgia','Times',serif;
font-size: 1.3em;
letter-spacing: 0.01em;
border-bottom: solid 0.15rem #bdd8fb;
margin: -0.4rem 0 0.5rem;
}
.info_frame_footer {
padding: 1.3em 0 0;
font-size: 85%;
text-align: right;
}
.infomain {
background-color:#f6fafd;
}
@media (min-width: 982px) {
#info_content {
display: flex;
}
#info_content .info-left,
#info_content .info-right {
display: flex;
flex-direction: column;
}
#info_content .info-right {
min-width:40%;
}
.info_frame:nth-child(1) {
flex-grow: 1;
}
.info_frame:nth-child(2) {
flex-grow: 2;
}
.info_frame:nth-child(3) {
flex-grow: 3;
}
.info-left .info_frame {
margin-right:1rem;
}
}