aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-29 16:13:35 +0300
committerGravatar Vitaly Takmazov2016-08-29 16:13:35 +0300
commit58a75a70fb01b88b87c7bc189fdbb16b0abfb99f (patch)
tree477754a7b8c4eb79c41e8605ba330380f975976a /juick-www/src/main/static
parente090a0c847b37f82a84f1e95df6cc322eb8622ec (diff)
www: do not use black
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r--juick-www/src/main/static/style.css8
1 files changed, 4 insertions, 4 deletions
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; }