#livePreview { background: #fff; display: block; height: 0; margin: 0; overflow: visible; padding: 0; position: absolute; width: 0; } #livePreview .livePreviewIcon { /* * place for the icon * background: transparent url("icons/exit.gif") no-repeat center left; */ background: #fff; /* * rest of the styles to make the icon work * padding-left: 12px; height: 11px; margin-left: 2px; */ border: 1px dotted #cc12ef; border-top: 0; border-right: 0; color: #000; font-size: 12px; font-weight: normal; left: 0; line-height: 1.2; margin: 0; padding: 2px; position: absolute; text-decoration: none; top: -7px; z-index: 10; } #livePreview .livePreviewIcon span { /* * hide it, if real icon is used */ /* display: none*/ } /* insitu-footnotes */ div.livePreviewTooltip { background: __light__; border: 1px solid __dark__; display: block; line-height: 1; overflow: hidden; height: auto !important; max-height: 400px; text-align: left; padding: 4px; max-width: 80%; /* IE's width is handled in javascript */ width: 80%; } html>body div.livePreviewTooltip { width: auto; }