Advertisement
Guest User

brchan to 2ch css .ver2

a guest
Sep 30th, 2016
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. body {
  2. background: #EEEEEE;
  3. color: #333333;
  4. font-family: Verdana,sans-serif;
  5. font-size: 0.9em;
  6. }
  7. div.post.reply {
  8. background: #dddddd;
  9. border: solid 1px #cccccc
  10. }
  11. div.post.reply div.body a {
  12. color: #FF6600
  13. }
  14. div.post.reply div.body a:hover {
  15. color: #FF6600
  16. }
  17. .intro span.name {
  18. color: #333333;
  19. font-weight: 400;
  20. }
  21. div.post p {
  22. display: block;
  23. margin: 0;
  24. line-height: 1.0em;
  25. font-size: 11pt;
  26. min-height: 1.16em;
  27. }
  28. a:hover, .intro a.post_no {
  29. color: #789922;
  30. }
  31. a:hover, .intro a.post_no:hover {
  32. color: #0066FF;
  33. }
  34. .unimportant * {
  35. font-size: 11px;
  36. }
  37. a, a:visited {
  38. text-decoration: underline;
  39. color: #FF6600;
  40. }
  41. div.post p.fileinfo {
  42. padding-left: 5px;
  43. font-size: 11px;
  44. }
  45. #thread-quick-reply {
  46. display: none;
  47. float: right;
  48. margin-left: 10px;
  49. font-size: 1.5em;
  50. }
  51. div.post.reply.highlighted {
  52. background: #ffd6b8;
  53. border-left: 1px solid #cccccc;
  54. border-right: 1px solid #cccccc;
  55. border-top: 1px solid #cccccc;
  56. border-bottom: 1px solid #cccccc;
  57. webkit-border-radius: 5px;
  58. -moz-border-radius: 5px;
  59. border-radius: 5px;
  60. }
  61. .own_post {
  62. font-style: italic;
  63. font-weight: normal;
  64. color: white;
  65. opacity: .666;
  66. background: #fb2b49;
  67. padding-top: 3px;
  68. padding-bottom: 4px;
  69. padding-left: 20px;
  70. padding-right: 20px;
  71. }
  72. .desktop-style div.boardlist:not(.bottom) {
  73. background-color: #ffffff;
  74. }
  75. form table tr th {
  76. background: #eeeeee;
  77. border: 0px solid #054500;
  78. font-weight: 200;
  79. }
  80. div.banner {
  81. background-color: #eeeeee;
  82. font-size: 14pt;
  83. font-weight: normal;
  84. color: #FF6600;
  85. text-align: center;
  86. margin: 0.5em 0;
  87. }
  88. .post-table th, .post-table-options th {
  89. width: 120px;
  90. }
  91. div.banner, div.banner a {
  92. color: #FF6600;
  93. }
  94. #thread-links>a {
  95. padding-left: none;
  96. padding-right: 5px;
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement