This commit is contained in:
deathbybandaid 2022-01-11 13:13:54 -05:00
parent 850628b66f
commit f76621351d
3 changed files with 50 additions and 41 deletions

View File

@ -0,0 +1,48 @@
body {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
}
table, tr, td {
border-collapse: collapse;
}
hr {
border-top: 1px solid #e5a00d;
border: 1px solid #e59029;
}
input {
background-color: #cc7b19;
color: #dedede;
}
select {
background-color: #cc7b19;
color: #dedede;
}
button {
background-color: var(--button-color);
color: var(--button-color-text);
font-weight: bold;
}
a:link, a:visited {
color: var(--link-color);
}
h1 {
color: var(--text);
}
h4 {
color: var(--text);
}

2
dbb-css/fHDHR/fhdhr.css Normal file
View File

@ -0,0 +1,2 @@
@import url("https://assets.deathbybandaid.net/theme.park/dbb-css/base/fhdhr/fhdhr-base.css");
@import url("https://assets.deathbybandaid.net/theme.park/css/theme-options/plex.css");

View File

@ -1,41 +0,0 @@
table, tr, td { border-collapse: collapse;}
hr {
border-top: 1px solid #e5a00d;
border: 1px solid #e59029;
}
input {
background-color: #cc7b19;
color: #dedede;
}
select {
background-color: #cc7b19;
color: #dedede;
}
button {
background-color: #e5a00d;
color: #dedede;
font-weight: bold;
}
a:link, a:visited {
color: #e5a00d;
}
body {
background-image: url('https://assets.deathbybandaid.net/theme.park/resources/preset-dark2.png');
background-repeat: no-repeat;
background-size: cover;
color: #dedede;
}
h1 {
color: #dedede;
}
h4 {
color: #dedede;
}