Compare commits
10 Commits
b79132b085
...
main
Author | SHA1 | Date | |
---|---|---|---|
b6fafc9221 | |||
f5cd527f6b | |||
14909e50cb | |||
a4acd3c5ab | |||
9908ac699e | |||
d7ddc5d61b | |||
63c9d8be28 | |||
258a4157b2 | |||
a4f2f17381 | |||
9697fb7f71 |
@@ -0,0 +1,46 @@
|
|||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.smallertext {
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
.nohead {
|
||||||
|
font-size: 26pt;
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
font-family: monospace;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: x-large;
|
||||||
|
color: rgba(230, 186, 142, 0.747);
|
||||||
|
}
|
||||||
|
.link:link {
|
||||||
|
color: bisque;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:visited {
|
||||||
|
color: bisque;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.link:hover {
|
||||||
|
color: rgba(255, 228, 196, 0.564);
|
||||||
|
|
||||||
|
}
|
||||||
|
.link:active {
|
||||||
|
color: bisque;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: rgb(22, 9, 38);
|
||||||
|
}
|
||||||
|
.footer{
|
||||||
|
font-size: small;
|
||||||
|
padding-top: 10%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.spacer{
|
||||||
|
padding: 2.5%;
|
||||||
|
}
|
||||||
|
.smallImage{
|
||||||
|
width: 20px;
|
||||||
|
height: auto;
|
||||||
|
}
|
@@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="home.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
|
||||||
|
<title>ApexFight.net</title>
|
||||||
|
</head>
|
||||||
|
<div class="main center">
|
||||||
|
<div class="spacer"></div>
|
||||||
|
<div class="nohead">ApexFight.net</div>
|
||||||
|
<div class="spacer"><br></div>
|
||||||
|
<div class="smallertext">
|
||||||
|
Index: <a class="link" href="https://index.apexfight.net/">index.apexfight.net</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
© ApexFight 2025, All rights reserved. <img class="smallImage" src="https://gitea.apexfight.net/assets/img/logo.png" alt="I'll Stay Up With You">
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</html>
|
@@ -1,8 +1,12 @@
|
|||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.nohead {
|
||||||
|
font-size: 26pt;
|
||||||
|
}
|
||||||
.main {
|
.main {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
font-weight: 500;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
color: rgba(230, 186, 142, 0.747);
|
color: rgba(230, 186, 142, 0.747);
|
||||||
}
|
}
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center main">
|
<div class="center main">
|
||||||
|
<div class="spacer"></div>
|
||||||
<h1>Index of ApexFight.net</h1>
|
<div class="nohead">Index of ApexFight.net</div>
|
||||||
|
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
|
||||||
|
@@ -0,0 +1,46 @@
|
|||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.smallertext {
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
.nohead {
|
||||||
|
font-size: 26pt;
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
font-family: monospace;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: x-large;
|
||||||
|
color: rgba(230, 186, 142, 0.747);
|
||||||
|
}
|
||||||
|
.link:link {
|
||||||
|
color: bisque;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:visited {
|
||||||
|
color: bisque;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.link:hover {
|
||||||
|
color: rgba(255, 228, 196, 0.564);
|
||||||
|
|
||||||
|
}
|
||||||
|
.link:active {
|
||||||
|
color: bisque;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: rgb(22, 9, 38);
|
||||||
|
}
|
||||||
|
.footer{
|
||||||
|
font-size: small;
|
||||||
|
padding-top: 10%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.spacer{
|
||||||
|
padding: 2.5%;
|
||||||
|
}
|
||||||
|
.smallImage{
|
||||||
|
width: 20px;
|
||||||
|
height: auto;
|
||||||
|
}
|
@@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="janky.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
|
||||||
|
<title>ApexFight.net Janky</title>
|
||||||
|
</head>
|
||||||
|
<div class="main center">
|
||||||
|
<div class="spacer"></div>
|
||||||
|
<div class="nohead">Under Construction...</div>
|
||||||
|
<div class="spacer"><br></div>
|
||||||
|
<div class="smallertext">
|
||||||
|
Index: <a class="link" href="https://index.apexfight.net/">index.apexfight.net</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
© ApexFight 2025, All rights reserved. <img class="smallImage" src="https://gitea.apexfight.net/assets/img/logo.png" alt="I'll Stay Up With You">
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</html>
|
@@ -0,0 +1,46 @@
|
|||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.smallertext {
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
.nohead {
|
||||||
|
font-size: 26pt;
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
font-family: monospace;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: x-large;
|
||||||
|
color: rgba(230, 186, 142, 0.747);
|
||||||
|
}
|
||||||
|
.link:link {
|
||||||
|
color: bisque;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:visited {
|
||||||
|
color: bisque;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.link:hover {
|
||||||
|
color: rgba(255, 228, 196, 0.564);
|
||||||
|
|
||||||
|
}
|
||||||
|
.link:active {
|
||||||
|
color: bisque;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: rgb(22, 9, 38);
|
||||||
|
}
|
||||||
|
.footer{
|
||||||
|
font-size: small;
|
||||||
|
padding-top: 10%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.spacer{
|
||||||
|
padding: 2.5%;
|
||||||
|
}
|
||||||
|
.smallImage{
|
||||||
|
width: 20px;
|
||||||
|
height: auto;
|
||||||
|
}
|
@@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="snail.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
|
||||||
|
<title>ApexFight.net Janky</title>
|
||||||
|
</head>
|
||||||
|
<div class="main center">
|
||||||
|
<div class="spacer"></div>
|
||||||
|
<div class="nohead">Under Construction...</div>
|
||||||
|
<div class="spacer"><br></div>
|
||||||
|
<div class="smallertext">
|
||||||
|
Index: <a class="link" href="https://index.apexfight.net/">index.apexfight.net</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
© ApexFight 2025, All rights reserved. <img class="smallImage" src="https://gitea.apexfight.net/assets/img/logo.png" alt="I'll Stay Up With You">
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</html>
|
@@ -1,6 +1,10 @@
|
|||||||
:root {
|
:root {
|
||||||
|
--fonts-regular: monospace !important;
|
||||||
|
--fonts-proportional: monospace/* custom proportional fonts */ !important;
|
||||||
|
--fonts-monospace: monospace/* custom monospace fonts */ !important;
|
||||||
--is-dark-theme: true;
|
--is-dark-theme: true;
|
||||||
--color-primary: rgba(230, 186, 142, 0.747);
|
--color-link: rgba(230, 186, 142, 0.747);
|
||||||
|
--color-primary: bisque;
|
||||||
--color-primary-contrast: rgb(22, 9, 38);
|
--color-primary-contrast: rgb(22, 9, 38);
|
||||||
--color-primary-dark-1: var(--color-primary);
|
--color-primary-dark-1: var(--color-primary);
|
||||||
--color-primary-dark-2: #7bbae8;
|
--color-primary-dark-2: #7bbae8;
|
||||||
@@ -105,11 +109,11 @@
|
|||||||
--color-box-body: #333644;
|
--color-box-body: #333644;
|
||||||
--color-box-body-highlight: #363a49;
|
--color-box-body-highlight: #363a49;
|
||||||
--color-text-dark: #d38aea;
|
--color-text-dark: #d38aea;
|
||||||
--color-text: var(--color-primary);
|
--color-text: rgba(230, 186, 142, 0.747);
|
||||||
--color-text-hover: rgba(197, 205, 217, 0.8);
|
--color-text-hover: rgba(197, 205, 217, 0.8);
|
||||||
--color-text-light: #a0c980;
|
--color-text-light: #a0c980;
|
||||||
--color-text-light-1: #758094;
|
--color-text-light-1: #758094;
|
||||||
--color-text-light-2: #d38aea;
|
--color-text-light-2: var(--color-primary);
|
||||||
--color-text-light-3: #758094;
|
--color-text-light-3: #758094;
|
||||||
--color-footer: #333644;
|
--color-footer: #333644;
|
||||||
--color-timeline: #404455;
|
--color-timeline: #404455;
|
||||||
@@ -349,6 +353,11 @@ i.grey.icon.icon.icon.icon {
|
|||||||
background: transparent
|
background: transparent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--color-link);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.ui.red.labels .label,
|
.ui.red.labels .label,
|
||||||
.ui.ui.ui.red.label,
|
.ui.ui.ui.red.label,
|
||||||
.ui.red.button,
|
.ui.red.button,
|
||||||
|
10
themeguide
Normal file
10
themeguide
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
APEXFIGHT THEMING GUIDE
|
||||||
|
secondary background color can be #333644
|
||||||
|
hover background color is usually: #3A3E4E;
|
||||||
|
primary bg color is: rgb(22, 9, 38);
|
||||||
|
text color is almost always bisque
|
||||||
|
secondary text color can be #d38aea
|
||||||
|
|
||||||
|
all fonts must be monospace fonts
|
||||||
|
*/
|
Reference in New Issue
Block a user