Draft:License compatibility/styles.css
Appearance
/* Base styles */
.lic-comp {
width:70%;
text-align:center;
padding: 1em;
margin-left:6em;
word-wrap: break-word;
width: auto;
margin-left: auto;
margin-right: auto;
}
/* Top row serves as table-wide caption */
/* Maybe try something like line 485 here:
https://phabricator.wikimedia.org/diffusion/SVN/browse/trunk/phase3/skins/common/shared.css$485?view=markup */
.lic-comp tbody tr:first-child {
background-color:blue;
color:white;
}
/* Column headers for the two columns; same style for each, currently */
.lic-comp .heading {
font-weight: bold;
}
/* Table-wide rows down-table for license types */
.lic-comp-label {
font-weight:normal;
font-style:italic;
}