wynnbuilder-idk/sq2bs.css

437 lines
6.3 KiB
CSS
Raw Normal View History

2021-10-21 14:11:04 +00:00
* {
font-family: 'Nunito', sans-serif;
}
2021-10-20 15:52:33 +00:00
/* sidebar stuff */
.sidebar {
height: 100%; /* 100% Full-height */
width: 3.5vw; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
top: 0;
left: 0;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
.sidebar:hover {
width: 11vw;
}
.sidebar a {
padding: .4vw .4vw .4vw .4vw;
display: block;
color: white;
white-space: nowrap;
text-decoration: none;
}
.sidebar a img {
margin-right: .6vw;
width: 2.5vw;
}
.sidebar a b {
font-size: .8vw;
}
.sidebar a:hover {
background-color: hsl(0, 0%, 8%);
color: rgb(210, 210, 210);
}
@media screen and (max-width: 992px) {
.sidebar {display: none;}
}
/* builder containers */
/* wynn-related css(es) */
2021-10-21 14:11:04 +00:00
.positive {
color: #5f5;
}
.negative {
color: #f55;
}
2021-10-20 15:52:33 +00:00
.Health {
color: #AA0000
}
.Health:before {
content: "\2764" ' ';
}
2021-10-21 14:11:04 +00:00
.lvl:before {
content: 'Lv. '
}
.Damage {
color: rgb(255, 198, 85)
}
2021-10-20 15:52:33 +00:00
.Normal {
color: #FFFFFF !important;
2021-10-20 15:52:33 +00:00
}
.Unique {
color: #FFFF55 !important;
2021-10-20 15:52:33 +00:00
}
.Rare {
color: #FF55FF !important;
2021-10-20 15:52:33 +00:00
}
.Legendary {
color: #55FFFF !important;
2021-10-20 15:52:33 +00:00
}
.Fabled {
color: #FF5555 !important;
2021-10-20 15:52:33 +00:00
}
.Mythic {
color: #AA00AA !important;
2021-10-21 14:11:04 +00:00
}
.Set {
color: #5f5 !important;
2021-10-20 15:52:33 +00:00
}
.eDam, .Earth, .Earth_powder {
color: #00AA00;
}
.eDam:before, .Earth:before, .Earth_powder:before { content: "\2724" ' '; }
.tDam, .Thunder, .Thunder_powder {
color: #FFFF55;
}
.tDam:before, .Thunder:before, .Thunder_powder:before { content: "\2726" ' '; }
.wDam, .Water, .Water_powder {
color: #55FFFF
}
.wDam:before, .Water:before, .Water_powder:before { content: "\2749" ' '; }
.fDam, .Fire, .Fire_powder {
color: #FF5555;
}
.fDam:before, .Fire:before, .Fire_powder:before { content: "\2739" ' '; }
.aDam, .Air, .Air_powder {
color: #FFFFFF
}
.aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; }
.nDam, .Neutral {
color: #FFAA00;
}
2021-10-21 14:11:04 +00:00
.nDam:before, .Neutral:before {
content: "\2724" ' ';
}
.Mana {
color: #5ff;
}
.Mana:after {
content: "\273A"
}
2021-10-20 15:52:33 +00:00
/* equipment field specifics */
2021-10-23 13:51:54 +00:00
/* inputs and dropdowns */
.form-control {
transition: none !important;
box-shadow: none !important;
width: 95% !important;
}
2021-10-21 14:11:04 +00:00
2021-10-23 13:51:54 +00:00
ul {
list-style-type: none;
2021-10-21 14:11:04 +00:00
}
2021-10-23 13:51:54 +00:00
ul.search-box {
position: absolute;
padding: 0;
2021-10-21 14:11:04 +00:00
}
2021-10-23 13:51:54 +00:00
li.search-item {
cursor: pointer;
2021-10-21 14:11:04 +00:00
}
2021-10-23 13:51:54 +00:00
li.search-item:hover {
background-color: hsl(0, 0%, 11%) !important;
2021-10-21 14:11:04 +00:00
}
2021-10-26 11:43:51 +00:00
/* boosts styles */
.button-boost:hover {
background-color: rgba(255, 255, 255, .1);
}
.toggleOn {
background-color: #0a0 !important;
}
/* floating tooltip styles */
.float-tooltip {
background-color: hsl(0, 0%, 16%);
position: absolute;
2021-10-27 13:51:37 +00:00
transition: .3s;
2021-10-26 11:43:51 +00:00
cursor: pointer;
}
/* generic */
2021-10-20 15:52:33 +00:00
input {
min-width: 0;
width: 100%;
}
input.equipment-input {
font-weight: bold;
}
2021-10-23 13:51:54 +00:00
.text-right {
float: right;
}
.text-left {
float: left;
}
.spell-display p {
margin-bottom: 0;
}
.spell-display b {
font-size: 3rem;
font-weight: bold;
}
2021-10-27 13:51:37 +00:00
.spell-expand {
cursor: pointer;
}
2021-10-21 02:51:54 +00:00
.scaled-font {
font-size: 2.5rem;
}
2021-10-20 15:52:33 +00:00
.skp-tooltip {
2021-10-21 02:51:54 +00:00
font-size: 2.1875rem;
2021-10-20 15:52:33 +00:00
font-weight: bold;
}
2021-10-27 13:51:37 +00:00
.spellcost-tooltip b {
font-size: 2.1875rem !important;
font-weight: bold;
}
2021-10-21 14:11:04 +00:00
.warning {
color: #ff8180;
font-size: 1.875rem;
margin-bottom: 0;
font-weight: bold;
}
2021-10-21 02:51:54 +00:00
.scaled-item-icon {
2021-10-21 14:11:04 +00:00
width: 8rem;
2021-10-21 02:51:54 +00:00
}
.scaled-item-icon img {
2021-10-21 14:11:04 +00:00
width: 6.5rem;
2021-10-21 02:51:54 +00:00
}
2021-10-26 11:43:51 +00:00
.scaled-bckgrd {
width: 10rem;
height: 10rem;
}
.scaled-bckgrd img {
width: 6.5rem;
}
2021-10-21 14:11:04 +00:00
@media screen and (min-width: 1200px) and (max-width: 1400px) {
.scaled-font {
font-size: .8rem;
}
.skp-tooltip {
font-size: .625rem;
}
2021-10-27 13:51:37 +00:00
.spellcost-tooltip b {
font-size: .625rem !important;
}
2021-10-21 14:11:04 +00:00
.scaled-item-icon {
width: 3.2rem;
}
.scaled-item-icon img {
width: 2.8rem;
}
2021-10-26 11:43:51 +00:00
.scaled-bckgrd {
width: 4rem;
height: 4rem;
}
.scaled-bckgrd img {
width: 2.8rem;
}
2021-10-21 14:11:04 +00:00
.warning {
font-size: .7rem;
}
.spell-display b {
font-size: 1rem;
}
}
@media screen and (min-width: 1400px) {
2021-10-21 02:51:54 +00:00
.scaled-font {
2021-10-21 14:11:04 +00:00
font-size: 1rem;
2021-10-21 02:51:54 +00:00
}
.skp-tooltip {
2021-10-21 14:11:04 +00:00
font-size: .78rem;
2021-10-21 02:51:54 +00:00
}
2021-10-27 13:51:37 +00:00
.spellcost-tooltip b {
font-size: .78rem !important;
}
2021-10-21 02:51:54 +00:00
.scaled-item-icon {
2021-10-21 14:11:04 +00:00
width: 4rem;
2021-10-21 02:51:54 +00:00
}
.scaled-item-icon img {
2021-10-21 14:11:04 +00:00
width: 3.5rem;
2021-10-21 02:51:54 +00:00
}
2021-10-26 11:43:51 +00:00
.scaled-bckgrd {
width: 5rem;
height: 5rem;
}
.scaled-bckgrd img {
width: 3.5rem;
}
2021-10-21 14:11:04 +00:00
.warning {
font-size: .8rem;
}
2021-10-21 02:51:54 +00:00
2021-10-21 14:11:04 +00:00
.spell-display b {
font-size: 1.2rem;
}
2021-10-29 08:08:36 +00:00
}
/* WynnAtlas Mini */
.search-field {
background-color: hsl(0, 0%, 14%) !important;
color: white;
font-weight: bold;
border-color: hsl(0, 0%, 8%);
2021-10-21 14:11:04 +00:00
}
2021-10-21 02:51:54 +00:00
2021-10-20 15:52:33 +00:00
/* Fake button for build stats */
.fake-button {
cursor: pointer;
}
.fake-button:hover {
2021-10-26 11:43:51 +00:00
background-color: hsl(0, 0%, 14%) !important;
2021-10-20 15:52:33 +00:00
}
/* material design dark mode */
.dark-1 {
background-color: hsl(0, 0%, 5%) !important;
}
.dark-2 {
background-color: hsl(0, 0%, 7%) !important;
}
.dark-3 {
background-color: hsl(0, 0%, 8%) !important;
}
.dark-4 {
background-color: hsl(0, 0%, 9%) !important;
}
.dark-5 {
background-color: hsl(0, 0%, 11%) !important;
}
.dark-6 {
background-color: hsl(0, 0%, 12%) !important;
}
.dark-7 {
background-color: hsl(0, 0%, 14%) !important;
}
.dark-8 {
background-color: hsl(0, 0%, 15%) !important;
}
.dark-9 {
background-color: hsl(0, 0%, 16%) !important;
}
2021-10-26 11:43:51 +00:00
.dark-1u {
background-color: hsl(0, 0%, 5%);
}
.dark-2u {
background-color: hsl(0, 0%, 7%);
}
.dark-3u {
background-color: hsl(0, 0%, 8%);
}
.dark-4u {
background-color: hsl(0, 0%, 9%);
}
.dark-5u {
background-color: hsl(0, 0%, 11%);
}
.dark-6u {
background-color: hsl(0, 0%, 12%);
}
.dark-7u {
background-color: hsl(0, 0%, 14%);
}
.dark-8u {
background-color: hsl(0, 0%, 15%);
}
.dark-9u {
background-color: hsl(0, 0%, 16%);
}
2021-10-20 15:52:33 +00:00
.dark-shadow {
box-shadow: 0rem 0rem 0.5rem 0.075rem black;
2021-10-21 14:11:04 +00:00
}
2021-10-21 02:51:54 +00:00
2021-10-27 13:51:37 +00:00
.dark-shadow-sm {
box-shadow: 0rem 0rem 0.25rem 0.05rem black;
2021-10-27 13:51:37 +00:00
}
.border-dark-7 {
border-color:hsl(0, 0%, 14%) !important;
2021-10-21 14:11:04 +00:00
}