Last active
April 5, 2019 02:17
-
-
Save echojc/176f7011a3edf757000c5ada2471bcab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
a { | |
text-decoration: none; | |
} | |
a::after { | |
display: none; | |
content: ''; | |
} | |
nav, | |
footer { | |
display: none; | |
} | |
.t-song-details__marquee, | |
.t-song-details__marquee__content { | |
margin: 0; | |
padding: 0; | |
} | |
.t-song-details__marquee::after { | |
display: none; | |
} | |
.t-song-details__marquee__copy { | |
display: block; | |
width: 100%; | |
padding: 0; | |
} | |
.t-song-details__marquee__copy h2 { | |
font-size: 20px; | |
font-weight: normal; | |
margin-bottom: 0; | |
} | |
.t-song-details__marquee__copy .large { | |
font-size: 16px; | |
font-weight: normal; | |
} | |
.t-song-details__marquee__copy .underline { | |
display: none; | |
} | |
.social-icons { | |
display: none !important; | |
} | |
.t-song-details__marquee__image, | |
.t-song-details__marquee_background-wrap, | |
.t-song-details > .container { | |
display: none; | |
} | |
.t-song-details__info { | |
margin: 0; | |
padding: 0; | |
} | |
#chordPro_nav { | |
display: none; | |
} | |
.transposeControls { | |
position: absolute; | |
z-index: 1000; | |
top: 0; | |
right: 0; | |
display: flex; | |
padding: 0; | |
} | |
.transposeControls select { | |
margin-left: 8px !important; | |
padding: 0 !important; | |
border: 0 !important; | |
} | |
.transposeControls::before { | |
font-weight: bold; | |
padding-top: 1px; | |
content: 'Key:'; | |
} | |
.transposeControls p, | |
.transposeControls span { | |
display: none; | |
} | |
.chord-pro-disp { | |
font-size: 16px; | |
margin: 0 !important; | |
column-count: 2; | |
} | |
.chord-pro-br { | |
height: 0; | |
} | |
.t-song-details__info .col-sm-6 { | |
position: unset; | |
width: 100%; | |
} | |
.t-song-details__details { | |
display: block; | |
column-count: 2; | |
} | |
.song_taxonomy .detail { | |
font-size: 10pt; | |
padding: 0; | |
border: 0; | |
} | |
.song_taxonomy .detail > span { | |
width: 140px; | |
} | |
.t-setlist-details__related-list { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment