Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucssite
doorkey
Commits
5d25bebd
Commit
5d25bebd
authored
Dec 31, 2021
by
Imran Hussain
Browse files
Use common.sucs.org for themeing
parent
82dcaeee
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/css/doorkey.css
deleted
100644 → 0
View file @
82dcaeee
html
,
body
{
height
:
100%
;
}
nav
{
background-image
:
linear-gradient
(
to
bottom
left
,
#FA0
,
#f60
);
}
nav
img
{
width
:
auto
;
height
:
auto
;
max-height
:
4em
;
}
h1
{
color
:
#fff
;
font-weight
:
bold
;
}
.btn-primary
{
background-color
:
#f60
;
border-color
:
#f60
;
}
.btn-primary
:hover
{
background-color
:
#f80
;
border-color
:
#f80
;
}
\ No newline at end of file
public/img/sucslogo_trans_white.png
deleted
100644 → 0
View file @
82dcaeee
22.6 KB
public/index.php
View file @
5d25bebd
...
...
@@ -74,8 +74,9 @@ if ($_POST["unlock"] === "Unlock!" && !$outsider && !$banned && !$not_logged_in)
<title>
SUCS doorkey
</title>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"
css/doorkey
.css"
>
<link
rel=
"stylesheet"
href=
"
https://common.sucs.org/css/sucs
.css"
>
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity=
"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
...
...
@@ -84,7 +85,7 @@ if ($_POST["unlock"] === "Unlock!" && !$outsider && !$banned && !$not_logged_in)
<body>
<nav
class=
"navbar navbar-light bg-light"
>
<a
class=
"navbar-brand"
href=
"https://sucs.org"
><img
src=
"img/sucslogo_
trans_white.pn
g"
/></a>
<a
class=
"navbar-brand"
href=
"https://sucs.org"
><img
src=
"
https://common.sucs.org/
img/sucs
_
logo_
white_trans.sv
g"
/></a>
</nav>
<div
class=
"h-100 container justify-content-center text-center"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment