Template:The Kings Law/Legislation/styles.css: Difference between revisions
From The Royal Court
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
font-family:Georgia, Times, serif; | font-family:Georgia, Times, serif; | ||
text-align:right; | text-align:right; | ||
} | } | ||
Line 28: | Line 24: | ||
border: 1px solid rgb(162, 169, 177); | border: 1px solid rgb(162, 169, 177); | ||
padding: 2em; | padding: 2em; | ||
} | |||
.legislation-content ol { | |||
list-style-type: decimal; | |||
} | |||
.legislation-content ol li > ol { | |||
list-style-type: lower-alpha; | |||
} | |||
.legislation-content ol li > ol li > ol { | |||
list-style-type: lower-roman; | |||
} | |||
.legislation-content ol li { | |||
line-height: 2em; | |||
margin-bottom: 1em; | |||
} | |||
.legislation-content ol ol > li { | |||
margin-bottom: 0; | |||
} | |||
.legislation-content ol > li:last-child { | |||
margin-bottom: 1em; | |||
} | } |
Latest revision as of 19:46, 7 March 2024
p.legislation-heading {
font-family:Georgia, Times, serif;
font-size:2.5em;
text-align:center;
}
p.legislation-sub-heading {
font-family:Georgia, Times, serif;
font-size:1.8em;
text-align:center;
}
p.legislation-author {
font-family:Georgia, Times, serif;
text-align:center;
}
p.legislation-date {
font-family:Georgia, Times, serif;
text-align:right;
}
div.legislation-content {
border: 1px solid rgb(162, 169, 177);
padding: 2em;
}
.legislation-content ol {
list-style-type: decimal;
}
.legislation-content ol li > ol {
list-style-type: lower-alpha;
}
.legislation-content ol li > ol li > ol {
list-style-type: lower-roman;
}
.legislation-content ol li {
line-height: 2em;
margin-bottom: 1em;
}
.legislation-content ol ol > li {
margin-bottom: 0;
}
.legislation-content ol > li:last-child {
margin-bottom: 1em;
}