Sha256: 0dcff45b86f07b9398f6a0c25601654b6f200b5c835761547e3e54923d4655fc

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 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;
    }
  }
  div.container:nth-child(2) {
    > 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.6 _sass/centos/sites/_lists.scss