new theme

This commit is contained in:
Jus de Patate_ 2019-12-03 11:23:53 -07:00
parent d4ea566393
commit f3b415c7ea
7 changed files with 1477 additions and 22 deletions

1
humans.txt Normal file
View File

@ -0,0 +1 @@
~jusdepatate Me.

View File

@ -1,35 +1,21 @@
<html>
<head><title>My tilde.club page</title>
<link rel="stylesheet" href="https://tilde.club/style.css">
<head><title>~jusdepatate</title>
<link rel="stylesheet" type="text/css" href="src/style.css">
<link rel="stylesheet" type="text/css" href="src/aesthetics.css">
</head>
<body>
<h1>~~~this is my tilde.club page~~~~</h1>
<h1>~jusdepatate</h1>
<p>Just log in with your secure internet shell to change this file! </p>
<p>Nothing really interesting here...<br>
If you like twtxt you can <a href="twtxt.txt"> </a> or if you don't have beard you can follow me on <a href="https://twitter.com/@jusdepatate_"></a> or <a href="https://crazynoisybizzare.town/@jusdepatate"></a>.</p>
<p>You may want to read: <a href="https://tilde.club/~anthonydpaul/primer.html">How to ~tilde; a n00b's primer</a> for help.</p>
<br>
<!-- Begin Tilde.Club Ring Fragment-->
<center>
<font size="2">
</font></p><center><font size="2">
<center>
<br><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"><br>
<br>Click for a [ <a href="http://tilde.club/~harper/link.html?action=random" target="_top"> </a> ]<br>
</font>
</center>
<br>
Click for the [
<a href="http://tilde.club/~harper/link.html?action=random" target="_top">Random page</a> ]
<br>
Want to join the ring? Click here for
<a href="http://tilde.club/~harper/link.html?action=info" target="_top">info</a>.
<br></font></center>
<map name="notepad.map">
<area shape="rect" coords="0, 0, 60, 70" target="_top" href="http://tilde.club/~harper/link.html?action=join">
<area shape="rect" coords="130, 0, 417, 75" target="_top" href="http://tilde.club/~harper/link.html?action=random">
<area shape="rect" coords="465, 0, 549, 75" target="_top" href="http://tilde.club/~harper/link.html?action=join">
</map>
</center>
<!-- End Webring Fragment-->
</body>
</html>

1292
src/aesthetic.css Normal file

File diff suppressed because it is too large Load Diff

176
src/style.css Normal file
View File

@ -0,0 +1,176 @@
/* From style.css of ~.club*/
/* {font-size:13pt;font-weight:normal;} */
table {
border-collapse: collapse;
}
td {
border: 6px double darkorange;
padding: 10px;
}
ol {
margin-left: 1em;
}
body {
margin: 1em;
font-family: 'VT323', monospace;
color: darkorange;
word-wrap: break-word;
background-image: url('https://giant.gfycat.com/ImperturbableQuerulousBergerpicard.gif');
background-size: cover;
height: 100vh;
}
a {
background: darkorange;
color: #223;
font-weight: bold;
padding-right: 0.25em;
}
hr {
border-color: darkorange;
}
.advisory {
background: darkorange;
color: #223;
font-weight: bold;
padding-right: 0.25em;
}
h1 {
font-weight: bold;
color: #000400;
background: darkorange;
}
.advisory {
-webkit-animation-name: blinker;
-webkit-animation-duration: 8s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 8s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 8s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.sourceCode {
color:#06287e;
}
/* Style the navbar */
#navbar {
overflow: hidden;
background-color: darkorange;
z-index: 99;
position: fixed;
top: 0;
left: 0;
width: 100%;
}
/* Navbar links */
#navbar a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px;
text-decoration: none;
}
/* Page content */
.content {
padding-top: 30px;
}
input[type="text"],
textarea {
background-color: #333;
color: darkorange;
}
div.alert-warning {
background-color: darkred;
}
div.alert-success {
background-color: darkgreen;
}
@-moz-keyframes blinker {
0% {
opacity: 1;
}
50% {
opacity: 0.75;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blinker {
0% {
opacity: 1;
}
50% {
opacity: 0.75;
}
100% {
opacity: 1;
}
}
@keyframes blinker {
0% {
opacity: 1;
}
50% {
opacity: 0.75;
}
100% {
opacity: 1;
}
}
/* Mobile */
@media (max-width: 768px) {
td {
display: block;
}
}
/* vietnamese */
@font-face {
font-family: 'VT323';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('VT323 Regular'), local('VT323-Regular'), url(vt323viet.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'VT323';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('VT323 Regular'), local('VT323-Regular'), url(vt323latinext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'VT323';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('VT323 Regular'), local('VT323-Regular'), url(vt323latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

BIN
src/vt323latin.woff2 Normal file

Binary file not shown.

BIN
src/vt323latinext.woff2 Normal file

Binary file not shown.

BIN
src/vt323viet.woff2 Normal file

Binary file not shown.