/* CSS style file for Plemp! */ html { height: 100%; } body { font-family: sans-serif; font-size: 12px; height: 100% } } pre { margin: 0px 0px; padding: 6px; font-size: 12px; } #header { position: relative; border-bottom: thin solid gray; } #header h1 { margin: 5pt 0pt; height: 20pt; } #header #title { float: left; } #header #subtitle { font-size: 57%; } #header #add { float: right; cursor: pointer; color: #ccc; height: 28px; } #header #add:hover { color: #000; } #header #message { display: none; float: right; margin: 3px; margin-right: 12px; padding: 3px; border: thin solid #888; background-color: #eee; font-size: 14px; font-weight: normal; } #add_dialog { margin-top: 16px; } #add_dialog #new_title { width: 300px; } #add_dialog #type { float: right; } .left { text-align: left; } .right { text-align: right; } .draggable { position: absolute; background: white; border: thin solid #888; padding: 10px; width: 400px; } .draggable img, .draggable audio, .draggable video { width: 100%; } .draggable pre { font-size: 12px; overflow: auto; max-height: 300px; } .draggable h2 { margin: 0px; padding-bottom: 5px; font-size: 13px; } .draggable h2 .title { margin-right: 30px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; } .draggable h2 .title form input { font-size: 11px; font-weight: bold; } .draggable h2 .download, .draggable h2 .delete { width: auto; float: right; padding: 0px 3px; border: thin solid black; color: #ccc; } .draggable h2 .download { margin-right: 4px; padding: 0px 4px; } .draggable h2 :hover { color: #000; cursor: pointer; } .draggable .comments { color: #999; font-size: 11px; padding-top: 5px; } /* JQuery UI CSS overrides */ .ui-widget { font-size: 100%; }