Template:Hinweis/styles.css: Difference between revisions

From Infektiopedia
imported>Maximilian.schons@uk-koeln.de
(Die Seite wurde neu angelegt: „→‎Box Note: .infobox { padding: 1em; margin: 2em 0; border:1px solid #ccc; } .infobox p { padding: 0; margin: 0; } .boxlabel { font-weight:bold; padd…“)
 
imported>Maximilian.schons@uk-koeln.de
No edit summary
 
Line 1: Line 1:
/* Box Note*/
/* Infoboxes*/
.infobox {
.infobox {
padding: 1em;
padding: 10px;
margin: 2em 0;
margin: 2em 0 1em 0;
border:1px solid #ccc;
display: block;
}
}
.infobox p {
.boxlabel {  
padding: 0;
font-weight:bold;
margin: 0;
padding-right:0.5em;
}
.boxlabel {
font-weight:bold;
padding-right:0.5em;
}
}
.notification-note {
.notification-note {
border-left: solid 4px #3498db;
border-left: solid 4px #3498db;
background:#d9edf7;
}
}
.notification-tip {
.notification-tip {
border-left: solid 4px #f2c412;
border-left: solid 4px #f2c412;
background:#FFF5C9;
}
}
.notification-warning {
.notification-warning {
border-left: solid 4px #c23c2b;
border-left: solid 4px #c23c2b;
background: #f2dede
}
.notification-important {
border-left: solid 4px #ffa406;
background: #fedb9c;
}
.notification-example {
border-left: solid 4px #00b241;
background: #dff0d8;
}
}
.notification-backgroundbox {
.notification-backgroundbox {

Latest revision as of 10:47, 11 June 2021

/* Infoboxes*/
.infobox {
	padding: 10px;
	margin: 2em 0 1em 0;
	display: block;
}
.boxlabel { 
font-weight:bold;
padding-right:0.5em;
}
.notification-note {
border-left: solid 4px #3498db;
background:#d9edf7;
}
.notification-tip {
border-left: solid 4px #f2c412;
background:#FFF5C9;
}
.notification-warning {
border-left: solid 4px #c23c2b;
background: #f2dede
}
.notification-important {
border-left: solid 4px #ffa406;
background: #fedb9c;
}
.notification-example {
border-left: solid 4px #00b241;
background: #dff0d8;
}
.notification-backgroundbox {
background:#ffd67f; 
padding:12px;
}
.notification-backgroundbox .boxlabel {
display:none;
}