Template:The Kings Law/styles.css: Difference between revisions
From The Royal Court
(Created page with "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: 40...") |
No edit summary |
||
Line 26: | Line 26: | ||
color: #413723; | color: #413723; | ||
border-bottom: 1px solid #d1cabc !important; | border-bottom: 1px solid #d1cabc !important; | ||
text-align: left; | |||
} | } | ||
Revision as of 19:30, 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 #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;
text-align: left;
}
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;
}