מדיה ויקי:Mobile.css

מתוך ויקיתרופות
קפיצה אל: ניווט, חיפוש
Banner.jpg

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

  • פיירפוקס / ספארי: לחצו על Shift בעת לחיצתכם על העלה מחדש (Reload), או הקישו על Ctrl-F5 או על Ctrl-R (או על ⌘-R במחשב מק)
  • גוגל כרום: לחצו על Ctrl-Shift-R (או על ⌘-Shift-R במק)
  • אינטרנט אקספלורר: לחצו על Ctrl בעת לחיצתכם על רענן (Refresh), או הקישו על Ctrl-F5
  • אופרה: נקו את המטמון ב־Tools‏ ← Preferences
/* CSS placed here will affect users of the mobile site */
.extendedInfoTab {
	width:86px;
	height:59px;
	float:right;
	margin-left:1px;
	color:#fff;
	line-height: 30px;
	padding: 10px 0;
	background:#a1a1a1;
}
.extendedInfoTabOff {
	color: #5f5f5f;
}

.drugbox th, .drugbox td {
    display:block;
}
.drugbox th {
    font-weight: bold;
    text-align:right;
}
.drugbox td {
    border-bottom: 1px solid #D9D9D9;
}

.nonRegisteredShow {
display:block;
}
.extendedInfoForDoc {
display:none;
}

.whiteLinks a,.whiteLinks a:visited {
color:#fff !important;
}