Sha256: 4d705719e7940ad9e6da47afdc12fddd845ad815fc6e73c6fa108d5742cd1827

Contents?: true

Size: 1.33 KB

Versions: 11

Compression:

Stored size: 1.33 KB

Contents

body.mrge-iframe-body {
    white-space: pre-line; /* CSS 3.0 */
    word-wrap: break-word; /* IE 5+ */
    padding: 10px;
}

* {
    padding: 0;
    margin: 0;
}

/* Blocks */

.mrge-content-block {
    position: relative;
}

.mrge-content-block.mrge-left-side {
    float: left;
    clear: left;
    margin: 5px 15px 5px 0;
}

.mrge-content-block img {
    display: block;
    border: none;
    outline: none;
}

.mrge-content-block-container {
    display: none;
}

.mrge-content-block-move-action {
    height: 30px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    font-size: 34px;
    color: #999999;
    text-align: center;
    line-height: 30px;
    z-index: 9;
}

.mrge-content-block-move-action::-moz-selection {
    user-select: none;
}

.mrge-content-block-top {
    top:0;
    left: 50%;
    margin-left: -20px;
}

.mrge-content-block-bottom {
    bottom:0;
    left: 50%;
    margin-left: -20px;
}

.mrge-content-block-close {
    top:0;
    right: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    color: #999999;
    text-align: center;
    line-height: 32px;
}

.mrge-content-block-close::-moz-selection {
    user-select: none;
}

h2 {
    margin: 10px 0 10px 0;
}

h3 {
    margin: 5px 0 5px 0;
}

ul, ol {
    list-style-position: inside;
}

p {
    font-size: 20px;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
morrigan_editor_rails-0.0.13 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.12 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.11 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.10 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.9 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.8 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.7 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.6 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.5 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.4 test/dummy/app/assets/stylesheets/editor_iframe.css
morrigan_editor_rails-0.0.3 test/dummy/app/assets/stylesheets/editor_iframe.css