User Tools

Site Tools


blackweb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
blackweb [2019-08-12 15:41:06]
127.0.0.1 external edit
blackweb [2021-08-17 03:54:31]
jenda
Line 3: Line 3:
 OMFG, almost all websites have long text gray on white with reduced thickness. This is unreadable with my eyes on my displays. OMFG, almost all websites have long text gray on white with reduced thickness. This is unreadable with my eyes on my displays.
  
-I personally use [[https://​addons.mozilla.org/​cs/​firefox/​addon/​stylish/​|Stylish]] ​Firefox addon to apply custom styles to webpages. However, you can also put it to chrome/​userContent.css [[https://​ffeathers.wordpress.com/​2013/​03/​10/​how-to-override-css-stylesheets-in-firefox/​|according to this article]].+I personally use Stylus ​Firefox addon to apply custom styles to webpages. However, you can also put it to chrome/​userContent.css [[https://​ffeathers.wordpress.com/​2013/​03/​10/​how-to-override-css-stylesheets-in-firefox/​|according to this article]].
  
-Btw. there [[https://​en.wikipedia.org/​wiki/​Stylish#​Privacy_issues|is a backdoor in Stylish]], use Stylus instead.+Btw. there [[https://​en.wikipedia.org/​wiki/​Stylish#​Privacy_issues|was a backdoor in Stylish]], use Stylus instead.
  
 <code css> <code css>
Line 17: Line 17:
 } }
  
-@-moz-document domain("​prahounakole.cz") { +@-moz-document domain("​mestemnakole.cz") { 
-  body { +body { 
-    color: #000 ; +  color: #000 ; 
-    background-color:​ #fff; +  background-color:​ #fff; 
-  }+
 +.blog-comment { 
 +  ​color: #000; 
 +
 +textarea { 
 +  height: 600px !important;​ 
 +}
 } }
  
 @-moz-document domain("​blog.cryptographyengineering.com"​) { @-moz-document domain("​blog.cryptographyengineering.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 32: Line 38:
  
 @-moz-document domain("​blog.erratasec.com"​) { @-moz-document domain("​blog.erratasec.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 39: Line 45:
  
 @-moz-document domain("​www.copenhagenize.com"​) { @-moz-document domain("​www.copenhagenize.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
   }   }
 } }
-@-moz-document domain("​news.bbc.co.uk") { + 
-  #blq-main {+@-moz-document domain("​web.archive.org") { 
 +#pjgm-content ​{
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 52: Line 59:
  
 @-moz-document domain("​www.itbiz.cz"​) { @-moz-document domain("​www.itbiz.cz"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 59: Line 66:
  
 @-moz-document domain("​dinosaurusblog.wordpress.com"​) { @-moz-document domain("​dinosaurusblog.wordpress.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 65: Line 72:
 } }
  
-@-moz-document domain("​citizenlab.org") { +@-moz-document domain("​www.lesswrong.com") { 
-  ​body ​+.PostsPage-postContent ​
-    color: #000 ;+    color: #000f !important;
     background-color:​ #fff;     background-color:​ #fff;
   }   }
Line 73: Line 80:
  
 @-moz-document domain("​blisty.cz"​) { @-moz-document domain("​blisty.cz"​) {
-  ​p {+p {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 79: Line 86:
 } }
  
-@-moz-document domain("​liberland.org"​) {   +@-moz-document domain("​liberland.org"​) { 
-  .posttext {+.posttext {
     color: #000;     color: #000;
     font-weight:​ normal;     font-weight:​ normal;
Line 87: Line 94:
  
 @-moz-document domain("​nature.com"​) { @-moz-document domain("​nature.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 94: Line 101:
  
 @-moz-document domain("​theguardian.com"​) { @-moz-document domain("​theguardian.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 101: Line 108:
  
 @-moz-document domain("​www.lekari-bez-hranic.cz"​) { @-moz-document domain("​www.lekari-bez-hranic.cz"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 108: Line 115:
  
 @-moz-document domain("​copenhagenize.com"​) { @-moz-document domain("​copenhagenize.com"​) {
-  ​.post span {+.post span {
     color: #000 !important;     color: #000 !important;
     background-color:​ #fff;     background-color:​ #fff;
Line 115: Line 122:
  
 @-moz-document domain("​cyklistesobe.cz"​) { @-moz-document domain("​cyklistesobe.cz"​) {
-  ​#map {+#map {
     height: 700px !important;     height: 700px !important;
   }   }
Line 121: Line 128:
  
 @-moz-document domain("​practicalcryptography.com"​) { @-moz-document domain("​practicalcryptography.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 128: Line 135:
  
 @-moz-document domain("​wikipedia.org"​) { @-moz-document domain("​wikipedia.org"​) {
-  ​.mw-body {+.mw-body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 135: Line 142:
  
 @-moz-document domain("​wikibooks.org"​) { @-moz-document domain("​wikibooks.org"​) {
-  ​.mw-body {+.mw-body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 142: Line 149:
  
 @-moz-document domain("​is.muni.cz"​) { @-moz-document domain("​is.muni.cz"​) {
-  ​div.chapter,​ div.sect1, div.book, div.preface,​ div.appendix,​ div.index, div.bibliography,​ div.glossary {+div.chapter,​ div.sect1, div.book, div.preface,​ div.appendix,​ div.index, div.bibliography,​ div.glossary {
     height: 800px !important;     height: 800px !important;
 +  }
 +}
 +
 +@-moz-document domain("​lupa.cz"​) {
 +#main {
 +    width: 95% !important;
   }   }
 } }
  
 @-moz-document domain("​github.com"​) { @-moz-document domain("​github.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 155: Line 168:
  
 @-moz-document domain("​blog.xkcd.com"​) { @-moz-document domain("​blog.xkcd.com"​) {
-  ​body {+body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
Line 163: Line 176:
 } }
  
-@-moz-document domain("​www.qubes-os.org") { +@-moz-document domain("​yarchive.net"​) { 
-  body {+body { 
 +    color: #000 !important;​ 
 +  } 
 +
 + 
 +@-moz-document domain("​www.lupa.cz"​) { 
 +.urs { 
 +    color: #000 !important;​ 
 +  } 
 +
 + 
 +@-moz-document domain("​solidarita.noblogs.org") { 
 +body {
     color: #000 ;     color: #000 ;
     background-color:​ #fff;     background-color:​ #fff;
     font-weight:​ normal;     font-weight:​ normal;
-    line-height:​ 1.2; 
   }   }
 } }
  
-@-moz-document domain("​www.lupa.cz") { +@-moz-document domain("​www.root.cz") { 
-  .urs {+/*.page { margin-left:​ 0px !important; max-width: 1290px; }*/ 
 +  ​body { color: #000 !important; } 
 +  /*.sidebar {position: relative !important; }*/ 
 +  .content--bg { background: #fff !important; } 
 +  /​*.detail__info-bar { display:​none !important; }*/ 
 +
 + 
 +* { 
 +  animation-iteration-count:​ 1 !important;​ 
 +
 + 
 +@-moz-document domain("​cryptopals.com"​) { 
 +body { 
 +    color: #000 ; 
 +    background-color:​ #fff; 
 +  } 
 +
 + 
 +@-moz-document domain("​statnice.matfyz.info"​) { 
 +body { 
 +    color: #000 ; 
 +    background-color:​ #fff; 
 +  } 
 +
 + 
 +@-moz-document domain("​rozpad.cz"​) { 
 +#logo { 
 +    background-image:​ none; 
 +    height: 20px; 
 +  } 
 +
 + 
 +@-moz-document domain("​wiki.analog.com"​) { 
 +body { 
 +   color: #000; 
 +  } 
 +
 + 
 +@-moz-document domain("​mojefedora.cz"​) { 
 +body { 
 +    color: #000 ; 
 +  } 
 +
 + 
 +@-moz-document domain("​tutorial.math.lamar.edu"​) { 
 +img { 
 +    top: 0 !important;​ 
 +    /​*margin-bottom:​ 50px !important;​*/​ 
 +  } 
 +  .MPScreenEqn { 
 +    position: relative !important;​ 
 +  } 
 +
 + 
 +@-moz-document domain("​a2larm.cz"​) { 
 +body {
     color: #000 !important;     color: #000 !important;
   }   }
 } }
-* { + 
-  ​animation-iteration-count!important;​ +@-moz-document domain("​slatestarcodex.com"​) { 
-}</​code>​+/*@-moz-document domain("​abclinuxu.cz"​) ​
 +  ​.ds_text_user7626 > .ds_text { 
 +    display: none; 
 +  } 
 +}*/ 
 + 
 +#pjgm-content { 
 +    color:#000 !important;​ 
 +    font: initial !important;​ 
 +    line-height:1.4 !important;​ 
 +} 
 +
 + 
 +@-moz-document domain("​publi.cz"​) { 
 +p {color:​black !important;​} 
 +
 + 
 + 
 + 
 + 
 + 
 +</​code>​
blackweb.txt · Last modified: 2021-08-17 03:54:31 by jenda