m
(Blanked the page)
Tag: Blanking
 
(76 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="alert alert-info">
 
  <p>Text.</p>
 
</div>
 
  
 
{{#css:
 
 
.alert {
 
    padding: 15px;
 
    margin-bottom: 23px;
 
    border: 1px solid transparent;
 
}
 
 
.alert, .label {
 
    border-radius: 0;
 
    border-style: solid;
 
    border-width: 0 0 0 4px;
 
}
 
 
 
.alert-info, .label-info, .label-info[href]:active, .label-info[href]:focus, .label-info[href]:hover, details.alert.alert-info, details.alert.alert-info[open] {
 
    background: #d7faff;
 
    border-color: #269abc;
 
}
 
 
}}
 

Latest revision as of 10:18, 4 August 2020