mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-12 08:42:04 +00:00
laptop config & to-do printing update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user