content.fb-infra.uk/btwldc/strike/style.css

102 lines
1.3 KiB
CSS

body {
background-color: #c2d6c2;
margin: 50px 110px;
text-align: center;
}
@media only screen and (max-width: 800px) {
body {
margin: 50px 75px;
}
}
@media only screen and (max-width: 600px) {
body {
margin: 50px 50px;
}
}
@media only screen and (max-width: 480px) {
body {
margin: 50px 15px;
}
}
@page {
size: 21cm 29.7cm;
margin: 2cm
}
p {
color: #2b2f27;
line-height: 115%;
background: transparent
}
a:link {
color: darkgreen;
text-decoration: none
}
a:visited {
color: darkolivegreen;
text-decoration: none
}
a:hover {
text-decoration: underline;
}
.bg-block {
background-color: #2b2f27;
color: #c2d6c2;
padding: 10px;
border-radius: 20px;
margin-bottom: 20px;
}
.bg-block p, .bg-block h2 {
color: #c2d6c2;
}
.bg-block a, .bg-block a:visited {
color: lightgreen;
}
.updateimg {
width: 80%;
margin: auto;
margin-bottom: 10px;
max-width: 800px;
}
.max620 {
max-width: 620px;
}
h2 {
color: #0f100e;
margin-top: 0.35cm;
margin-bottom: 0.21cm;
background: transparent;
page-break-after: avoid
}
h2.western {
font-family: "Liberation Sans", sans-serif;
font-size: 16pt;
font-weight: bold
}
h2.cjk {
font-family: "Noto Sans CJK SC";
font-size: 16pt;
font-weight: bold
}
h2.ctl {
font-family: "Lohit Devanagari";
font-size: 16pt;
font-weight: bold
}