Merge pull request #11 from Mycroft-Studios/master

[Refactor] Reskin
This commit is contained in:
FuraXx
2021-04-25 11:10:54 +02:00
committed by GitHub
2 changed files with 32 additions and 13 deletions
+30 -13
View File
@@ -9,13 +9,12 @@
}
#controls {
font-family: pcdown;
font-size: 3em;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 5em;
color: #FFF;
position: absolute;
bottom: 40;
right: 40;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.controls {
@@ -23,16 +22,15 @@
}
.dialog {
font-family: bankgothic;
background-color: #fff;
font-family: 'PT Sans Narrow', sans-serif;
background-color: rgba(40, 40, 40, 1);
color: #fff;
box-shadow: 0px 0px 50px 0px #000;
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
width: 600px;
height: 104px;
width: 640px;
height: 124px;
transform: translate(-50%, -50%);
}
@@ -41,9 +39,10 @@
}
.dialog .head {
background-color: #506be6;
background-color: #4682B4;
text-align: center;
height: 40px;
font-size: 22px;
}
.dialog .head span:before {
@@ -55,20 +54,38 @@
.dialog input[type="text"] {
width: 100%;
height: 32px;
height: 42px;
color: #fff;
font-size: 20px;
background-color: rgba(20, 20, 20, 1);
border-bottom: 2px solid #e76767;
}
.dialog textarea {
width: 100%;
height: 128px;
height: 138px;
color: #fff;
font-size: 20px;
background-color: rgba(20, 20, 20, 1);
border-bottom: 2px solid #e76767;
}
.dialog button[name="submit"] {
width: 75%;
height: 32px;
color: #fff;
height: 42px;
font-size: 22px;
border: 0px solid #e76767;
border-right: 1px solid #e76767;
background-color: rgba(40, 40, 40, 1)
}
.dialog button[name="cancel"] {
width: 25%;
height: 32px;
color: rgb(236, 75, 75);
height: 42px;
font-size: 20px;
border: 0px solid #e76767;
border-left: 1px solid #e76767;
background-color: rgba(40, 40, 40, 1)
}
+2
View File
@@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="nui://esx_menu_dialog/html/css/app.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,300&family=PT+Sans+Narrow&display=swap" rel="stylesheet">
</head>
<body>