Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 23: | Line 23: | ||
} | } | ||
span:high{ | span:high{ | ||
color: | color: #4a078a; | ||
} | } | ||
Revision as of 14:51, 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: #4a078a;
}