__ 20201117@190346
This commit is contained in:
parent
44e28d7d97
commit
a13783fac2
2
license
2
license
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020 Dym Sohin <re@dym.sh>
|
||||
Copyright (c) 2018 Dym Sohin <re@dym.sh>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
15
readme.md
15
readme.md
|
@ -1,19 +1,24 @@
|
|||
# dark-mode-for-translit
|
||||
|
||||
> <DESCRIPTION>
|
||||
> Dark Mode for Translit.net
|
||||
|
||||
|
||||
<a href='preview.png'><img height=100 border=2 align='right' alt='preview' src='preview.png'></a>
|
||||
## preview
|
||||
- [preview.html](preview.html)
|
||||
- https://codepen.io/dym-sh/pen/<TBD>/left/?editors=0100
|
||||
![preview](preview.png)
|
||||
|
||||
|
||||
## install
|
||||
requires [Stylus](https://add0n.com/stylus.html) or similar
|
||||
|
||||
- [style.user.css](./style.user.css)
|
||||
- https://userstyles.org/styles/164890/translit-net-dark
|
||||
|
||||
|
||||
## mirrors
|
||||
- https://github.com/dym-sh/dark-mode-for-translit
|
||||
- https://gitlab.com/dym-sh/dark-mode-for-translit
|
||||
- https://dym.sh/lab/dark-mode-for-translit
|
||||
- hyper://<TBD> /[?](https://beakerbrowser.com)
|
||||
- hyper://76fd64feb68e16ee91602616b019ac94a7e4478014d2314ceba1ccece0c7fc9d /[?](https://beakerbrowser.com)
|
||||
|
||||
|
||||
## license
|
||||
|
|
|
@ -0,0 +1,43 @@
|
|||
/* ==UserStyle==
|
||||
@name Dark Mode for Translit.net
|
||||
@namespace dym-sh
|
||||
@version 1.0.1
|
||||
@homepageURL https://dym.sh/lab/dark-mode-for-translit
|
||||
@updateURL https://dym.sh/lab/dark-mode-for-translit/style.user.css
|
||||
@license MIT
|
||||
@author dym-sh
|
||||
==/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 }
|
||||
|
||||
}
|
Loading…
Reference in New Issue