Template:The Kings Law/styles.css
From The Royal Court
div.icon-buttons-container {
display:flex;
flex-flow:wrap;
justify-content:center;
gap:15px;
text-align:center;
font-size:0.9em;
border: 1px solid #a2a9b1;
padding:15px;
}
table.ooj-contents-table
{
width: 100%;
border-collapse: separate;
border-spacing: 10px 5px;
background-color: white;
border: 1px solid #91835a;
}
table.ooj-contents-table th
{
font-family: "linux libertine",Georgia,Times,serif;
font-size: 18px;
font-weight: 400;
color: #413723;
border-bottom: 1px solid #d1cabc !important;
}
table.ooj-contents-table td
{
line-height: 20px;
}
table.ooj-contents-table-alt tbody > tr > td
{
border-bottom: 1px solid #d1cabc ;
}
table.ooj-contents-table-alt tbody > tr:last-child > td
{
border-bottom: 0;
}
table.ooj-contents-table-alt tbody > tr > td > p:first-child
{
margin-top: 0;
}
table.ooj-contents-table td, .m_wiki .wikitext table.ooj-contents-table th
{
vertical-align: top;
padding: .3em .4em;
}