<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.believethesign.com/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://en.believethesign.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.css"/>
	<link rel="alternate" type="text/html" href="https://en.believethesign.com/index.php?title=MediaWiki:Mobile.css&amp;action=history"/>
	<updated>2026-05-07T05:33:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.believethesign.com/index.php?title=MediaWiki:Mobile.css&amp;diff=26270&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;/* All CSS here will be loaded for users of the mobile site */ /** You are editing the global css file for all mobile site users. With Great Power Comes Great Responsibility....&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.believethesign.com/index.php?title=MediaWiki:Mobile.css&amp;diff=26270&amp;oldid=prev"/>
		<updated>2022-01-27T19:41:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;All CSS here will be loaded for users of the mobile site: &lt;/span&gt; /** You are editing the global css file for all mobile site users. With Great Power Comes Great Responsibility....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
/**&lt;br /&gt;
You are editing the global css file for all mobile site users.&lt;br /&gt;
With Great Power Comes Great Responsibility.&lt;br /&gt;
&lt;br /&gt;
Some words of caution:&lt;br /&gt;
* Avoid any changes which impact layout on a mobile device.&lt;br /&gt;
** Please be careful not to introduce any margin / padding rules. These should be done inside the template itself via an inline style.&lt;br /&gt;
** Be especially cautious when a template is likely to be used within the top 480px of the screen (the content that the user will see first on a mobile device).&lt;br /&gt;
* Do not use display:none. Instead edit the template and markup the element you want to hide with the `nomobile` class.&lt;br /&gt;
* Try to keep rules as generic and minimal as possible. Do not have 2 selectors doing the same thing. Introduce a common class and use that instead.&lt;br /&gt;
* For big changes consult the [https://grafana.wikimedia.org/dashboard/db/mobile-2g grafana dashboard] to ensure you don&amp;#039;t introduce any performance regressions.&lt;br /&gt;
* Group common css rules together where possible.&lt;br /&gt;
&lt;br /&gt;
If you are looking for .mobile-float-reset (see [[:phab:T56176]]), use TemplateStyles instead.&lt;br /&gt;
.mobile-float-reset {    &lt;br /&gt;
	float: none !important;    &lt;br /&gt;
	width: 100% !important;    &lt;br /&gt;
}  &lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* Reset user agent styles. We don&amp;#039;t reset small or blockquote here deliberately */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &amp;#039;&amp;quot;&amp;#039; &amp;#039;&amp;quot;&amp;#039; &amp;quot;&amp;#039;&amp;quot; &amp;quot;&amp;#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the images */&lt;br /&gt;
.geo-nondefault, .geo-multi-punct,&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]] and&lt;br /&gt;
   [[MediaWiki:Group-autoconfirmed.css]]. */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
/* Copied from Common.css - allow for hiding text in compact form e.g. clean up templates */&lt;br /&gt;
.hide-when-compact,&lt;br /&gt;
/* portal pages are badly formatted. Until this changes these should be hidden. (see https://phabricator.wikimedia.org/T86495) */&lt;br /&gt;
.noprint.portal {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Should be moved into Template:Cite_web&lt;br /&gt;
Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */&lt;br /&gt;
.citation {&lt;br /&gt;
	word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
.infobox&lt;br /&gt;
DO NOT style infobox&amp;#039;s here. That should be taken care of in the associated templates via template styles. Styles here will lead to flash of unstyled content on mobile.&lt;br /&gt;
*/&lt;br /&gt;
/* removed inline from module as we work toward Tstyles support&lt;br /&gt;
 * Use three classes to match specificity of MobileFrontend/Minerva selectors */&lt;br /&gt;
.content .mw-parser-output .infobox-header,&lt;br /&gt;
.content .mw-parser-output .infobox-subheader,&lt;br /&gt;
.content .mw-parser-output .infobox-above,&lt;br /&gt;
.content .mw-parser-output .infobox-title,&lt;br /&gt;
.content .mw-parser-output .infobox-image,&lt;br /&gt;
.content .mw-parser-output .infobox-full-data,&lt;br /&gt;
.content .mw-parser-output .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Unbulleted lists e.g. Barack Obama page*/&lt;br /&gt;
.plainlist ul {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	padding-left: 0; /* Reset Minerva defaults */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places:&lt;br /&gt;
   1) Where desired&lt;br /&gt;
   2) Links when we don&amp;#039;t want them to&lt;br /&gt;
*/&lt;br /&gt;
.mw-parser-output .nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.mw-parser-output .infobox .nowrap {&lt;br /&gt;
	white-space: normal !important;&lt;br /&gt;
}&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Generic class texhtml class for inline math */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: serif;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing&lt;br /&gt;
Fix for T116318&lt;br /&gt;
*/&lt;br /&gt;
.flagicon img {&lt;br /&gt;
	min-width: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent unnecessary margin at the bottom of centralnotices */&lt;br /&gt;
.cnotice {&lt;br /&gt;
	margin-bottom: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* The message body cell(s), such as for {{Commonscat}}.&lt;br /&gt;
 * this is a very small subset of the styles from Common.css&lt;br /&gt;
 * just to make sure the box isn&amp;#039;t squashed without any spacing&lt;br /&gt;
 * which looks out of place with visuals of other nearby elements&lt;br /&gt;
 */&lt;br /&gt;
.mbox-text {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
******************DEPRECATED STYLES ************************************&lt;br /&gt;
These styles will be removed shortly. Please see inline comments.&lt;br /&gt;
**/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Generate interpuncts &lt;br /&gt;
FIXME: Move to template.&lt;br /&gt;
*/&lt;br /&gt;
/* Can be removed when T169315 is resolved */&lt;br /&gt;
#content .hlist-separated li:after {&lt;br /&gt;
	font-size: 0.8em;&lt;br /&gt;
	color: #333;&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
FIXME: DUPLICATES Template:Hlist/styles.css&lt;br /&gt;
Note the mobile skin provides a `hlist-separated` class for this purpose. Use this class name alongside the hlist class instead as this will result in a FOUC.&lt;br /&gt;
Should be removed and moved to templates.&lt;br /&gt;
*/&lt;br /&gt;
/* Counter hlist indenting of Minerva*/&lt;br /&gt;
.mw-parser-output .hlist ul,&lt;br /&gt;
.mw-parser-output .hlist ol {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
/* reset hlist margins of Minerva&lt;br /&gt;
do not add li here (see T235416) */&lt;br /&gt;
.mw-parser-output .hlist dd,&lt;br /&gt;
.mw-parser-output .hlist dt {&lt;br /&gt;
	margin-right: 0;&lt;br /&gt;
}&lt;br /&gt;
/* do not add li here. Minerva provides it already*/&lt;br /&gt;
.mw-parser-output .hlist dd:after {&lt;br /&gt;
	content: &amp;quot; · &amp;quot;;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.mw-parser-output .hlist dt:after {&lt;br /&gt;
	content: &amp;quot;: &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.heading-holder hlist li:after,&lt;br /&gt;
.mw-parser-output .hlist dd:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist dt:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist li:last-child:after {&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
/* Add parentheses around nested lists */&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.mw-parser-output .hlist dd dd:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist dd dt:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist dd li:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist dt dd:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist dt dt:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist dt li:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist li dd:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist li dt:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist li li:first-child:before {&lt;br /&gt;
	content: &amp;quot; (&amp;quot;;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.mw-parser-output .hlist dd dd:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist dd dt:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist dd li:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist dt dd:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist dt dt:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist dt li:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist li dd:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist li dt:last-child:after,&lt;br /&gt;
.mw-parser-output .hlist li li:last-child:after {&lt;br /&gt;
	content: &amp;quot;) &amp;quot;;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Put ordinals in front of ordered list items */&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.mw-parser-output .hlist ol {&lt;br /&gt;
	counter-reset: listitem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.mw-parser-output .hlist ol &amp;gt; li {&lt;br /&gt;
	counter-increment: listitem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.mw-parser-output .hlist ol &amp;gt; li:before {&lt;br /&gt;
	content: &amp;quot; &amp;quot; counter(listitem) &amp;quot; &amp;quot;;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Should be removed and moved to templates once TemplateStyles is live */&lt;br /&gt;
.mw-parser-output .hlist dd ol &amp;gt; li:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist dt ol &amp;gt; li:first-child:before,&lt;br /&gt;
.mw-parser-output .hlist li ol &amp;gt; li:first-child:before {&lt;br /&gt;
	content: &amp;quot; (&amp;quot; counter(listitem) &amp;quot; &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* https://phabricator.wikimedia.org/T180396#5317728 */&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
	.navbox,&lt;br /&gt;
	.hatnote,&lt;br /&gt;
	.ambox {&lt;br /&gt;
		display: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>