הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/*
See also: https://meta.wikimedia.org/wiki/User:מקף/global.css
*/

/*תיקון קישורים מהירים [ ၐ  »  › ] בכותרות שמסתיימות באנגלית*/
.noprint.ancretitres {
    display: inline-table;
}

/* RTRC */
.mw-rtrc-diff {

    overflow-y: auto;
    resize: vertical;
    transition: transform 30ms ease-out 20ms,max-height 50ms ease-in;
}
.mw-rtrc-feed {
    max-height: 30em;
    overflow-y: auto;
    resize: vertical;
    transition: transform 30ms ease-out 20ms,max-height 50ms ease-in;
}
.mw-rtrc-diff-tools {
    font-size: x-large;
    position: sticky;
}

/*WP Payment Disclosure – {{עריכה בתשלום}}*/
.WP_Payment_Disclosure {
    background-color: gold;
}
.WP_Payment_Disclosure_Payer {
    background-color: yellow;
}

/*response – {{משוב}}*/
.responseSpan {
    display: block !important;
}

/*כללי, כגון שינויים אחרונים ודפי גרסאות ותרומות*/
.mw-revdelundel-link > a {
    font-size: 0;
}
.mw-revdelundel-link > a:after {
    content: '👁️';
    font-size: initial;
}
.mw-rollback-link:hover {
    background-color: bisque;
/*    font-weight: bold;*/
}
.minoredit {
    font-weight: lighter;
    background-color: lightgray;
}
.mw-changeslist-separator {
    display: none;
}
/*.mw-diff-bytes {
    font-size: smaller;
}*/
.history-size.mw-diff-bytes {
    color: dimgrey;
}
.mw-tag-markers {
    font-size: smaller;
}
.mw-tag-marker-mw-reverted {
    background-color: orangered;
}
.mw-tag-marker-mw-rollback {
    background-color: lawngreen;
}
.mw-tag-marker-mw-manual-revert {
    background-color: lightgreen;
}
.mw-tag-marker-טרול {
    background-color: darkred;
    color: antiquewhite;
}
.mw-tag-marker-עריכה_בתשלום {
    border: solid 0.2em goldenrod;
}

/*.mw-logo {
    opacity: 0.50;
}*/

/*
[[משתמש:מקף/common.css#L-110]]:
	עיצוב מינורי יותר להנחיות להגשת בקשות ב[[וק:בק]] עם החזרה בריחוף
	– כיוון שלמפעילים ולמנטרים מנוסים ההוראות מיותרות באופן יחסי.
*/
.Sysop_Request_Instructions {
    max-height: 50px;
    opacity: 0.25;
    overflow-y: hidden;
    width: fit-content;
    transition: opacity 1s, max-height 1s;
    transition-timing-function: ease-out;
    border-bottom-width: thick;
}
.Sysop_Request_Instructions:hover {
    max-height: 1000px;
    transition: opacity .5s, max-height 1.5s;
    transition-timing-function: ease-in;
    opacity: 1;
    transition-delay: 0.2s;
}

/*גאדג'טים - ויקינתונים*/
.mw-indicators {
    position: absolute;
    left: 0px;
    top: -10px;
}