From d2c04d3bf89848ed65cdb07203f4671fdb177c8f Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 12:25:15 +0000 Subject: [PATCH] Update style.css --- s/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/s/style.css b/s/style.css index 544ab2a..a1c27b0 100644 --- a/s/style.css +++ b/s/style.css @@ -182,7 +182,7 @@ img { right: 0; bottom: 0; z-index: 2; - padding: 0px 10px 0px; + padding: 0px 0px 0px; background: rgba(38, 38, 38, 0.97); border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; @@ -190,6 +190,16 @@ img { transition: opacity .3s cubic-bezier(0.12, 0.63, 0.25, 1); } +.plyr { + position: relative; + max-width: 100%; + min-width: 200px; + font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif; + direction: ltr; + border: 1px solid #262626; + box-shadow: 0 0 15px #000; +} + .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover { background: #484747; color: #9f0;