מדיה ויקי:Mobile.css: הבדלים בין גרסאות

מתוך ויקיתרופות
קפיצה אל: ניווט, חיפוש
Banner.jpg
 
(11 גרסאות ביניים של משתמש אחד אינן מוצגות)
שורה 34: שורה 34:
 
.whiteLinks a,.whiteLinks a:visited {
 
.whiteLinks a,.whiteLinks a:visited {
 
color:#fff !important;
 
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;
 +
}
 +
 +
#mf-lastnews-home {
 +
width: 90%;
 +
margin: auto;
 +
}
 +
#mf-morenews-home {
 +
padding-left: 5%;
 
}
 
}

גרסה אחרונה מתאריך 14:58, 27 ביולי 2014

/* 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;
}

#mf-lastnews-home {
width: 90%;
margin: auto;
}
#mf-morenews-home {
padding-left: 5%;
}