@@ -120,7 +120,7 @@ blockquote:before,
120120q :before ,
121121blockquote :after ,
122122q :after {
123- content : ' ' ;
123+ content : " " ;
124124 content : none ;
125125}
126126table {
228228pre ,
229229samp {
230230 font-family : monospace , serif ;
231- _font-family : ' courier new' , monospace ;
231+ _font-family : " courier new" , monospace ;
232232 font-size : 1em ;
233233}
234234pre {
241241}
242242q :before ,
243243q :after {
244- content : ' ' ;
244+ content : " " ;
245245 content : none ;
246246}
247247small {
@@ -319,9 +319,9 @@ input {
319319 line-height : normal ;
320320}
321321button ,
322- html input [type = ' button' ],
323- input [type = ' reset' ],
324- input [type = ' submit' ] {
322+ html input [type = " button" ],
323+ input [type = " reset" ],
324+ input [type = " submit" ] {
325325 -webkit-appearance : button;
326326 cursor : pointer ;
327327 * overflow : visible ;
@@ -330,19 +330,19 @@ button[disabled],
330330input [disabled ] {
331331 cursor : default ;
332332}
333- input [type = ' checkbox' ],
334- input [type = ' radio' ] {
333+ input [type = " checkbox" ],
334+ input [type = " radio" ] {
335335 box-sizing : border-box ;
336336 padding : 0 ;
337337 * height : 13px ;
338338 * width : 13px ;
339339}
340- input [type = ' search' ] {
340+ input [type = " search" ] {
341341 -webkit-appearance : textfield;
342342 box-sizing : content-box ;
343343}
344- input [type = ' search' ]::-webkit-search-cancel-button ,
345- input [type = ' search' ]::-webkit-search-decoration {
344+ input [type = " search" ]::-webkit-search-cancel-button ,
345+ input [type = " search" ]::-webkit-search-decoration {
346346 -webkit-appearance : none ;
347347}
348348button ::-moz-focus-inner ,
@@ -488,9 +488,9 @@ select {
488488 text-transform : none ;
489489}
490490button ,
491- html input [type = ' button' ],
492- input [type = ' reset' ],
493- input [type = ' submit' ] {
491+ html input [type = " button" ],
492+ input [type = " reset" ],
493+ input [type = " submit" ] {
494494 -webkit-appearance : button;
495495 cursor : pointer ;
496496}
@@ -506,21 +506,21 @@ input::-moz-focus-inner {
506506input {
507507 line-height : normal ;
508508}
509- input [type = ' checkbox' ],
510- input [type = ' radio' ] {
509+ input [type = " checkbox" ],
510+ input [type = " radio" ] {
511511 box-sizing : border-box ;
512512 padding : 0 ;
513513}
514- input [type = ' number' ]::-webkit-inner-spin-button ,
515- input [type = ' number' ]::-webkit-outer-spin-button {
514+ input [type = " number" ]::-webkit-inner-spin-button ,
515+ input [type = " number" ]::-webkit-outer-spin-button {
516516 height : auto ;
517517}
518- input [type = ' search' ] {
518+ input [type = " search" ] {
519519 -webkit-appearance : textfield;
520520 box-sizing : content-box ;
521521}
522- input [type = ' search' ]::-webkit-search-cancel-button ,
523- input [type = ' search' ]::-webkit-search-decoration {
522+ input [type = " search" ]::-webkit-search-cancel-button ,
523+ input [type = " search" ]::-webkit-search-decoration {
524524 -webkit-appearance : none ;
525525}
526526fieldset {
653653 overflow : visible ;
654654 clip : auto ;
655655}
656- [role = ' button' ] {
656+ [role = " button" ] {
657657 cursor : pointer ;
658658}
659659h1 ,
@@ -972,7 +972,7 @@ blockquote .small {
972972blockquote footer :before ,
973973blockquote small :before ,
974974blockquote .small :before {
975- content : ' \2014 \00A0 ' ;
975+ content : " \2014 \00A0 " ;
976976}
977977.blockquote-reverse ,
978978blockquote .pull-right {
@@ -988,15 +988,15 @@ blockquote.pull-right footer:before,
988988blockquote .pull-right small :before ,
989989.blockquote-reverse .small :before ,
990990blockquote .pull-right .small :before {
991- content : ' ' ;
991+ content : " " ;
992992}
993993.blockquote-reverse footer :after ,
994994blockquote .pull-right footer :after ,
995995.blockquote-reverse small :after ,
996996blockquote .pull-right small :after ,
997997.blockquote-reverse .small :after ,
998998blockquote .pull-right .small :after {
999- content : ' \00A0 \2014 ' ;
999+ content : " \00A0 \2014 " ;
10001000}
10011001address {
10021002 margin-bottom : 20px ;
@@ -1778,7 +1778,7 @@ address {
17781778.container-fluid :after ,
17791779.row :before ,
17801780.row :after {
1781- content : ' ' ;
1781+ content : " " ;
17821782 display : table ;
17831783}
17841784.clearfix :after ,
@@ -1855,7 +1855,7 @@ h3,
18551855h4 ,
18561856h5 ,
18571857h6 {
1858- font-family : ' Roboto Slab' , arial , serif ;
1858+ font-family : " Roboto Slab" , arial , serif ;
18591859}
18601860a ,
18611861button {
@@ -2008,10 +2008,10 @@ blockquote {
20082008 font-size : 1.2em ;
20092009 font-weight : 200 ;
20102010 font-style : italic ;
2011- quotes : ' \201C ' ' \201D ' ' \2018 ' ' \2019 ' ;
2011+ quotes : " \201C " " \201D " " \2018 " " \2019 " ;
20122012}
20132013pre {
2014- font-family : Menlo, Monaco, Consolas, ' Courier New' , monospace ;
2014+ font-family : Menlo, Monaco, Consolas, " Courier New" , monospace ;
20152015 display : block ;
20162016 padding : 9.5px ;
20172017 margin : 0px 0px 10px ;
@@ -2031,6 +2031,10 @@ s {
20312031 text-decoration : line-through ;
20322032}
20332033
2034+ em {
2035+ font-style : italic ;
2036+ }
2037+
20342038.cms-image {
20352039 margin : 1em 0 ;
20362040 max-width : 360px ;
@@ -2294,7 +2298,7 @@ article .part.box_text p {
22942298 right : 55px ;
22952299 top : 5px ;
22962300 z-index : 100 ;
2297- background : url (' img/icon-unmuted.png' ) center center no-repeat black ;
2301+ background : url (" img/icon-unmuted.png" ) center center no-repeat black ;
22982302 background-size : cover ;
22992303 display : inline-block ;
23002304 text-indent : -1000px ;
@@ -2306,7 +2310,7 @@ article .part.box_text p {
23062310 border : 3px solid black ;
23072311
23082312 & .muted {
2309- background-image : url (' img/icon-muted.png' );
2313+ background-image : url (" img/icon-muted.png" );
23102314 background-size : cover ;
23112315 }
23122316}
@@ -2318,7 +2322,7 @@ article .part.box_text p {
23182322 left : 50% ;
23192323 margin-top : -40px ; /* Negative half of height. */
23202324 margin-left : -40px ; /* Negative half of width. */
2321- background : url (' img/icon-unmuted.png' ) center center no-repeat
2325+ background : url (" img/icon-unmuted.png" ) center center no-repeat
23222326 rgba (0 , 0 , 0 , 0.3 );
23232327 background-size : cover ;
23242328 text-indent : -1000px ;
@@ -2330,7 +2334,7 @@ article .part.box_text p {
23302334 z-index : 11 ;
23312335
23322336 & .muted {
2333- background-image : url (' img/icon-muted.png' );
2337+ background-image : url (" img/icon-muted.png" );
23342338 background-size : cover ;
23352339 }
23362340}
@@ -2468,12 +2472,12 @@ article .part.box_text p {
24682472 float : left ;
24692473
24702474 & .pause {
2471- background : transparent url (' img/pause.png' ) center center no-repeat ;
2475+ background : transparent url (" img/pause.png" ) center center no-repeat ;
24722476 display : none ;
24732477 }
24742478
24752479 & .play {
2476- background : transparent url (' img/play.png' ) center center no-repeat ;
2480+ background : transparent url (" img/play.png" ) center center no-repeat ;
24772481 }
24782482}
24792483
@@ -2512,7 +2516,7 @@ article .part.box_text p {
25122516}
25132517
25142518.slideshow {
2515- font-family : ' Roboto Slab' , arial , serif ;
2519+ font-family : " Roboto Slab" , arial , serif ;
25162520}
25172521.slideshow.reverse_colors {
25182522 color : #000 ;
@@ -2560,7 +2564,7 @@ article .part.box_text p {
25602564 width : 100% ;
25612565 position : relative ;
25622566 overflow : hidden ;
2563- font-family : ' Roboto Slab' , arial , serif ;
2567+ font-family : " Roboto Slab" , arial , serif ;
25642568}
25652569
25662570.blueimp-gallery > .prev :hover ,
@@ -2781,12 +2785,12 @@ article .part.box_text p {
27812785 display : grid ;
27822786 grid-template-rows : none ;
27832787 grid-template-areas :
2784- ' intro'
2785- ' . '
2786- ' logo'
2787- ' storyname'
2788- ' play'
2789- ' . ' ;
2788+ " intro"
2789+ " . "
2790+ " logo"
2791+ " storyname"
2792+ " play"
2793+ " . " ;
27902794 grid-row-gap : 0.3rem ;
27912795 background : white ;
27922796 position : fixed ;
@@ -2882,7 +2886,7 @@ article .part.box_text p {
28822886}
28832887
28842888#paywallInfo {
2885- background : url (' img/curtain.png' ) no-repeat center center red ;
2889+ background : url (" img/curtain.png" ) no-repeat center center red ;
28862890 background-size : cover ;
28872891 display : none ;
28882892 pointer-events : all ;
0 commit comments