From 58a75a70fb01b88b87c7bc189fdbb16b0abfb99f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 29 Aug 2016 16:13:35 +0300 Subject: www: do not use black --- juick-www/src/main/static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 47540894..2bb5101c 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -1,6 +1,6 @@ html,body,div,h1,h2,ul,li,p,form,input,textarea,pre { margin: 0; padding: 0; } html,input,textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 12pt; } -html { background: #EEEEE5; color: #000; } +html { background: #EEEEE5; color: #222; } body { width: 1000px; margin: 0 auto; } h1,h2 { font-weight: normal; } ul { list-style-type: none; } @@ -16,7 +16,7 @@ span.u { text-decoration: underline; } /********/ body>header { width: 1000px; } -body>header a { color: #000; border-bottom: 1px dotted #666; font-size: 13pt; } +body>header a { color: #222; border-bottom: 1px dotted #666; font-size: 13pt; } #logo { float: left; width: 110px; height: 36px; margin: 7px 25px 0 20px; } #logo a { display: block; width: 110px; height: 36px; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; @@ -40,7 +40,7 @@ nav#actions { top: 0; right: 8px; position: absolute; } body>header nav li:after { display: inline-block; content: "/"; margin-left: 12px; color: #AAA; } body>header nav li:last-child:after { display: none; } -body>header p { color: #000; font-size: 13pt; margin: 12px 0; text-align: center; } +body>header p { color: #222; font-size: 13pt; margin: 12px 0; text-align: center; } /********/ @@ -184,7 +184,7 @@ q { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-left: 10px; /********/ -#dialogb { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; background: #000; z-index: 10; } +#dialogb { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; background: #222; z-index: 10; } #dialogt { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; } #dialogt td { vertical-align: middle; text-align: center; } #dialogw { position: relative; display: inline-block; text-align: left; z-index: 11; } -- cgit v1.2.3