diff --git a/license b/license index b808c23..ac2a222 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Dym Sohin +Copyright (c) 2018 Dym Sohin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..f522078 Binary files /dev/null and b/preview.png differ diff --git a/readme.md b/readme.md index 3498c3c..7fa4c88 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,24 @@ # dark-mode-for-translit -> +> Dark Mode for Translit.net -preview ## preview -- [preview.html](preview.html) -- https://codepen.io/dym-sh/pen//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:// /[?](https://beakerbrowser.com) +- hyper://76fd64feb68e16ee91602616b019ac94a7e4478014d2314ceba1ccece0c7fc9d /[?](https://beakerbrowser.com) ## license diff --git a/style.user.css b/style.user.css new file mode 100644 index 0000000..be5cef9 --- /dev/null +++ b/style.user.css @@ -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 } + +}