419 lines
6.3 KiB
CSS
419 lines
6.3 KiB
CSS
:root {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sortable {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.sortable .sortable-links {
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.sortable-links a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sortable-links a:nth-child(1) {
|
|
margin-bottom: -3px;
|
|
}
|
|
|
|
.sortable-links a:nth-child(2) {
|
|
margin-top: -3px;
|
|
}
|
|
|
|
.table thead th {
|
|
border-bottom: 1px solid var(--gray);
|
|
}
|
|
|
|
.list-horizontal {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
font-size: 80%;
|
|
}
|
|
.list-horizontal li {
|
|
display: inline-block;
|
|
}
|
|
.list-horizontal li:not(:last-child):after {
|
|
content: ",";
|
|
margin-right: 4px;
|
|
}
|
|
|
|
table.sticky-header {
|
|
position: relative;
|
|
}
|
|
|
|
table.sticky-header tr.header th {
|
|
position: sticky;
|
|
top: 44px;
|
|
background-color: #fcfac8;
|
|
z-index: 2;
|
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
th.sorted, td.sorted {
|
|
background-color: #dae5f6 !important;
|
|
}
|
|
|
|
table.row-clickable tbody.data td {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.enemy-sprite {
|
|
background-image: url("/static/images/7th-saga-enemies-transparent.png");
|
|
background-repeat: no-repeat;
|
|
position: absolute;
|
|
}
|
|
|
|
.enemy-sprite-container {
|
|
height: 64px;
|
|
min-width: 64px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.Flame {
|
|
background-position: -249px -6px;
|
|
width: 28px;
|
|
height: 97px;
|
|
}
|
|
.F_Night {
|
|
background-position: -351px -6px;
|
|
width: 28px;
|
|
height: 97px;
|
|
}
|
|
.K_Moon {
|
|
background-position: -300px -6px;
|
|
width: 28px;
|
|
height: 97px;
|
|
}
|
|
.Soidiek {
|
|
background-position: -405px -6px;
|
|
width: 31px;
|
|
height: 92px;
|
|
}
|
|
.Manrot {
|
|
background-position: 19.983% 0.414%;
|
|
width: 48px;
|
|
height: 91px;
|
|
}
|
|
.Soidiek {
|
|
background-position: -405px -6px;
|
|
width: 31px;
|
|
height: 92px;
|
|
}
|
|
.Orc {
|
|
background-position: -538px -7px;
|
|
width: 46px;
|
|
height: 56px;
|
|
}
|
|
.Pison {
|
|
background-position: -600px -3px;
|
|
width: 61px;
|
|
height: 95px;
|
|
}
|
|
.Hermit {
|
|
background-position: -686px -4px;
|
|
width: 32px;
|
|
height: 64px;
|
|
}
|
|
.Wyvern {
|
|
background-position: -741px -17px;
|
|
width: 59px;
|
|
height: 65px;
|
|
}
|
|
.Demon {
|
|
background-position: -818px -14px;
|
|
width: 48px;
|
|
height: 52px;
|
|
}
|
|
.S_Demon {
|
|
background-position: -872px -14px;
|
|
width: 48px;
|
|
height: 52px;
|
|
}
|
|
.B_Demon {
|
|
background-position: -924px -14px;
|
|
width: 48px;
|
|
height: 52px;
|
|
}
|
|
.R_Demon {
|
|
background-position: -975px -14px;
|
|
width: 48px;
|
|
height: 52px;
|
|
}
|
|
.K_Trick {
|
|
background-position: -1049px -5px;
|
|
width: 26px;
|
|
height: 87px;
|
|
}
|
|
.Trick {
|
|
background-position: -1105px -6px;
|
|
width: 26px;
|
|
height: 87px;
|
|
}
|
|
.R_Trick {
|
|
background-position: -1148px -4px;
|
|
width: 26px;
|
|
height: 87px;
|
|
}
|
|
.Android {
|
|
background-position: -1192px -5px;
|
|
width: 32px;
|
|
height: 94px;
|
|
}
|
|
.Chimera {
|
|
background-position: -1241px -6px;
|
|
width: 28px;
|
|
height: 80px;
|
|
}
|
|
.Chimere {
|
|
background-position: -1285px -6px;
|
|
width: 28px;
|
|
height: 80px;
|
|
}
|
|
.Brain {
|
|
background-position: -1329px -6px;
|
|
width: 31px;
|
|
height: 57px;
|
|
}
|
|
.N_Brain {
|
|
background-position: -1372px -6px;
|
|
width: 31px;
|
|
height: 57px;
|
|
}
|
|
.S_Brain {
|
|
background-position: -1372px -6px;
|
|
width: 31px;
|
|
height: 57px;
|
|
}
|
|
.Titan {
|
|
background-position: -1429px -4px;
|
|
width: 63px;
|
|
height: 64px;
|
|
}
|
|
.Crab {
|
|
background-position: -1515px -3px;
|
|
width: 60px;
|
|
height: 64px;
|
|
}
|
|
.Romus {
|
|
background-position: -1590px -4px;
|
|
width: 112px;
|
|
height: 127px;
|
|
}
|
|
.Goron {
|
|
background-position: -1713px -4px;
|
|
width: 112px;
|
|
height: 127px;
|
|
}
|
|
.Serpent {
|
|
background-position: -1830px -1px;
|
|
width: 128px;
|
|
height: 115px;
|
|
}
|
|
.Griffan {
|
|
background-position: -1975px -3px;
|
|
width: 127px;
|
|
height: 116px;
|
|
}
|
|
.Gariso {
|
|
background-position: -2108px -362px;
|
|
width: 96px;
|
|
height: 118px;
|
|
}
|
|
.Foma {
|
|
background-position: -2207px -5px;
|
|
width: 128px;
|
|
height: 87px;
|
|
}
|
|
.Gorsia {
|
|
background-position: -2130px -484px;
|
|
width: 191px;
|
|
height: 152px;
|
|
}
|
|
.Undead {
|
|
background-position: -2287px -641px;
|
|
width: 55px;
|
|
height: 63px;
|
|
}
|
|
.Unded {
|
|
background-position: -2220px -643px;
|
|
width: 55px;
|
|
height: 63px;
|
|
}
|
|
.Undeed {
|
|
background-position: -2149px -642px;
|
|
width: 57px;
|
|
height: 64px;
|
|
}
|
|
.Reaper {
|
|
background-position: -2048px -585px;
|
|
width: 80px;
|
|
height: 85px;
|
|
}
|
|
.Despair {
|
|
background-position: -1953px -584px;
|
|
width: 80px;
|
|
height: 85px;
|
|
}
|
|
.Doom {
|
|
background-position: -1856px -584px;
|
|
width: 80px;
|
|
height: 85px;
|
|
}
|
|
.B_Night {
|
|
background-position: -1599px -466px;
|
|
width: 37px;
|
|
height: 94px;
|
|
}
|
|
.K_Night {
|
|
background-position: -1784px -466px;
|
|
width: 38px;
|
|
height: 94px;
|
|
}
|
|
.V_Night {
|
|
background-position: -1722px -467px;
|
|
width: 38px;
|
|
height: 94px;
|
|
}
|
|
.D_Night {
|
|
background-position: -1722px -467px;
|
|
width: 38px;
|
|
height: 94px;
|
|
}
|
|
.Ghoul {
|
|
background-position: -1534px -275px;
|
|
width: 59px;
|
|
height: 95px;
|
|
}
|
|
.Sage {
|
|
background-position: -1545px -728px;
|
|
width: 35px;
|
|
height: 81px;
|
|
}
|
|
.F_Witch {
|
|
background-position: -1484px -279px;
|
|
width: 32px;
|
|
height: 103px;
|
|
}
|
|
.S_Witch {
|
|
background-position: -1438px -280px;
|
|
width: 32px;
|
|
height: 103px;
|
|
}
|
|
.Serpant {
|
|
background-position: -1303px -281px;
|
|
width: 64px;
|
|
height: 83px;
|
|
}
|
|
.Serpint {
|
|
background-position: -1371px -281px;
|
|
width: 61px;
|
|
height: 83px;
|
|
}
|
|
.Griffin {
|
|
background-position: -1234px -281px;
|
|
width: 64px;
|
|
height: 83px;
|
|
}
|
|
.Sword {
|
|
background-position: -1357px -650px;
|
|
width: 35px;
|
|
height: 95px;
|
|
}
|
|
.P_Moon {
|
|
background-position: -1297px -651px;
|
|
width: 54px;
|
|
height: 86px;
|
|
}
|
|
.Spidek {
|
|
background-position: -1234px -651px;
|
|
width: 54px;
|
|
height: 86px;
|
|
}
|
|
.Doros {
|
|
background-position: -1171px -478px;
|
|
width: 47px;
|
|
height: 115px;
|
|
}
|
|
.Spirit {
|
|
background-position: -1103px -475px;
|
|
width: 52px;
|
|
height: 95px;
|
|
}
|
|
.Falock {
|
|
background-position: -976px -307px;
|
|
width: 48px;
|
|
height: 66px;
|
|
}
|
|
.Plater {
|
|
background-position: -905px -306px;
|
|
width: 48px;
|
|
height: 67px;
|
|
}
|
|
.Statue {
|
|
background-position: -836px -306px;
|
|
width: 48px;
|
|
height: 67px;
|
|
}
|
|
.Manta {
|
|
background-position: -746px -517px;
|
|
width: 64px;
|
|
height: 67px;
|
|
}
|
|
.Cocoon {
|
|
background-position: -688px -243px;
|
|
width: 28px;
|
|
height: 56px;
|
|
}
|
|
.Wyrock {
|
|
background-position: -689px -511px;
|
|
width: 35px;
|
|
height: 96px;
|
|
}
|
|
.R-Pison {
|
|
background-position: -608px -523px;
|
|
width: 61px;
|
|
height: 96px;
|
|
}
|
|
.M-Pison {
|
|
background-position: -529px -515px;
|
|
width: 61px;
|
|
height: 96px;
|
|
}
|
|
.Defeat {
|
|
background-position: -470px -635px;
|
|
width: 54px;
|
|
height: 94px;
|
|
}
|
|
.Dragon {
|
|
background-position: -835px -762px;
|
|
width: 63px;
|
|
height: 91px;
|
|
}
|
|
.Dogun {
|
|
background-position: -900px -762px;
|
|
width: 63px;
|
|
height: 91px;
|
|
}
|
|
.Monmo {
|
|
background-position: -966px -762px;
|
|
width: 63px;
|
|
height: 91px;
|
|
}
|
|
.Dergun {
|
|
background-position: -1033px -762px;
|
|
width: 63px;
|
|
height: 91px;
|
|
}
|
|
.Mutant {
|
|
background-position: -760px -827px;
|
|
width: 44px;
|
|
height: 71px;
|
|
}
|