MediaWiki:Common.css: Difference between revisions

From CoxGenealogy
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 27: Line 27:
     float: left;
     float: left;
}
}
ul { overflow: hidden; }


li { list-style-position: inside }
li { list-style-position: inside }

Revision as of 23:03, 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;
}

li { list-style-position: inside }