Difference between revisions of "MediaWiki:Common.css"

From Fritipedia
Jump to navigationJump to search
 
Line 10: Line 10:
 
.prettytable th, .prettytable td {
 
.prettytable th, .prettytable td {
 
     border: 1px #aaa solid;
 
     border: 1px #aaa solid;
     padding: 0.2em;
+
     padding: 0.2em 0.5em;
 
}
 
}
 
.wikitable th,
 
.wikitable th,
 
.prettytable th {
 
.prettytable th {
     background: #f2f2f2;
+
     background: #ddd;
     text-align: center;
+
     text-align: left;
 
}
 
}
 
.wikitable caption,
 
.wikitable caption,

Latest revision as of 18:13, 14 November 2008

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em 0.5em;
}
.wikitable th,
.prettytable th {
    background: #ddd;
    text-align: left;
}
.wikitable caption,
.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}