Template:Magia Exedra Enemy Stats.css
Jump to navigation
Jump to search
.card-tabs .tabber__tab {
display: inline-block;
text-align: center;
width: 25px;
background-color: #ffdeb8;
border:solid 1.5px #9e7649;
border-radius: 75px;
}
.card-table {
border-spacing: 0;
background-color: #ffdeb8;
margin: 0 auto;
border: outset 2px #ffdeb8;
border-radius: 10px;
text-align: center;
width: 820.5px;
}
.card-table th {
text-align: right;
border-bottom: dashed 1.5px #9e7649;
border-right: none;
border-left: none;
border-top: none;
background: linear-gradient(to left, #ffdeb8 95%, #9e7649);
padding-left: 15px;
}
.card-table td {
border-bottom: dashed 1.5px #9e7649;
}
.card-table .sprite-cell {
height: 350px;
width: 350px;
background: linear-gradient(to right, #ffdeb8 95%, #9e7649);
padding: 0;
border: none;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.card-table .CoL-cell {
background-color: #9e7649;
padding: 0;
padding-top :5px;
padding-left: 2px;
vertical-align: bottom;
border: none;
}
.CoL-table {
background-color: #ffdeb8;
border-top-right-radius: 80px;
border-top-left-radius: 80px;
height: 375px;
}
.card-table .name-cell {
font-size: 40px;
line-height: 0.9;
border: none;
background: linear-gradient(to left, #ffdeb8 95%, #9e7649);
padding-left: 15px;
}
.card-table .key-cell {
background: linear-gradient(to left, #ffdeb8 85%, #9e7649);
}
.card-table .description-cell {
line-height: 1.1;
width: 300px;
padding: 2px 2px 2px 15px;
border: none;
background: linear-gradient(to left, #ffdeb8 95%, #9e7649);
}
.card-table .description-cell .tabber__tab {
letter-spacing: -1px;
}
.card-table .description-cell .tabber__tab[aria-selected=true]:after {
content: ' description';
letter-spacing: -1.5px;
}
.unknown-enemy {
width: 123.5px;
height: 275.7px;
background: linear-gradient(180deg, black, black, transparent);
color: white;
border-top-left-radius: 100px;
border-top-right-radius: 100px;
font-size: 3.5cm;
text-align: center;
line-height: 280px;
margin: 18.75px 23.5px 80.5px 23.5px;
font-family: MadokaRunes;
}
/* Dark theme adjustments */
html.skin-theme-clientpref-night .card-table {
background-color: #002147;
border-color: #002147;
}
html.skin-theme-clientpref-night .card-table th {
border-color: #6189b6;
background: linear-gradient(to left, #002147 95%, #6189b6);
}
html.skin-theme-clientpref-night .card-table td {
border-color: #6189b6;
}
html.skin-theme-clientpref-night .card-table .sprite-cell {
background: linear-gradient(to right, #002147 95%, #6189b6);
}
html.skin-theme-clientpref-night .card-table .CoL-cell {
background-color: #6189b6;
}
html.skin-theme-clientpref-night .card-table .name-cell {
background: linear-gradient(to left, #002147 95%, #6189b6);
}
html.skin-theme-clientpref-night .card-table .key-cell {
background: linear-gradient(to left, #002147 85%, #6189b6);
}
html.skin-theme-clientpref-night .card-table .description-cell {
background: linear-gradient(to left, #002147 95%, #6189b6);
}
html.skin-theme-clientpref-night .CoL-table {
background-color: #002147;
}
html.skin-theme-clientpref-night .card-tabs .tabber__tab {
background-color: #002147;
border-color: #6189b6;
}