MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 413: Line 413:
   background: linear-gradient(to bottom, #1C3E26 0%, #000201 100%); /* W3C */
   background: linear-gradient(to bottom, #1C3E26 0%, #000201 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C3E26', endColorstr='#000201', GradientType=0); /* IE6-9 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C3E26', endColorstr='#000201', GradientType=0); /* IE6-9 */
}
.secondary > ul > li:last-child {
    border: none;
}
}
.secondary > ul > li:hover {
.secondary > ul > li:hover {
Line 452: Line 455:
   .secondary > ul > li a {
   .secondary > ul > li a {
     background-position-x: 3px;
     background-position-x: 3px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1280px){
  .secondary > ul > li {
    width: 59px!important;
   }
   }
}
}