Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. @font-face {
  2. font-family: 'ProFontWindows' !important;
  3. /*src: url("https://startpages.github.io/startpages/start_page_2-tayumpee/haxrcorpttf.ttf");*/
  4. /*src: url("http://misc.nybergh.net/pub/fonts/terminus/ttf/Terminus.ttf");*/
  5. }
  6.  
  7. * {
  8. font-family: "ProFontWindows"!important;
  9. font-size: 15px;
  10.  
  11. }
  12.  
  13. .hide-thread-button, .hide-reply-button {
  14. display: none !important;
  15. }
  16.  
  17.  
  18. .navLinks.desktop {
  19. display: none;
  20. }
  21. .navLinks.navLinksBot.desktop {
  22. display: inline;
  23. }
  24.  
  25.  
  26.  
  27.  
  28. body {
  29. /*width: calc(100% - 280px);*/
  30. font-family: "ProFontWindows"!important;
  31. font-size: 15px !important;
  32. }
  33.  
  34. body, .prev span::after, .prev form::after, .next span::after, .next form::after, .pages a, #qr input.field, #qr:not(.sjis-preview) textarea.field, #qr span.field, #qr-file-button, #qr input[type="submit"], #qr select[data-name="thread"], #menu .entry, #boardList, #shortcuts, #index-search, #tegaki, select, input, div.next, form.pageSwitcherForm > input[type="submit"] {
  35. font-family: "ProFontWindows" !important;
  36. font-size: 15px !important;
  37. }
  38.  
  39. #qr .field::-moz-placeholder, *::-moz-placeholder {
  40. font-family: "ProFontWindows" !important;
  41. font-size: 15px !important;
  42. }
  43.  
  44. .backlink {
  45. font-size: 12px !important;
  46. }
  47.  
  48.  
  49. .prettyprint span {
  50. font-family: "ProFontWindows" !important;
  51. font-size: 15px !important;
  52. }
  53.  
  54. .catalog-stats {
  55. font-size: 15px !important;
  56. font-weight: 700 !important;
  57. }
  58.  
  59.  
  60.  
  61. #header-bar {
  62. font-family: "ProFontWindows"!important;
  63. font-size: 15px !important;
  64. }
  65.  
  66.  
  67. #qr-file-button, #qr input[type="submit"], #qr label, .captcha-counter {
  68. font-size: 12px !important;
  69. }
  70. #qr.captcha-open .captcha-counter {
  71. font-size: 12px !important;
  72. }
  73.  
  74. /* Board title rice */
  75. div.boardTitle {
  76. font-weight: 400 !important;
  77. }
  78. :root.yotsuba div.boardTitle {
  79. font-family: sans-serif !important;
  80. text-shadow: 1px 1px 1px rgba(100,0,0,0.6);
  81. }
  82. :root.yotsuba-b div.boardTitle {
  83. font-family: sans-serif !important;
  84. text-shadow: 1px 1px 1px rgba(105,10,15,0.6);
  85. }
  86. :root.photon div.boardTitle {
  87. font-family: sans-serif !important;
  88. text-shadow: 1px 1px 1px rgba(0,74,153,0.6);
  89. }
  90. :root.tomorrow div.boardTitle {
  91. font-family: sans-serif !important;
  92. text-shadow: 1px 1px 1px rgba(167,170,168,0.6);
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement