Difference between revisions of "MediaWiki:Common.css"
From Oncopaedia
Line 8: | Line 8: | ||
padding: 0px 21px !important; | padding: 0px 21px !important; | ||
} | } | ||
− | .container > .row > .col-lg-9 { padding:0 !important; background: white; box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.28); } | + | .container > .row > .col-lg-9 { padding:0 !important; background: white; } |
+ | @media(min-width: 768px) { | ||
+ | .container > .row > .col-lg-9 { box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.28); } | ||
+ | } | ||
.col-lg-9 { | .col-lg-9 { | ||
margin: 0 auto !important; | margin: 0 auto !important; |
Revision as of 14:00, 30 April 2019
/* CSS placed here will be applied to all skins */ /*.mw-editsection { display:none!important; }*/ #mw-content-text h2 { margin: 0 !important; padding: 26px 0 !important;} #mw-content-text p, ul { line-height: 180%;} #mw-content-text ul { margin-bottom: 15px !important; } .navbar {margin-top:0 !important;margin-bottom:0 !important;} ul.small li { padding: 0px 21px !important; } .container > .row > .col-lg-9 { padding:0 !important; background: white; } @media(min-width: 768px) { .container > .row > .col-lg-9 { box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.28); } } .col-lg-9 { margin: 0 auto !important; float: none !important; } .mw-body { margin: 0 !important; padding: 1em 2em !important;} .footer-info { font-size: 75% !important; } .footer-info, .footer-places { margin: 12px 0 32px !important; } .footer-places { padding-left: 30px; }