MediaWiki:Monobook.css

From MI2wiki
Revision as of 12:39, 30 January 2013 by Soul (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */
/* tabs */
#p-cactions li {
        border-collapse: separate;
        border-bottom: 1px solid #aaa;
        padding-bottom: 0.4em;
}

#p-cactions li.selected {
        border-collapse: collapse;
        border-color: #000000;
        border-bottom: none;
        font-weight: bold;
        padding: 0 0 0.2em;
        padding-bottom: 0.5em;
}

#p-cactions li.selected a {
        background-color: #865ab7;
        color: #FFFFFF;
        padding: 0 1em 0.2em !important;
        z-index: 3;
}

#p-cactions .new a {
        color: #0000FF;
}

#p-cactions li a {
        text-transform: lowercase;
}

#p-cactions li a {
        background-color: #dbd1f7;
        border: medium none;
        color: #000000;
        margin: 0;
        padding: 0 0.8em 0.3em;
        position: relative;
        text-decoration: none;
        z-index: 0;
}



/* toolbox */


.generated-sidebar .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
        background: #dbd1f7;
        /* IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0);
        /* IE8+ */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0)";
}