LocalCDN-Firefox-Chrome-Brave/resources/asciinema-player/2.6.1/asciinema-player.min.css

1 line
42 KiB
CSS
Raw Normal View History

2022-02-24 06:04:17 +01:00
.asciinema-player-wrapper{position:relative;text-align:center;outline:0}.asciinema-player-wrapper .title-bar{display:none;top:-78px;transition:top .15s linear;position:absolute;left:0;right:0;box-sizing:content-box;font-size:20px;line-height:1em;padding:15px;font-family:sans-serif;color:#fff;background-color:rgba(0,0,0,.8)}.asciinema-player-wrapper .title-bar img{vertical-align:middle;height:48px;margin-right:16px}.asciinema-player-wrapper .title-bar a{color:#fff;text-decoration:underline}.asciinema-player-wrapper .title-bar a:hover{text-decoration:none}.asciinema-player-wrapper:fullscreen{background-color:#000;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.asciinema-player-wrapper:fullscreen .asciinema-player{position:static}.asciinema-player-wrapper:fullscreen .title-bar{display:initial}.asciinema-player-wrapper:fullscreen.hud .title-bar{top:0}.asciinema-player-wrapper:-webkit-full-screen{background-color:#000;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.asciinema-player-wrapper:-webkit-full-screen .asciinema-player{position:static}.asciinema-player-wrapper:-webkit-full-screen .title-bar{display:initial}.asciinema-player-wrapper:-webkit-full-screen.hud .title-bar{top:0}.asciinema-player-wrapper:-moz-full-screen{background-color:#000;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.asciinema-player-wrapper:-moz-full-screen .asciinema-player{position:static}.asciinema-player-wrapper:-moz-full-screen .title-bar{display:initial}.asciinema-player-wrapper:-moz-full-screen.hud .title-bar{top:0}.asciinema-player-wrapper:-ms-fullscreen{background-color:#000;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.asciinema-player-wrapper:-ms-fullscreen .asciinema-player{position:static}.asciinema-player-wrapper:-ms-fullscreen .title-bar{display:initial}.asciinema-player-wrapper:-ms-fullscreen.hud .title-bar{top:0}.asciinema-player-wrapper .asciinema-player{text-align:left;display:inline-block;padding:0;position:relative;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;overflow:hidden;max-width:100%}.asciinema-terminal{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;overflow:hidden;padding:0;margin:0;display:block;white-space:pre;border:0;word-wrap:normal;word-break:normal;border-radius:0;border-style:solid;cursor:text;border-width:.5em;font-family:Consolas,Menlo,'Bitstream Vera Sans Mono',monospace,'Powerline Symbols';line-height:1.3333333333em}.asciinema-terminal .line{letter-spacing:normal;overflow:hidden;height:1.3333333333em}.asciinema-terminal .line span{padding:0;display:inline-block;height:1.3333333333em}.asciinema-terminal .line{display:block;width:200%}.asciinema-terminal .bright{font-weight:700}.asciinema-terminal .underline{text-decoration:underline}.asciinema-terminal .italic{font-style:italic}.asciinema-terminal.font-small{font-size:12px}.asciinema-terminal.font-medium{font-size:18px}.asciinema-terminal.font-big{font-size:24px}.asciinema-player .control-bar{width:100%;height:32px;background:rgba(0,0,0,.8);background:-moz-linear-gradient(top,rgba(0,0,0,.5) 0,#000 25%,#000 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,.5) 0,#000 25%,#000 100%);background:linear-gradient(to bottom,rgba(0,0,0,.5) 0,#000 25%,#000 100%);color:#bbb;box-sizing:content-box;line-height:1;position:absolute;bottom:-35px;left:0;transition:bottom .15s linear}.asciinema-player .control-bar *{box-sizing:inherit;font-size:0}.asciinema-player .control-bar svg.icon path{fill:#bbb}.asciinema-player .control-bar .playback-button{display:block;float:left;cursor:pointer;hei