|
| 1 | + |
| 2 | +body { margin: 0; padding: 20px; background: black; } |
| 3 | +ul.plugins { margin: 0; padding: 0; } |
| 4 | +ul.plugins li { margin: 0 12px 12px 0; |
| 5 | + list-style-type: none; width: 210px; height: 220px; float: left; |
| 6 | + color: white; border: 1px solid gray; text-align: center; font-weight: bold; } |
| 7 | + |
| 8 | +#accordion, #draggable, #droppable, |
| 9 | +#resizable, #selectable, #slider, #sortable, #tabs { |
| 10 | + margin: 10px; |
| 11 | + width: 190px; height: 180px; |
| 12 | + text-align: center; |
| 13 | + background: #FF9C08; color: white; font-weight: bold; |
| 14 | +} |
| 15 | +#selectable div { |
| 16 | + width: 45px; height: 45px; float: left; margin: 6px; |
| 17 | + border: 1px solid white; |
| 18 | +} |
| 19 | +#selectable .ui-selecting { |
| 20 | + background: gray; |
| 21 | +} |
| 22 | +#selectable .ui-selected { |
| 23 | + background: black; |
| 24 | +} |
| 25 | +#sortable div { |
| 26 | + width: 45px; height: 45px; float: left; margin: 6px; |
| 27 | + border: 1px solid white; |
| 28 | +} |
| 29 | +#sortable .ui-sortable-helper { |
| 30 | + background: black; |
| 31 | +} |
| 32 | + |
| 33 | +.ui-dialog { background-color: #FF9C08; } |
| 34 | +.ui-dialog .ui-dialog-titlebar { background: black; padding: 0px; height: 28px; _height: 29px; } |
| 35 | +.ui-dialog.ui-draggable .ui-dialog-titlebar { cursor: move; } |
| 36 | + |
| 37 | +.ui-dialog .ui-dialog-titlebar-close { |
| 38 | + width: 16px; height: 16px; position: absolute; top: 6px; right: 7px; |
| 39 | + cursor: default; color: white; |
| 40 | +} |
| 41 | + |
| 42 | +.ui-dialog .ui-dialog-titlebar-close-hover { color: #FF9C08; } |
| 43 | + |
| 44 | +.ui-dialog .ui-dialog-title { |
| 45 | + margin-left: 5px; color: white; font-weight: bold; |
| 46 | + position: relative; top: 7px; left: 4px; |
| 47 | +} |
| 48 | + |
| 49 | +.ui-dialog .ui-dialog-content { |
| 50 | + margin: 1.2em; |
| 51 | +} |
| 52 | + |
| 53 | +.ui-dialog .ui-dialog-buttonpane { |
| 54 | + position: absolute; |
| 55 | + bottom: 8px; |
| 56 | + right: 12px; |
| 57 | + width: 100%; |
| 58 | + text-align: right; |
| 59 | +} |
| 60 | + |
| 61 | +.ui-dialog .ui-dialog-buttonpane button { |
| 62 | + margin: 6px; |
| 63 | +} |
| 64 | + |
| 65 | +/* Dialog handle styles */ |
| 66 | +.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: gray !important; border: none !important; } |
| 67 | +.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: gray !important; border: none !important; } |
| 68 | +.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: gray !important; border: none !important; } |
| 69 | +.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: gray !important; border: none !important; } |
| 70 | +.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: gray !important; border: none !important; } |
| 71 | +.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: gray !important; border: none !important; } |
| 72 | +.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: gray !important; border: none !important; } |
| 73 | +.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: gray !important; border: none !important; } |
0 commit comments