Spaces:
Running
Running
Commit ·
18df17a
1
Parent(s): e0449c8
Tab
Browse files- ArkReCode/style.css +41 -40
ArkReCode/style.css
CHANGED
|
@@ -7,72 +7,73 @@ body {
|
|
| 7 |
}
|
| 8 |
|
| 9 |
.container {
|
| 10 |
-
background: rgba(128, 128, 128, 0.5);
|
| 11 |
-
padding: 20px;
|
| 12 |
-
border-radius: 10px;
|
| 13 |
-
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
|
| 14 |
-
max-width: 500px;
|
| 15 |
-
margin: auto;
|
| 16 |
}
|
| 17 |
|
| 18 |
h1 {
|
| 19 |
-
font-size: 22px;
|
| 20 |
-
color: #333;
|
| 21 |
}
|
| 22 |
|
| 23 |
input {
|
| 24 |
-
width: 80%;
|
| 25 |
-
padding: 8px;
|
| 26 |
-
margin: 10px 0;
|
| 27 |
-
border: 1px solid #ccc;
|
| 28 |
-
border-radius: 5px;
|
| 29 |
}
|
| 30 |
|
| 31 |
button {
|
| 32 |
-
background: #007bff;
|
| 33 |
-
color: white;
|
| 34 |
-
padding: 8px 15px;
|
| 35 |
-
border: none;
|
| 36 |
-
cursor: pointer;
|
| 37 |
-
border-radius: 5px;
|
| 38 |
-
margin: 5px;
|
| 39 |
}
|
| 40 |
|
| 41 |
button:hover {
|
| 42 |
-
background: #0056b3;
|
| 43 |
}
|
| 44 |
|
| 45 |
#result {
|
| 46 |
-
margin-top: 15px;
|
| 47 |
-
text-align: left;
|
| 48 |
-
padding: 10px;
|
| 49 |
}
|
| 50 |
|
| 51 |
#videoWrapper {
|
| 52 |
-
display: flex;
|
| 53 |
-
justify-content: center;
|
| 54 |
-
margin-top: 20px;
|
| 55 |
}
|
| 56 |
|
| 57 |
#videoWrapper video {
|
| 58 |
-
width: 360px;
|
| 59 |
-
height: auto;
|
| 60 |
-
border-radius: 10px;
|
| 61 |
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
| 62 |
}
|
| 63 |
|
| 64 |
#bgVideo {
|
| 65 |
-
position: fixed;
|
| 66 |
-
top: 50%;
|
| 67 |
-
left: 50%;
|
| 68 |
-
transform: translate(-50%, -50%);
|
| 69 |
-
min-width: 100%;
|
| 70 |
-
min-height: 100%;
|
| 71 |
-
z-index: -1;
|
| 72 |
-
object-fit: cover;
|
|
|
|
| 73 |
}
|
| 74 |
|
| 75 |
.chara {
|
| 76 |
-
display: none;
|
| 77 |
}
|
| 78 |
|
|
|
|
| 7 |
}
|
| 8 |
|
| 9 |
.container {
|
| 10 |
+
background: rgba(128, 128, 128, 0.5);
|
| 11 |
+
padding: 20px;
|
| 12 |
+
border-radius: 10px;
|
| 13 |
+
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
|
| 14 |
+
max-width: 500px;
|
| 15 |
+
margin: auto;
|
| 16 |
}
|
| 17 |
|
| 18 |
h1 {
|
| 19 |
+
font-size: 22px;
|
| 20 |
+
color: #333;
|
| 21 |
}
|
| 22 |
|
| 23 |
input {
|
| 24 |
+
width: 80%;
|
| 25 |
+
padding: 8px;
|
| 26 |
+
margin: 10px 0;
|
| 27 |
+
border: 1px solid #ccc;
|
| 28 |
+
border-radius: 5px;
|
| 29 |
}
|
| 30 |
|
| 31 |
button {
|
| 32 |
+
background: #007bff;
|
| 33 |
+
color: white;
|
| 34 |
+
padding: 8px 15px;
|
| 35 |
+
border: none;
|
| 36 |
+
cursor: pointer;
|
| 37 |
+
border-radius: 5px;
|
| 38 |
+
margin: 5px;
|
| 39 |
}
|
| 40 |
|
| 41 |
button:hover {
|
| 42 |
+
background: #0056b3;
|
| 43 |
}
|
| 44 |
|
| 45 |
#result {
|
| 46 |
+
margin-top: 15px;
|
| 47 |
+
text-align: left;
|
| 48 |
+
padding: 10px;
|
| 49 |
}
|
| 50 |
|
| 51 |
#videoWrapper {
|
| 52 |
+
display: flex;
|
| 53 |
+
justify-content: center;
|
| 54 |
+
margin-top: 20px;
|
| 55 |
}
|
| 56 |
|
| 57 |
#videoWrapper video {
|
| 58 |
+
width: 360px;
|
| 59 |
+
height: auto;
|
| 60 |
+
border-radius: 10px;
|
| 61 |
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
| 62 |
}
|
| 63 |
|
| 64 |
#bgVideo {
|
| 65 |
+
position: fixed;
|
| 66 |
+
top: 50%;
|
| 67 |
+
left: 50%;
|
| 68 |
+
transform: translate(-50%, -50%);
|
| 69 |
+
min-width: 100%;
|
| 70 |
+
min-height: 100%;
|
| 71 |
+
z-index: -1;
|
| 72 |
+
object-fit: cover;
|
| 73 |
+
background-color: black;
|
| 74 |
}
|
| 75 |
|
| 76 |
.chara {
|
| 77 |
+
display: none;
|
| 78 |
}
|
| 79 |
|