Template:Emblem/style.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 60: Line 60:
}
}


div.emblem .name {
div.emblem .name,
div.emblem .text {
position: absolute;
position: absolute;
padding-left: 26%;
padding-left: 28%;
padding-right: 2%;
padding-right: 4%;
top:14%;
top:5%;
bottom: 15%;


display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
/* justify-items: flex-end; */
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;


line-height: 1;
line-height: 1;
text-align: center;
/* text-align: center; */
color: #4f6881;
color: #4f6881;
text-shadow: 0 0 3px #fff;
text-shadow: 0 0 3px #fff;
Line 86: Line 87:
bottom: 50%;
bottom: 50%;
text-transform: uppercase;
text-transform: uppercase;
}

div.emblem .text {
align-items: end;
font-size: 30px;
color: #4e1f87;
}
div.emblem .text > span {
font-size: 36px;
color: #a238df;
}
}


Line 127: Line 138:
z-index: 4;
z-index: 4;
}
}

/* Probability and amount pillows */

/*
.emblemtable span.prob,
.emblemtable span.amount {
display: inline-block;
line-height: 20px;
border-radius: 12px;
padding: 0 6px;
color: #fff;
}

.emblemtable span.prob {
background: #406ea0;
}

.emblemtable span.amount {
background: #a06c40;
font-size: 12px;
} */