MediaWiki talk:Common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Huji (talk | contribs)
addition needed for Fa and AR
 
Huji (talk | contribs)
better like this
Line 2: Line 2:


<pre>
<pre>
/* Type CSS rules here and they will be applied to
whatever page is loaded in that tab, as long as the pages
are from 'wikimediafoundation.org'
and you keep this window open. */

/* To facilitate rtl translations */
/* To facilitate rtl translations */
.table-FA {
.table-FA {
Line 11: Line 16:
padding-right:0;
padding-right:0;
}
}

#bodyContent .table-FA UL{
h1 {
margin-right:10px;
line-height:120%;
display:table;
}
}
#bodyContent .table-AR a{
#bodyContent .table-AR a{
background:none;
background:none;
padding-right:0;
padding-right:0;
}

#bodyContent .table-AR UL{
margin-right:10px;
display:table;
}
}
</pre>
</pre>

Revision as of 14:45, 2 February 2008

Please add this section to the end of Common.css

/* Type CSS rules here and they will be applied to
whatever page is loaded in that tab, as long as the pages
are from 'wikimediafoundation.org'
and you keep this window open. */

/* To facilitate rtl translations */
.table-FA {
font-family: Tahoma;
}
 
#bodyContent .table-FA a{
background:none;
padding-right:0;
}

#bodyContent .table-FA UL{
margin-right:10px;
display:table;
}
 
#bodyContent .table-AR a{
background:none;
padding-right:0;
}

#bodyContent .table-AR UL{
margin-right:10px;
display:table;
}

Regards, Huji 14:40, 2 February 2008 (UTC)[reply]