The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.3KB

  1. body {
  2. color: #CCCCCC;
  3. background: #1E1E1E;
  4. }
  5. header div.subtitle, h1 {
  6. color: #32DD72;
  7. }
  8. a:link, a:visited, p.intro a.email span.name {
  9. color: #CCCCCC;
  10. text-decoration: underline;
  11. font-family: sans-serif;
  12. }
  13. a:link:hover, a:visited:hover {
  14. color: #FF0000;
  15. font-family: sans-serif;
  16. text-decoration: underline overline;
  17. }
  18. .box-wrap {
  19. max-width: 670px;
  20. min-width: 332px;
  21. margin: 30px auto;
  22. overflow: auto;
  23. padding: 0;
  24. }
  25. .box {
  26. background: white;
  27. border: 1px solid #98E;
  28. width: 330px;
  29. margin: 8px 0;
  30. padding: 0;
  31. }
  32. .box ul {
  33. padding: 2px 15px;
  34. }
  35. .box ul li {
  36. list-style: none;
  37. margin: 0;
  38. }
  39. .box.left {
  40. background: #333333;
  41. color: #CCCCCC;
  42. border: #555555 1px solid;
  43. float: left;
  44. }
  45. .box.right {
  46. background: #333333;
  47. color: #CCCCCC;
  48. border: #555555 1px solid;
  49. float: right;
  50. }
  51. .box h2 {
  52. padding: 3px 7px;
  53. font-size: 12pt;
  54. border: #555555 1px solid;
  55. }
  56. .box.left h2 {
  57. background: #333333;
  58. color: #CCCCCC;
  59. border: #555555 1px solid;
  60. }
  61. .box.right h2 {
  62. background: #333333;
  63. color: #CCCCCC;
  64. border: #555555 1px solid;
  65. }
  66. .box img {
  67. float: none;
  68. margin: 10px auto;
  69. }