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

From WikiMSK
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
background-color:#FEF0D0;  
background-color:#FEF0D0;  
border-color:white;  
border-color:white;  
max-width:600px;
max-width:800px;
margin-bottom: 0.5rem;
}
}


Line 10: Line 11:
font-weight:700;
font-weight:700;
border-bottom:solid white 2px;  
border-bottom:solid white 2px;  
font-size:1rem;
}
}


Line 19: Line 21:
.ddx-text ul{
.ddx-text ul{
list-style-type:square;
list-style-type:square;
margin-bottom: 0.25rem;
}
.ddx-text h2 {
    display: none;
}
.ddx-text h3 {
    font-size: 0.9rem;
}
}

Latest revision as of 19:10, 23 April 2022

.ddx-container{
	background-color:#FEF0D0; 
	border-color:white; 
	max-width:800px;
	margin-bottom: 0.5rem;
}

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

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

.ddx-text ul{
	list-style-type:square;
	margin-bottom: 0.25rem;
}

.ddx-text h2 {
    display: none;
}


.ddx-text h3 {
    font-size: 0.9rem;
}