/* default style for the entry mode */ div.dataauplugin_entry dl { border: 1px solid __border__; padding: 1em; margin: 1em; font-size: 90%; overflow: auto; width: 70%; } /* DO NOT MESS WITH THIS IT IS IE MAGIC */ * html div.dataauplugin_entry dl dd { float: none; display: block; } *:first-child+html div.dataauplugin_entry dl dd { float: none; display: block; } *:first-child+html div.dataauplugin_entry dt { padding-right: 0.5em; } /* END OF IE MAGIC */ div.dataauplugin_entry dl dt { font-weight: bold; clear: left; float: left; width: 10em; text-align: right; } div.dataauplugin_entry dl dd { float: left; margin-left: 0.5em; } /* style to hide the entry data */ div.dataauplugin_entry.hidden { display: none; } /* default styles for the tag cloud */ ul.dataauplugin_cloud { overflow: auto; } ul.dataauplugin_cloud li { float: left; list-style-type: none; list-style-image: none; margin: 0 1em 0 0; padding: 0; } ul.dataauplugin_cloud li.cl0 { font-size: 70% } ul.dataauplugin_cloud li.cl1 { font-size: 90% } ul.dataauplugin_cloud li.cl2 { font-size: 110% } ul.dataauplugin_cloud li.cl3 { font-size: 130% } ul.dataauplugin_cloud li.cl4 { font-size: 150% } /* default styles for the related mode */ dl.dataaurelated { margin-left: 1em; } dl.dataaurelated dd { margin-left: 1em; } dl.dataaurelated dt { font-weight: bold; } /* * Custom Entry Editor */ #dw__editform fieldset.plugin__dataau table tr td label span { display: none; } #dw__editform fieldset.plugin__dataau table tr td label { /* This is the anchor for the position: absolute autocompletion */ display: block; position: relative; } #dw__editform fieldset.plugin__dataau { text-align: left; width: 99%; margin: 0.5em 0; } #dw__editform fieldset.plugin__dataau table { text-align: center; border: none; margin: 1em 0; } #dw__editform fieldset.plugin__dataau table { th { border: none; } th.title { width: 20%; } th.type { width: 15%; } th.multi { width: 5%; } th.value { width: 30%; } th.comment { width: 20%; } td { padding: 0.2em 0.3em; border: none; } td.title { font-weight: bold; } td select, td input { width: 100%; } } #dw__editform fieldset.plugin__dataau table .dataau_comment input { border: none; } /* the section edit button - yes, it's not the most beautiful CSS you've ever seen */ div.dokuwiki div.editbutton_plugin_dataau { margin-top: -1em; /* depends on the dl margin */ float: none; } div.dokuwiki div.editbutton_plugin_dataau form input.button, div.dokuwiki div.editbutton_plugin_dataau form button { float: none; margin-left: 1.6em; padding: 0 0.3em; background-image: none; border-top: none; } table.dataauplugin_table th input { width: 98%; } /* datepicker and autocomplete menu */ .ui-datepicker { font-size: 0.9em; } .ui-menu { font-size: 1em; }