Skip to content

Instantly share code, notes, and snippets.

@oflow
Created April 17, 2015 03:44
Show Gist options
  • Save oflow/be11d7f08794064859a4 to your computer and use it in GitHub Desktop.
Save oflow/be11d7f08794064859a4 to your computer and use it in GitHub Desktop.
途中で飽きた
@namespace url(http://www.w3.org/1999/xhtml);
/* 梅田ブルク7のチケット予約がPCで見るとアホすぎるのでコンパクトにするCSS */
@-moz-document domain(kinezo.jp) {
#scheduleList div,
#scheduleList a,
#scheduleList span,
#scheduleList td {
font-size: 1rem !important;
line-height: 1.1rem !important;
height: auto !important;
}
.scWrap .scData p {
height: auto !important;
padding: 0.8rem 0 !important;
margin-bottom: 0.8rem !important;
}
.scWrap .scData span {
margin: 0 !important;
font-size: 1.3rem !important;
font-weight: bold !important;
}
#scheduleList td {
font-size: 0.9rem !important;
}
#scheduleList div.cinemaTitle {
position: relative !important;
overflow: visible !important;
padding: 0.5rem 0 0.3rem 0 !important;
text-indent: 88px !important;
border: 0 !important;
font-weight: bold !important;
font-size: 1.1rem !important;
box-shadow: none !important;
}
.cinemaTitle a {
}
.cinemaTitle img {
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 80px !important;
height: auto !important;
}
.theaterListWrap {
min-height: 89px !important;
margin-bottom: 1rem !important;
background-color: #fff !important;
box-shadow: none !important;
}
.theaterListWrap .theaterWrap {
margin-left: 81px !important;
}
.theaterWrap div {
padding: 0 !important;
}
.theaterWrap td div {
background-image: none !important;
}
.theaterWrap .scType01:before,
.theaterWrap .scType02:before,
.theaterWrap .scType03:before,
.theaterWrap .scType04:before {
font-weight: bold !important;
font-size: 1.5rem !important;
color: #fff !important;
display: block !important;
padding: 0.4rem !important;
margin-bottom: 0.2rem !important;
}
.theaterWrap .scType01:before {
content: '◎';
background-color: Green !important;
}
.theaterWrap .scType02:before {
content: '○':
background-color: Blue !important;
}
.theaterWrap .scType03:before {
content: '△':
background-color: Yellow !important;
}
.theaterWrap .scType04:before {
content: '-';
background-color: Gray !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment