| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 @import "../variables"; 2 3 /* mediawiki.notification */ 4 5 // This wrapper class is needed to ensure these rules have larger CSS 6 // selector specificity than default styles 7 .mediawiki { 8 .mw-notification-area { 9 font-size: 0.8em; 10 } 11 12 .mw-notification-area-layout { 13 top: 7em; 14 } 15 16 .mw-notification { 17 background-color: #fff; 18 background-color: rgba(255, 255, 255, 0.93); 19 padding: 0.75em 1.5em; 20 border: solid 1px @content-border-color; 21 border-radius: 0.75em; 22 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125); 23 } 24 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |