aegisx
rating: 0+x

Name: aegisx

Author: AegisX FoundationAegisX Foundation
License:
Tags:

Supports top bar menu *: no
Supports side bar menu *: no
* depends on tags: topbar and sidebar

Description:

/* AegisX - SCP Foundation Theme (Blau/Dunkel) */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
—main-bg: #0d1b2a;
—content-bg: #13293d;
—text-color: #e0eafc;
—link-color: #56cfe1;
—header-bg: #06131f;
—footer-bg: #06131f;
—logo-url: url('https://cdn.discordapp.com/attachments/yourimagehere.png'); /* optional */
}

body {
background-color: var(main-bg);
font-family: 'Roboto', sans-serif;
color: var(
text-color);
}

#header {
background-color: var(header-bg);
padding: 20px;
text-align: center;
background-image: var(
logo-url);
background-repeat: no-repeat;
background-position: center left;
background-size: 60px;
color: white;
border-bottom: 2px solid #1b2a41;
}

#header h1, #header h2 {
color: var(—link-color);
}

#content-wrap {
background-color: var(—content-bg);
padding: 20px;
border-radius: 10px;
}

a {
color: var(—link-color);
}

a:hover {
color: #4ea8de;
}

#footer {
background-color: var(—footer-bg);
text-align: center;
color: #ccc;
padding: 10px;
border-top: 1px solid #1b2a41;
}

div.page-title {
color: var(—link-color);
border-bottom: 1px solid #4ea8de;
margin-bottom: 15px;
padding-bottom: 5px;
}

/* Box Styling */
div.scpbox {
border: 1px solid #4ea8de;
background: #0e2433;
padding: 15px;
border-radius: 6px;
margin: 20px 0;
}

/* Tables, Inputs */
table {
border-collapse: collapse;
width: 100%;
background: #0e1d2b;
color: #dcefff;
}

th, td {
border: 1px solid #4ea8de;
padding: 10px;
}

input, textarea {
background-color: #06131f;
color: #e0eafc;
border: 1px solid #4ea8de;
padding: 6px;
}

/* Optional Logo at top */
#header::before {
content: "";
display: block;
background-image: var(—logo-url);
background-size: 80px;
background-repeat: no-repeat;
background-position: center;
height: 90px;
margin-bottom: 10px;
}

How to install

  • go to: your wiki admin panel » appearance » themes
  • choose External CSS theme
  • supply the following URL as the CSS location
http://themes.wdfiles.com/local--code/aegisx

Code

Notes

Similar themes

Browse themes by tag

Comments

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License