MediaWiki:Common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Cary Bass (talk | contribs)
Per Huji on talk page
Cbrown1023 (talk | contribs)
fix
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;
}
}


Line 74: Line 69:
margin-right:16px;
margin-right:16px;
display:table;
display:table;
}

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

Revision as of 21:13, 24 November 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;
}

.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, .persian .toclevel-2, .persian .toclevel-3, .persian .toclevel-4 {
text-align:right;
}
 
.persian .toclevel-2 {
margin-right:10px;
}
 
.persian .toclevel-3 {
margin-right:20px;
}
 
.persian .toclevel-4 {
margin-right:30px;
}
 
.persian .editsection {
float:left;
}
 
.persian UL {
margin-right:16px;
display:table;
}
 
.persian OL {
margin-right:16px;
display:table;
}

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