Sha256: a95fb2c7d126e59340a3b5daa74c72badd5e2579c61721009ebb96af809367bd
Contents?: true
Size: 1.7 KB
Versions: 33
Compression:
Stored size: 1.7 KB
Contents
/* *= require_self */ @import "alchemy/variables"; html { box-shadow: inset 0px 1px 1px $medium-gray; border-radius: $default-border-radius; font-size: $base-font-size; } body { background-color: #fff; color: $text-color; font: $default-font-style; margin: 6px 0 !important; padding-left: 2*$default-margin !important; padding-right: 2*$default-margin !important; padding-top: 0px !important; padding-bottom: 0px !important; } table { width: 100%; } td,th { font: $default-font-style; } .mce-object { border: 1px dotted #3a3a3a; background: #d5d5d5 url('tinymce/skins/alchemy/img/object.gif') no-repeat center; } .mce-pagebreak { cursor: default; display: block; border: 0; width: 100%; height: 5px; border: 1px dashed #666; margin-top: 15px; } .mce-item-anchor { cursor: default; display: inline-block; -webkit-user-select: all; -webkit-user-modify: read-only; -moz-user-select: all; -moz-user-modify: read-only; user-select: all; user-modify: read-only; width: 9px!important; height: 9px!important; border: 1px dotted #3a3a3a; background: #d5d5d5 url('tinymce/skins/alchemy/img/anchor.gif') no-repeat center; } .mce-nbsp { background: #AAA; } hr { cursor: default; } .mce-match-marker { background: #AAA; color: #fff; } .mce-match-marker-selected { background: #39f; color: #fff; } .mce-spellchecker-word { background: url('tinymce/skins/alchemy/img/wline.gif') repeat-x bottom left; cursor: default; } .mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption { border: 1px dashed #BBB; } td.mce-item-selected,th.mce-item-selected { background-color: #39f!important; } .mce-edit-focus { outline: 1px dotted #333; }
Version data entries
33 entries across 33 versions & 1 rubygems