A theme for themeplaza.art website, for getting 3ds custom themes.
Themeplaza Sky Theme by cooolgamer

Details
Authorcooolgamer
LicenseNo License
Categorythemeplaza.art
Created
Updated
Code size1.1 kB
Code checksum5da2cd14
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Themeplaza sky theme
@namespace themeplaza.art
@version 1.0.0
@description A theme for themeplaza.art
@author cooolgamer
==/UserStyle== */
@-moz-document domain("themeplaza.art") {
body {
background: url(https://i.imgur.com/Ve42koM.png);
background-size: cover;
}
.bg-success {
background-color: #6ba2ffb5 !important
}
.text-muted {
color: #adadad !important
}
.bg-dark {
background-color: #12394db8 !important
}
.card-header {
background-color: #00084fb3
}
.bg-warning {
background-color: #f0ad4eb3 !important
}
.bg-danger {
background-color: #dc3545b3 !important
}
.form-control {
background-color: #00084fb3
}
.btn-primary {
background-color: #6f7dfbc2
}
.btn-secondary {
background-color: #5062fc
}
.btn-secondary:hover {
background-color: #1e35ff
}
.custom-file-label {
background-color: #00084fb3
}
.btn-outline-success {
color: #FFF;
background-color: #124f00b3
}
.btn-outline-warning {
color: #FFF;
background-color: #a05e00b3
}
}