Difference between revisions of "MediaWiki:Common.css"

From EtherWiki
Jump to: navigation, search
 
 
Line 1: Line 1:
table.wikitable, table.prettytable {  
+
table.wikitable, table.prettytable {  
margin: 1em 1em 1em 0;
+
    margin: 1em 1em 1em 0;
background: #f9f9f9;
+
    background: #f9f9f9;
border: 1px solid #aaaaaa;
+
    border: 1px solid #aaaaaa;
}
+
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {  
+
 
border: 1px solid #aaaaaa;
+
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {  
padding: 0.2em;
+
    border: 1px solid #aaaaaa;
}
+
    padding: 0.2em;
table.wikitable th, table.prettytable th {  
+
}
background: #f2f2f2;
+
 
}
+
table.wikitable th, table.prettytable th {  
table.wikitable caption, table.prettytable caption {  
+
    background: #f2f2f2;
margin-right: inherit;
+
}
margin-left: inherit;
+
 
font-weight: 700;
+
table.wikitable caption, table.prettytable caption {  
}
+
    margin-right: inherit;
table.prettytable code, table.wikitable code {  
+
    margin-left: inherit;
background-color: transparent;
+
    font-weight: 700;
}
+
}
 +
 
 +
table.prettytable code, table.wikitable code {  
 +
    background-color: transparent;
 +
}

Latest revision as of 15:27, 13 June 2010

 table.wikitable, table.prettytable { 
     margin: 1em 1em 1em 0;
     background: #f9f9f9;
     border: 1px solid #aaaaaa;
 }

 table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { 
     border: 1px solid #aaaaaa;
     padding: 0.2em;
 }

 table.wikitable th, table.prettytable th { 
     background: #f2f2f2;
 }

 table.wikitable caption, table.prettytable caption { 
     margin-right: inherit;
     margin-left: inherit;
     font-weight: 700;
 }

 table.prettytable code, table.wikitable code { 
     background-color: transparent;
 }