Sha256: e16116aa36ccfdc9b5b71b1adf9dfe4be2b48a9657db5519565e26f83933ce30
Contents?: true
Size: 1.62 KB
Versions: 28
Compression:
Stored size: 1.62 KB
Contents
/* *= require_self */ @import "alchemy/variables"; @import "compass/css3"; html { @include box-shadow(inset 0px 1px 1px $medium-gray); @include border-radius($default-border-radius); } 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; } td,th { font: $default-font-style; } .mce-object { border: 1px dotted #3a3a3a; background: #d5d5d5 url(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(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(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
28 entries across 28 versions & 2 rubygems