restyle, minor bugfixes

This commit is contained in:
color.diff=auto
2021-03-23 05:55:47 -06:00
parent dd1c6c1e9c
commit c74918ab45
9 changed files with 33 additions and 72 deletions

View File

@@ -1,13 +1,3 @@
@font-face {
font-family:"Exocet Light";
src:url("/font/EXL_____.eot?") format("eot"),
url("/font/EXL_____.woff") format("woff"),
url("/font/EXL_____.ttf") format("truetype"),
url("/font/EXL_____.svg#ExocetLight") format("svg");
font-weight:normal;
font-style:normal;
}
@font-face {
font-family: 'Exocet';
src: url('/font/ExocetHeavy.eot');
@@ -22,26 +12,8 @@
font-display: swap;
}
@font-face {
font-family: 'Exocet';
src: url('/font/ExocetLight.eot');
src: local('Exocet Light'), local('ExocetLight'),
url('/font/ExocetLight.eot?#iefix') format('embedded-opentype'),
url('/font/ExocetLight.woff2') format('woff2'),
url('/font/ExocetLight.woff') format('woff'),
url('/font/ExocetLight.ttf') format('truetype'),
url('/font/ExocetLight.svg#ExocetLight') format('svg');
font-weight: 300;
font-style: normal;
font-display: swap;
}
ul {
font-family: Lato;
}
input {
form input {
width: 108px;
padding: 5px;
margin: 5xp;
@@ -57,12 +29,8 @@ input {
}
.form-text {
background: white;
padding: 5px;
border-radius: 4px;
font-family: "Lato";
font-weight: normal;
border-radius: 2px;
}
select,
@@ -85,18 +53,15 @@ option {
border: 1px solid #ddd;
margin: 30px auto;
padding: 10px;
background: white;
font-family: "Exocet";
font-weight: 900;
background: #fafaff;
}
body {
background: black;
background: url(/img/bg.jpg);
background-size: cover;
background-attachment: fixed;
}
footer, .options, ul *, li * {
font-family: Lato !important;
h1,h2,h3,h4,h5,h6, div > p {
font-family: Exocet;
}