<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://madnesscombat.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ABanner%2Fstyles.css</id>
	<title>Template:Banner/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://madnesscombat.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ABanner%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://madnesscombat.wiki/index.php?title=Template:Banner/styles.css&amp;action=history"/>
	<updated>2026-04-13T02:49:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://madnesscombat.wiki/index.php?title=Template:Banner/styles.css&amp;diff=7726&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;.mainpage-shadowbox { 	color: white; 	background: rgb(16,16,16); 	background: rgba(0,0,0,0.3); 	border-radius: 4px; } .mainpage-shadowbox h2, .mainpage-shadowbox h3 { 	color: white; 	border:none; 	font-family: sans-serif; 	line-height: 1.2em; 	margin:0; 	padding: 0; /* was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile */ } .mainpage-shadowbox a { 	color: white; 	font-weight: bold; }  .banner-image...&quot;</title>
		<link rel="alternate" type="text/html" href="https://madnesscombat.wiki/index.php?title=Template:Banner/styles.css&amp;diff=7726&amp;oldid=prev"/>
		<updated>2025-02-10T21:11:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;.mainpage-shadowbox { 	color: white; 	background: rgb(16,16,16); 	background: rgba(0,0,0,0.3); 	border-radius: 4px; } .mainpage-shadowbox h2, .mainpage-shadowbox h3 { 	color: white; 	border:none; 	font-family: sans-serif; 	line-height: 1.2em; 	margin:0; 	padding: 0; &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile: &lt;/span&gt; } .mainpage-shadowbox a { 	color: white; 	font-weight: bold; }  .banner-image...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.mainpage-shadowbox {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: rgb(16,16,16);&lt;br /&gt;
	background: rgba(0,0,0,0.3);&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
}&lt;br /&gt;
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {&lt;br /&gt;
	color: white;&lt;br /&gt;
	border:none;&lt;br /&gt;
	font-family: sans-serif;&lt;br /&gt;
	line-height: 1.2em;&lt;br /&gt;
	margin:0;&lt;br /&gt;
	padding: 0; /* was previously set only for h3, and skin styles would do the same for h2. however, cannot rely on skin to do this on mobile */&lt;br /&gt;
}&lt;br /&gt;
.mainpage-shadowbox a {&lt;br /&gt;
	color: white;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.banner-image {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    max-width: 1125px; &lt;br /&gt;
    height: auto;&lt;br /&gt;
    margin-bottom: .6em;&lt;br /&gt;
}&lt;br /&gt;
.banner-image img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
    /* width: auto\9; */ /* ie8 */&lt;br /&gt;
}&lt;br /&gt;
.banner-box-wide {&lt;br /&gt;
    width: 80%&lt;br /&gt;
}&lt;br /&gt;
.banner-box-left,&lt;br /&gt;
.banner-box-right {&lt;br /&gt;
	padding: 8px 7px;&lt;br /&gt;
	background: rgb(16,16,16);&lt;br /&gt;
	background: rgba(0,0,0,0.3);&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
.banner-box-left  { text-align: left; }&lt;br /&gt;
.banner-box-right { text-align: right; }&lt;br /&gt;
.banner-box-2 {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    z-index: 2;&lt;br /&gt;
    min-width: 20em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and ( min-width: 720px ) { /* greater than or equal to */&lt;br /&gt;
	.banner-image img.nolink { display: none; } /* can be removed when backward compat is no longer needed */&lt;br /&gt;
	.banner-image span[typeof~=&amp;#039;mw:File/Frameless&amp;#039;].nolink { display: none; }&lt;br /&gt;
	.mainpage-shadowbox h2 {&lt;br /&gt;
		font-size: 190%;&lt;br /&gt;
	}&lt;br /&gt;
	.mainpage-shadowbox h3 {&lt;br /&gt;
		font-size: 150%;&lt;br /&gt;
	}&lt;br /&gt;
	.banner-image {&lt;br /&gt;
		overflow: hidden;&lt;br /&gt;
	}&lt;br /&gt;
	.banner-box-left {&lt;br /&gt;
		left: 3%;&lt;br /&gt;
	}&lt;br /&gt;
	.banner-box-right {&lt;br /&gt;
		right: 3%;&lt;br /&gt;
	}&lt;br /&gt;
	.banner-box-2 {&lt;br /&gt;
		margin-top: 2em;&lt;br /&gt;
	}&lt;br /&gt;
	.banner-box-2 .quote {&lt;br /&gt;
	    font-size: 80%;&lt;br /&gt;
	    line-height: 1.2em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen and ( max-width: 720px ) {&lt;br /&gt;
	.banner-image img:not(.nolink) { display: none; } /* can be removed when backward compat is no longer needed */&lt;br /&gt;
	.banner-image span[typeof~=&amp;#039;mw:File/Frameless&amp;#039;] img { display: inline-block; } /* can be removed when b/c is no longer needed */&lt;br /&gt;
	.banner-image span[typeof~=&amp;#039;mw:File/Frameless&amp;#039;]:not(.nolink) { display: none; }&lt;br /&gt;
	.banner-image &amp;gt; .mainpage-shadowbox {&lt;br /&gt;
		width: inherit !important;&lt;br /&gt;
		min-height: 100%;&lt;br /&gt;
		margin-left: -150%;&lt;br /&gt;
		margin-right: 150%;&lt;br /&gt;
		opacity: 0;&lt;br /&gt;
		background: black;&lt;br /&gt;
	}&lt;br /&gt;
	.mainpage-shadowbox .quote &amp;gt; a:after {&lt;br /&gt;
		content: &amp;#039;\ATap to learn more.&amp;#039;;&lt;br /&gt;
		white-space: pre; /* needed to make content work. if content is disabled, this can be, too */&lt;br /&gt;
	}&lt;br /&gt;
	.jcarousel-item:hover .mainpage-shadowbox {&lt;br /&gt;
		margin: unset;&lt;br /&gt;
		opacity: 1;&lt;br /&gt;
		transition: margin 0.5s; /* without this, problem with tap on image still activating links - speed may matter here */&lt;br /&gt;
		bottom: 50%; /* relative vertical position; change to top to lower, negative percentages do not work as naively expected */&lt;br /&gt;
	}&lt;br /&gt;
	.jcarousel-control-prev, .jcarousel-control-next {&lt;br /&gt;
		display: none;&lt;br /&gt;
		/* hide the carousel arrows */&lt;br /&gt;
		/* a kludge resulting from gadgets not working on mobile */&lt;br /&gt;
		/* unforunately also targets very narrow desktops, but there can&amp;#039;t be too many of those */&lt;br /&gt;
		/* and besides, the number buttons still work */&lt;br /&gt;
	}&lt;br /&gt;
	img.interactiveIcon, /* can be removed when backward compat is no longer needed */&lt;br /&gt;
	.interactiveIcon img {&lt;br /&gt;
		position: absolute;&lt;br /&gt;
		opacity: 0.4;&lt;br /&gt;
		height: 75% !important;&lt;br /&gt;
		width: auto;&lt;br /&gt;
		bottom: 0;&lt;br /&gt;
		right: 0;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>