Module:Sidebar/styles.css: Difference between revisions

From Random Island Wiki
Jump to navigation Jump to search
>Izno
(some more)
>Izno
(a few more)
Line 29: Line 29:
clear: both;
clear: both;
margin: 0 1em 1em 0;
margin: 0 1em 1em 0;
}
.vertical-navbox > caption {
padding-bottom: 0.2em;
font-size: 125%;
line-height: 1.2em;
font-weight: bold;
}
.sidebar-top-image {
padding: 0.4em 0;
}
}


Line 40: Line 51:
padding-top: 0.4em;
padding-top: 0.4em;
line-height: 1.2em;
line-height: 1.2em;
}
.vertical-navbox-subgroup {
width: 100%;
margin: 0;
border-spacing: 0;
}
}

Revision as of 22:23, 29 December 2020

.vertical-navbox {
	width: 22em;
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	background: #f8f9fa;
	border: 1px solid #aaa;
	padding: 0.2em;
	border-spacing: 0.4em 0;
	text-align: center;
	line-height: 1.4em;
	font-size: 88%;
}

.vertical-navbox-subgroup {
	width: 100%;
	margin: 0;
	border-spacing: 0;
}

.sidebar-left {
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
}

.sidebar-none {
	float: none;
	clear: both;
	margin: 0 1em 1em 0;
}

.vertical-navbox > caption {
	padding-bottom: 0.2em;
	font-size: 125%;
	line-height: 1.2em;
	font-weight: bold;
}

.sidebar-top-image {
	padding: 0.4em 0;
}

.sidebar-top-caption,
.sidebar-pretitle-top-image {
	padding-top: 0.2em;
	line-height: 1.2em;
}

.sidebar-pretitle {
	padding-top: 0.4em;
	line-height: 1.2em;
}