Children’s Environmental Health in Michigan

Difference between revisions of "MediaWiki:Common.css"

From Michigan Network for Children's Environmental Health
Jump to: navigation, search
Line 31: Line 31:
 
div#mw-panel #p-logo + div.portal h3 { display: block !important; border-bottom: 1px solid #c0c0c0; }
 
div#mw-panel #p-logo + div.portal h3 { display: block !important; border-bottom: 1px solid #c0c0c0; }
 
div#mw-panel { width: 14em; }
 
div#mw-panel { width: 14em; }
body.ltr div#footer #footer-places { margin-left: 5em; }
+
@media screen and (min-width: 982px) div#footer {
 +
  margin-left: 15em;
 +
}

Revision as of 01:45, 2 February 2018

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

body { font-family: verdana, arial, sans-serif; }

#column-content { margin-left: -15em }
#column-content #content, #content { margin-left: 15em }
#p-logo a, #p-logo a:hover { width: 15em }
.portlet { width: 14em }
#p-cactions { left: 14em }
#localNotice { font-size: 24px; border-bottom: 1px solid black; text-align: left; padding: 0; line-height: 100%;}

#p-namespaces { margin-left: 5em; }

/* Sidebar stuff */
#n-Pesticides { margin-left: 1em !important }
#n-PBDEs { margin-left: 1em !important }
#n-PCBs { margin-left: 1em !important }
#n-Mercury { margin-left: 1em !important }
#n-Dioxins { margin-left: 1em !important }
#n-Lead { margin-left: 1em !important }
#n-Second-Hand-Smoke { margin-left: 1em !important }
#n-Arsenic { margin-left: 1em !important }
#n-Ionizing-Radiation { margin-left: 1em !important }
#n-Benzene-and-TCE { margin-left: 1em !important }
#n-Criteria-Air-Pollutants { margin-left: 1em !important }
#n-Mold-and-VOCs { margin-left: 1em !important }
#n-Diesel-Exhaust { margin-left: 1em !important }



div#mw-panel #p-logo + div.portal h3 { display: block !important; border-bottom: 1px solid #c0c0c0; }
div#mw-panel { width: 14em; }
@media screen and (min-width: 982px) div#footer {
   margin-left: 15em;
}