MediaWiki:Common.css: Difference between revisions

From CoxGenealogy
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:
     max-width: 50%;
     max-width: 50%;
     height: auto;
     height: auto;
}
img.floatright{
    float: right;
}
}

Revision as of 22:55, 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;
}

img.floatright{
    float: right;
}