MediaWiki:Common.css

From Provenance WG Wiki

(Difference between revisions)
Jump to: navigation, search
Sandro (Talk | contribs)
(Created page with "- CSS placed here will be applied to all skins: .alert { padding: 1em; margin: 0em; margin-bottom: 2em; border:2px solid blue; box-shadow: 0.5em 0.5em 0.…")

Latest revision as of 11:54, 6 April 2011

/* CSS placed here will be applied to all skins */
 
.alert {
   padding: 1em; 
   margin: 0em; 
   margin-bottom: 2em; 
 
   border:2px solid blue; 
 
   box-shadow: 0.5em 0.5em 0.25em #888;
   -moz-box-shadow: 0.5em 0.5em 0.25em #888;
   -webkit-box-shadow: 0.5em 0.5em 0.25em #888;
 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
Personal tools