Template:Box-main-2/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
Line 7: Line 7:
  }
  }
.sol-box-header {
.sol-box-header {
background-color: orange;
margin-top: 4px;
margin-top: 4px;
clear: both;
clear: both;
Line 15: Line 16:
.sol-box-title {
.sol-box-title {
background-color: #eee;
background-color: #eee;
border: 1px solid #ccc;
margin: 0;
border-radius: 4px;
padding: 0;
margin: 5px 0;  
padding-left: 0.6em;  
font-size: 1.6em;  
font-size: 1.6em;  
font-weight: 600;  
font-weight: 600;  
line-height: 1em;
}
}
.sol-box-content {
.sol-box-content {

Revision as of 07:47, 14 December 2024

 .sol-box { 
 	background-color: #fff; 
 	border: 1px solid #ddd; 
 	border-radius: 4px; 
 	padding: 0 0.4em; 
 	margin-bottom: 1.2em;
 }
.sol-box-header {
	background-color: orange;
	margin-top: 4px;
	clear: both;
}
.sol-box-logo {
	float:left;
}
.sol-box-title {
	background-color: #eee;
	margin: 0;
	padding: 0;
	font-size: 1.6em; 
	font-weight: 600; 
}
.sol-box-content {
	padding: 0.2em 0.8em 1em 0.8em;
}
.sol-box-footer {
	background-color: #eee;
	border: 1px solid #ccc; 
	border-radius: 4px; 
	margin: 5px 0; 
	padding-left: 0.6em; 
	font-size: 1.6em; 
	font-weight: 600; 
	line-height: 1em;
}