aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css133
1 files changed, 0 insertions, 133 deletions
diff --git a/static/style.css b/static/style.css
deleted file mode 100644
index 0ab4e82..0000000
--- a/static/style.css
+++ /dev/null
@@ -1,133 +0,0 @@
-body {
- font-family: Helvetica, sans-serif;
-}
-
-header {
- font-size: large;
- padding-left: 1%;
-}
-
-a {
- color: black;
- font-weight: bold;
- padding-top: 1px;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-header nav {
- flex-grow: 1;
- display: inline;
-}
-
-#externallinks {
- background-color: black;
- text-align: left;
-}
-
-#externallinks nav ul li a {
- color: #f1f3f3;
- font-size: smaller;
-}
-
-header div {
- padding-left: 20px;
- /* padding-bottom: 10px; */
-}
-
-nav ul {
- margin: 0;
- padding: 0;
-}
-
-nav li {
- display: inline-block;
- list-style-type: none;
-}
-
-nav a {
- text-decoration: none;
- display: block;
- padding: 5px 6px 5px 6px;
- color: black;
-}
-
-footer {
- padding-top: 100px;
- font-size: x-small;
-}
-
-#main_content {
- padding-left: 2.5%;
- padding-right: 2.5;
-}
-
-
-#multicharts ul li {
- list-style-type: none;
- width: 45%;
- display: inline-flex;
- background-color: pink;
- min-height: 350px;
- margin-bottom: 7px;
- overflow: hidden;
- flex-direction: column;
- justify-content: space-between;
- /* border-color: black;
- border-width: 2px;
- border-radius: 1;
- border-style: ridge; */
-}
-
-.chart_container {
- display: flex;
- flex-direction: row-reverse;
-}
-
-#power_table {
- width: 90%;
-}
-
-#header_row {
- background-color: black;
-}
-
-#header_row td {
- color: #f1f3f3;
- font-weight: bold;
-}
-
-#power_table tr {
- margin-bottom: 3px;
-}
-
-#last_updated_ul {
- font-size: small;
-}
-
-#sum_row {
- background-color: gainsboro;
-}
-
-.mikrotik_tr {
- font-size: x-small;
- padding-bottom: 1em;
- padding-top: 1em;
- border-spacing:0 5px;
-}
-
-.mikrotik_interface_name {
- text-align: right;
- padding-right: 15px;
-}
-
-@media screen and (max-width: 1200px) {
- #multicharts ul li {
- width: 100%;
- min-height: 500px;
- height: 100%;
- }
-} \ No newline at end of file