added scaned picture for dos
This commit is contained in:
Vendored
+10
-5
@@ -5,7 +5,7 @@ html, body {
|
||||
|
||||
#root {
|
||||
position: relative;
|
||||
width: 475.52246mm;
|
||||
width: 469.51646mm;
|
||||
height: 237.26mm;
|
||||
margin: 0 auto;
|
||||
letter-spacing: -.25em; }
|
||||
@@ -14,18 +14,23 @@ html, body {
|
||||
|
||||
#header {
|
||||
display: inline-block;
|
||||
width: 15mm;
|
||||
width: 9mm;
|
||||
height: 207.26mm;
|
||||
margin-right: 5mm;
|
||||
background-color: white; }
|
||||
background-color: black;
|
||||
background-image: url("../../images/dos.jpg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat; }
|
||||
#header h1 {
|
||||
font-size: 1em;
|
||||
margin: 0 0 15mm 0;
|
||||
padding: 0.3em;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
transform-origin: 0% 0%;
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg);
|
||||
visibility: hidden; }
|
||||
|
||||
#main {
|
||||
display: inline-block;
|
||||
@@ -68,7 +73,7 @@ html, body {
|
||||
width: 455.04741mm;
|
||||
height: 30mm;
|
||||
overflow: hidden;
|
||||
margin: 0 0 0 20mm;
|
||||
margin: 0 0 0 14mm;
|
||||
padding: 0;
|
||||
background-color: rgba(26, 26, 26, 0.7);
|
||||
text-align: center;
|
||||
|
||||
+7
-2
@@ -3,7 +3,7 @@ html,body{
|
||||
background-color: #1A1A1A;
|
||||
}
|
||||
|
||||
$tranche_w:15mm;
|
||||
$tranche_w:9mm;
|
||||
$tranche_mr:5mm;
|
||||
$p_w:227.41mm;
|
||||
$p_h:207.26mm;
|
||||
@@ -27,14 +27,19 @@ $navh:30mm;
|
||||
display: inline-block;
|
||||
width: $tranche_w; height: $p_h;
|
||||
margin-right:$tranche_mr;
|
||||
background-color: white;
|
||||
background-color: black;
|
||||
background-image: url('../../images/dos.jpg');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
h1{
|
||||
font-size: 1em;
|
||||
margin: 0 0 15mm 0; padding:0.3em;
|
||||
position: absolute;
|
||||
bottom:0; left:0;
|
||||
transform-origin: 0% 0%;
|
||||
transform: rotate(270deg);
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user