„MediaWiki:Common.css” változatai közötti eltérés

Innen: Sanctum2 Wikipédia
Ugrás a navigációhozUgrás a kereséshez
Nincs szerkesztési összefoglaló
Nincs szerkesztési összefoglaló
6. sor: 6. sor:
#sidebar .pBody { background: none; }
#sidebar .pBody { background: none; }
#p-personal .pBody { background: none; }
#p-personal .pBody { background: none; }
table.sortable th.headerSort {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_both.gif?2017-05-14T14:15:00Z);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 21px
    }
    table.sortable th.headerSortUp {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_up.gif?2017-05-14T14:15:00Z)
    }
    table.sortable th.headerSortDown {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_down.gif?2017-05-14T14:15:00Z)
    }


.mw-help-field-hint {
.mw-help-field-hint {

A lap 2023. június 21., 19:33-kori változata

#toc{
    display:none;
}
#p-navigation { background: none; }
#p-navigation .pBody { background: none; }
#sidebar .pBody { background: none; }
#p-personal .pBody { background: none; }

 table.sortable th.headerSort {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_both.gif?2017-05-14T14:15:00Z);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 21px
    }

    table.sortable th.headerSortUp {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_up.gif?2017-05-14T14:15:00Z)
    }

    table.sortable th.headerSortDown {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_down.gif?2017-05-14T14:15:00Z)
    }

.mw-help-field-hint {
        display: none;
        margin-left: 2px;
        margin-bottom: -8px;
        padding: 0px 0px 0px 15px;
        background-image: url(http://wiki.nw2online.com/skins/common/images/help-question.gif?2017-05-14T14:15:00Z)!ie;
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: .8em;
        text-decoration: underline;
        color: #0645ad
    }

.mw-help-field-hint:hover {
        background-image: url(http://wiki.nw2online.com/skins/common/images/help-question-hover.gif?2017-05-14T14:15:00Z)!ie
    }

 .tipsy {
        padding: 5px 5px 10px;
        font-size: 12px;
        position: absolute;
        z-index: 100000;
        overflow: visible
    }

 .tipsy-arrow {
        position: absolute;
        background: url(http://wiki.nw2online.com/skins/common/images/tipsy-arrow.gif?2017-05-14T14:15:00Z) no-repeat top left;
        width: 13px;
        height: 13px
    }