body {
	background: #bb00c4;
	background-image: linear-gradient(0deg,rgba(187, 0, 196, 1) 0%, rgba(111, 0, 255, 1) 100%);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial;
	color: white;
	text-shadow: 2px 2px 4px black;
}

code { color: pink; background: rgba(255, 105, 180, 0.5); }

a {
	color: hotpink;
	font-weight: bold;
}
a:hover { color: pink; }
a:active { color: pink; }

#modlisting {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:1.5em;
}

rmbs-mod > .container {
	border: 0.175em solid hotpink;
	background-color: rgba(139, 0, 139, 0.25);
	font-size: 1em;
	padding:1em;
	width: 21em;
	height: 17.4em;
	position: relative;
}
rmbs-modname {
	font-size: 1.2em;
	text-decoration: none;
}

rmbs-modname-big { font-size: 1.25em; }
rmbs-modsumm { font-size: 0.9em; }
rmbs-modorigin, rmbs-datedisplay { font-size: 0.9em; color: rgba(255, 165, 240, 1); text-decoration: none; }

rmbs-mod rmbs-extrainfo {
	position: absolute;
	bottom: 1em;
}

rmbs-modpage > * {
	text-align: left;
	width: 90vw;
}

rmbs-modimg > .container {
	width: 320px;
	height: 180px;
	margin-left:0.5em;
	object-fit: cover;
}

rmbs-gallery > * {
	text-align: center;
}

rmbs-bigimage > .container {
	width: 100%;
	height: auto;
	max-height: 23em;
	object-fit: contain;
}

rmbs-gallery > figure > img {
	border: 0.125em solid hotpink;
	padding:0.2em;
	margin:0.2em;
	max-height: 3em;
}

summary {
	color: hotpink;
	font-weight: bold;
}

ruby-col-tiny {
	display: block;
	font-size: 12px;
	text-align: center;
}

ruby-col-search {
	text-align: right;
	position: absolute;
	top: 2.5em;
	right: 1.875em;
	border: none;
}

#searchbar {
	width: 45em;
	height: 2em;
	max-width: 60vw;
	border: 0.175em solid hotpink;
}

ruby-col-banner { text-align: left; }
