The version of vichan running on lainchan.org
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

146 satır
2.4KB

  1. /**
  2. * confraria.css
  3. * For 55chan adapted from kusaba by sinuca
  4. */
  5. body{
  6. font-family: arial,helvetica,sans-serif;
  7. font-size: 10pt;
  8. background-image: url('img/confraria_hatstand.png'), url('img/confraria_foot.png'), url('img/confraria_bg.png');
  9. background-repeat: no-repeat, repeat-x, repeat;
  10. background-attachment: fixed, fixed, fixed;
  11. background-position: 75% bottom, bottom center, top left;
  12. color: #C5C8C6;
  13. margin-left: 0;
  14. margin-right: 0;
  15. margin-top: 5px;
  16. padding-left: 5px;
  17. padding-right: 5px;
  18. }
  19. h1 {
  20. color: #C5C8C6;
  21. font-family: Tahoma, sans-serif;
  22. font-size: 28px;
  23. letter-spacing: -2px;
  24. }
  25. header div.subtitle {
  26. font-size: 16px;
  27. color: #C5C8C6;
  28. font-weight: bold;
  29. margin: 1em 0;
  30. }
  31. a, a:visited {
  32. color: rgb(129, 162, 190);
  33. }
  34. a:hover {
  35. color: rgb(95, 137, 172);
  36. }
  37. div.banner {
  38. background-color: #282A2E;
  39. color: #C5C8C6;
  40. padding: 1px;
  41. font-size: larger;
  42. margin-top: 8px;
  43. border: 1px solid #111;
  44. }
  45. form table tr th {
  46. background: #282A2E;
  47. color: #C5C8C6;
  48. border: 1px solid #111;
  49. padding: 0px 5px;
  50. }
  51. .intro span.name {
  52. color: #C5C8C6;
  53. }
  54. .intro span.subject {
  55. color: #CC1105;
  56. font-weight: bold;
  57. }
  58. p.fileinfo span.unimportant, p.fileinfo a {
  59. font-size: 10pt;
  60. }
  61. div.post.reply {
  62. background: #282A2E;
  63. border: 1px solid #282A2E;
  64. }
  65. div.post.reply.post-hover {
  66. border-width: 0px;
  67. }
  68. div.post.reply div.body a {
  69. color: rgb(129, 162, 190);
  70. }
  71. div.post.reply div.body a:hover {
  72. color: rgb(95, 137, 172);
  73. }
  74. div.post.reply.highlighted {
  75. background: #4A4C4F;
  76. }
  77. .intro a.email span.name {
  78. color: rgb(129, 162, 190);
  79. }
  80. .intro a.email:hover span.name {
  81. color: rgb(95, 137, 172);
  82. }
  83. div.pages {
  84. background: transparent;
  85. border: 2px groove;
  86. color: #FFFFFF;
  87. }
  88. div.pages a {
  89. text-decoration: underline;
  90. }
  91. div.pages a.selected {
  92. color: #FFFFFF;
  93. font-weight: bolder;
  94. }
  95. hr {
  96. border-width: 1px medium medium;
  97. border-style: solid none none;
  98. border-color: #282A2E
  99. }
  100. div.boardlist {
  101. font-size: 9pt;
  102. padding: 8px;
  103. }
  104. div.boardlist a {
  105. padding: 0.2em 0.1em;
  106. }
  107. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist.cb-menu:nth-child(1) {
  108. background-color: rgba(50, 50, 50, 0.7);
  109. }
  110. .desktop-style .sub {
  111. background: none;
  112. }
  113. div#playerW {
  114. display: none!important;
  115. }
  116. img.board_image {
  117. border:0px;
  118. }