laptop config & to-do printing update

This commit is contained in:
2020-04-03 21:55:58 +01:00
parent f8d43baa4d
commit e06dafa0af
3 changed files with 148 additions and 104 deletions

View File

@@ -53,18 +53,21 @@ button:active {
h2, h3, h4 {
color: #39b2e5;
margin-bottom: 0;
line-height: 0.6;
}
dd {
font: 18px Calibri, sanserif;
font-weight: normal;
color: 6083BF;
display: block;
#list-style-type: disc;
line-height: 1.3;
margin-left: 1.0em;
}
dd:before {
content: "- ";
content: "» ";
}
/* Default State */
@@ -72,9 +75,8 @@ dt {
font: 20px Calibri, sanserif;
font-weight: bold;
color: 6083BF;
margin-top: 0.4em;
#margin-left: -1.2em;
margin-left: 0;
margin-top: 0.2em;
margin-left: 1.0em;
margin-right: 5em;
#list-style-type: none;
line-height: 1.4;
@@ -88,3 +90,17 @@ input[type=checkbox] ~ dl dd {
input[type=checkbox]:checked ~ dl dd {
display: none;
}
@media only print, print)
{
b {
font-size: 10pt;
}
dt, p {
font: 1.0em Calibri, sanserif;
}
dd {
font: 0.8em Calibri, sanserif;
}
}