Template:The Kings Law/styles.css: Difference between revisions
From The Royal Court
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
} | } | ||
table.ooj-contents-table td, | table.ooj-contents-table td, table.ooj-contents-table th | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
padding: .3em .4em; | padding: .3em .4em; | ||
} | } |
Revision as of 19:33, 5 March 2024
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 #a2a9b1;
}
table.ooj-contents-table th
{
font-family: "linux libertine",Georgia,Times,serif;
font-size: 18px;
font-weight: 400;
color: #413723;
border-bottom: 1px solid #d1d1d1 !important;
text-align: left;
}
table.ooj-contents-table td
{
line-height: 20px;
}
table.ooj-contents-table-alt tbody > tr > td
{
border-bottom: 1px solid #d1d1d1 ;
}
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, table.ooj-contents-table th
{
vertical-align: top;
padding: .3em .4em;
}