MediaWiki:Common.css: Difference between revisions

From CoxGenealogy
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
     background:#DDEEFF;
     background:#DDEEFF;
     vertical-align: top;
     vertical-align: top;
}
.img-max-50 {
    max-width: 50%;
    height: auto;
}
}

Revision as of 20:32, 26 August 2018

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

.surnametable{
    background:#DDDDDD;
}

.surnametable th{
    background:#DDFFEE;
    vertical-align: top;
}

.surnametable td{
    background:#DDEEFF;
    vertical-align: top;
}

.img-max-50 {
    max-width: 50%;
    height: auto;
}