ver 2022.01.07

This commit is contained in:
Dym Sohin 2022-01-07 17:06:41 +01:00
parent 86186a751e
commit 21f749c65a
2 changed files with 16 additions and 9 deletions

View File

@ -5,6 +5,9 @@ tags "ui" "code"
license "MIT" license "MIT"
homepage "https://dym.sh/translit-dark" homepage "https://dym.sh/translit-dark"
install "https://dym.sh/translit-dark/style.user.css?dl"
version "2022.01.07"
mirrors { mirrors {
github "https://github.com/dym-sh/translit-dark" github "https://github.com/dym-sh/translit-dark"

View File

@ -1,11 +1,11 @@
/* ==UserStyle== /* ==UserStyle==
@name translit-dark @name translit-dark
@description Dark Mode for Translit.net @description Dark Mode for Translit.net
@version 2021.01.18 @version 2022.01.07
@namespace dym.sh @namespace dym.sh
@author Dym Sohin @author Dym Sohin
@homepageURL https://dym.sh/translit-dark @homepageURL https://dym.sh/translit-dark
@updateURL https://dym.sh/translit-dark/style.user.css @updateURL https://dym.sh/translit-dark/style.user.css?dl
@license MIT @license MIT
==/UserStyle== */ ==/UserStyle== */
@ -18,17 +18,21 @@
body body
, .bcharset , .bcharset
{ background: #222 !important } { background : #222 !important }
ul#tTabCell li:nth-of-type(2n) ul#tTabCell li:nth-of-type(2n)
{ background: #333 !important } { background : #333 !important }
input, button, select, textarea input
{ background: #333 !important , button
; border: 1px solid #222 !important , select
, textarea
{ background : #333 !important
; border : 1px solid #222 !important
} }
.tTextArea120, .tWzgBlock120 .tTextArea120
, .tWzgBlock120
{ padding-right : 0 !important } { padding-right : 0 !important }
p p
@ -39,6 +43,6 @@ p
, .tBoxAdv , .tBoxAdv
, .tBannerRight120 , .tBannerRight120
, #placeholder , #placeholder
{ display: none !important } { display : none !important }
} }