Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 22: | Line 22: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
span | span.high{ | ||
color: red; | color: red; | ||
} | } | ||
Revision as of 14:53, 17 October 2024
/* CSS placed here will be applied to all skins */
.keywords{
display: none;
}
.bluebackground, .blue-background, .bb{
background: rgb(182, 209, 252);
padding: 1rem;
}
.yellowbackground, .yellow-background, .yb{
padding:10px;
background:yellow;
}
.subhead, .subheading, .sub-heading{font-weight: bold;
font-size: 1.1rem;
letter-spacing: .05rem;
margin-left: 8px;
}
span{
font-weight: bold;
}
span.high{
color: red;
}