<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://decimalchain.com/wiki/en/Mobile.css/history?feed=atom</id>
	<title>Mobile.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://decimalchain.com/wiki/en/Mobile.css/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Mobile.css/history"/>
	<updated>2026-05-17T10:13:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://decimalchain.com/wiki/en/Mobile.css?diff=3205&amp;oldid=prev</id>
		<title>CryptoUser: CryptoUser changed the content model of the page Mobile.css from &quot;wikitext&quot; to &quot;CSS&quot;</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Mobile.css?diff=3205&amp;oldid=prev"/>
		<updated>2024-05-20T16:41:41Z</updated>

		<summary type="html">&lt;p&gt;CryptoUser changed the content model of the page &lt;a href=&quot;/wiki/en/Mobile.css&quot; title=&quot;Mobile.css&quot;&gt;Mobile.css&lt;/a&gt; from &amp;quot;wikitext&amp;quot; to &amp;quot;CSS&amp;quot;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:41, 20 May 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>CryptoUser</name></author>
	</entry>
	<entry>
		<id>https://decimalchain.com/wiki/en/Mobile.css?diff=3204&amp;oldid=prev</id>
		<title>CryptoUser: Created page with &quot;/*  * All CSS here will be loaded asynchronously for users of the mobile site  * The more important styles for every page view go to MediaWiki:Gadget-common-site.css  * Here are the styles that aren’t too important to be loaded on the first page load  */  /** You are editing the global CSS file for all mobile site users. With Great Power Comes Great Responsibility.  Some words of caution: * Avoid any changes which impact layout on a mobile device. ** Please be care...&quot;</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Mobile.css?diff=3204&amp;oldid=prev"/>
		<updated>2024-05-20T16:40:49Z</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;* All CSS here will be loaded asynchronously for users of the mobile site  * The more important styles for every page view go to &lt;a href=&quot;/wiki/en/MediaWiki:Gadget-common-site.css/edit?redlink=1&quot; class=&quot;new&quot; title=&quot;MediaWiki:Gadget-common-site.css (page does not exist)&quot;&gt;MediaWiki:Gadget-common-site.css&lt;/a&gt;  * Here are the styles that aren’t too important to be loaded on the first page load: &lt;/span&gt;  /** You are editing the global CSS file for all mobile site users. With Great Power Comes Great Responsibility.  Some words of caution: * Avoid any changes which impact layout on a mobile device. ** Please be care...&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;/*&lt;br /&gt;
 * All CSS here will be loaded asynchronously for users of the mobile site&lt;br /&gt;
 * The more important styles for every page view go to [[MediaWiki:Gadget-common-site.css]]&lt;br /&gt;
 * Here are the styles that aren’t too important to be loaded on the first page load&lt;br /&gt;
 */&lt;br /&gt;
&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 &amp;quot;nomobile&amp;quot; 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;
* Group common CSS rules together where possible.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* СПИСКИ ----------------------------------------- */&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal lists (separator following item).&lt;br /&gt;
   Adapted for the mobile version.&lt;br /&gt;
   @source mediawiki.org/wiki/Snippets/Horizontal_lists&lt;br /&gt;
   @revision 6 (2014-05-09)&lt;br /&gt;
   @author [[User:Edokter]]&lt;br /&gt;
 */&lt;br /&gt;
.content .hlist ol,&lt;br /&gt;
.content .hlist ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Display list items inline */&lt;br /&gt;
.content .hlist dd,&lt;br /&gt;
.content .hlist dt,&lt;br /&gt;
.content .hlist li {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    display: inline;&lt;br /&gt;
}&lt;br /&gt;
/* Display nested lists inline */&lt;br /&gt;
.content .hlist.inline,&lt;br /&gt;
.content .hlist.inline dl,&lt;br /&gt;
.content .hlist.inline ol,&lt;br /&gt;
.content .hlist.inline ul,&lt;br /&gt;
.content .hlist dl dl, .hlist dl ol, .hlist dl ul,&lt;br /&gt;
.content .hlist ol dl, .hlist ol ol, .hlist ol ul,&lt;br /&gt;
.content .hlist ul dl, .hlist ul ol, .hlist ul ul {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    display: inline;&lt;br /&gt;
}&lt;br /&gt;
/* Generate interpuncts */&lt;br /&gt;
.content .hlist dt:after {&lt;br /&gt;
    content: &amp;quot;: &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
.content .hlist dd:after,&lt;br /&gt;
.content .hlist li:after {&lt;br /&gt;
    content: &amp;quot; · &amp;quot;;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.content .hlist dd:last-child:after,&lt;br /&gt;
.content .hlist dt:last-child:after,&lt;br /&gt;
.content .hlist li:last-child:after {&lt;br /&gt;
    content: none;&lt;br /&gt;
}&lt;br /&gt;
/* Add parentheses around nested lists */&lt;br /&gt;
.content .hlist dd dd:first-child:before, .content .hlist dd dt:first-child:before, .content .hlist dd li:first-child:before,&lt;br /&gt;
.content .hlist dt dd:first-child:before, .content .hlist dt dt:first-child:before, .content .hlist dt li:first-child:before,&lt;br /&gt;
.content .hlist li dd:first-child:before, .content .hlist li dt:first-child:before, .content .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;
.content .hlist dd dd:last-child:after, .content .hlist dd dt:last-child:after, .content .hlist dd li:last-child:after,&lt;br /&gt;
.content .hlist dt dd:last-child:after, .content .hlist dt dt:last-child:after, .content .hlist dt li:last-child:after,&lt;br /&gt;
.content .hlist li dd:last-child:after, .content .hlist li dt:last-child:after, .content .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;
/* Put ordinals in front of ordered list items */&lt;br /&gt;
.content .hlist ol {&lt;br /&gt;
    counter-reset: listitem;&lt;br /&gt;
}&lt;br /&gt;
.content .hlist ol &amp;gt; li {&lt;br /&gt;
    counter-increment: listitem;&lt;br /&gt;
}&lt;br /&gt;
.content .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;
.content .hlist dd ol &amp;gt; li:first-child:before,&lt;br /&gt;
.content .hlist dt ol &amp;gt; li:first-child:before,&lt;br /&gt;
.content .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;
/* ТАБЛИЦЫ ---------------------------------------- */&lt;br /&gt;
&lt;br /&gt;
/* [[Википедия:Оформление таблиц]] */&lt;br /&gt;
.standard,&lt;br /&gt;
.wide {&lt;br /&gt;
	background: none;&lt;br /&gt;
	border: 1px solid #a2a9b1;&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.standard &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.standard &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.standard &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.standard &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.wide &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.wide &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.wide &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.wide &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	border: 1px solid #a2a9b1;&lt;br /&gt;
	padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.standard &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.standard &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.wide &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.wide &amp;gt; * &amp;gt; tr &amp;gt; th {&lt;br /&gt;
	background-color: #eaf3ff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ================================================&lt;br /&gt;
   ШАБЛОНЫ&lt;br /&gt;
   ================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Сбрасываем неразрывность где нужно */&lt;br /&gt;
.infobox .nowrap,&lt;br /&gt;
.infobox .nowraplinks a,&lt;br /&gt;
.infobox .nowraplinks .selflink {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Навигационный шаблон */&lt;br /&gt;
.navbox-image {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>CryptoUser</name></author>
	</entry>
</feed>