MediaWiki:Common.css: Difference between revisions

From CoxGenealogy
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:
img.floatright{
img.floatright{
     float: right;
     float: right;
}
img.floatleft{
    float: left;
}
}

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

img.floatleft{
    float: left;
}