Open main menu

Changes

MediaWiki:Common.css

157 bytes added, 01:42, 10 January 2020
Added styling for the message boxes
div.spoiler {
display: inline-block;
}
 
.gfwiki-message-box {
padding: 4px;
min-height: 75px;
border: thin solid gray;
background: #323232;
background: rgba(50,50,50,0.5);
overflow: auto;
}