הבדלים בין גרסאות בדף "מדיה ויקי:Common.css"
מתוך ויקירפואה
שורה 25: | שורה 25: | ||
left: 0px; | left: 0px; | ||
right: 0px; | right: 0px; | ||
+ | z-index: 2; | ||
+ | margin:0px !important; | ||
max-width:100% !important; | max-width:100% !important; | ||
max-height: 100% !important; | max-height: 100% !important; | ||
} | } | ||
− | |||
− | |||
− | |||
.cf_mobile_btn { | .cf_mobile_btn { | ||
display: block !important; | display: block !important; | ||
position: fixed; | position: fixed; | ||
− | bottom: | + | bottom: 0px; |
width: 100%; | width: 100%; | ||
text-align: center; | text-align: center; | ||
left: 0%; | left: 0%; | ||
} | } | ||
− | |||
− | |||
− | |||
#cf_mobile_btn_close { | #cf_mobile_btn_close { | ||
position: absolute; | position: absolute; | ||
− | display:block; | + | display: block; |
− | background: | + | background: transparent; |
color: white; | color: white; | ||
− | top: | + | top: 1px; |
− | right: | + | right: 2px; |
border-style: unset; | border-style: unset; | ||
} | } | ||
} | } | ||
+ | |||
div.toc { | div.toc { | ||
display: flow-root !important; | display: flow-root !important; | ||
padding:10px; | padding:10px; | ||
} | } |
גרסה מ־05:31, 25 במרץ 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; z-index: 2; margin:0px !important; max-width:100% !important; max-height: 100% !important; } .cf_mobile_btn { display: block !important; position: fixed; bottom: 0px; width: 100%; text-align: center; left: 0%; } #cf_mobile_btn_close { position: absolute; display: block; background: transparent; color: white; top: 1px; right: 2px; border-style: unset; } } div.toc { display: flow-root !important; padding:10px; }