User:AnatoleSerial/vector.css

From Hololive Fan Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.test {
	text-align: center;
	font-weight: bold;
}

.mp-flex-wrapper {
	display:flex; 
	flex-flow:row wrap; 
	justify-content:center;
}

.gen-wrapper {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	gap: 0px;
	margin: 5px;
}

.gen-wrapper .gen-h {
    border: 1px solid #a2a9b1;
    background-color: #eaecf0;
	text-align: center;
	font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 6;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    line-height: 0.95;
    top: 0;
	bottom: 0;
	margin: 0;
    padding: 5px 0 0 0;
}

.gen-wrapper .holoportrait {
	display: inline-block; 
	position: relative; 
	overflow: hidden; 
	width: 96px; 
	height:200px;
}

.gen-wrapper .holoportrait .inner {
    display: inline-block; 
    position: absolute; 
    overflow:hidden;
}