הבדלים בין גרסאות בדף "מדיה ויקי:Common.css"
מתוך ויקירפואה
שורה 17: | שורה 17: | ||
} | } | ||
− | @media screen and (max-width: 750px) | + | @media screen and (max-width: 750px) { |
− | .contact_form { | + | .contact_form { |
− | + | display: none; | |
− | + | position: fixed; | |
− | + | bottom:30px; | |
+ | } | ||
} | } | ||
− | @media screen and (max-width: 750px) | + | @media screen and (max-width: 750px) { |
− | .cf_mobile_btn { | + | .cf_mobile_btn { |
− | + | display: block; | |
+ | position: fixed; | ||
+ | bottom:30px; | ||
+ | } | ||
} | } |
גרסה מ־16:05, 17 במרץ 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; bottom:30px; } } @media screen and (max-width: 750px) { .cf_mobile_btn { display: block; position: fixed; bottom:30px; } }