Difference between revisions of "MediaWiki:Common.css"

From XcelData Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .alert { border: 1px solid #666; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.alert { border: 1px solid #666; }
+
.alert {  
 +
    padding: .75rem 1.25rem;
 +
    margin-bottom: 1rem;
 +
    border: 1px solid transparent;
 +
    border-radius: .25rem;
 +
}

Revision as of 17:58, 25 April 2018

/* CSS placed here will be applied to all skins */

.alert { 
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}