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/aegisxCode
Notes
Similar themes |
Browse themes by tag
2.0
3d
3d-buttons
610nm
and
and/or
ardeol
articles
band
base
beige
black
blog
bloo
blue
bmc
border
boring
brown
business
camo
cat
chocholate
christian
christmas
city
clan
claret
claus
clay
clean
coffe
coke
colorful
company
confic
contest
contest-win
corperate
corporate
corporation
creative
crimson
cross
css3
css3-buttons
curved
d14
dark
dashed
|
The code is in the description, not in the part where themes.wikidot.com can autogenerate the code.
Fixing may be needed.
Your code is Our code.