MediaWiki:Common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Cary Bass (talk | contribs)
No edit summary
No edit summary
Line 76: Line 76:
font-style:italic;
font-style:italic;
}
}

/* Default style for PrettyTextBox and InformationBox class of templates */
.InformationBox {
width: 80%;
border: solid #999999 1px;
background: #F8F8F8;
margin: 0.5em auto;
clear: both;
color: #000000;
padding: 3px;
}

Revision as of 23:45, 15 June 2009

/* 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;
text-align: right;
}
 
#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;
}

/* Default style for PrettyTextBox and InformationBox class of templates */
 .InformationBox {
   width: 80%; 
   border: solid #999999 1px; 
   background: #F8F8F8; 
   margin: 0.5em auto; 
   clear: both; 
   color: #000000; 
   padding: 3px;
 }