diff --git a/cross-reader.tfidf/static/css/stylesheet.css b/cross-reader.tfidf/static/css/stylesheet.css index d6fcd45..fa18742 100644 --- a/cross-reader.tfidf/static/css/stylesheet.css +++ b/cross-reader.tfidf/static/css/stylesheet.css @@ -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%; - } -} -*/ \ No newline at end of file +} \ No newline at end of file