Difference between revisions of "MediaWiki:Common.css"

From rbachwiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .keyword{ display: none; }")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.keyword{
.keywords{
display: none;
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;
}
}

Latest revision as of 19:40, 4 January 2023

/* 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;


}