MediaWiki talk:Common.css

From Wikimedia Foundation Governance Wiki
Revision as of 23:43, 11 May 2008 by Cbrown1023 (talk | contribs) (→‎Redirects as italics: new section)

Please add this section to the end of Common.css

/* 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]

New sections to be added for Persian pages to look fine

Please add the following (without <pre> tag) to the end of Common.css:

.persian {
direction: rtl;
font-family: Tahoma;
}
 
#bodyContent .persian a, #bodyContent .persian a.external {
background:none;
padding-right:0;
}
 
.persian #toctitle {
direction:ltr;
}
 
.persian .toclevel-1 {
text-align:right;
}
 
.persian .editsection {
float:left;
}
 
.persian UL {
margin-right:16px;
}

Cheers, Huji 11:22, 25 April 2008 (UTC)[reply]

Redirects as italics

 /* To make redirects show up in italics on [[Special:Allpages]]. */
.allpagesredirect a, .watchlistredir a {
font-style:italic;
}

Cbrown1023 talk 23:43, 11 May 2008 (UTC)[reply]