<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.descent-community.org/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.css</id>
	<title>MediaWiki:Mobile.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.descent-community.org/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.descent-community.org/wiki/index.php?title=MediaWiki:Mobile.css&amp;action=history"/>
	<updated>2026-06-13T07:25:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.descent-community.org/wiki/index.php?title=MediaWiki:Mobile.css&amp;diff=16869&amp;oldid=prev</id>
		<title>Psymia: Created page with &quot;/* CSS placed here will affect users of the mobile site */  /* ############################################### */ /* HeroBox */ /* ############################################...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.descent-community.org/wiki/index.php?title=MediaWiki:Mobile.css&amp;diff=16869&amp;oldid=prev"/>
		<updated>2017-07-30T16:40:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;CSS placed here will affect users of the mobile site: &lt;/span&gt;  &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;###############################################: &lt;/span&gt; &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;HeroBox: &lt;/span&gt; /* ############################################...&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS placed here will affect users of the mobile site */&lt;br /&gt;
&lt;br /&gt;
/* ############################################### */&lt;br /&gt;
/* HeroBox */&lt;br /&gt;
/* ############################################### */&lt;br /&gt;
.herobox_border {&lt;br /&gt;
  width: calc(100% - 40px);&lt;br /&gt;
  background-image: url(images/7/7e/Hero_Border_-_Top_Left.png), url(images/0/0f/Hero_Border_-_Top.png), url(images/c/cb/Hero_Border_-_Top_Right.png), url(images/0/00/Hero_Border_-_Right.png), url(images/7/7e/Hero_Border_-_Bottom_Right.png), url(images/6/64/Hero_Border_-_Bottom.png), url(images/8/81/Hero_Border_-_Bottom_Left.png), url(images/f/fb/Hero_Border_-_Left.png);&lt;br /&gt;
  background-position: 0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%;&lt;br /&gt;
  background-size: 40px 40px, calc(100% - 80px) 40px, 40px 40px, 40px calc(100% - 80px), 40px 40px, calc(100% - 80px) 40px, 40px 40px, 40px calc(100% - 80px);&lt;br /&gt;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;&lt;br /&gt;
  padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.herobox_content {&lt;br /&gt;
  background-image: url(images/7/7e/Hero_Border_-_Top_Left.png), url(images/0/0f/Hero_Border_-_Top.png), url(images/c/cb/Hero_Border_-_Top_Right.png), url(images/0/00/Hero_Border_-_Right.png), url(images/7/7e/Hero_Border_-_Bottom_Right.png), url(images/6/64/Hero_Border_-_Bottom.png), url(images/8/81/Hero_Border_-_Bottom_Left.png), url(images/f/fb/Hero_Border_-_Left.png);&lt;br /&gt;
  background-position: -20px -20px, 50% -20px, calc(100% + 20px) -20px, calc(100% + 20px) 50%, calc(100% + 20px) calc(100% + 20px), 50% calc(100% + 20px), -20px calc(100% + 20px), -20px 50%;&lt;br /&gt;
  background-size: 40px 40px, calc(100% - 40px) 40px, 40px 40px, 40px calc(100% - 40px), 40px 40px, calc(100% - 40px) 40px, 40px 40px, 40px calc(100% - 40px);&lt;br /&gt;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;&lt;br /&gt;
  padding: 10px 15px 10px 15px;&lt;br /&gt;
}&lt;br /&gt;
.herobox_flexcontainer {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-wrap: wrap;&lt;br /&gt;
  border-width: 0px;&lt;br /&gt;
}&lt;br /&gt;
.herobox_image {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  max-width: 256px;&lt;br /&gt;
  height: auto;&lt;br /&gt;
  margin: auto;&lt;br /&gt;
}&lt;br /&gt;
.herobox_ability {&lt;br /&gt;
  border: 30px solid transparent;&lt;br /&gt;
  margin:10px auto 0px auto;&lt;br /&gt;
  border-image: url(images/1/19/Herobox_Ability.png) 65 70 stretch;&lt;br /&gt;
  background-color: transparent;&lt;br /&gt;
  align-self: flex-start;&lt;br /&gt;
  max-width: 470px;&lt;br /&gt;
}&lt;br /&gt;
@media all and (min-width: 900px) {&lt;br /&gt;
  /* We tell both sidebars to share a row */&lt;br /&gt;
  .herobox_flexcontainer { flex-wrap: nowrap; }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Psymia</name></author>
	</entry>
</feed>