|
| 1 | +/* |
| 2 | + A change to the original MooEditable style |
| 3 | + |
| 4 | + * Famfamfam Silk Iconset |
| 5 | + * Darker gray color for mouse over selections |
| 6 | + * Rounded corners for buttons and overlays (only supported on WebKit and FireFox) |
| 7 | + |
| 8 | + Usage: |
| 9 | + Include MooEditable.SilkTheme.css to overwrite the default settings |
| 10 | + |
| 11 | + <link rel="stylesheet" type="text/css" href="../../Assets/MooEditable/MooEditable.css"> |
| 12 | + <link rel="stylesheet" type="text/css" href="../../Assets/MooEditable/MooEditable.Extras.css"> |
| 13 | + <link rel="stylesheet" type="text/css" href="../../Assets/MooEditable/MooEditable.SilkTheme.css"> |
| 14 | + |
| 15 | + |
| 16 | + Author: Olivier Refalo |
| 17 | + */ |
| 18 | + |
| 19 | + |
| 20 | +.mooeditable-ui-toolbar .mooeditable-ui-button .button-icon{ |
| 21 | + background: transparent url(images/mooeditable-toolbarbuttons-silk.png) no-repeat 0 -8px; |
| 22 | +} |
| 23 | + |
| 24 | +.mooeditable-ui-toolbar .bold-item .button-icon{ background-position: 0 -16px; } |
| 25 | +.mooeditable-ui-toolbar .createlink-item .button-icon{ background-position: 0 -32px; } |
| 26 | +.mooeditable-ui-toolbar .indent-item .button-icon{ background-position: 0 -48px; } |
| 27 | +.mooeditable-ui-toolbar .insertorderedlist-item .button-icon{ background-position: 0 -64px; } |
| 28 | +.mooeditable-ui-toolbar .insertunorderedlist-item .button-icon{ background-position: 0 -80px; } |
| 29 | +.mooeditable-ui-toolbar .italic-item .button-icon{ background-position: 0 -96px; } |
| 30 | +.mooeditable-ui-toolbar .outdent-item .button-icon{ background-position: 0 -176px; } |
| 31 | +.mooeditable-ui-toolbar .redo-item .button-icon{ background-position: 0 -208px; } |
| 32 | +.mooeditable-ui-toolbar .strikethrough-item .button-icon{ background-position: 0 -224px; } |
| 33 | +.mooeditable-ui-toolbar .toggleview-item .button-icon{ background-position: 0 -240px; } |
| 34 | +.mooeditable-ui-toolbar .underline-item .button-icon{ background-position: 0 -256px; } |
| 35 | +.mooeditable-ui-toolbar .undo-item .button-icon{ background-position: 0 -272px; } |
| 36 | +.mooeditable-ui-toolbar .unlink-item .button-icon{ background-position: 0 -288px; } |
| 37 | +.mooeditable-ui-toolbar .urlimage-item .button-icon{ background-position: 0 -304px; } |
| 38 | + |
| 39 | +.mooeditable-ui-toolbar .justifycenter-item .button-icon, |
| 40 | +.mooeditable-ui-toolbar .justifyright-item .button-icon, |
| 41 | +.mooeditable-ui-toolbar .justifyfull-item .button-icon, |
| 42 | +.mooeditable-ui-toolbar .justifyleft-item .button-icon{ |
| 43 | + background-image: url(images/mooeditable-toolbarbuttons-silk.png); |
| 44 | +} |
| 45 | +.mooeditable-ui-toolbar .justifycenter-item .button-icon{ background-position: 0 -112px; } |
| 46 | +.mooeditable-ui-toolbar .justifyfull-item .button-icon{ background-position: 0 -128px; } |
| 47 | +.mooeditable-ui-toolbar .justifyleft-item .button-icon{ background-position: 0 -144px; } |
| 48 | +.mooeditable-ui-toolbar .justifyright-item .button-icon{ background-position: 0 -160px; } |
| 49 | + |
| 50 | +.mooeditable-ui-toolbar .mooeditable-ui-button:hover, |
| 51 | +.mooeditable-ui-toolbar .mooeditable-ui-button.hover{ |
| 52 | + -webkit-border-radius: 3px; |
| 53 | + -moz-border-radius: 3px; |
| 54 | + border-radius: 3px; |
| 55 | +} |
| 56 | + |
| 57 | +.mooeditable-ui-button-overlay{ |
| 58 | + -webkit-border-radius: 5px; |
| 59 | + -moz-border-radius: 5px; |
| 60 | + border-radius: 5px; |
| 61 | +} |
| 62 | + |
| 63 | +.mooeditable-ui-toolbar .mooeditable-ui-button.active, |
| 64 | +.mooeditable-ui-toolbar .mooeditable-ui-button.onActive{ |
| 65 | + background-color: #bbb; |
| 66 | + -webkit-border-radius: 3px; |
| 67 | + -moz-border-radius: 3px; |
| 68 | + border-radius: 3px; |
| 69 | +} |
0 commit comments