Sha256: f11cb6f8a564c63e36cd61de7983cd60890066d30e14729696ea8269643d2d5e

Contents?: true

Size: 1.27 KB

Versions: 8

Compression:

Stored size: 1.27 KB

Contents

    table.facebook td {
      background: #3b5998;
      border-color: #2d4473;
    }

    table.facebook:hover td {
      background: #2d4473 !important;
    }

    table.twitter td {
      background: #00acee;
      border-color: #0087bb;
    }

    table.twitter:hover td {
      background: #0087bb !important;
    }

    table.google-plus td {
      background-color: #DB4A39;
      border-color: #CC0000;
    }

    table.google-plus:hover td {
      background: #CC0000 !important;
    }

    .template-label {
      color: #ffffff;
      font-weight: bold;
      font-size: 11px;
    }

    .callout .panel {
      background: #ECF8FF;
      border-color: #b9e5ff;
    }

    .header {
      background: #999999;
    }

    .footer .wrapper {
      background: #ebebeb;
    }

    .footer h5 {
      padding-bottom: 10px;
    }

    table.columns .text-pad {
      padding-left: 10px;
      padding-right: 10px;
    }

    table.columns .left-text-pad {
      padding-left: 10px;
    }

    table.columns .right-text-pad {
      padding-right: 10px;
    }

    @media only screen and (max-width: 600px) {

      table[class="body"] .right-text-pad {
        padding-left: 10px !important;
      }

      table[class="body"] .left-text-pad {
        padding-right: 10px !important;
      }
    }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
derelicte-0.1.0-java spec/files/ink_hero.css
derelicte-0.0.8-java spec/files/ink_hero.css
derelicte-0.0.7-java spec/files/ink_hero.css
derelicte-0.0.6-java spec/files/ink_hero.css
derelicte-0.0.5-java spec/files/ink_hero.css
derelicte-0.0.4-java spec/files/ink_hero.css
derelicte-0.0.3-java spec/files/ink_hero.css
derelicte-0.0.2-java spec/files/ink_hero.css