Template:Message box/styles.css: Difference between revisions

From fgctrl.wiki
No edit summary
No edit summary
Line 1: Line 1:
.message_box {
.message_box {
background-color: #cccccc;
width: 100%;
padding: 2em;
margin: 5px;
border: 1px solid #CCC;
padding: 0 10px 10px 10px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
}

Revision as of 07:41, 12 April 2024

.message_box {
	width: 100%;
	margin: 5px;
	border: 1px solid #CCC;
	padding: 0 10px 10px 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}