Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Redirects/styles.css: Difference between revisions

Template page
Please don't create anything with text that small – see w:MOS:SMALL "In no case should the resulting font size of any text drop below 85% of the page's default font size". I used styles from w:Module:Shortcut/styles.css.
dark mode fixes
 
Line 2: Line 2:
float: right;
float: right;
margin: 0 0 0 1em;
margin: 0 0 0 1em;
border: 1px solid #a2a9b1;
border: 1px solid var(--border-color-base, #a2a9b1);
background-color: #fff;
background-color: var(--background-color-interactive-subtle, #f8f9fa);
color: inherit; /* support dark mode */
color: inherit; /* support dark mode */
padding: 0.3em 0.6em 0.2em 0.6em;
padding: 0.3em 0.6em 0.2em 0.6em;

Latest revision as of 07:24, 26 August 2024

.shortcutbox-template {
	float: right;
	margin: 0 0 0 1em;
	border: 1px solid var(--border-color-base, #a2a9b1);
	background-color: var(--background-color-interactive-subtle, #f8f9fa);
	color: inherit; /* support dark mode */
	padding: 0.3em 0.6em 0.2em 0.6em;
	text-align: center;
	font-size: 85%;
}

.shortcutbox-template-header {
	display: inline-block;
	border-bottom: 1px solid #a2a9b1;
	margin-bottom: 0.2em;
}

.shortcutbox-template-floatleft {
	/* @noflip */
	float: left;
	/* @noflip */
	margin: 2px .5em 2px 0;
}

.shortcutbox-template-floatright {
	/* @noflip */
	float: right;
	/* @noflip */
	margin: 2px 0 2px .5em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.