Template:SSChar/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.ss-box {
	margin-bottom: 5px;
	text-align: center;
	font-size: 90%;
	border-radius: 7px;
	display: table;
	width: 100%;
}

.ss-bg {
	background:#dfdbdb;
	width: 150px;
	display:table-cell;
	border: 2px solid black;
	border-right: 0;
	vertical-align: middle;
	background-image:url(https://static.jojowiki.com/images/3/33/latest/20220806200610/Bg_SR.png);
	background-size: cover;
}

.ss-c2 {
	display:table-cell;
	vertical-align: top;
	border: 2px solid black;
}

.ss-text {
    position: absolute;
    width: 150px;
    background: rgb(0 0 0 / 70%);
    margin-bottom: 0px;
    margin-left: -150px;
    font-family: Roboto Slab;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 85%;
}

  .ss-coin {
    position: absolute;
    margin-top: 40px;
    margin-left: -150px;
}

.ss-frame {
    position: absolute;
    margin-top: 145px;
    margin-left: -150px;
}

.ss-image {
    position: absolute;
    margin-top: 35px;
    margin-left: -155px;
}

.ss-heading {
	font-family: Roboto Slab;
	padding: 5px;
	text-shadow: 1px 1px 1px #333333;
	vertical-align: middle;
	display: table-cell;
	border: 1.5px solid black;
	color: white;
}

.ss-name {
	width: 60%;
	border-left: none;
}

.ss-rarity {
	border-right: none;
}

.ss-h2 {
	width: 20%;
}

.ss-row {
	display: table;
	width: 100%;
	border: 1px solid black;
}

.ss-sub {
	color: white;
	width: 10%;
	display: table-cell;
}

.ss-sub2 {
	color: white;
}