Template:Modbox.css: Difference between revisions

From Beacon Space
Content deleted Content added
Created page with ".modbox { background: #eee; border: 1px solid #aaa; float: none; margin: 0 0 1em 1em; padding: 1em; width: 800px; } .modbox-title { font-size: 1em; text-align: center; }"
 
XavierStordiz changed the content model of the page Template:Modbox.css from "plain text" to "Sanitized CSS": Fix CSS page
Tag: content model change
 
(17 intermediate revisions by one other user not shown)
Line 1: Line 1:
.modbox {
.modbox {
background: #eee;
background: #FFFFA7;
border: 1px solid #aaa;
border: 1px solid #aaa;
float: none;
float: none;
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
padding: 1em;
padding: 1em;
width: 800px;
width: 530px;
justify-content:center;
align-items:stretch;
}
.modbox-image{
float:left;
padding: 1em;
}
.modbox-content{
padding: 1em;
justify-content:center;
align-items:stretch;
}
}


.modbox-title {
.modbox-title {
font-size: 1em;
font-size: 1.2em;
font-weight: bold;
text-align: center;
text-align: center;
}
}

Latest revision as of 15:07, 21 June 2023

.modbox {
    background: #FFFFA7;
    border: 1px solid #aaa;
    float: none;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 530px;
    justify-content:center;
	align-items:stretch;
}
.modbox-image{
	float:left;
	padding: 1em;
}
.modbox-content{
	padding: 1em;
	justify-content:center;
	align-items:stretch;
}

.modbox-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}