Difference between revisions of "MediaWiki:Common.css"

m
more style changes to the sidebar menus
m (heading color changes)
m (more style changes to the sidebar menus)
Line 356: Line 356:


div#mw-panel div.portal h3 {
div#mw-panel div.portal h3 {
    font-weight: bold;
  font-weight: bold;
     color: #323942;
     color: #fff;
     font-size: .90em;
     font-size: .90em;
    background-color: #4b5a6d;
    padding: 5px;
    background: -moz-linear-gradient(left, rgba(50,57,66,1) 0%, rgba(50,57,66,0) 100%);
    background: -webkit-linear-gradient(left, #4b5a6c 0%,#32394200 100%);
    background: linear-gradient(to right, #4b5a6c 0%,#32394200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323942', endColorstr='#00323942',GradientType=1 );
    margin-left: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 2px #4b5a6c;
    border-radius: 5px;
}
}


Line 549: Line 559:
     -moz-border-radius-topright: 0px;
     -moz-border-radius-topright: 0px;
     -webkit-border-radius: 7px 0px 0px 7px;
     -webkit-border-radius: 7px 0px 0px 7px;
     border-radius: 7px 0px 0px 7px;
     border-radius: 0px 0px 0px 7px;
     -moz-box-shadow: -1px 3px 5px #7f7f7f;
     -moz-box-shadow: -1px 3px 5px #7f7f7f;
     -webkit-box-shadow: -1px 3px 5px #7f7f7f;
     -webkit-box-shadow: -1px 3px 5px #7f7f7f;