MediaWiki:Common.css: Difference between revisions

Site wide header / subheader size increased / portal article formatting changed
(portal article box css added)
(Site wide header / subheader size increased / portal article formatting changed)
Line 1,213: Line 1,213:
   clear: both;
   clear: both;
   margin: 1em 0;
   margin: 1em 0;
   background: #FAFAFB;
   background: #EFDA9C;
   border: 1px solid #C3CDDA;
   border: 1px solid #283763;
   -webkit-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6);
   -webkit-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6);
   -moz-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6);
   -moz-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6);
Line 1,277: Line 1,277:
     display: none;
     display: none;
   }
   }
}
/* Increase the default header sizes */
#mw-body-content h2 {
  font-size: 2.2em;
}
#mw-body h1, #mw-body-content h1 {
    font-size: 2.8em;
}
}