HEX
Server: Apache
System: Linux 4485441ca2e2 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 11:03:07 UTC 2025 aarch64
User: (1000)
PHP: 8.2.24
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/ganryujima_new_1602/sass/print.scss
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

@import "compass";

.logo_v ,
header ,
.l-side ,
.m_single_paging ,
.page-title ,
.btn_sns ,
.m_single_links ,
footer {
  display: none;
}
.l-main {
  padding-right: 0;
}
.l-column {
  padding: 24px 40px;
}
.container {
  padding: 0;
}
.m_single_events {
  .event_title {
    span span {
      display: inline-block;
      line-height: 34px;
      vertical-align: middle;
    }
    .date {
      background:url(../images/bg_gold.jpg) repeat top left;
      overflow: hidden;
      width: 220px;
      & > span {
        background: none;
        border-radius: 0;
        height: auto;
        padding: 0 8px;
        width: 232px;
      }
      .year {
        line-height: 34px;
        padding-right: 4px;
      }
      .day {
        margin-left: -8px;
      }
    }
    h1 {
      line-height: 1;
    }
    aside {
      margin-top: 0;
    }
    .cell {
      padding: 0 0 4px 16px;
    }
  }
  .l-paper {
    margin-bottom: 0;
  }
  .m-event-table ,
  .event_cover {
    display: none;
  }
  .m-fight-cards {
    @include clearfix;
    max-width: inherit;
    margin: 0 -16px;
  }
  .m-fight-card {
    float: left;
    padding: 0 32px;
    width: 50%;
    h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      width:100%;
      white-space: nowrap;
      line-height:1.2;
      font-size: 110%;
    }
    h4 {
      font-size: 13px;
    }
    p.base {
      font-size: 11px;
    }
    .card-cnt {
      margin-bottom: 16px;
    }
  }
}