Remove nested directory: BitTransformerLM/bit_transformer/static/style.css
Browse files
BitTransformerLM/bit_transformer/static/style.css
DELETED
|
@@ -1,93 +0,0 @@
|
|
| 1 |
-
:root {
|
| 2 |
-
--primary: #1e40af;
|
| 3 |
-
--bg: #f5f6fa;
|
| 4 |
-
}
|
| 5 |
-
|
| 6 |
-
body {
|
| 7 |
-
font-family: Arial, sans-serif;
|
| 8 |
-
background-color: var(--bg);
|
| 9 |
-
margin: 0;
|
| 10 |
-
padding: 0;
|
| 11 |
-
line-height: 1.5;
|
| 12 |
-
color: #333;
|
| 13 |
-
}
|
| 14 |
-
|
| 15 |
-
.container {
|
| 16 |
-
max-width: 900px;
|
| 17 |
-
margin: 0 auto;
|
| 18 |
-
padding-bottom: 2rem;
|
| 19 |
-
}
|
| 20 |
-
|
| 21 |
-
h1 {
|
| 22 |
-
text-align: center;
|
| 23 |
-
background: var(--primary);
|
| 24 |
-
color: #fff;
|
| 25 |
-
margin: 0;
|
| 26 |
-
padding: 1rem 0;
|
| 27 |
-
}
|
| 28 |
-
|
| 29 |
-
section {
|
| 30 |
-
background: #fff;
|
| 31 |
-
margin: 1rem auto;
|
| 32 |
-
padding: 1rem 1.5rem;
|
| 33 |
-
border-radius: 8px;
|
| 34 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
| 35 |
-
width: 90%;
|
| 36 |
-
max-width: 800px;
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
-
section h2 {
|
| 40 |
-
margin-top: 0;
|
| 41 |
-
color: var(--primary);
|
| 42 |
-
font-size: 1.25rem;
|
| 43 |
-
}
|
| 44 |
-
|
| 45 |
-
form {
|
| 46 |
-
display: flex;
|
| 47 |
-
flex-wrap: wrap;
|
| 48 |
-
gap: 0.5rem 1rem;
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
form input[type="text"],
|
| 52 |
-
form input[type="number"],
|
| 53 |
-
form textarea {
|
| 54 |
-
flex: 1 1 200px;
|
| 55 |
-
padding: 0.4em;
|
| 56 |
-
border: 1px solid #ccc;
|
| 57 |
-
border-radius: 4px;
|
| 58 |
-
}
|
| 59 |
-
|
| 60 |
-
form button,
|
| 61 |
-
button#scaleBtn {
|
| 62 |
-
padding: 0.4em 0.8em;
|
| 63 |
-
border: none;
|
| 64 |
-
background: var(--primary);
|
| 65 |
-
color: #fff;
|
| 66 |
-
border-radius: 4px;
|
| 67 |
-
cursor: pointer;
|
| 68 |
-
}
|
| 69 |
-
|
| 70 |
-
form button:hover,
|
| 71 |
-
button#scaleBtn:hover {
|
| 72 |
-
background-color: #1d4ed8;
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
pre, p#trainOut {
|
| 76 |
-
background: #f0f0f0;
|
| 77 |
-
padding: 0.5rem;
|
| 78 |
-
border-radius: 4px;
|
| 79 |
-
overflow-x: auto;
|
| 80 |
-
}
|
| 81 |
-
|
| 82 |
-
label {
|
| 83 |
-
display: flex;
|
| 84 |
-
align-items: center;
|
| 85 |
-
gap: 0.5rem;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
img#plot {
|
| 89 |
-
max-width: 100%;
|
| 90 |
-
height: auto;
|
| 91 |
-
display: block;
|
| 92 |
-
margin: auto;
|
| 93 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|