Advertisement
Guest User

crystal.cafe example css

a guest
May 27th, 2017
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. body {
  2. background-image: url(https://i.imgur.com/P31ggRr.png);
  3. color: #666666;
  4. font-family: Verdana,Arial,Helvetica,sans-serif;
  5. font-size: 12px;
  6. margin: 0 8px;
  7. padding-left: 5px;
  8. padding-right: 5px;
  9. }
  10.  
  11. div.ban h2 {
  12. background: #018812;
  13. color: black;
  14. font-size: 12pt;
  15. }
  16.  
  17. hr {
  18. border: none;
  19. border-top: 1px solid #649e66;
  20. height: 0;
  21. clear: left;
  22. }
  23.  
  24. div.pages.top {
  25. display: block;
  26. padding: 5px 8px;
  27. margin-bottom: 5px;
  28. position: fixed;
  29. top: 3px;
  30. right: 3px;
  31. opacity: 0.9;
  32. border-radius: 5px;
  33. }
  34.  
  35. div.pages {
  36. color: #6d6d6d;
  37. background: #ffd0cd;
  38. display: inline;
  39. padding: 8px;
  40. border-right: 1px solid #da7c75;
  41. border-bottom: 1px solid #c17b76;
  42. border-radius: 5px;
  43. }
  44.  
  45. form table tr th {
  46. padding: 3px 5px 4px 4px !important;
  47. font-size: 97% !important;
  48. background: rgba(34, 228, 85, 0.16);
  49. border-radius: 7px;
  50. }
  51.  
  52. div.post.reply {
  53. background: #d7ffd8;
  54. margin: 0.2em 16px;
  55. padding: 0.2em 0.3em 0.5em 0.7em !important;
  56. border-width: 1px;
  57. border-style: none solid solid none;
  58. border-color: #6cce70;
  59. display: inline-block;
  60. border-radius: 10px;
  61. }
  62.  
  63. /*
  64. div.post.reply.highlighted {
  65. background: #ffd2cf;
  66. border-color: #e69994;
  67. }
  68. */
  69.  
  70. div.post.reply.highlighted {
  71. background: #fbf3f2;
  72. border-color: #d8c0be;
  73. }
  74.  
  75. div.blotter {
  76. color: #af0a0f;
  77. font-weight: bold;
  78. text-align: center;
  79. }
  80.  
  81. header div.subtitle, h1 {
  82. color: ##b1362d;
  83. text-align: center;
  84. }
  85.  
  86. p.intro span.subject {
  87. color: #fd4b4b;
  88. font-weight: bold;
  89. }
  90.  
  91. #spoiler {
  92. padding-left: 3px;
  93. margin-left: 3px;
  94. margin-right: 3px;
  95. }
  96.  
  97. #sage {
  98. padding-left: 3px;
  99. margin-left: 3px;
  100. margin-right: 3px;
  101. }
  102.  
  103. .sage-tip {
  104. font-size: 85%;
  105. color: #a8ada8;
  106. }
  107.  
  108. .post-arrow {
  109. font-size: 12px !important;
  110. margin-left: 0px !important;
  111. }
  112.  
  113. a.arrow-post-options:hover {
  114. color: #4e366f !important;
  115. }
  116.  
  117. .date-link {
  118. color: #807e7e !important;
  119. font-size: 11.5px;
  120. margin-right: 6px !important;
  121. }
  122.  
  123. a.date-link:hover {
  124. color: #807e7e !important;
  125. text-decoration: underline;
  126. }
  127.  
  128. .thread-hide-button {
  129. margin-right: 1px;
  130. font-size: 95%;
  131.  
  132. }
  133.  
  134. .fileinfo a {
  135. font-size: 85%;
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement