Template:Infobox/style.css: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
Line 13: Line 13:
border: solid #1a1a1b 1px;
border: solid #1a1a1b 1px;
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
font-size: 95%;
/*font-size: 95%;
background: #ccd;
background: #ccd;
color: #1a1a1b;
color: #1a1a1b;*/
width: 310px;
width: 310px;
padding: 10px;
padding: 10px;

Revision as of 18:57, 7 April 2022

/* CSS placed here will affect Community templates */

@media screen and (max-width: 600px) {
  .infobox table {
  	clear: left;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

.infobox table {
	border: solid #1a1a1b 1px;
	margin: 0 0 1em 1em;
	/*font-size: 95%;
	background: #ccd;
	color: #1a1a1b;*/
	width: 310px;
	padding: 10px;
	text-align: left;
	float: right;
}

.infoboxheader {
	text-align: center;
	font-size:125%;
	background-color: #ff4500;
	color: #fff;
	border: solid #1a1a1b;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.