MediaWiki:Common.css: Difference between revisions

no edit summary
(Site wide header / subheader size increased / portal article formatting changed)
No edit summary
Tags: Mobile edit Mobile web edit
 
(8 intermediate revisions by the same user not shown)
Line 1,213: Line 1,213:
   clear: both;
   clear: both;
   margin: 1em 0;
   margin: 1em 0;
   background: #EFDA9C;
   background: #FAF4E1;
   border: 1px solid #283763;
   border: 3px solid #283763;
   -webkit-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6);
   -webkit-box-shadow: 0 50px 100px #EFDA9C 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 #EFDA9C inset, 0 1px 2px rgba(195, 205, 218, .6);
   box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6);
   box-shadow: 0 50px 100px #EFDA9C inset, 0 1px 2px rgba(195, 205, 218, .6);
}
}
.articleSummary .articleSummaryInner {
.articleSummary .articleSummaryInner {
Line 1,273: Line 1,273:
   }
   }
}
}
/*
@media screen and (min-width: 1111px) and (max-width: 1340px) {
@media screen and (min-width: 1111px) and (max-width: 1340px) {
   .articleSummary .articleSummaryExtendedDescription {
   .articleSummary .articleSummaryExtendedDescription {
Line 1,278: Line 1,280:
   }
   }
}
}
 
*/
/* Increase the default header sizes */
/* Increase the default header sizes */
#mw-body-content h2 {
.mw-body-content h2 {
   font-size: 2.2em;
   font-size: 2.2em;
}
}


#mw-body h1, #mw-body-content h1 {
.mw-body h1, .mw-body-content h1 {
     font-size: 2.8em;
     font-size: 2.8em;
}
}