Dear visitors, IOP Wiki is currently the target of a denial of service campaign. We are investigating countermeasures. In the meantime, the Wiki may experience periods of unplanned downtime.

User:Messing with data/vector.css: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Some small cleanup
Removed testing styles
Tag: Replaced
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/** Room for texting things on vector.css */
* {
  box-sizing: border-box;
}
 
.gfl-doll-card {
width: 8rem;
height: 14.25rem;
position: relative;
border: thin solid white;
background-size: 8rem 14.25rem;
display: inline-block;
}
 
.gfl-doll-card .doll-image {
margin-top: 0.75rem;
width: 100%;
height: auto;
object-fit: contain;
}
 
.gfl-doll-card .index {
bottom: 0.165rem;
width: 100%;
font-size: 1.0rem;
letter-spacing: -0.1875rem;
padding-right: 0.35rem;
line-height: 1rem;
text-shadow: none;
text-align: right;
color: white;
font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida";
position: absolute;
left: 0;
}
 
.gfl-doll-card .card-frame {
width: 100%;
background: url("//iopwiki.com/images/thumb/7/76/Icon_SMG_4star.png/53px-Icon_SMG_4star.png") top left no-repeat, url("//iopwiki.com/images/thumb/2/2c/Infobox_border.png/128px-Infobox_border.png") top left no-repeat;
height: 100%;
background-size: 3.3125rem, contain;
position: absolute;
top: 0;
left: 0;
}
 
.gfl-doll-card > .plainlinks.card-frame > .external.text {
color: transparent;
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
}
 
.gfl-doll-card .name {
top: 11rem;
font-size: 1rem;
width: 100%;
padding: 0.1rem;
background-repeat: no-repeat;
background-size: contain;
line-height: 1.5rem;
background-position: center;
text-align: left;
text-shadow: none;
color: black;
font-weight: bold;
font-family: "Times New Roman",Times,serif;
text-overflow: ellipsis;
white-space: nowrap;
left: 0;
}
 
.gfl-doll-card.doll-rarity-2 .name { background-image: url("/images/b/b1/Infobox_name_2star.png"); }
.gfl-doll-card.doll-rarity-3 .name { background-image: url("/images/c/c1/Infobox_name_3star.png"); }
.gfl-doll-card.doll-rarity-4 .name { background-image: url("/images/8/81/Infobox_name_4star.png"); }
.gfl-doll-card.doll-rarity-5 .name { background-image: url("/images/2/26/Infobox_name_5star.png"); }
.gfl-doll-card.doll-rarity-6 .name { background-image: url("/images/a/a0/Infobox_name_6star.png"); }
.gfl-doll-card.doll-rarity-EXTRA .name { background-image: url("/images/c/c0/Infobox_name_EXTRAstar.png"); }

Latest revision as of 00:10, 22 June 2024

/** Room for texting things on vector.css */