|
|
@ -39,6 +39,9 @@ a, a:active, a:hover{ |
|
|
|
position: absolute; |
|
|
|
top:12px; |
|
|
|
} |
|
|
|
#txt-menu{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
#logo{ |
|
|
|
margin:0 30px 30px 0; |
|
|
|
font-family: 'header', monospace; |
|
|
@ -142,7 +145,27 @@ a, a:active, a:hover{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
#wrapper{ |
|
|
|
width: 90%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
#list{ |
|
|
|
font-size: 70%; |
|
|
|
line-height: 1.2; |
|
|
|
margin: 0; |
|
|
|
padding:0; |
|
|
|
columns:9 auto; |
|
|
|
column-gap: 3mm; |
|
|
|
-webkit-hyphens:auto; |
|
|
|
-ms-hyphens:auto; |
|
|
|
hyphens:auto; |
|
|
|
word-break: break-all; |
|
|
|
} |
|
|
|
#list h1{ |
|
|
|
margin:0 0 4em 0; |
|
|
|
} |
|
|
|
#list sup{ |
|
|
|
font-family: monospace; |
|
|
|
vertical-align: top; |
|
|
|
font-size: 60%; |
|
|
|
} |
|
|
|
a{ |
|
|
|
border:0; |
|
|
@ -162,4 +185,19 @@ a, a:active, a:hover{ |
|
|
|
/*border-radius: 25px 15px;*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*@media screen and (orientation: portrait) { |
|
|
|
body, #nav-wrapper, #wrapper{ |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
#logo{ |
|
|
|
font-size: 300%; |
|
|
|
} |
|
|
|
#txt-menu{ |
|
|
|
display: block; |
|
|
|
position: absolute; |
|
|
|
top:0; |
|
|
|
right: 0; |
|
|
|
font-size: 150%; |
|
|
|
} |
|
|
|
} |
|
|
|
*/ |