aboutsummaryrefslogtreecommitdiffstats
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/styles.css b/styles.css
deleted file mode 100644
index d984996..0000000
--- a/styles.css
+++ /dev/null
@@ -1,50 +0,0 @@
-html, body {
- font-family: sans-serif;
-
-}
-table {
- border-collapse: collapse;
-}
-
-th, td {
- text-align: left;
- padding: 8px;
- border: black 1px solid;
-}
-
-th {
- background-color: #f2f2f2;
-}
-
-a {
- color: #0000EE;
-}
-
-a :visited{
- color: #0000EE;
-}
-
-.status-banner {
- background-color: #f2f2f2;
- padding: 0 5px;
- border: 1px solid #e7e7e7;
-}
-
-.status-banner.good {
- background-color: #aaffaa;
- border: 1px solid #90ee90;
-}
-
-.status-banner.bad {
- background-color: #ffcccb;
- border: 1px solid #ff6666;
-}
-
-.container {
- max-width: 800px;
- margin: 0 auto;
-}
-
-.control-list a {
- text-decoration: none;
-} \ No newline at end of file