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.

81 lines
1.4KB

  1. @import url("/stylesheets/dark.css");
  2. /*body {
  3. color: #CCCCCC;
  4. background: #1E1E1E;
  5. }
  6. header div.subtitle, h1 {
  7. color: #32DD72;
  8. }
  9. /*a:link, a:visited, p.intro a.email span.name {
  10. color: #CCCCCC;
  11. text-decoration: none;
  12. font-family: sans-serif;
  13. transition: text-shadow 0.15s ease 0s color 0.15s ease 0s;
  14. }*/
  15. /*a:link:hover, a:visited:hover {
  16. color: #32DD72;
  17. font-family: sans-serif;
  18. text-decoration: none;
  19. text-shadow: 0px 0px 5px #FFF;
  20. }
  21. */
  22. .box-wrap {
  23. max-width: 670px;
  24. min-width: 332px;
  25. margin: 30px auto;
  26. overflow: auto;
  27. padding: 0;
  28. }
  29. .box {
  30. background: transparent;
  31. border: 1px solid #555555;
  32. width: 330px;
  33. margin: 8px 0;
  34. padding: 0;
  35. -webkit-border-radius: 2px;
  36. -khtml-border-radius: 2px;
  37. -moz-border-radius: 2px;
  38. -o-border-radius: 2px;
  39. -ms-border-radius: 2px;
  40. border-radius: 2px;
  41. }
  42. .box ul {
  43. padding: 2px 15px;
  44. }
  45. .box ul li {
  46. list-style: none;
  47. margin: 0;
  48. }
  49. .box.left {
  50. float: left;
  51. text-align: center;
  52. margin-right: 6px;
  53. }
  54. .box.right {
  55. float: right;
  56. }
  57. .box.right:nth-child(3) {
  58. float: left;
  59. margin: 0;
  60. }
  61. .box h2 {
  62. padding: 3px 7px;
  63. text-align: left;
  64. font-size: 12pt;
  65. border-bottom: #555555 1px solid;
  66. color: #32DD72;
  67. background: #333333;
  68. }
  69. .box strong {
  70. color: #32DD72;
  71. }
  72. .box img {
  73. float: none;
  74. margin: 10px auto;
  75. }