מדיה ויקי:סקריפטים/88.css

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
#pt-notifications-watchlist .mw-echo-notifications-badge {
    color: transparent; 
    font-size: 0; /* untile "they" fix bug T161728 */
    cursor: pointer;
    display: block;
    height: 24px;
    position: relative;
    text-decoration: none;
    text-indent: 0;
    width: 28px;
}
.skin-vector-legacy #pt-notifications-watchlist .mw-echo-notifications-badge {
	top: -18px;
}
#pt-notifications-watchlist .mw-echo-notifications-badge:hover, #pt-notifications-watchlist .mw-echo-notifications-badge:active, #pt-notifications-watchlist .mw-echo-notifications-badge:focus {
    outline: medium none;
}
#pt-notifications-watchlist .mw-echo-notifications-badge-dimmed {
    opacity: 0.4;
}
#pt-notifications-watchlist .mw-echo-notifications-badge::before {
    background-repeat: no-repeat;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
#pt-notifications-watchlist .mw-echo-notifications-badge::after {
    background-color: #72777d;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    content: attr(data-counter-text);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    left: 55%;
    padding: 0 0.3em;
    position: absolute;
    top: 12px;
    font-size: 12px;
}
.rtl #pt-notifications-watchlist .mw-echo-notifications-badge::after {
	right: 55%;
	left: inherit;
}
#pt-notifications-watchlist .mw-echo-notifications-badge .mw-echo-notifications-badge-long-label::after {
    left: 35%;
}
.rtl #pt-notifications-watchlist .mw-echo-notifications-badge .mw-echo-notifications-badge-long-label::after {
    right: 35%;
    left: inherit;
}
#pt-notifications-watchlist .mw-echo-notifications-badge .mw-echo-notifications-badge-all-read {
    opacity: 0.625;
}
#pt-notifications-watchlist .mw-echo-notifications-badge .mw-echo-notifications-badge-all-read::after {
    visibility: hidden;
}
#pt-notifications-watchlist .mw-ui-button::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M11%2014H6v1h5v-1zm0%203H6v-1h5v1zm0%201H6v1h5v-1zm1-5v3l5%203-1-6%204-3-6-1-2-5s-1.9%205-2%205l-6%201%204%203h4z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
#pt-notifications-watchlist .mw-echo-notifications-badge .oo-ui-flaggedElement-unseen::after, #pt-notifications-watchlist .mw-echo-notifications-badge-unseen::after {
    background-color: #2b2;
}

#p-personal #pt-notifications-watchlist {
    margin-right: 0.4em;
    margin-top: 0.3em;
}

.wlw-content {
	white-space: nowrap;
}

.skin-timeless #user-tools { min-width: 8em; }

#pt-notifications-watchlist .cdx-button {
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/9/99/OOjs_UI_icon_star.svg");
	background-position: center;
	background-repeat: no-repeat;
}