Sha256: 164603ada2c5d9451c6fecb2a56ca9c836d921972f94c2066e011cd6b6795083

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

/*
 * This file provides customization for lists.centos.org site. There is one id
 * selector per template. The id selector name and the template name are both
 * the same so you can correlate them.
 */

.row > {
  hr {
    margin-top: 3em;
  }
}

#mmcfg {
  h2 {
    margin-top: 0; padding-top: 0.5rem;

    &:before {
      display: none;
    }
  }
  > table:nth-child(2) {
    > tbody:nth-child(1) {
      > tr {
        > td {
          padding: 0.5rem;
        }
      }
      > tr:nth-child(4) {
        > td {
          background-color: $dark;
          > strong {
            > font {
              font-size: 1rem;
              color: #fff;
            }
          }
        }
      }
    }
  }
}

#admlogin {
  h4 {
    margin-top: 0; padding-top: 0;

    &:before {
      display: none;
    }
  }
}

#archidxhead {
  ul > {
    ul {
      list-style-type: none;
    }
  }
}

#article {
  pre {
    overflow: hidden;
    max-height: none;
    font-size: 1rem;
    white-space: pre-wrap;
  }
}

#listinfo {
  h2 {
    margin-top: 1rem; padding-top: 1rem;

    &:before {
      display: none;
    }
  }
}

#options {
  h2, h4 {
    margin-top: 1rem; padding-top: 1rem;
    &:before {
      display: none;
    }
  }

  h3, h5 {
    margin-top: 0; padding-top: 0;
    &:before {
      display: none;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.7 _sass/centos/sites/_lists.scss