Sha256: 5a8e7ce59a31ab47e63e39b8efbb508e1a9703871da2a2c6154f76c7a379d301
Contents?: true
Size: 1.72 KB
Versions: 38
Compression:
Stored size: 1.72 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/fonts/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/fonts/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/fonts/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
38 entries across 38 versions & 1 rubygems