Navigation menu

User:AlexBot2004/common.css

From Metroid Wiki
Revision as of 19:41, 19 January 2023 by AlexBot2004 (talk | contribs) (Created page with ".infobox { float: right; width: 300px; border: 2px solid #6e3c80; border-radius: 20px; font-family: arial, sans-serif; font-size: 11px; margin: 0 0 1em 1em; background-color: #3c0252; } .infobox-sub { width: 100%; margin-left: auto; margin-right: auto; border-radius: 15px; border-spacing: 0; } .infobox-sub th, .infobox-sub td { background-color: #1f0827; border: 1px solid #6e3c80; padding: 3px; } .infobox-sub th { width: 30%; text-align: right; } .i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
.infobox {
	float: right;
	width: 300px;
	border: 2px solid #6e3c80;
	border-radius: 20px;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0 0 1em 1em;
	background-color: #3c0252;
}

.infobox-sub {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	border-spacing: 0;
}

.infobox-sub th,
.infobox-sub td {
	background-color: #1f0827;
	border: 1px solid #6e3c80;
	padding: 3px;
}

.infobox-sub th {
	width: 30%;
	text-align: right;
}

.infobox-sub tr:first-child th:first-child,
.infobox-sub tr:first-child td:first-child {
	border-top-left-radius: 15px;
}

.infobox-sub tr:first-child th:last-child,
.infobox-sub tr:first-child td:last-child {
	border-top-right-radius: 15px;
}

.infobox-sub tr:last-child th:first-child,
.infobox-sub tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
}

.infobox-sub tr:last-child th:last-child,
.infobox-sub tr:last-child td:last-child {
	border-bottom-right-radius: 15px;
}