|
|
@ -68,12 +68,10 @@ div.no-indent p{ |
|
|
|
} |
|
|
|
div.contribution.bugged-report div.no-indent p{ |
|
|
|
width: 100%; |
|
|
|
/*width: calc(100% - var(--first-indent));*/ |
|
|
|
margin-bottom: var(--line-height); |
|
|
|
} |
|
|
|
div.contribution.bugged-report div.right-align{ |
|
|
|
text-align: right; |
|
|
|
/*margin-left: var(--first-indent);*/ |
|
|
|
margin-left: 0; |
|
|
|
margin-bottom: var(--line-height); |
|
|
|
} |
|
|
@ -98,9 +96,8 @@ html, body{ |
|
|
|
/*size: 164mm 237mm;*/ /* Size of the physical printed DB06 book */ |
|
|
|
size: 152.4mm 228.6mm; |
|
|
|
|
|
|
|
|
|
|
|
/*bleed: 3mm;*/ /* required bleed by lightningsource */ |
|
|
|
bleed: 12px; /* about 3mm in pixels */ |
|
|
|
/* about 3mm in pixels */ |
|
|
|
bleed: 12px; |
|
|
|
marks: crop; |
|
|
|
|
|
|
|
@bottom-center{ |
|
|
@ -315,9 +312,13 @@ div.backcover{ |
|
|
|
color: white; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
div.backcover{ |
|
|
|
color: white; |
|
|
|
} |
|
|
|
/*div.multi img{ |
|
|
|
position: absolute !important; |
|
|
|
top: 13mm !important; |
|
|
|
left: -30mm !important; |
|
|
|
width: 152.4mm !important; |
|
|
|
display: unset; |
|
|
|
}*/ |
|
|
|
div.cover ul{ |
|
|
|
padding: 0; |
|
|
|
margin: 2em 0; |
|
|
@ -330,6 +331,7 @@ div.backcover{ |
|
|
|
color: black; |
|
|
|
} |
|
|
|
div.backcover{ |
|
|
|
color: white; |
|
|
|
} |
|
|
|
div.backcover b{ |
|
|
|
margin-left: 0; |
|
|
@ -527,6 +529,10 @@ h3{ |
|
|
|
color: red; |
|
|
|
margin-top: 0 !important; |
|
|
|
} |
|
|
|
/* exception for bugged report h3 above notes */ |
|
|
|
div.contribution.bugged-report ol.references{ |
|
|
|
margin-top: -18px !important; |
|
|
|
} |
|
|
|
h4{ |
|
|
|
/* Sub-sub-headers */ |
|
|
|
font-size: 100%; |
|
|
@ -582,13 +588,10 @@ p{ |
|
|
|
div.series p{ |
|
|
|
margin-bottom: var(--line-height); |
|
|
|
} |
|
|
|
div.contribution.information-for-users h2 + p + p + p > b, |
|
|
|
div.contribution.information-for-users div.title-wrapper + p + p > b, |
|
|
|
div.contribution.ultrasonic-dreams div.title-wrapper + p + p > b{ |
|
|
|
margin-left: -7mm; |
|
|
|
} |
|
|
|
div.title-wrapper + p + p{ |
|
|
|
margin-left: var(--first-indent); |
|
|
|
} |
|
|
|
|
|
|
|
ul{ |
|
|
|
margin: 18px 0 !important; |
|
|
@ -640,7 +643,7 @@ ul > li { |
|
|
|
line-height: var(--small-line-height); |
|
|
|
columns: 2 auto; |
|
|
|
column-gap: 7mm; |
|
|
|
margin: 0 1em; |
|
|
|
margin: 0 1em !important; |
|
|
|
padding: 0; |
|
|
|
orphans: 3; |
|
|
|
} |
|
|
@ -756,7 +759,7 @@ img{ |
|
|
|
margin-top: -10mm; |
|
|
|
margin-left: -22mm !important; |
|
|
|
} |
|
|
|
img[src="./images/Strategy_and_Tactics.jpg"]{ |
|
|
|
div.contribution.beirut-82 div.thumb img[src="./images/Strategy_and_Tactics.jpg"]{ |
|
|
|
margin-left: -17mm !important; |
|
|
|
} |
|
|
|
|
|
|
@ -924,8 +927,6 @@ img{ |
|
|
|
img[src="./images/Image05.png"] { |
|
|
|
margin-top: 21px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
img[src="./images/File_manager_overview.png"]{ |
|
|
|
margin-top: 24px; |
|
|
|
margin-bottom: 24px; |
|
|
@ -935,8 +936,6 @@ img{ |
|
|
|
text-indent: unset !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pre{ |
|
|
|
/* <br>'s are sometimes manually added in the text */ |
|
|
|
|
|
|
@ -1009,11 +1008,11 @@ sup{ |
|
|
|
font-size: 7pt; |
|
|
|
padding-left: 0.15mm; |
|
|
|
} |
|
|
|
canvas{ |
|
|
|
/*canvas{ |
|
|
|
position: absolute; |
|
|
|
top: 17mm; |
|
|
|
left: -20mm; |
|
|
|
} |
|
|
|
}*/ |
|
|
|
a, |
|
|
|
a:visited, |
|
|
|
a:active, |
|
|
|