Common.css: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
.toc { | .toc { | ||
width: | width: 20%; | ||
float: left; | float: left; | ||
padding-right: | padding-right: 2em; | ||
padding-bottom: | padding-bottom: 2em; | ||
} | } | ||
Revision as of 15:53, 31 October 2023
/* CSS placed here will be applied to all skins */
/* Hide titles */
.title { display: none; }
#tagline { display: none; }
/* Link Color */
a {color: #0645ad;}
/* Hover Color */
a:hover, a:focus {color: #032356;}
.keywords {
display: none;
}
.toc {
width: 20%;
float: left;
padding-right: 2em;
padding-bottom: 2em;
}
.mw-search { display: none; }
.mw-ui-button {
color: grey;
}