one last cleanup of the css
This commit is contained in:
parent
f44c28b387
commit
a0aadfa018
@ -4,71 +4,95 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Dot Matrix Bold';
|
font-family: 'Dot Matrix Bold';
|
||||||
src: url("../font/DOTMATRIXB.TTF") format('truetype');
|
src: url("../font/DOTMATRIXB.TTF") format('truetype');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FreeMono';
|
font-family: 'FreeMono';
|
||||||
src: url("../font/FreeMono.ttf") format('truetype');
|
src: url("../font/FreeMono.ttf") format('truetype');
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FreeMono Bold';
|
font-family: 'FreeMono Bold';
|
||||||
src: url("../font/FreeMonoBold.ttf") format('truetype');
|
src: url("../font/FreeMonoBold.ttf") format('truetype');
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: auto;
|
font-weight: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Mode Nine';
|
font-family: 'Mode Nine';
|
||||||
src: url("../font/modenine.ttf") format('truetype');
|
src: url("../font/modenine.ttf") format('truetype');
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'SVI Basic Manual Book';
|
font-family: 'SVI Basic Manual Book';
|
||||||
src: url("../font/SvBasicManual-nRPP.ttf") format('truetype');
|
src: url("../font/SvBasicManual-nRPP.ttf") format('truetype');
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'SVI Basic Manual Bold';
|
font-family: 'SVI Basic Manual Bold';
|
||||||
src: url("../font/SvBasicManualBold-1G3g.ttf") format('truetype');
|
src: url("../font/SvBasicManualBold-1G3g.ttf") format('truetype');
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Source Code Pro Medium';
|
font-family: 'Source Code Pro Medium';
|
||||||
src: url("../font/SourceCodePro-Medium.ttf") format('truetype');
|
src: url("../font/SourceCodePro-Medium.ttf") format('truetype');
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Classic Console Neue";
|
font-family: "Classic Console Neue";
|
||||||
src: url("../font/clacon2.woff2") format("woff2");
|
src: url("../font/clacon2.woff2") format("woff2");
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "VT323 Regular";
|
font-family: "VT323 Regular";
|
||||||
src: url("../font/VT323-Regular.ttf") format("truetype");
|
src: url("../font/VT323-Regular.ttf") format("truetype");
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "DEC Terminal Modern";
|
font-family: "DEC Terminal Modern";
|
||||||
src: url("../font/_decterm.ttf") format("truetype");
|
src: url("../font/_decterm.ttf") format("truetype");
|
||||||
font-style: auto;
|
font-style: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IBM 3270";
|
||||||
|
src: url("../font/3270-Regular.otf") format("opentype");
|
||||||
|
font-style: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IBM 3270 Semi-Condensed";
|
||||||
|
src: url("../font/3270SemiCondensed-Regular.otf") format("opentype");
|
||||||
|
font-style: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.blink {
|
.blink {
|
||||||
animation: blink-animation 1s steps(2, start) infinite;
|
animation: blink-animation 1s steps(2, start) infinite;
|
||||||
-webkit-animation: blink-animation 1s steps(2, start) infinite;
|
-webkit-animation: blink-animation 1s steps(2, start) infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink-animation {
|
@keyframes blink-animation {
|
||||||
to {
|
to {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes blink-animation {
|
@-webkit-keyframes blink-animation {
|
||||||
to {
|
to {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -83,12 +107,15 @@
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left, .right {
|
.left, .right {
|
||||||
width: 22%;
|
width: 22%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.middle {
|
.middle {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row:after {
|
.row:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
@ -116,24 +143,34 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
|
font-family: "Classic Console Neue", monospace;
|
||||||
|
font-size: 15px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-left: 35%;
|
margin-left: 35%;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover {background-color: #23dc66;color: black;}
|
tr:hover {
|
||||||
|
background-color: #23dc66;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
ol li {
|
ol li {
|
||||||
|
font-family: "Classic Console Neue", monospace;
|
||||||
|
font-size: 15px;
|
||||||
background: #222;
|
background: #222;
|
||||||
color: #fdd461;
|
color: #fdd461;
|
||||||
max-width: 30%;
|
max-width: 30%;
|
||||||
@ -141,6 +178,8 @@ ol li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
|
font-family: "Classic Console Neue", monospace;
|
||||||
|
font-size: 15px;
|
||||||
color: #fdd461;
|
color: #fdd461;
|
||||||
max-width: 30%;
|
max-width: 30%;
|
||||||
margin-left: 35px;
|
margin-left: 35px;
|
||||||
|
Loading…
Reference in New Issue
Block a user