52 lines
806 B
CSS
52 lines
806 B
CSS
@page {
|
|
/*size: 8.5in 11in !important;*/
|
|
bleed: 0 !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
html,body{
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
font-family: monospace;
|
|
font-size: 14px;
|
|
/*background-color: silver;*/
|
|
text-align: center;
|
|
}
|
|
div#coverpage{
|
|
height: 100%;
|
|
width: 100%;
|
|
/*margin: 0;*/
|
|
/*background-color: silver;*/
|
|
}
|
|
|
|
div#scorecontentpage{
|
|
margin:auto;
|
|
color: black;
|
|
text-align: center;
|
|
width: 70%;
|
|
}
|
|
div.scorenumber{
|
|
font-size: 3em;
|
|
/*background-color: silver;*/
|
|
margin: 50% auto 0 auto;
|
|
width: 50%;
|
|
border: 0.5mm solid black;
|
|
padding:2mm 0 2mm 0;
|
|
/*position: fixed;*/
|
|
}
|
|
img{
|
|
max-width: 20mm;
|
|
}
|
|
div.author{
|
|
margin-top: 5%;
|
|
font-size: 1.5em;
|
|
}
|
|
div.publisher{
|
|
margin-bottom: : 3mm;
|
|
margin-top: 60%;
|
|
|
|
}
|
|
div.time{
|
|
margin-top: 1mm;
|
|
} |