MediaWiki:Timeless.css: Difference between revisions
From The HOA
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
/* Resources Category Menu */ | /* Resources Category Menu */ | ||
#custom-category-menu { | |||
margin: 10px 0; | |||
padding: 10px; | |||
border: 1px solid #ccc; | |||
background-color: #f9f9f9; | |||
box-shadow: 0 1px 3px rgba(0,0,0,.12); | |||
} | |||
#custom-category-menu .portal-heading { | |||
font-size: 1.1em; | |||
font-weight: bold; | |||
margin-bottom: 5px; | |||
} | |||
#custom-category-menu .portal-body { | |||
list-style-type: none; | |||
padding-left: 0; | |||
} | |||
#custom-category-menu .portal-body li { | |||
margin: 5px 0; | |||
} | |||
/* --------------------------- */ | /* --------------------------- */ | ||
Revision as of 07:08, 7 March 2025
/* CSS placed here will affect users of the Timeless skin */
/* Resources Category Menu */
#custom-category-menu {
margin: 10px 0;
padding: 10px;
border: 1px solid #ccc;
background-color: #f9f9f9;
box-shadow: 0 1px 3px rgba(0,0,0,.12);
}
#custom-category-menu .portal-heading {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 5px;
}
#custom-category-menu .portal-body {
list-style-type: none;
padding-left: 0;
}
#custom-category-menu .portal-body li {
margin: 5px 0;
}
/* --------------------------- */
