>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Скрипты http://forum.mozilla-russia.org/viewforum.php?id=37 >Yt6 -- Snarl's YouTube Video Player + bookmarklet http://forum.mozilla-russia.org/viewtopic.php?id=77167 |
_zt > 21-11-2021 04:56:01 |
Yt6 -- Snarl's YouTube Video Player + bookmarklet - github / snarly / yt6
Скрины Темный скин - userContent.css Выделить код Код:/* Панели буркмрклета или скрипта yt6 (на страницах youtube с видео) */ @-moz-document url-prefix("https://www.youtube.com") { /* верхняя кнопка */ span#bm1 { padding-left: 10px !important; } button#bm4 img { display: none !important; } button#bm4 { width: 54px !important; padding: 0 0 0 0 !important; border: none !important; background-color: rgba(42,46,50,1) !important; color: #C7C7C7 !important; } button#bm4:hover { color: #3DAEE9 !important; } /* меню верхней кнопки */ span#bm3:not(.yt6-links) { background-color: rgba(42,46,50,1) !important; color: #C7C7C7 !important; } #yt6-switches button, button#bm5, #yt6-switches div a { background: rgba(42,46,50,1) !important; color: #3DAEE9 !important; } /* панель управления */ div#yt-alert-message.yt-alert-message div#control_panel { background-color: rgba(35,38,41,1) !important; } div#yt-alert-message.yt-alert-message div#control_panel * { color: #C7C7C7 !important; } div#yt-alert-message.yt-alert-message div#control_panel *:hover { background-color: rgba(35,38,41,1) !important; border-color: rgba(100,100,100,1) !important; } } |
voqabuhe > 21-11-2021 07:57:09 |
_zt |