הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.
- פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
- גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
- אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
/* BEGIN: responsive grid CSS */ /* Responsive grid CSS from http://www.responsivegridsystem.com/calculator/ by Graham Miller (CC-SA 3.0 license) */ .listing-col { display: block; float:right; margin: 1% 0 0 3%; } .listing-col:first-child { margin-left: 1%px; } .listing-span_1_of_2 { width: 46.5%; } /* Use a single column at less than 640px */ @media only screen and (max-width: 640px) { .listing-col { margin: 1% 0 0 0; } } @media only screen and (max-width: 640px) { .listing-span_1_of_2 { width: 100%; } } /* END: responsive grid CSS */ /* BEGIN: listing editor form CSS */ .editor-fullwidth { width: 100%; } .editor-partialwidth { width: 55%; } .editor-typeswidth { width: 28%; } .editor-label-col { width: 85px; } .unesco-class { float:left; width:51.5%; } .listing-tooltip { border-bottom: 1px dotted; cursor: help; } #input-type { background-color: #ffffff; padding-right: 20px; box-shadow: -20px 0 0 0 #ffffff inset; } #span-minor, #span-last-edit, #span-wikidata-wp, #span-wikidata-img, #span-wikidata-link, #span-isunesco ,#span-iskosher, #span-isvegetarian, #span-ishalal, #span-islgbt, #span-isaccessibility, #span-iswifi, #span-iscampfire { margin-right: 15px; } .listing-divider { border-width: 1px 0 0 0; border-color: #ccc; margin: 10px 0; border-style: dotted; } /* END: listing editor form CSS */ /* BEGIN: listing editor misc CSS */ @media screen { span.vcard-edit-button a { color: #969696; } body .ui-dialog .ui-widget-header { background: #a9c8d6 !important; } #progress-dialog { font-size:large; padding-top:22px; text-align:center; } #listing-editor { padding: 0em 1.5em 1em; } #listing-help { margin-right: 30px; } .listingeditor-add { margin-right: 0.25em; } .listing-license { width: 60%; padding-top: 0.8em; font-size: 0.8em; } .listing-editor-dialog { margin: 0 5%; } .listing-editor-dialog a:hover, .listing-editor-dialog a:focus { text-decoration: underline; } .listing-sister { padding-bottom: 0.1em; } .listing-sister:hover { border-bottom: 1px solid #0645ad } .listing-sister-icons { padding-right: 0.2em; } .unesco-symbol { width: 6%; margin: 0 0 3%; } .features-symbol { width: 18px; height: 18px; margin: 0 0 5px 5px; } .wikidata-update { display: inline-block; background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/16px-Wikidata-logo.svg.png); width: 10px; height: 9px; margin: 0 5px 0 2px; } label .wikidata-update { margin-bottom: 3px; } } /* END: listing editor misc CSS */