Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. @-moz-document url("https://www.touhou-project.com/"), url-prefix("https://www.touhou-project.com/?page=") {
  2.  
  3. html {
  4. color: #333;
  5. font-size: 12px
  6. }
  7.  
  8. body {
  9. background-color: #529E64;
  10. }
  11.  
  12. .menu ul {
  13. border-bottom: 1px solid #BBB;
  14. }
  15.  
  16. .menu ul a.active, .menu ul a:hover {
  17. border-color: #26A;
  18. }
  19.  
  20. .box {
  21. background: #A4DDAC;
  22. border: 1px solid #CCC;
  23. }
  24.  
  25. .box .box-title {
  26. font-weight: bold;
  27. color: #024;
  28. background: #599B71;
  29. }
  30.  
  31. .info {
  32. width: 99.8%;
  33. }
  34.  
  35. .info .box-content {
  36. background: #A4DDAC;
  37. padding-top: 5px
  38. }
  39.  
  40. .info .box-title {
  41. line-height: 0;
  42. padding: 2px;
  43. font-size: 0px;
  44. text-align: center;
  45. color: #599B71;
  46. background: #599B71;
  47. }
  48.  
  49. .info .box-title:before {
  50. background: #599B71;
  51. content: 'Touhou-Project.com - Touhou Project Image Board / Discussion / Chat / Fanfiction / CYOA';
  52. font-size: 24px;
  53. color: #024;
  54. display: block;
  55. line-height: initial;
  56. }
  57.  
  58. .info .box-title:after {
  59. background: #599B71;
  60. content: '\"Playing chess on the ceiling like it\'s 1886\"';
  61. font-size: 16px;
  62. color: #024;
  63. font-weight: normal;
  64. font-style: italic;
  65. display: block;
  66. line-height: initial;
  67. }
  68.  
  69. .megabox {
  70. background: #529E64;
  71. border: none
  72. }
  73.  
  74. .recent-images .box-content {
  75. background: #599B71;
  76. }
  77.  
  78. .recent-images ul li {
  79. background: #A4DDAC;
  80. margin-top: 0px;
  81. }
  82.  
  83. a {
  84. color: #000000;
  85. }
  86.  
  87. a:hover {
  88. color: #0066FF;
  89. }
  90.  
  91. .boards {
  92. height: auto;
  93. }
  94.  
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement