האיגוד הישראלי לרפואת משפחה

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

מתוך ויקירפואה

שורה 39: שורה 39:
 
text-align: center;
 
text-align: center;
 
left: 0%;
 
left: 0%;
 +
}
 +
}
 +
 +
@media screen and (max-width: 750px) {
 +
#cf_mobile_btn_close {
 +
position: absolute;
 +
display:block;
 +
background: grey;
 +
color: white;
 +
top: 5px;
 +
right: 6px;
 +
border-style: unset;
 
}
 
}
 
}
 
}

גרסה מ־11:42, 23 במרץ 2020

/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */

@media print {
  a[href]:after {
    content: none !important;
  }
  header#mobile{
      display: none;
  }
  header#desktop {
      display: none;
  }
}

td.campaignGlobalBGPadding {
    padding: 0px !important;
}

@media screen and (max-width: 750px) {
	.contact_form {
		display: none;
		position: fixed;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		max-width:100% !important;
		max-height: 100% !important;

	}
}

@media screen and (max-width: 750px) {
	.cf_mobile_btn {
		display: block !important;
		position: fixed;
		bottom: 2px;
		width: 100%;
		text-align: center;
		left: 0%;
	}
}

@media screen and (max-width: 750px) {
	#cf_mobile_btn_close {
		position: absolute;
		display:block;
		background: grey;
		color: white;
		top: 5px;
		right: 6px;
		border-style: unset;
	}
}