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

From WikiMSK
(Blanked the page)
Tag: Blanking
(Undo revision 8995 by Jeremy (talk))
Tag: Undo
Line 1: Line 1:
.ddx-container{
background-color:#FEF0D0;
border-color:white;
max-width:600px;
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;
}

Revision as of 18:37, 31 May 2021

.ddx-container{
	background-color:#FEF0D0; 
	border-color:white; 
	max-width:600px;
	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;
}