site-specific.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /*
  2. <https://y.st./>
  3. Copyright © 2015-2017 //y.st. <mailto:copyright@y.st>
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org./licenses/>.
  14. */
  15. body {
  16. background-image: url("/link/CC_BY-SA_4.0/y.st./background.png");
  17. background-color: #000;
  18. background-attachment: fixed;
  19. }
  20. blockquote {
  21. background-image: url("/link/CC_BY-SA_4.0/y.st./background_-_inverted.png");
  22. background-color: #222;
  23. background-attachment: fixed;
  24. }
  25. blockquote blockquote {
  26. background-image: url("/link/CC_BY-SA_4.0/y.st./background.png");
  27. background-color: #000;
  28. background-attachment: fixed;
  29. }
  30. blockquote blockquote blockquote {
  31. background-image: url("/link/CC_BY-SA_4.0/y.st./background_-_inverted.png");
  32. background-color: #222;
  33. background-attachment: fixed;
  34. }
  35. blockquote blockquote blockquote blockquote {
  36. background-image: url("/link/CC_BY-SA_4.0/y.st./background.png");
  37. background-color: #000;
  38. background-attachment: fixed;
  39. }
  40. ul.langselect {
  41. font-size: 3rem;
  42. text-align: center;
  43. font-weight: bold;
  44. }
  45. ul.langselect span {
  46. color: #888;
  47. }
  48. div.weblogindex {
  49. display: flex;
  50. justify-content: center;
  51. flex-wrap: wrap;
  52. /* This centers the text for any browser that does not support flex boxes: */
  53. text-align: center;
  54. }
  55. div.weblogindex pre {
  56. margin: 0rem;
  57. }
  58. h2.tld-great, h3.tld-available, span.needed-for-bachelor {
  59. color: #000;
  60. background-color: #088;
  61. }
  62. h2.tld-decent, h3.tld-unknownavailability {
  63. color: #000;
  64. background-color: #880;
  65. }
  66. h2.tld-usable, h3.tld-unavailable, span.needed-for-associate {
  67. color: #000;
  68. background-color: #808;
  69. }
  70. a[href="https://y.st./a/canary.txt"], a[href="/a/canary.txt"] {
  71. color: #ff0;
  72. }
  73. /* Text decorations used when no semantic value is available */
  74. span.underline {
  75. text-decoration: underline;
  76. }
  77. span.redacted {
  78. color: #fff;
  79. background-color: #fff;
  80. }
  81. img.weblog-header-image {
  82. max-width: calc(100% - 2rem - 2px);
  83. display: block;
  84. margin: auto;
  85. padding: 1rem;
  86. border: 1px dashed;
  87. background-color: #000;
  88. }
  89. div.APA_references p {
  90. margin-left: 5rem;
  91. text-indent: -4rem;
  92. }
  93. span.hyperlink_unavailable {
  94. color: #444;
  95. }
  96. a.hyperlink_unavailable {
  97. color: #888;
  98. }