translit-dark/style.user.css

50 lines
957 B
CSS

/* ==UserStyle==
@name translit-dark
@description Dark Mode for Translit.net
@version 2022.02.19
@namespace translit.net
@author Dym Sohin
@homepageURL https://dym.sh/translit-dark/
@updateURL https://source.garden/styles/translit-dark/raw/branch/latest/style.user.css
@supportURL https://source.garden/styles/translit-dark/issues
@license 0BSD
==/UserStyle== */
@-moz-document domain("translit.net")
{
* { background : transparent !important
; color : #bbb !important
}
body
, .bcharset
{ background : #222 !important }
ul#tTabCell li:nth-of-type(2n)
{ background : #333 !important }
input
, button
, select
, textarea
{ background : #333 !important
; border : 1px solid #222 !important
}
.tTextArea120
, .tWzgBlock120
{ padding-right : 0 !important }
p
, .tBottomContainer
, .tLogoContainer
, .tCookiesButtonA
, .tAdvContainer
, .tBoxAdv
, .tBannerRight120
, #placeholder
{ display : none !important }
}