From cce24c42dfb758f21fca10084d2743adc993b110 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Thu, 18 Jan 2024 09:30:30 -0600 Subject: Add services page --- css/base.css | 13 ++++++------ css/nopiracy.css | 14 ------------- css/services.css | 0 css/subpage.css | 13 ++++++++++++ index.html | 1 + nopiracy.html | 4 +++- services.html | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 87 insertions(+), 22 deletions(-) create mode 100644 css/services.css create mode 100644 css/subpage.css create mode 100644 services.html diff --git a/css/base.css b/css/base.css index 42b6c80..f235ebf 100644 --- a/css/base.css +++ b/css/base.css @@ -19,7 +19,7 @@ /* */ :root { - --bheight: 3vw; + --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ --cblack: #000000; --cwhite: #ffffff; @@ -70,6 +70,9 @@ a { padding: 1vw; margin: 1vw; margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ + + overflow: auto; + overflow-wrap: break-word; } #top-bar { @@ -133,7 +136,7 @@ a { text-align: center; /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ - overflow: hidden; + overflow: auto; } #bottom-flex { @@ -165,12 +168,8 @@ a { float: none; } -#content { - overflow: auto; -} - #copyrightnotice { display: inline-block; - font-size: 75%; + font-size: 50%; color: rgba(255, 255, 255, 0.15); } \ No newline at end of file diff --git a/css/nopiracy.css b/css/nopiracy.css index f328fa4..ed05a56 100644 --- a/css/nopiracy.css +++ b/css/nopiracy.css @@ -24,20 +24,6 @@ a.bad { color: var(--cwarning); } -.sbscontainer { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: center; - align-items: center; - align-content: center; -} - -#addon { - font-size: 4vw; - padding: 1vw; -} - blockquote { padding: 1vw; } \ No newline at end of file diff --git a/css/services.css b/css/services.css new file mode 100644 index 0000000..e69de29 diff --git a/css/subpage.css b/css/subpage.css new file mode 100644 index 0000000..8e5255f --- /dev/null +++ b/css/subpage.css @@ -0,0 +1,13 @@ +.sbscontainer { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: center; + align-items: center; + align-content: center; +} + +#addon { + font-size: 4vw; + padding: 1vw; +} \ No newline at end of file diff --git a/index.html b/index.html index 3a0c392..5e770d0 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ diff --git a/services.html b/services.html new file mode 100644 index 0000000..92a6abd --- /dev/null +++ b/services.html @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + Da Bikers | Services + + +
+
+
+ +
+ + +
+ + + +
+

Game Servers:

+ +
+

Misc:

+
    +
  • IRC (dabikers.online:6667) (ssl coming soon)
  • +
+
+ +
+ +
+
+ + -- cgit v1.2.3