לדלג לתוכן

משתמשת:Funcs/common.css

מתוך ויקיפדיה, האנציקלופדיה החופשית

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
/* RTRC */
.mw-rtrc-diff {
    max-height: 50em;
    overflow-y: auto;
    transition: transform 30ms ease-out 20ms,max-height 50ms ease-in;
}
.mw-rtrc-feed {
    max-height: 30em;
    overflow-y: auto;
    transition: transform 30ms ease-out 20ms,max-height 50ms ease-in;
}
.mw-rtrc-diff-tools {
    font-size: x-large;
    position: sticky;
}

.mw-logo {
  position: relative;
}
/*
.mw-page-container {
  background-color: #fff7e8;
}
*/
.firstHeading {
	color: #d90278;
}
/*
.vector-header-container .mw-header {
  background-color: #ffdc99;
}

.vector-pinned-container {
  background-color: #fff7e8;
}
*/

/* Cake and candles 20 b-day logo: */
@media ( min-width: 720px ) {
	.mw-logo:before {
	    content: '';
	    background-image: url("//upload.wikimedia.org/wikipedia/commons/5/5b/New_vector_logo_20_cake.svg") !important;
	    width: 80px;
	    height: 80px;
	    background-repeat: no-repeat;
	    background-size: 54px auto;
	    position: absolute;
	    top: -4px;
	    right: -27px;
	}
}


/* Present 20 b-day logo */
/*@media ( min-width: 720px ) {
	.mw-logo:before {
	    content: '';
	    background-image: url("//upload.wikimedia.org/wikipedia/commons/5/57/New_vector_logo_20_present.svg") !important;
	    width: 80px;
	    height: 80px;
	    background-repeat: no-repeat;
	    background-size: 54px auto;
	    position: absolute;
	    top: -4px;
	    right: -27px;
	}
}*/