Template:The Kings Law/styles.css: Difference between revisions

From The Royal Court
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
text-align:center;
text-align:center;
font-size:0.9em;
font-size:0.9em;
border: 1px solid #a2a9b1;
padding:15px;
padding:15px;
}
}
Line 49: Line 48:
}
}


table.ooj-contents-table td, .m_wiki .wikitext table.ooj-contents-table th
table.ooj-contents-table td, table.ooj-contents-table th
{
{
     vertical-align: top;
     vertical-align: top;
     padding: .3em .4em;
     padding: .3em .4em;
}
}

Latest revision as of 00:04, 7 March 2024

div.icon-buttons-container {
	display:flex;
	flex-flow:wrap;
	justify-content:center;
	gap:15px;
	text-align:center;
	font-size:0.9em;
	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;
}