Difference between revisions of "MediaWiki:Common.css"

From rbachwiki
Jump to navigation Jump to search
Line 15: Line 15:
.subhead{font-weight: bold;
.subhead{font-weight: bold;
font-size: 1.1rem;
font-size: 1.1rem;
letter-spacing: .45rem;
letter-spacing: .15rem;


}
}

Revision as of 19:29, 31 August 2022

/* CSS placed here will be applied to all skins */
.keywords{
display: none;
}

.bluebackground{
background: rgb(182, 209, 252);
padding: 1rem;
}

.yellowbackground{
padding:10px;
background:yellow;
}
.subhead{font-weight: bold;
font-size: 1.1rem;
letter-spacing: .15rem;

}