remove needless css file for fractal page
This commit is contained in:
parent
a5b5daff2c
commit
635ffecabc
3 changed files with 0 additions and 69 deletions
|
@ -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;
|
|
||||||
}
|
|
|
@ -70,7 +70,6 @@ You can set the iteration count in the input field.<br>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<script src="/projects/fractals.js"></script>
|
<script src="/projects/fractals.js"></script>
|
||||||
<link rel="stylesheet" href="/projects/fractal.css">
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -50,4 +50,3 @@ You can set the iteration count in the input field.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/projects/fractals.js"></script>
|
<script src="/projects/fractals.js"></script>
|
||||||
<link rel="stylesheet" href="/projects/fractal.css">
|
|
||||||
|
|
Loading…
Reference in a new issue