Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
MediaWiki:Gadget-AjaxQuickDelete.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* _____________________________________________________________________________ * | | * | === WARNING: GLOBAL GADGET FILE === | * | Changes to this page affect many users. | * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. | * |_____________________________________________________________________________| * */ .ajaxDeleteFeedback { border: 1px #A9DE16 solid !important; background: #EAF2CB url(//upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif) no-repeat 8px 14px !important; padding-left: 2.85em !important; padding-top: 10px !important; font-size: 1.1em !important; word-wrap: break-word; } .ajaxDeleteError { border: 1px #DE1616 solid!important; background: #F2CBCB!important; padding-left: 0em; } .ajaxDeleteDeclineMove { float:right; background: #F2CBCB; padding: 0.3em; } .ajaxDeleteLazyLoad { min-height:100px; max-height:450px; border:#ddd solid 1px; overflow: auto; } #AjaxDupeContainer { position:relative; } #AjaxDupeContainer > div { margin: 5px; display: inline-block; vertical-align: top; width: 365px; } #AjaxDeleteContainer textarea { margin: 10px; display: inline-block; width: 365px; font-size: 0.9em; } #AjaxDeleteImgDel { color:red; font-weight:bold; } #AjaxDeleteImgKeep { color:green; } /* parser result */ #AjaxQuestionParse, #AjaxQuestionParse0, div[id^="AjaxQuestionParse"] { min-height: 50px; max-height: 300px; overflow: auto; color: #000; background: #DDD; border: 1px solid #EEE; } /* questions */ #AjaxQuestion0, #AjaxQuestion1, div[id^="AjaxQuestion"] { direction: ltr; } /* red links */ #AjaxQuestionParse a.new, #AjaxQuestionParse0 a.new, div[id^="AjaxQuestionParse"] a.new { color: #BA0000 !important; } .ajaxTextareaConverter { position:absolute; right:0px; top:1px; cursor:pointer; }