174 lines
1.8 KiB
CSS
174 lines
1.8 KiB
CSS
@font-face
|
|
{
|
|
font-family: TTSquaresCondensed;
|
|
src: url("TTSquaresCondensed.otf") format("opentype");
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-size: 3em;
|
|
}
|
|
|
|
td
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
body
|
|
{
|
|
background-image: url("images/tiles.png");
|
|
/* width: 50em; */
|
|
margin: 0 auto;
|
|
font-family: TTSquaresCondensed;
|
|
color: #ffffff;
|
|
text-shadow:
|
|
-1px -1px 0 #000000,
|
|
1px -1px 0 #000000,
|
|
-1px 1px 0 #000000,
|
|
1px 1px 0 #000000;
|
|
}
|
|
|
|
.all_check
|
|
{
|
|
padding: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.svg_btn
|
|
{
|
|
cursor: pointer;
|
|
width: 32.5em;
|
|
}
|
|
|
|
#icon_img
|
|
{
|
|
height: 4em;
|
|
}
|
|
|
|
#class_img
|
|
{
|
|
height: 2em;
|
|
}
|
|
|
|
#mod_img
|
|
{
|
|
height:2em;
|
|
}
|
|
|
|
#legend_name
|
|
{
|
|
font-size: 2em;
|
|
text-align: left;
|
|
vertical-align: bottom;
|
|
margin: 0;
|
|
}
|
|
|
|
#legend_desc
|
|
{
|
|
font-size: 1em;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
margin: 0;
|
|
}
|
|
|
|
#legend_class
|
|
{
|
|
margin: 0;
|
|
}
|
|
|
|
#legend_mod
|
|
{
|
|
margin: 0;
|
|
}
|
|
|
|
.ability_bg
|
|
{
|
|
width: 15em;
|
|
height: 4em;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
/* text-align: center; */
|
|
}
|
|
|
|
.ability_img
|
|
{
|
|
height: 3em;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#ultimate_img
|
|
{
|
|
height: 5em;
|
|
padding: 1em;
|
|
}
|
|
|
|
.ability_txt_td
|
|
{
|
|
height: 1.5em;
|
|
text-align: center;
|
|
}
|
|
|
|
.ability_txt
|
|
{
|
|
font-size: 1em;
|
|
margin: 0;
|
|
}
|
|
|
|
.weapon_bg
|
|
{
|
|
height: 5em;
|
|
width: 25em;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
position: relative;
|
|
}
|
|
|
|
.weapon_img
|
|
{
|
|
height: 5em;
|
|
display: inline-block;
|
|
}
|
|
|
|
.ammo_img
|
|
{
|
|
height: 5em;
|
|
position: absolute;
|
|
top: 0.125em;
|
|
right: 0.675em;
|
|
}
|
|
|
|
.weapon_name
|
|
{
|
|
height: 1em;
|
|
font-size: 2em;
|
|
margin:0;
|
|
}
|
|
|
|
.attachment_bg
|
|
{
|
|
height: 3em;
|
|
width: 5em;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
.attachment_img
|
|
{
|
|
height: 3em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.attachment_txt
|
|
{
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.attachment_txt_bg
|
|
{
|
|
height: 5em;
|
|
vertical-align: top;
|
|
}
|