|
@ -1,8 +1,11 @@ |
|
|
@page { |
|
|
@page { |
|
|
/*size: 8.5in 11in !important;*/ |
|
|
/*size: 8.5in 11in !important;*/ |
|
|
|
|
|
size:"A4"; |
|
|
bleed: 0 !important; |
|
|
bleed: 0 !important; |
|
|
padding: 0 !important; |
|
|
/*padding: 0 !important;*/ |
|
|
margin: 0 !important; |
|
|
/*margin: 0 !important;*/ |
|
|
|
|
|
margin: 0; |
|
|
|
|
|
padding: 15mm 0mm 15mm 0mm; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
html,body{ |
|
|
html,body{ |
|
@ -29,7 +32,7 @@ div#scorecontentpage{ |
|
|
div.scorenumber{ |
|
|
div.scorenumber{ |
|
|
font-size: 3em; |
|
|
font-size: 3em; |
|
|
/*background-color: silver;*/ |
|
|
/*background-color: silver;*/ |
|
|
margin: 50% auto 0 auto; |
|
|
margin: 45% auto 0 auto; |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
border: 0.5mm solid black; |
|
|
border: 0.5mm solid black; |
|
|
padding:2mm 0 2mm 0; |
|
|
padding:2mm 0 2mm 0; |
|
@ -44,7 +47,7 @@ div.author{ |
|
|
} |
|
|
} |
|
|
div.publisher{ |
|
|
div.publisher{ |
|
|
margin-bottom: : 3mm; |
|
|
margin-bottom: : 3mm; |
|
|
margin-top: 60%; |
|
|
margin-top: 57.5%; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
div.time{ |
|
|
div.time{ |
|
@ -55,5 +58,5 @@ div#scorecontentpage{ |
|
|
margin:auto; |
|
|
margin:auto; |
|
|
color: black; |
|
|
color: black; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
width: 65%; |
|
|
width: 60%; |
|
|
} |
|
|
} |
|
|