MediaWiki:Common.css: Difference between revisions

From CoxGenealogy
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
}
}


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

Revision as of 22:41, 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.img-max-50{
    max-width: 50%;
    height: auto;
}