מדיה ויקי: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;
}

.onlymobile {
display:block;
}
.greenLinks a, .greenLinks a:visited {
    color:#0a3 !important;
}

#mainpage{
	background: url("/skins/common/images/logo_beta.png") no-repeat center top;
	padding-top: 100px;
}

.advancedSearchBox {
    padding:5px 15px 5px 5px;
    background:#eee;
    width:90%;
    margin:auto;
}

#advsearch-home-title {
    width:90%;
    margin:auto;
}

.advancedSearchField, .advancedSearchSubmitField {
	text-align:center;
}

.advancedSearchBox .sfComboBox, .inputSpan input {
	width:90%;
}

.advSearchResult {
   border-bottom:1px solid #EEE;
   padding-right: 5px;
}