From 635ffecabc9d6d9388d97344da7587d2bef77783 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sat, 6 Jul 2024 18:08:19 +0200 Subject: [PATCH] remove needless css file for fractal page --- site/projects/fractals.css | 67 ------------------------------------- site/projects/fractals.html | 1 - write/projects/fractals.md | 1 - 3 files changed, 69 deletions(-) delete mode 100644 site/projects/fractals.css diff --git a/site/projects/fractals.css b/site/projects/fractals.css deleted file mode 100644 index 75b62ce..0000000 --- a/site/projects/fractals.css +++ /dev/null @@ -1,67 +0,0 @@ -.demo-render { - margin: 20px; - width: min-content; - background-color: #000; -} - -.controlbar { - background-color: #181818; - padding: 2px 5px; - height: max-content; - display: flex; - justify-content: space-evenly; - align-content: stretch; - flex-wrap: wrap; -} - -.controlbar button, -.controlbar input { - padding: 4px 6px; - height: 25px; - border: 1px solid #000; - border: 0; - cursor: pointer; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - margin: 2px; -} - -.controlbar label { - background-color: #181818; - color: #fb8; - margin: 2px; - font-family: 'Consolas', 'Courier New', Courier, monospace; -} - -.clickable, -nav li, -.controlbar button, -.controlbar input { - border-radius: 2px; - background-color: #4a4; -} - -.clickable:hover, -nav li:hover, -.controlbar button:hover, -.controlbar input:hover { - background-color: #4af; -} - -.clickable:active, -nav li:active, -.controlbar button:active, -.controlbar input:active { - background-color: #46c; -} - -.clickable:disabled, -nav li:disabled, -.controlbar button:disabled, -.controlbar input:disabled { - background-color: #8b8; - text-decoration: line-through; - color: #000; - cursor: default; -} \ No newline at end of file diff --git a/site/projects/fractals.html b/site/projects/fractals.html index 70147d6..8d348cc 100644 --- a/site/projects/fractals.html +++ b/site/projects/fractals.html @@ -70,7 +70,6 @@ You can set the iteration count in the input field.

- diff --git a/write/projects/fractals.md b/write/projects/fractals.md index 41caa47..f87902d 100644 --- a/write/projects/fractals.md +++ b/write/projects/fractals.md @@ -50,4 +50,3 @@ You can set the iteration count in the input field. -