Difference between revisions of "MediaWiki:Common.css"

From Dharma Pearls Wiki
Line 5: Line 5:
 
     max-width: 900px;
 
     max-width: 900px;
 
     border-spacing: 10px;
 
     border-spacing: 10px;
 +
    vertical-align: top;
 
}
 
}
  

Revision as of 10:21, 15 July 2021

/* CSS placed here will be applied to all skins */
table.translation {
    border: 0;
    line-height: 20px;
    max-width: 900px;
    border-spacing: 10px;
    vertical-align: top;
}

table.translation td {
    vertical-align: top;
}

tr.heading > td {
    font-size: 1.2em;
    text-align: center;
}

tr.subheading > td {
    text-align: center;
    font-weight: bold;
}