User:Aesulus/Membership box.css: Difference between revisions

From Hololive Fan Wiki
Content added Content deleted
(add faux borders)
(rename class; move some styling from template)
Line 1: Line 1:
.membership-emotes {
.membership-icons {
display: flex;
display: flex;
flex-flow: row wrap;
flex-flow: row wrap;
padding: 0.5em 1em;
}
}


.membership-emotes ul {
.membership-icons ul {
list-style-type: none;
list-style-type: none;
margin: 0;
margin: 0;
Line 10: Line 11:
}
}


.membership-emotes li {
.membership-icons li {
display: inline;
display: inline;
}
}


.membership-emotes img {
.membership-icons img {
width: 32px;
width: 32px;
height: 32px;
height: 32px;
Line 36: Line 37:
font-weight: bold;
font-weight: bold;
padding: 0.2em 0;
padding: 0.2em 0;
width: 100%;
flex: 100%
}

.membership-badges-section {
flex: 1 300px
}

.membership-icon-label {
flex: 100%;
}

.membership-perks-section {
flex: 2 auto;
}
}

Revision as of 11:59, 14 August 2022

.membership-icons {
	display: flex;
	flex-flow: row wrap;
	padding: 0.5em 1em;
}

.membership-icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.membership-icons li {
	display: inline;
}

.membership-icons img {
	width: 32px;
	height: 32px;
}

.membership-table {
	display: flex;
	flex-flow: row wrap;
	padding-left: 1px;
	padding-top: 1px;
}

.membership-table >* {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #a2a9b1;
}

.membership-header {
	text-align: center;
	font-weight: bold;
	padding: 0.2em 0;
	flex: 100%
}

.membership-badges-section {
	 flex: 1 300px
}

.membership-icon-label {
	flex: 100%;
}

.membership-perks-section {
	 flex: 2 auto;
}