was made the first version of, would be updates, was made by @ahembp
SyntaxHalloweenStyle by Syntaxplayer112551

Details
AuthorSyntaxplayer112551
LicenseNo License
CategorySyntaxRevival
Created
Updated
Code size2.7 kB
Code checksum603303a1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
changed theme to halloween, ALPHA 1.0.0
Source code
/* ==UserStyle==
@name 2017robloxhalloween
@version 20231003.12.24
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.syntax.eco/") {
body {
background-image: url(https://cdn.discordapp.com/attachments/1119318518500950039/1158709623776350228/Untitled13_20231003131804.png);
background-color: #46321b;
}
.navbar {
background-color: #b66600;
border-bottom: none;
}
.navbar-brand h1 {
font-weight: 1000;
background-image: url(https://media.discordapp.net/attachments/1119318518500950039/1158724831324422184/Untitled18_20231003141829.png);
color: transparent;
background-size: cover;
padding-left: 24px;
user-select: none;
}
.navbar-brand {
padding-top: var(--bs-navbar-brand-padding-y);
padding-bottom: var(--bs-navbar-brand-padding-y);
margin-right: var(--bs-navbar-brand-margin-end);
font-size: var(--bs-navbar-brand-font-size);
color: var(--bs-navbar-brand-color);
text-decoration: none;
white-space: nowrap;
}
#footer {
border-top: 1px solid #f3b306;
background-color: #663802;
min-height: 100px
}
.place-card {
background-color: #ad6505;
min-height: 220px;
transition: .2s;
width: 150px;
border-radius: 3px;
box-shadow: 0 0 5px #ff8f00
}
.place-card .votePercentageBackground {
background-color: #6f3a03;
z-index: 1;
height: 10px;
border-radius: 4px;
overflow: hidden;
position: relative;
border: 1px solid #ff8100;
margin-top: 3px
}
.place-card .votePercentageFill {
background-color: #ff8e08;
height: 10px
}
.place-card .segment {
background-color: #000;
height: 10px;
width: 2px;
position: absolute;
top: 0;
z-index: 3
}
.bg-dark {
--bs-bg-halloween: 173, 101, 5;
--bs-bg-halloween-opacity: 1;
background-color: rgba(var(--bs-bg-halloween),var(--bs-bg-halloween-opacity))!important;
}
.text-white {
--bs-text-halloween: 255, 129, 0;
--bs-text-halloween-opacity: 1;
color: rgba(var(--bs-text-halloween),var(--bs-text-halloween-opacity))!important;
}
.card-container {
background-color: #7d3f00!important;
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
border-radius: 5px;
}
.subnav-bar {
background-color: #754200;
}
.border-bottom {
border-bottom: none !important;
}
}
@-moz-document url("https://www.syntax.eco/catalog/") {
body {
--bs-body-bg: rgb(134, 77, 0) !important;
--bs-heading-color: #fff !important;
}
.border {
border: var(--bs-border-width) var(--bs-border-style) #ffffff!important;
}
user-select: none;
}