<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ar">
	<id>https://3rabica.org/index.php?action=history&amp;feed=atom&amp;title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A%3AMobile.css</id>
	<title>ميدياويكي:Mobile.css - تاريخ المراجعة</title>
	<link rel="self" type="application/atom+xml" href="https://3rabica.org/index.php?action=history&amp;feed=atom&amp;title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A%3AMobile.css"/>
	<link rel="alternate" type="text/html" href="https://3rabica.org/index.php?title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Mobile.css&amp;action=history"/>
	<updated>2026-06-12T07:21:46Z</updated>
	<subtitle>تاريخ التعديل لهذه الصفحة في الويكي</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://3rabica.org/index.php?title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Mobile.css&amp;diff=258282&amp;oldid=prev</id>
		<title>عبد العزيز: توسيع عرض الإعلان في الجوال</title>
		<link rel="alternate" type="text/html" href="https://3rabica.org/index.php?title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Mobile.css&amp;diff=258282&amp;oldid=prev"/>
		<updated>2023-12-29T14:58:07Z</updated>

		<summary type="html">&lt;p&gt;توسيع عرض الإعلان في الجوال&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحة جديدة&lt;/b&gt;&lt;/p&gt;&lt;div&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;
&lt;br /&gt;
/* T211198 */&lt;br /&gt;
.tagline {&lt;br /&gt;
    all: initial;&lt;br /&gt;
    color: #54595d;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    margin: 2px 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Temporary fix for https://phabricator.wikimedia.org/T143558 */&lt;br /&gt;
span .lazy-image-placeholder { display: inline; }&lt;br /&gt;
&lt;br /&gt;
/* Mobile template hacks (see bug 54176) */&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;
/* Hide the images */&lt;br /&gt;
.compact-ambox table .mbox-image,&lt;br /&gt;
.compact-ambox table .mbox-imageright,&lt;br /&gt;
.compact-ambox table .mbox-empty-cell,&lt;br /&gt;
/* Allow for hiding text in compact form */&lt;br /&gt;
.compact-ambox .hide-when-compact,&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-accountcreator.css]] and&lt;br /&gt;
   [[MediaWiki:Group-autoconfirmed.css]]. */&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.accountcreator-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;
/* For linked citation numbers and document IDs, where&lt;br /&gt;
   the number need not be shown on a screen or a handheld,&lt;br /&gt;
   but should be included in the printed version&lt;br /&gt;
TODO: Move to Citation template when templates have stylesheets&lt;br /&gt;
See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates&lt;br /&gt;
*/&lt;br /&gt;
@media screen, handheld {&lt;br /&gt;
    .citation *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box&lt;br /&gt;
*/&lt;br /&gt;
.citation {&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Default styling for Navbar template&lt;br /&gt;
TODO: Move to Navbar template when templates have stylesheets&lt;br /&gt;
See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates&lt;br /&gt;
*/&lt;br /&gt;
.navbar {&lt;br /&gt;
    display: inline;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
.navbar ul {&lt;br /&gt;
    display: inline;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.navbar li {&lt;br /&gt;
    word-spacing: -0.125em;&lt;br /&gt;
}&lt;br /&gt;
.navbar.mini li span {&lt;br /&gt;
  font-variant: small-caps;&lt;br /&gt;
}&lt;br /&gt;
/* Navbar styling when nested in infobox and navbox */&lt;br /&gt;
.navbox .navbar,&lt;br /&gt;
.infobox .navbar {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
.navbox .navbar {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
.navbox-title .navbar {&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    float: left;&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    margin-right: 0.5em;&lt;br /&gt;
    width: 6em;&lt;br /&gt;
}&lt;br /&gt;
/* إصلاح اتجاہ صندوق المعلومات من الیسار إلی الیمین */&lt;br /&gt;
.content .infobox {&lt;br /&gt;
text-align: initial !important;&lt;br /&gt;
}&lt;br /&gt;
/* Style for horizontal lists (separator following item).&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;
.hlist dl,&lt;br /&gt;
.hlist ol,&lt;br /&gt;
.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;
.hlist dd,&lt;br /&gt;
.hlist dt,&lt;br /&gt;
.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;
.hlist.inline,&lt;br /&gt;
.hlist.inline dl,&lt;br /&gt;
.hlist.inline ol,&lt;br /&gt;
.hlist.inline ul,&lt;br /&gt;
.hlist dl dl, .hlist dl ol, .hlist dl ul,&lt;br /&gt;
.hlist ol dl, .hlist ol ol, .hlist ol ul,&lt;br /&gt;
.hlist ul dl, .hlist ul ol, .hlist ul ul {&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;
&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;
/* Unbulleted lists e.g. Barack Obama page */&lt;br /&gt;
.plainlist ul {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODE FOR COMPACT AMBOX */&lt;br /&gt;
/* Remove borders, backgrounds, padding, etc.&lt;br /&gt;
Please document here what pages use this&lt;br /&gt;
*/&lt;br /&gt;
.compact-ambox table.ambox {&lt;br /&gt;
    border: none;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: transparent;&lt;br /&gt;
    margin: 0 0 0 1.6em !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    width: auto;&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
.compact-ambox table.mbox-small-left {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
    width: auto;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Style the text cell as a list item and remove its padding */&lt;br /&gt;
.compact-ambox table .mbox-text {&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.compact-ambox table .mbox-text-span {&lt;br /&gt;
    display: list-item;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style-type: square;&lt;br /&gt;
    list-style-image: url(&amp;quot;data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.visualhide {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left: -10000px;&lt;br /&gt;
    top: auto;&lt;br /&gt;
    width: 1px;&lt;br /&gt;
    height: 1px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hatnotes and disambiguation notices */&lt;br /&gt;
.hatnote {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
.hatnote i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
div.hatnote {&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    /*padding-left: 1.6em;&lt;br /&gt;
    margin-bottom: 0.5em;&lt;br /&gt;
    commented out until https://phabricator.wikimedia.org/T130846 is resolved */&lt;br /&gt;
}&lt;br /&gt;
div.hatnote + div.hatnote {&lt;br /&gt;
    margin-top: -0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates defaults. See [[Template:Coord/link]]&lt;br /&gt;
   for how these are used. The classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and&lt;br /&gt;
   &amp;quot;latitude&amp;quot; are used by the [[Geo microformat]]. */&lt;br /&gt;
.geo-default, .geo-dms, .geo-dec  {&lt;br /&gt;
   display: inline;&lt;br /&gt;
   direction: ltr !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.longitude, .latitude             { white-space: nowrap; }&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;
   3) Bold &amp;quot;links&amp;quot; to the page itself&lt;br /&gt;
   4) Ref tags with group names &amp;lt;ref group=&amp;quot;Note&amp;quot;&amp;gt; --&amp;gt; &amp;quot;[Note 1]&amp;quot;&lt;br /&gt;
Please document here what pages use this&lt;br /&gt;
*/&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a,&lt;br /&gt;
.nowraplinks .selflink,&lt;br /&gt;
sup.reference a {&lt;br /&gt;
    white-space: nowrap;&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;
/* hidden sortkey for tablesorter */&lt;br /&gt;
td .sortkey,&lt;br /&gt;
th .sortkey {&lt;br /&gt;
    display: none;&lt;br /&gt;
    speak: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pie chart: Transparent borders */&lt;br /&gt;
.transborder {&lt;br /&gt;
    border: solid transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Generic class for Times-based serif, texhtml class for inline math */&lt;br /&gt;
.times-serif,&lt;br /&gt;
span.texhtml {&lt;br /&gt;
    font-family: serif;&lt;br /&gt;
}&lt;br /&gt;
span.texhtml {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Disabling column-count for {{div col}}, {{reflist}} and {{refbegin}} */&lt;br /&gt;
.column-count,&lt;br /&gt;
.references-column-count {&lt;br /&gt;
    -moz-column-count: 1 !important;&lt;br /&gt;
    -webkit-column-count: 1 !important;&lt;br /&gt;
    column-count: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing */&lt;br /&gt;
.flagicon img {&lt;br /&gt;
    min-width: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/*[[قالب:قول]] وغيره*/&lt;br /&gt;
b&amp;gt;i{font-weight:normal;font-style:normal;display:inline-block}&lt;br /&gt;
b&amp;gt;i::before,&lt;br /&gt;
.quot::before{content:open-quote;}&lt;br /&gt;
b&amp;gt;i::after,&lt;br /&gt;
.quot::after{content:close-quote;}&lt;br /&gt;
.quott::before{content:no-open-quote;}&lt;br /&gt;
.quott::after{content:no-close-quote;}&lt;br /&gt;
&lt;br /&gt;
.guil::before{content:&amp;quot;«&amp;quot;;}&lt;br /&gt;
.guil::after{content:&amp;quot;»&amp;quot;;}&lt;br /&gt;
&lt;br /&gt;
.crnr::before{content:&amp;quot;「&amp;quot;;}&lt;br /&gt;
.crnr::after{content:&amp;quot;」&amp;quot;;}&lt;br /&gt;
&lt;br /&gt;
b&amp;gt;i::before,b&amp;gt;i::after.quot::before,.quot::after,&lt;br /&gt;
.quott::before,.quott::after,&lt;br /&gt;
.guil::before,.guil::after,&lt;br /&gt;
.crnr::before,.crnr::after,&lt;br /&gt;
{color:darkslategrey;}&lt;br /&gt;
&lt;br /&gt;
.إعلام:empty,&lt;br /&gt;
.مخفي {&lt;br /&gt;
display:none;&lt;br /&gt;
}&lt;br /&gt;
.إعلام{&lt;br /&gt;
background-color: whitesmoke;&lt;br /&gt;
padding: 0 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.إعلام img {&lt;br /&gt;
max-width:25px!important;&lt;br /&gt;
max-height:25px!important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* أنماط لضبط عرض عناصر صناديق المعلومات على نسخة الجوال */&lt;br /&gt;
table.infobox td {&lt;br /&gt;
	padding: 2px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 720px) {&lt;br /&gt;
	.infobox table {&lt;br /&gt;
		display: table !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox th[scope=&amp;quot;row&amp;quot;] {&lt;br /&gt;
max-width:30%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
تعريب رموز المراجع&lt;br /&gt;
*/&lt;br /&gt;
@counter-style arabic-abajed {&lt;br /&gt;
  system: alphabetic;&lt;br /&gt;
  symbols: &amp;quot;أ&amp;quot; &amp;quot;ب&amp;quot; &amp;quot;ج&amp;quot; &amp;quot;د&amp;quot; &amp;quot;هـ&amp;quot; &amp;quot;و&amp;quot; &amp;quot;ز&amp;quot; &amp;quot;ح&amp;quot; &amp;quot;ط&amp;quot; &amp;quot;ي&amp;quot; &amp;quot;ك&amp;quot; &amp;quot;ل&amp;quot; &amp;quot;م&amp;quot; &amp;quot;ن&amp;quot; &amp;quot;س&amp;quot; &amp;quot;ع&amp;quot; &amp;quot;ف&amp;quot; &amp;quot;ص&amp;quot; &amp;quot;ق&amp;quot; &amp;quot;ر&amp;quot; &amp;quot;ش&amp;quot; &amp;quot;ت&amp;quot; &amp;quot;ث&amp;quot; &amp;quot;خ&amp;quot; &amp;quot;ذ&amp;quot; &amp;quot;ض&amp;quot; &amp;quot;ظ&amp;quot; &amp;quot;غ&amp;quot;;&lt;br /&gt;
  suffix: &amp;quot;. &amp;quot;;&lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
.reflist-arabic-abajed {&lt;br /&gt;
	list-style-type: arabic-abajed !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@counter-style arabic-alfabeth {&lt;br /&gt;
  system: alphabetic;&lt;br /&gt;
  symbols: &amp;quot;أ&amp;quot; &amp;quot;ب&amp;quot; &amp;quot;ت&amp;quot; &amp;quot;ث&amp;quot; &amp;quot;ج&amp;quot; &amp;quot;ح&amp;quot; &amp;quot;خ&amp;quot; &amp;quot;د&amp;quot; &amp;quot;ذ&amp;quot; &amp;quot;ر&amp;quot; &amp;quot;ز&amp;quot; &amp;quot;س&amp;quot; &amp;quot;ش&amp;quot; &amp;quot;ص&amp;quot; &amp;quot;ض&amp;quot; &amp;quot;ط&amp;quot; &amp;quot;ظ&amp;quot; &amp;quot;ع&amp;quot; &amp;quot;غ&amp;quot; &amp;quot;ف&amp;quot; &amp;quot;ق&amp;quot; &amp;quot;ك&amp;quot; &amp;quot;ل&amp;quot; &amp;quot;ط&amp;quot; &amp;quot;ن&amp;quot; &amp;quot;هـ&amp;quot; &amp;quot;و&amp;quot; &amp;quot;ي&amp;quot;;&lt;br /&gt;
  suffix: &amp;quot;. &amp;quot;;&lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
.reflist-arabic-alfabeth {&lt;br /&gt;
	list-style-type: arabic-alfabeth !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sitedir-rtl .mw-dismissable-notice-body {&lt;br /&gt;
	margin: 0.5em;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>عبد العزيز</name></author>
	</entry>
</feed>