diff options
author | ben | 2018-09-28 22:21:03 +0200 |
---|---|---|
committer | ben | 2018-09-28 22:21:03 +0200 |
commit | 3111008246da255a00cc21c86dd93e8333bcc3de (patch) | |
tree | 4505fadeb94b58547927650e8afd0e573b004eb0 /website/css | |
parent | 2b4b7b2ebb5699a327be59600a7de997ae3a2d9d (diff) | |
download | truepolyglot-3111008246da255a00cc21c86dd93e8333bcc3de.tar.gz truepolyglot-3111008246da255a00cc21c86dd93e8333bcc3de.tar.bz2 truepolyglot-3111008246da255a00cc21c86dd93e8333bcc3de.tar.xz |
Clean source, remove website from src.
Diffstat (limited to 'website/css')
-rw-r--r-- | website/css/styles.css | 63 | ||||
-rw-r--r-- | website/css/styles2.css | 61 |
2 files changed, 0 insertions, 124 deletions
diff --git a/website/css/styles.css b/website/css/styles.css deleted file mode 100644 index adc9728..0000000 --- a/website/css/styles.css +++ /dev/null @@ -1,63 +0,0 @@ -html { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -body { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -td { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -th { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -h1 { - color: white; -} -a:link { - color: #47B8C7; -} -a:visited { - color: #47B8C7; -} -a:active { - color: #47B8C7; -} -table { - border-collapse: collapse; -} -table, th, td { - border: 1px solid white; -} -th { - background-color: #92D050; - color: black; -} -th { - padding-left: 0.5em; - padding-right: 0.5em; - padding-top: 0.5em; - padding-bottom: 0.5em; -} -td { - padding-left: 0.5em; - padding-right: 0.5em; - padding-bottom: 0.5em; - padding-top: 0.5em; - text-align: left; -} - -.font_reduce { - font-size: 75%; -} - -.warning { - color: #ffb833; -} diff --git a/website/css/styles2.css b/website/css/styles2.css deleted file mode 100644 index 56ef7e5..0000000 --- a/website/css/styles2.css +++ /dev/null @@ -1,61 +0,0 @@ -html { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -body { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -td { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -th { - background-color: black; - font-family: Consolas,monaco,monospace; - color: #92D050; -} -a:link { - color: #47B8C7; -} -a:visited { - color: #47B8C7; -} -a:active { - color: #47B8C7; -} -table { - border-collapse: collapse; -} -table, th, td { - border: 1px solid white; -} -th { - background-color: #92D050; - color: black; -} -th { - padding-left: 0.5em; - padding-right: 0.5em; - padding-top: 0.5em; - padding-bottom: 0.5em; -} -td { - padding-left: 0.5em; - padding-right: 0.5em; - padding-bottom: 0.5em; - padding-top: 0.5em; - text-align: left; -} -th a:link { - color: black; -} -th a:visited { - color: black; -} -th a:active { - color: black; -} |