MediaWiki:Monobook.css: Difference between revisions

From MI2wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* 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: #33CCFF;
        padding: 0 1em 0.2em !important;
        z-index: 3;
        color: #000000
}
#p-cactions .new a {
        color: #0000FF;
}
#p-cactions li a {
        text-transform: lowercase;
}
#p-cactions li a {
        background-color: #33CCFF;
        border: medium none;
        color: #000000;
        margin: 0;
        padding: 0 0.8em 0.3em;
        position: relative;
        text-decoration: none;
        z-index: 0;
}

Revision as of 12:25, 30 January 2013

/* 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: #33CCFF;
        padding: 0 1em 0.2em !important;
        z-index: 3;
        color: #000000
}

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

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

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