לדלג לתוכן

מדיה ויקי:סקריפטים/78.js/style.css

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
.pc-icon{
	position: absolute;
	right: -14px;
	margin-top: 2px;
	cursor: pointer;
}
#pc-panel{
	position: absolute;
	width: 50%;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	background: #FBFBFB;
	display: none;
	right: 20px;
}
#pc-close{
	float: left;
	margin: 2px;
	cursor: pointer;
}
#pc-titlebar{
	font-size: 14px;
	line-height: 1.8;
	padding-right: 10px;
	background-color: #F0F0F0;
	height: 26px;
}
#pc-caption{
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
}
#pc-form{
	margin: 5px;
}
.pc-dialog{
	text-indent: 10px;
	font-weight: bold;
	text-align: right;
	color: #6089C9;
}
.pc-action{
	margin: 5px 0;
}
.pc-action > *{
	cursor: pointer;
}
.pc-action input{
	float: right;
}
#pc-reason{
	display: none;
	padding-top: 3px;
	text-align: center;
}
#pc-reason input, #pc-custom textarea{
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	padding: 3px 5px;
	width: 100%;
}
#pc-reason button{
	display: none;
}
#pc-status{
	display: none;
}
#pc-custom{
	display: none;
}
#pc-custom textarea{
	display: none;
	height: 10em;
	font: inherit;
	resize: both;
}
.pc-action label {
	color: #582E2E;
}
#pc-creator {
	margin-right: 22px;
	font-size: 11px;
}