Sha256: c349649f28be6d7b1ec0aa1f4ae3c3e96042e9c35addb761cd68b48a20be5894

Contents?: true

Size: 1.87 KB

Versions: 11

Compression:

Stored size: 1.87 KB

Contents

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  display: none; }

.medium-editor-toolbar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); }
  .medium-editor-toolbar li button {
    min-width: 50px;
    height: 50px;
    border: none;
    border-right: 1px solid #a8a8a8;
    background-color: transparent;
    color: #889aac;
    box-shadow: inset 0 0 3px #f8f8e6;
    background: -webkit-linear-gradient(top, #fff, rgba(0, 0, 0, 0.1));
    background: linear-gradient(to top, #fff, rgba(0, 0, 0, 0.1));
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
    -webkit-transition: background-color .2s ease-in;
            transition: background-color .2s ease-in; }
    .medium-editor-toolbar li button:hover {
      background-color: #fff;
      color: #000;
      color: rgba(0, 0, 0, 0.8); }
  .medium-editor-toolbar li .medium-editor-button-first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .medium-editor-toolbar li .medium-editor-button-last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .medium-editor-toolbar li .medium-editor-button-active {
    background-color: #ccc;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.2));
    background: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0.2)); }

.medium-editor-toolbar-form {
  background: #fff;
  color: #999;
  border-radius: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input {
    margin: 0;
    height: 50px;
    background: #fff;
    color: #a8a8a8; }
  .medium-editor-toolbar-form a {
    color: #889aac; }

.medium-editor-toolbar-anchor-preview {
  background: #fff;
  color: #889aac;
  border-radius: 5px; }

.medium-editor-placeholder:after {
  color: #a8a8a8; }

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
type_station-0.3.4 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.3.3 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.3.2 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.3.1 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.3.0 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.2.3 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.2.2 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.2.1 vendor/assets/stylesheets/medium-editor/themes/roman.css
type_station-0.2.0 vendor/assets/stylesheets/medium-editor/themes/roman.css
medium-editor-rails-2.0.9 vendor/assets/stylesheets/medium-editor/themes/roman.css
medium-editor-rails-2.0.7 vendor/assets/stylesheets/medium-editor/themes/roman.css