2021-01-06 06:48:41 -06:00
|
|
|
.header {
|
2021-01-10 19:42:09 -06:00
|
|
|
padding: 2% 0% 0%;
|
2021-01-06 06:48:41 -06:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2021-01-07 19:02:12 -06:00
|
|
|
.all {
|
|
|
|
font-family: 'Nunito',sans-serif;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2021-01-10 16:01:59 -05:00
|
|
|
th, td {
|
2021-01-10 16:46:30 -08:00
|
|
|
padding-right: 10px;
|
2021-01-10 16:01:59 -05:00
|
|
|
}
|
|
|
|
|
2021-01-10 19:42:09 -06:00
|
|
|
.nomargin {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
padding: 0%;
|
|
|
|
}
|
|
|
|
|
2021-01-12 13:07:03 -08:00
|
|
|
.equipment{
|
2021-01-10 19:42:09 -06:00
|
|
|
padding: 0%;
|
|
|
|
display: grid;
|
2021-01-10 19:58:04 -06:00
|
|
|
grid-template-columns: min-content min-content min-content;
|
2021-01-10 19:42:09 -06:00
|
|
|
gap: 5px;
|
2021-01-10 19:58:04 -06:00
|
|
|
grid-template-rows: min-content min-content auto;
|
2021-01-10 19:42:09 -06:00
|
|
|
}
|
|
|
|
|
2021-01-06 06:48:41 -06:00
|
|
|
.skillpoints {
|
2021-01-10 19:42:09 -06:00
|
|
|
padding: 0% 4% 2%;
|
2021-01-06 06:48:41 -06:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(5, 1fr);
|
|
|
|
gap: 5px;
|
|
|
|
grid-auto-rows: minmax(60px, auto);
|
|
|
|
}
|
2021-01-11 06:09:58 -06:00
|
|
|
|
2021-01-12 13:07:03 -08:00
|
|
|
.powder-specials{
|
|
|
|
padding: 0% 4% 2%;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
gap: 5px;
|
|
|
|
grid-auto-rows: minmax(60px, auto);
|
|
|
|
}
|
|
|
|
|
2021-01-10 23:40:49 -08:00
|
|
|
.equipment, .skillpoints, .center, .header, .all, .nocolor{
|
2021-01-10 16:01:59 -05:00
|
|
|
background: #121516;
|
2021-01-09 15:30:05 -08:00
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
.hppeng{
|
|
|
|
color: #20c2b6;
|
|
|
|
}
|
|
|
|
.ferricles{
|
|
|
|
color: #5be553;
|
|
|
|
}
|
|
|
|
a.link{
|
|
|
|
color: #A5FDFF;
|
|
|
|
}
|
2021-01-10 16:01:59 -05:00
|
|
|
.title{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
2021-01-11 01:05:23 -06:00
|
|
|
.smalltitle{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 125%;
|
|
|
|
}
|
2021-01-06 06:48:41 -06:00
|
|
|
.center {
|
2021-01-07 16:44:52 -06:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2021-01-07 19:02:12 -06:00
|
|
|
.right {
|
|
|
|
text-align: right;
|
2021-01-07 16:44:52 -06:00
|
|
|
}
|
|
|
|
|
2021-01-07 19:02:12 -06:00
|
|
|
.left {
|
2021-01-10 16:01:59 -05:00
|
|
|
margin: 2px 2%;
|
2021-01-07 16:44:52 -06:00
|
|
|
text-align: left;
|
2021-01-06 06:48:41 -06:00
|
|
|
}
|
2021-01-06 16:04:16 -08:00
|
|
|
|
2021-01-12 13:07:03 -08:00
|
|
|
.build-helmet, .build-chestplate, .build-leggings, .build-boots, .build-ring1, .build-ring2, .build-bracelet, .build-necklace, .build-weapon, .build-order, .build-overall, .build-melee-stats, .build-defense-stats, .spell-info, .set-info, .powder-special, .powder-special-stats {
|
2021-01-07 19:02:12 -06:00
|
|
|
color: #aaa;
|
2021-01-10 16:01:59 -05:00
|
|
|
background: #121516;
|
2021-01-09 15:30:05 -08:00
|
|
|
border: 3px solid #BCBCBC;
|
2021-01-07 00:11:54 -08:00
|
|
|
border-radius: 3px;
|
2021-01-09 17:35:32 -06:00
|
|
|
width: 96%;
|
2021-01-10 16:31:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.spell-info {
|
2021-01-10 16:01:59 -05:00
|
|
|
margin-bottom: 10px;
|
2021-01-07 19:02:12 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.itemcenter {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.itemleft {
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.itemtable {
|
|
|
|
margin: 2px 2%;
|
2021-01-09 17:35:32 -06:00
|
|
|
width: 94%;
|
2021-01-07 19:02:12 -06:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2021-01-09 02:52:58 -06:00
|
|
|
.itemp, .damagep {
|
2021-01-07 19:02:12 -06:00
|
|
|
margin: 2px 2%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2021-01-09 02:52:58 -06:00
|
|
|
.damageSubtitle {
|
|
|
|
text-align: center;
|
|
|
|
margin: 12px 2% 4px;
|
|
|
|
/*margin-bottom: 16px;*/
|
|
|
|
/*margin-top: 16px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-01-07 19:02:12 -06:00
|
|
|
.positive {
|
|
|
|
color: #5f5;
|
|
|
|
/*text-shadow: 2px 2px 0 #153f15;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.negative {
|
|
|
|
color: #f55;
|
|
|
|
/*text-shadow: 2px 2px 0 #1f1515;*/
|
|
|
|
}
|
|
|
|
|
2021-01-11 01:22:06 -06:00
|
|
|
.Earth { color: #0a0; }
|
|
|
|
.Earth:before { content: "\2724" ' '; }
|
|
|
|
.Earth_powder { color: #0a0; }
|
|
|
|
.Earth_powder:before { content: "\2724"; }
|
2021-01-07 19:02:12 -06:00
|
|
|
|
2021-01-11 01:22:06 -06:00
|
|
|
.Thunder { color: #ff5; }
|
|
|
|
.Thunder:before { content: "\2726" ' '; }
|
|
|
|
.Thunder_powder { color: #ff5; }
|
|
|
|
.Thunder_powder:before { content: "\2726"; }
|
2021-01-07 19:02:12 -06:00
|
|
|
|
2021-01-11 01:22:06 -06:00
|
|
|
.Water { color: #5ff; }
|
|
|
|
.Water:before { content: "\2749" ' '; }
|
|
|
|
.Water_powder { color: #5ff; }
|
|
|
|
.Water_powder:before { content: "\2749"; }
|
2021-01-07 19:02:12 -06:00
|
|
|
|
2021-01-11 01:22:06 -06:00
|
|
|
.Fire { color: #f55; }
|
|
|
|
.Fire:before { content: "\2739" ' '; }
|
|
|
|
.Fire_powder { color: #f55; }
|
|
|
|
.Fire_powder:before { content: "\2739"; }
|
2021-01-07 19:02:12 -06:00
|
|
|
|
2021-01-11 01:22:06 -06:00
|
|
|
.Air { color: #fff; }
|
|
|
|
.Air:before { content: "\274b" ' '; }
|
|
|
|
.Air_powder { color: #fff; }
|
|
|
|
.Air_powder:before { content: "\274b"; }
|
2021-01-07 19:02:12 -06:00
|
|
|
|
2021-01-11 01:22:06 -06:00
|
|
|
.Neutral { color: #fa0; }
|
|
|
|
.Neutral:before { content: "\2724" ' '; }
|
2021-01-07 19:14:56 -06:00
|
|
|
|
|
|
|
.Health {
|
|
|
|
color: #a00;
|
|
|
|
/*text-shadow: 2px 2px 0 #2a0000;*/
|
|
|
|
}
|
|
|
|
.Health:before {
|
|
|
|
content: "\2764" ' ';
|
|
|
|
}
|
2021-01-08 14:21:31 -06:00
|
|
|
|
|
|
|
.skpInput, .skplabel {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2021-01-09 15:30:05 -08:00
|
|
|
|
|
|
|
/*Scrollbar*/
|
|
|
|
/* width */
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
2021-01-10 16:01:59 -05:00
|
|
|
/* Track */
|
|
|
|
::-webkit-scrollbar-track {
|
2021-01-09 15:30:05 -08:00
|
|
|
box-shadow: inset 0 0 5px #BCBCBC;
|
|
|
|
border: #BCBCBC;
|
|
|
|
border-radius: 5px;
|
2021-01-10 16:01:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
::-webkit-scrollbar-thumb {
|
2021-01-09 15:30:05 -08:00
|
|
|
background: #aaa;
|
|
|
|
border-radius: 10px;
|
2021-01-10 16:01:59 -05:00
|
|
|
}
|
2021-01-09 15:30:05 -08:00
|
|
|
|
2021-01-10 16:01:59 -05:00
|
|
|
/* Ugly Corner */
|
|
|
|
::-webkit-scrollbar-corner{
|
|
|
|
background: #110110;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
background-color: #666;
|
|
|
|
border: 2px solid #444;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: #ddd;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: 'Nunito',sans-serif;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 120%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
background-color: #666;
|
|
|
|
border: 2px solid #444;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: #ddd;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: 'Nunito',sans-serif;
|
|
|
|
font-weight: 700;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
::placeholder{
|
2021-01-10 19:42:09 -06:00
|
|
|
color: #aaa;
|
2021-01-10 16:01:59 -05:00
|
|
|
}
|
|
|
|
/* Tier colors tier colors */
|
|
|
|
.Normal{
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.Unique{
|
|
|
|
color:#ff5;
|
|
|
|
}
|
|
|
|
.Rare{
|
|
|
|
color:#f5f;
|
|
|
|
}
|
|
|
|
.Legendary{
|
|
|
|
color:#5ff;
|
|
|
|
}
|
|
|
|
.Fabled{
|
|
|
|
color:#f55;
|
|
|
|
}
|
|
|
|
.Mythic{
|
|
|
|
color:#a0a;
|
|
|
|
}
|
|
|
|
.Set{
|
2021-01-10 16:31:29 -05:00
|
|
|
color:#5f5;
|
2021-01-10 16:01:59 -05:00
|
|
|
}
|
2021-01-11 09:52:21 -08:00
|
|
|
.restrict, .warning {
|
2021-01-11 00:10:33 -08:00
|
|
|
color: #ff8180;
|
2021-01-10 19:42:09 -06:00
|
|
|
}
|
2021-01-11 23:11:20 -08:00
|
|
|
|
|
|
|
button.toggleOn{
|
|
|
|
background-color:#0a0;
|
|
|
|
border: 3 px solid rgb(0, 70, 0);
|
|
|
|
}
|