Kontakt

Christina Riedl

Telefon: 07223 967-326

Telefax: 07223 967-7326

E-Mail: christina.riedl@schoeck.de

Nadine Seifried

Telefon: 07223 967-128

Telefax: 07223 967-7128

E-Mail: nadine.seifried@schoeck.de

Elementbaukasten Downloads

Verwendung

Zur Darstellung von Downloads. Für PDF-Dokumente wird zusätzlich ein Vorschau-Button angeboten, um das Dokument direkt im Browser zu öffnen. Der Kreis vor jedem Eintrag dient zur Kennzeichnung bereits heruntergeladener Dokumente mittels eines Häkchens.

Vorschau

HTML

                
                  <div class="container">
  <div class="download_pagelist">
    <div class="download_list">
      <div class="download_item row row-tabled-mobile">
        <div class="col-print-9 col-sm-6 col-xs-6 col-text col-tabled-mobile">
          <div class="text_wrapper">
            <div class="category">
              Technische Informationen
            </div>
            <h3 class="title">
              Technische Information Schöck Isokorb® XT nach EC2 </h3>
            <div class="meta visible-xs">
              <span class="extension">pdf</span>,
              <span class="filesize">34,67 MB</span>
              <span class="release_date"> (29.11.2016)</span>
            </div>
          </div>
        </div>
        <div class="col-sm-3 col-xs-12 col-meta col-tabled-mobile hidden-xs">
          <span class="meta hidden-xs">
            <span class="extension">pdf</span>, <span class="filesize">34,67 MB</span>
            <span class="release_date"> (29.11.2016)</span>
          </span>
        </div>
        <div class="col-sm-3 col-xs-6 col-actions col-tabled-mobile hidden-print">
          <div class="action action_download">
            <a class="btn btn-light download_button hidden-print cms_link cms_gui_link" href="#" target="_self" title="jetzt herunterladen">
              <span class="cms_link_label">jetzt herunterladen</span>
            </a>
          </div>
        </div>
      </div>
      <div class="download_item row row-tabled-mobile downloaded">
        <div class="col-print-9 col-sm-6 col-xs-6 col-text col-tabled-mobile">
          <div class="text_wrapper">
            <div class="category">
              Zulassungen
            </div>
            <h3 class="title">
              Zulassung Schöck Isokorb® nach EC2, Dämmkörperdicke 80 und 120 mm - Z-15.7-239 </h3>
            <div class="meta visible-xs">
              <span class="extension">pdf</span>,
              <span class="filesize">12,55 MB</span>
              <span class="release_date"> (02.03.2016)</span>
            </div>
          </div>
        </div>
        <div class="col-sm-3 col-xs-12 col-meta col-tabled-mobile hidden-xs">
          <span class="meta hidden-xs">
            <span class="extension">pdf</span>, <span class="filesize">12,55 MB</span>
            <span class="release_date"> (02.03.2016)</span>
          </span>
        </div>
        <div class="col-sm-3 col-xs-6 col-actions col-tabled-mobile hidden-print">
          <div class="action action_load_inline">
            <a class="btn btn-light read_button hidden-print cms_link cms_gui_link" href="#" target="_blank" title="jetzt lesen">
              <span class="cms_link_label">jetzt lesen</span>
            </a>
          </div>
          <div class="action action_download">
            <a class="btn btn-light download_button hidden-print cms_link cms_gui_link" href="#" target="_self" title="jetzt herunterladen">
              <span class="cms_link_label">jetzt herunterladen</span>
            </a>
          </div>
        </div>
      </div>
      <div class="download_item row row-tabled-mobile">
        <div class="col-print-9 col-sm-6 col-xs-6 col-text col-tabled-mobile">
          <div class="text_wrapper">
            <div class="category">
              Zulassungen
            </div>
            <h3 class="title">
              Zulassung Schöck Isokorb® mit Betondrucklager nach EC2, Dämmkörperdicke 80 und 120 mm - Z-15.7-240 </h3>
            <div class="meta visible-xs">
              <span class="extension">pdf</span>,
              <span class="filesize">13,36 MB</span>
              <span class="release_date"> (02.03.2016)</span>
            </div>
          </div>
        </div>
        <div class="col-sm-3 col-xs-12 col-meta col-tabled-mobile hidden-xs">
          <span class="meta hidden-xs">
            <span class="extension">pdf</span>, <span class="filesize">13,36 MB</span>
          </span>
        </div>
        <div class="col-sm-3 col-xs-6 col-actions col-tabled-mobile hidden-print">
          <div class="action action_load_inline">
            <a class="btn btn-light read_button hidden-print cms_link cms_gui_link" href="#" target="_blank" title="jetzt lesen">
              <span class="cms_link_label">jetzt lesen</span>
            </a>
          </div>
          <div class="action action_download">
            <a class="btn btn-light download_button hidden-print cms_link cms_gui_link" href="#" target="_self" data-downloadid="downloadfile-878" title="jetzt herunterladen">
              <span class="cms_link_label">jetzt herunterladen</span>
            </a>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>                
              

CSS

              @charset "UTF-8";
/* item */
.download_item {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .download_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.download_item .col-text .text_wrapper {
  position: relative;
  padding-left: 64px;
}
@media print, screen and (max-width: 767px) {
  .download_item .col-text .text_wrapper {
    padding-left: 0;
  }
}
.download_item .col-text .text_wrapper:before {
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border: 1px dashed #c8c8c8;
  content: ' ';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .download_item .col-text .text_wrapper:before {
    display: none;
  }
}
.download_item .col-text .text_wrapper .category {
  color: #b3b3b3;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin-bottom: 5px;
}
.download_item .col-text .text_wrapper .title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin: 0;
}
.download_item .col-text .text_wrapper .title[data-toggle="tooltip"] {
  display: inline-block;
}
.download_item .col-text .text_wrapper .version {
  margin-top: 5px;
  color: #b3b3b3;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
.download_item .col-text .text_wrapper .meta {
  margin-top: 5px;
  color: #b3b3b3;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
.download_item .col-text .text_wrapper .meta .extension {
  text-transform: uppercase;
}
.download_item .col-text .text_wrapper .meta .release_date {
  white-space: nowrap;
}
.download_item .col-meta {
  text-align: right;
}
.download_item .col-meta .meta {
  display: inline-block;
  color: #b3b3b3;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
.download_item .col-meta .meta .extension {
  text-transform: uppercase;
}
.download_item .col-meta .meta .release_date {
  white-space: nowrap;
}
.download_item .col-actions {
  text-align: right;
}
.download_item .col-actions .action {
  display: inline-block;
  margin-right: 2px;
}
.download_item .col-actions .action:last-child {
  margin-right: 0;
}
.download_item .col-actions .action .btn {
  padding: 12px 14px;
}
@media screen and (max-width: 1199px) {
  .download_item .col-actions .action .btn {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 380px) {
  .download_item .col-actions .action .btn {
    padding: 12px 8px;
  }
}
.download_item .col-actions .action .btn .cms_link_label {
  display: none;
}
.download_item .col-actions .download_button:before {
  font-family: 'schoeck';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.download_item .col-actions .read_button:before {
  font-family: 'schoeck';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.download_item .col-actions .read_button:focus,
.download_item .col-actions .download_button:focus {
  outline: none;
}
.download_item .col-actions .read_button:before,
.download_item .col-actions .download_button:before {
  font-size: 19px;
  line-height: 19px;
}
.download_item.download_item_link .col-text .text_wrapper:before {
  content: none;
  display: none;
}
.download_item.download_item_link .col-actions .download_button:before {
  content: "";
  position: relative;
  top: 1px;
  font-size: 16px;
  line-height: 21px;
}

.tooltip.download_item_tooltip .tooltip-inner {
  width: 350px;
  text-align: left;
}

/* list */
.download_list .download_item {
  border-bottom: 1px solid #e6e6e6;
}
.download_list .download_item:first-child {
  border-top: 1px solid #e6e6e6;
}

/* gradient border images */
@media screen {
  html.borderimage .download_list .download_item {
    -moz-border-image: -moz-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    -moz-border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    -o-border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    -webkit-border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    border-image: -moz-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    border-image: -webkit-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
    border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
  }
}
/* pagelist */
.download_pagelist .download_list {
  padding: 0 15px;
}
.download_pagelist .download_item .col-text .text_wrapper:before {
  font-family: 'schoeck';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.download_pagelist .download_item .col-text .text_wrapper:before {
  color: rgba(249, 178, 0, 0);
  font-size: 44px;
  line-height: 44px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s color ease, 0.4s border-color ease, 0.4s transform;
}
@media screen and (max-width: 767) {
  .download_pagelist .download_item .col-text .text_wrapper:before {
    transition: 0.4s border-color ease, 0.4s transform;
  }
}
.download_pagelist .download_item.downloaded .col-text .text_wrapper:before {
  color: #f9b200;
  border-color: rgba(200, 200, 200, 0);
  transform: translateY(-50%) rotate(0deg);
  font-size: 44px;
  line-height: 44px;
}
.download_pagelist .reload_button_wrapper {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download_pagelist .reload_button_wrapper {
    margin-top: 20px;
  }
}

/* tabled grid */
.row-tabled-mobile {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
}
.row-tabled-mobile:before, .row-tabled-mobile:after {
  content: none;
}

.col-tabled-mobile {
  display: table-cell;
  float: none;
  vertical-align: middle;
  height: 100%;
}

/* buttons */
.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: normal;
  line-height: 17px;
  line-height: 1.0625rem;
  margin-bottom: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  top: 0;
  transition: .2s top ease;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  user-select: none;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  box-shadow: none;
  top: 1px;
}

.btn-primary {
  background-color: #0069b4;
  border-color: #005a9b;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #004b81;
  border-color: #00365d;
  color: #fff;
}
.btn-primary:active {
  background-image: none;
}

.btn-primary {
  background-color: #0069b4;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzODdjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0069b4), color-stop(100%, #3387c3));
  background-image: -moz-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: -webkit-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: linear-gradient(to top, #0069b4, #3387c3);
  background-size: 100%;
  border: none;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  transition: .2s top ease, .2s box-shadow ease;
}
.btn-primary:active {
  background-color: #0069b4;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzODdjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0069b4), color-stop(100%, #3387c3));
  background-image: -moz-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: -webkit-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: linear-gradient(to top, #0069b4, #3387c3);
  background-size: 100%;
}

.btn-light {
  background-color: #fff;
  border: solid 1px #e6e6e6;
  box-shadow: 0 2px rgba(0, 0, 0, 0.05);
  color: #0069b4;
  padding: 11px 20px;
  transition: .2s color ease, .2s top ease, .2s box-shadow ease;
}
.btn-light:hover {
  color: #f9b200;
}
.btn-light:focus {
  color: #0069b4;
}
.btn-light:focus:hover {
  color: #f9b200;
}

@media screen and (max-width: 767px) {
  .btn-light {
    transition: .2s top ease, .2s box-shadow ease;
  }
}

            

SCSS

              @import "../general/_general";

/* item */
.download_item {
  padding-top:40px;
  padding-bottom:40px;

  @media screen and (max-width:$screen-xs-max) {
    padding-top:20px;
    padding-bottom:20px;
  }

  .col-text {
    .text_wrapper {
      position:relative;
      padding-left:64px;

      @media print, screen and (max-width:$screen-xs-max) {
        padding-left:0;
      }

      &:before {
        display:block;
        height:44px;
        width:44px;
        line-height:44px;
        border:1px dashed rgba($grey2, 1);
        content:' ';
        @include border-radius(50%);
        @include autocenterY;
        left:0;

        @media print, screen and (max-width:$screen-xs-max) {
          display:none;
        }
      }

      .category {
        color:$grey;
        @include rem-font-size(15);
        @include rem-line-height(17);
        margin-bottom:5px;
      }

      .title {
        @include rem-font-size(17);
        @include rem-line-height(21);
        margin:0;

        &[data-toggle="tooltip"] {
          display:inline-block;
        }
      }

      .version {
        margin-top:5px;
        color:$grey;
        @include rem-font-size(15);
        @include rem-line-height(17);
      }

      .meta {
        margin-top:5px;
        color:$grey;
        @include rem-font-size(15);
        @include rem-line-height(17);

        .extension {
          text-transform:uppercase;
        }

        .release_date {
          white-space:nowrap;
        }
      }
    }
  }

  .col-meta {
    text-align:right;

    .meta {
      display:inline-block;
      color:$grey;
      @include rem-font-size(15);
      @include rem-line-height(17);

      .extension {
        text-transform:uppercase;
      }

      .release_date {
        white-space:nowrap;
      }
    }
  }

  .col-actions {
    text-align:right;

    .action {
      display:inline-block;
      margin-right:2px;

      &:last-child {
        margin-right:0;
      }

      .btn {
        padding:12px 14px;

        @media screen and (max-width:$screen-md-max) {
          padding:12px 10px;
        }

        @media screen and (max-width:380px) {
          padding:12px 8px;
        }

        .cms_link_label {
          display:none;
        }
      }
    }

    .download_button {
      @include schoeck-icon($icon-download);
    }

    .read_button {
      @include schoeck-icon($icon-flippingbook);
    }

    .read_button,
    .download_button {
      &:focus {
        outline:none;
      }

      &:before {
        font-size:19px;
        line-height:19px;
      }
    }
  }

  &.download_item_link {
    .col-text {
      .text_wrapper {
        &:before {
          content:none;
          display:none;
        }
      }
    }

    .col-actions {
      .download_button {
        &:before {
          content:$icon-call-to-action-right-arrow-pipe;
          position:relative;
          top:1px;
          font-size:16px;
          line-height:21px;
        }
      }
    }
  }
}

.tooltip {
  &.download_item_tooltip {
    .tooltip-inner {
      width:350px;
      text-align:left;
    }
  }
}

/* list */
.download_list {
  .download_item {
    border-bottom:1px solid $lightgrey;

    &:first-child {
      border-top:1px solid $lightgrey;
    }
  }
}

/* gradient border images */
@media screen {
  html.borderimage {
    .download_list {
      .download_item {
        -moz-border-image:-moz-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        -moz-border-image:linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        -o-border-image:linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        -webkit-border-image:-webkit-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        -webkit-border-image:linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        border-image:-moz-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        border-image:-webkit-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
        border-image:linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%) 1 0;
      }
    }
  }
}

/* pagelist */

.download_pagelist {
  .download_list {
    padding:0 15px;
  }

  .download_item {
    .col-text {
      .text_wrapper {
        @include schoeck-icon($icon-circle-checked);

        &:before {
          color:rgba($orange, 0);
          font-size:44px;
          line-height:44px;
          @include transform(translateY(-50%) rotate(90deg));

          @include linkcolor-transition(0.4s border-color ease, 0.4s transform);
        }
      }
    }

    &.downloaded {
      .col-text {
        .text_wrapper {
          &:before {
            color:rgba($orange, 1);
            border-color:rgba($grey2, 0);
            @include transform(translateY(-50%) rotate(0deg));
            font-size:44px;
            line-height:44px;
          }
        }
      }
    }
  }

  .reload_button_wrapper {
    margin-top:40px;
    text-align:center;

    @media screen and (max-width:$screen-xs-max) {
      margin-top:20px;
    }
  }
}

/* tabled grid */

.row-tabled-mobile {
  @include row-tabled;
}

.col-tabled-mobile {
  @include col-tabled;
}

/* buttons */

@import '../buttons/_code';
            

Abhängigkeiten

www.modernizr.com