No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 11: | Line 11: | ||
h2 { | h2 { | ||
margin: | margin: 20px auto 5px auto !important; | ||
padding: auto auto 5px auto !important; | padding: auto auto 5px auto !important; | ||
} | } | ||
Revision as of 15:47, 13 October 2022
/* All CSS here will be loaded for users of the Cosmos skin */
div.editOptions{
background-color:#cccccc;
}
/* Four-part reference for margin, padding, etc. is: top, right, bottom, left */
p {
margin: auto auto 5px auto;
padding: auto auto 5px auto;
}
h2 {
margin: 20px auto 5px auto !important;
padding: auto auto 5px auto !important;
}
h3 {
margin: auto auto 5px auto;
padding: auto auto 5px auto;
}
div.toc {
padding-top: -50px;
float: right;
max-width: 33%;
}
