Module:Shortcut/styles.css: Difference between revisions
From All Skies Encyclopaedia
| imported>Nardog  (turns out just the class name works fine if you don't load the same(ish) CSS twice) | imported>Nardog  mNo edit summary | ||
| Line 2: | Line 2: | ||
| .module-shortcutboxplain { | .module-shortcutboxplain { | ||
| 	float: right; | 	float: right; | ||
| 	margin | 	margin: 0 0 0 1em; | ||
| 	border: 1px solid #aaa; | 	border: 1px solid #aaa; | ||
| 	background: #fff; | 	background: #fff; | ||
| Line 12: | Line 12: | ||
| .module-shortcutboxleft { | .module-shortcutboxleft { | ||
| 	float: left; | 	float: left; | ||
| 	margin | 	margin: 0 1em 0 0; | ||
| } | } | ||
Revision as of 23:01, 16 February 2021
/* {{pp-template}} */
.module-shortcutboxplain {
	float: right;
	margin: 0 0 0 1em;
	border: 1px solid #aaa;
	background: #fff;
	padding: 0.3em 0.6em 0.2em 0.6em;
	text-align: center;
	font-size: 85%;
}
.module-shortcutboxleft {
	float: left;
	margin: 0 1em 0 0;
}
.module-shortcutlist {
	display: inline-block;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.2em;
}
.module-shortcutboxplain > ul {
	font-weight: bold;
}
.module-shortcutanchordiv {
	position: relative;
	top: -3em;
}
li .module-shortcutanchordiv {
	float: right; /* IE/Edge in list items */
}
.mbox-imageright .module-shortcutboxplain {
	padding: 0.4em 1em 0.4em 1em;
	line-height: 1.3;
}







