Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
.bluebackground{ | .bluebackground{ | ||
background: rgb(182, 209, 252);padding: 1rem; | background: rgb(182, 209, 252); | ||
padding: 1rem; | |||
} | } | ||
.yellowbackground{ | .yellowbackground{ | ||
padding:10px;background:yellow; | padding:10px; | ||
background:yellow; | |||
} | } | ||
Revision as of 18:41, 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;
}