translit-dark/style.user.css

49 lines
857 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-01-07 17:06:41 +01:00
@version 2022.01.07
2022-01-07 16:37:43 +01:00
@namespace dym.sh
@author Dym Sohin
2020-11-19 14:40:08 +01:00
@homepageURL https://dym.sh/translit-dark
2022-01-07 17:06:41 +01:00
@updateURL https://dym.sh/translit-dark/style.user.css?dl
2020-11-19 14:40:08 +01:00
@license MIT
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
}