|
|
@ -32,7 +32,7 @@ a, a:active, a:hover{ |
|
|
|
|
|
|
|
#nav-wrapper, #nav-wrapper a{ |
|
|
|
z-index: -1; |
|
|
|
color:magenta; |
|
|
|
/*color:magenta;*/ |
|
|
|
} |
|
|
|
#nav{ |
|
|
|
display: inline-block; |
|
|
@ -51,7 +51,7 @@ a, a:active, a:hover{ |
|
|
|
} |
|
|
|
#logo a{ |
|
|
|
border:0; |
|
|
|
color:magenta; |
|
|
|
/*color:magenta;*/ |
|
|
|
} |
|
|
|
#search{ |
|
|
|
width: 400px; |
|
|
@ -63,7 +63,8 @@ a, a:active, a:hover{ |
|
|
|
width: 100%; |
|
|
|
height: 30px; |
|
|
|
padding:0px 10px; |
|
|
|
border:1px solid magenta; |
|
|
|
border:1px solid black; |
|
|
|
/*border:1px solid magenta;*/ |
|
|
|
} |
|
|
|
#search #submit{ |
|
|
|
position: absolute; |
|
|
@ -75,7 +76,7 @@ a, a:active, a:hover{ |
|
|
|
border-radius: 100%; |
|
|
|
background-color:transparent; |
|
|
|
text-align: center; |
|
|
|
color:magenta; |
|
|
|
/*color:magenta;*/ |
|
|
|
} |
|
|
|
#search #submit:hover{ |
|
|
|
cursor: pointer; |
|
|
@ -180,24 +181,5 @@ a, a:active, a:hover{ |
|
|
|
margin:0; |
|
|
|
padding:0; |
|
|
|
height: auto; |
|
|
|
/*padding:0.15em 0.25em 0.3em 0.5em;*/ |
|
|
|
/*border:1px dotted black;*/ |
|
|
|
/*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%; |
|
|
|
} |
|
|
|
} |
|
|
|
*/ |