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.

125 lines
1.4KB

  1. @media (min-width: 720px) {
  2. #title {
  3. font-size: xx-large;
  4. }
  5. }
  6. #footer
  7. {
  8. padding-top: 2em;
  9. }
  10. #disqus_thread
  11. {
  12. width: 720px;
  13. }
  14. #header
  15. {
  16. background: #2BA6E3;
  17. padding: 0.7em 0.7em 0 0.7em;
  18. text-align: left;
  19. }
  20. #header a
  21. {
  22. color: white;
  23. text-decoration: none;
  24. }
  25. #lang
  26. {
  27. float: right;
  28. }
  29. #lang a
  30. {
  31. padding-left: 1em;
  32. }
  33. .left_item_title
  34. {
  35. background: #2BA6E3;
  36. border: 1px solid #E0E0E0;
  37. color: white;
  38. float: left;
  39. padding: 1em;
  40. }
  41. .news_item
  42. {
  43. background: #FFFFFF;
  44. width: 720px;
  45. padding: 1em;
  46. margin-top: 2em;
  47. margin-bottom: 2em;
  48. border: 1px solid #E0E0E0;
  49. text-align: left;
  50. }
  51. .news_item_contents
  52. {
  53. color: #444;
  54. line-height: 1.5em;
  55. }
  56. .news_item_date
  57. {
  58. margin-bottom: 2em;
  59. color: #aaa;
  60. }
  61. html
  62. {
  63. font-family: sans-serif;
  64. }
  65. body
  66. {
  67. background: #FAFAFA;
  68. }
  69. code, pre
  70. {
  71. font-family: monospace, serif;
  72. font-size: 1em;
  73. color: #7f0a0c;
  74. }
  75. img
  76. {
  77. width: 720px;
  78. }
  79. a
  80. {
  81. color: #3A91CB;
  82. }
  83. table
  84. {
  85. border-collapse: collapse;
  86. }
  87. table, th, td
  88. {
  89. border: 1px solid #aaa;
  90. padding: 0.5em;
  91. margin-top: 0.5em;
  92. margin-bottom: 0.5em;
  93. }
  94. .header2 {
  95. position: relative;
  96. }
  97. .menu
  98. {
  99. position: absolute;
  100. left: 0;
  101. bottom: 0.7em;
  102. }
  103. .menu a {
  104. padding-right: 1em;
  105. }
  106. .discord
  107. {
  108. float: right;
  109. }
  110. .discord img
  111. {
  112. height: 3em;
  113. width: auto;
  114. }
  115. .clear {
  116. clear: both;
  117. }