translit-dark/style.user.css

50 lines
957 B
CSS
Raw Normal View History

2020-11-17 19:03:46 +01:00
/* ==UserStyle==
2020-11-19 14:40:08 +01:00
@name translit-dark
@description Dark Mode for Translit.net
2022-02-19 18:59:04 +01:00
@version 2022.02.19
@namespace translit.net
2022-01-07 16:37:43 +01:00
@author Dym Sohin
2023-10-06 03:20:54 +02:00
@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
2020-11-17 19:03:46 +01:00
==/UserStyle== */
@-moz-document domain("translit.net")
{
* { background : transparent !important
; color : #bbb !important
}
body
, .bcharset
2022-01-07 17:06:41 +01:00
{ background : #222 !important }
2020-11-17 19:03:46 +01:00
ul#tTabCell li:nth-of-type(2n)
2022-01-07 17:06:41 +01:00
{ background : #333 !important }
input
, button
, select
, textarea
{ background : #333 !important
; border : 1px solid #222 !important
2020-11-17 19:03:46 +01:00
}
2022-01-07 17:06:41 +01:00
.tTextArea120
, .tWzgBlock120
2020-11-17 19:03:46 +01:00
{ padding-right : 0 !important }
p
, .tBottomContainer
, .tLogoContainer
, .tCookiesButtonA
, .tAdvContainer
, .tBoxAdv
, .tBannerRight120
, #placeholder
2022-01-07 17:06:41 +01:00
{ display : none !important }
2020-11-17 19:03:46 +01:00
}