Difference between revisions of "MediaWiki:Common.css"

From FSCONS wiki
Jump to navigation Jump to search
m
 
m
 
Line 24: Line 24:
 
}
 
}
  
.p-logo a { background-size: contain; }
+
#p-logo a { background-size: contain; }

Latest revision as of 12:23, 6 April 2015

/* CSS placed here will be applied to all skins */

/* 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;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

#p-logo a { background-size: contain; }