Template:DDX Box/styles.css: Difference between revisions

From WikiMSK
(Created page with ".ddx-container{ background-color:#FEF0D0; border-color:white; border-bottom:solid white 3px; max-width:600px; } .ddx-title{ background-color:#FFE2A6; padding:0.5rem;...")
 
No edit summary
Line 2: Line 2:
background-color:#FEF0D0;  
background-color:#FEF0D0;  
border-color:white;  
border-color:white;  
border-bottom:solid white 3px;
max-width:600px;
max-width:600px;
}
}
Line 10: Line 9:
padding:0.5rem;  
padding:0.5rem;  
font-weight:700;
font-weight:700;
border-bottom:solid white 2px;
}
}



Revision as of 20:23, 18 May 2021

.ddx-container{
	background-color:#FEF0D0; 
	border-color:white; 
	max-width:600px;
}

.ddx-title{
	background-color:#FFE2A6;
	padding:0.5rem; 
	font-weight:700;
	border-bottom:solid white 2px; 
}

.ddx-text{
	line-height:1.2rem; 
	padding:0.5rem;
}

.ddx-text ul{
	list-style-type:square;
}