Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/myscreen.css')
-rw-r--r--css/myscreen.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/css/myscreen.css b/css/myscreen.css
deleted file mode 100644
index 6e43fd0..0000000
--- a/css/myscreen.css
+++ /dev/null
@@ -1,15 +0,0 @@
-@import url("myboth.css");
-
-body { background:black; color: #ddd; }
-pre { color: #ddd; }
-h1, h2, h3, h4, h5, h6 { color: #eee; }
-ul.navbar a:focus, ul.navbar a:hover { color: #00243d; }
-ul.navbar a { color: #00497a; }
-div.imgbtntxt a:focus, div.imgbtntxt a:hover { color: #09f; }
-a:focus, a:hover { color: #7cf; }
-a { color: #09f; }
-.loud { color: #fff; }
-.box {
- color: #222;
- background: #e5eCf9;
-}