MediaWiki:Common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Aphaia (talk | contribs)
copied from talk (thanks Huji!)
Cary Bass (talk | contribs)
Copied from talk page (thanks Cbrown1023)
Line 25: Line 25:
margin-right:10px;
margin-right:10px;
display:table;
display:table;
}

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

Revision as of 23:44, 11 May 2008

/* CSS placed here will be applied to all skins */
.editsection {display:none;}

/* 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;
}

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