geocities.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. /* Geocities Style written by Joseph for Tinychan. */
  2. html {
  3. height: 99%;
  4. }
  5. body {
  6. padding: 0 1.5%;
  7. position: relative;
  8. min-height: 97%;
  9. }
  10. html, body, a, span, p, button {
  11. font-family: "Comic Sans","Comic Sans MS", "sanserif";
  12. }
  13. textarea {
  14. max-width: 89vw;
  15. min-width: 40vw;
  16. min-height: 20vh;
  17. }
  18. input, textarea{
  19. -webkit-box-sizing: border-box;
  20. -moz-box-sizing: border-box;
  21. box-sizing: border-box;
  22. width: 95%;
  23. }
  24. #topicbox input.submit {
  25. width: initial;
  26. }
  27. td.label {
  28. text-align: right;
  29. }
  30. #page_content {
  31. padding-bottom: 70px;
  32. }
  33. .footer {
  34. position: absolute;
  35. left: 0;
  36. right: 0;
  37. bottom: 0;
  38. font-size: 0.8em;
  39. }
  40. td.main {
  41. width: 90%;
  42. }
  43. #pages a, .links a {
  44. margin-right: 4px;
  45. }
  46. .noscreen {
  47. display: none !important;
  48. border: 1px solid black;
  49. }
  50. .board_name {
  51. margin: 0;
  52. }
  53. .post {
  54. overflow: hidden;
  55. }
  56. body {
  57. background-image:url("https://files.tinychan.org/style/themes/geocities/bg.gif");
  58. font-size: large;
  59. color: white;
  60. }
  61. body, a:hover, button, input {
  62. cursor: url(https://files.tinychan.org/style/themes/geocities/cur15.ani), url(https://files.tinychan.org/style/themes/geocities/cur15.png), progress !important;
  63. }
  64. a {
  65. color: #7171ff;
  66. }
  67. h1 a {
  68. font-size: 26pt;
  69. background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  70. background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  71. color:transparent;
  72. -webkit-background-clip: text;
  73. background-clip: text;
  74. animation: blink 2s step-start 0s infinite;
  75. -webkit-animation: blink 2s step-start 0s infinite;
  76. }
  77. .title {
  78. font-size: medium;
  79. color: #b7b7b7;
  80. }
  81. .rmr a {
  82. display: block;
  83. }
  84. span.quote {
  85. color: #008000;
  86. }
  87. #main_menu_wrapper {
  88. text-align: center;
  89. }
  90. #main_menu {
  91. display: inline;
  92. }
  93. #main_menu a {
  94. color: #ff0 !important;
  95. }
  96. #main_menu li em:after {
  97. content: url("https://files.tinychan.org/style/themes/geocities/hot.gif");
  98. }
  99. button.num {
  100. background: none;
  101. border: 0;
  102. color: #c3c3c3;
  103. }
  104. h2 {
  105. display: inline;
  106. }
  107. #threadlist {
  108. padding-bottom: 35px;
  109. }
  110. .subject, h3 {
  111. padding-top: 15px;
  112. }
  113. h3 a {
  114. color: beige;
  115. }
  116. span.name, .bump {
  117. color: yellow;
  118. }
  119. .sage {
  120. color: #b0b0ff
  121. }
  122. span.trip {
  123. color: red;
  124. }
  125. .desktop-mode #footer:after {
  126. content: url("https://files.tinychan.org/style/themes/geocities/mchammer.gif");
  127. position: absolute;
  128. top: 0;
  129. right: 0%;
  130. }
  131. .desktop-mode #footer:before {
  132. content: url("https://files.tinychan.org/style/themes/geocities/mchammer.gif");
  133. position: absolute;
  134. top: 0;
  135. left: 0;
  136. }
  137. .cited:before {
  138. content: url("https://files.tinychan.org/style/themes/geocities/hot.gif");
  139. font-style: initial;
  140. color: #f00;
  141. font-weight: bolder;
  142. }
  143. .cited {
  144. background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  145. background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
  146. background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
  147. padding-right: 20px
  148. color: #fff;
  149. }
  150. @keyframes blink {
  151. 50% {
  152. opacity: 0.0;
  153. }
  154. }
  155. @-webkit-keyframes blink {
  156. 50% {
  157. opacity: 0.0;
  158. }
  159. }
  160. input,textarea {
  161. background-color: black;
  162. color: white;
  163. }
  164. .comment {
  165. margin: .5em 0 1em 2em;
  166. word-wrap: break-word;
  167. position: relative;
  168. }
  169. .postform {
  170. display: inline-block;
  171. }
  172. .sjis, .aa, .thread_menu {
  173. font-family: Mona, "MS PGothic", Osaka, Meiryo, sans-serif;
  174. line-height: 1.1;
  175. display: inline;
  176. }
  177. code, .code {
  178. font: 100% Andale Mono,Courier New,monospace;
  179. display: inline;
  180. line-height: 120%;
  181. white-space: nowrap;
  182. }
  183. .precode {
  184. font: 100% Andale Mono,Courier New,monospace;
  185. display: inline;
  186. line-height: 120%;
  187. white-space: pre-wrap;
  188. }
  189. .spoiler {
  190. display: inline;
  191. background: #000;
  192. color: #000;
  193. padding: 0;
  194. }
  195. .spoiler:hover {
  196. color: #FFF;
  197. }
  198. li, ol, .ascii {
  199. margin: 0;
  200. }
  201. .ascii {
  202. display: inline;
  203. font-family: "Courier New", Monospace;
  204. }
  205. span.quote, blockquote {
  206. border-left-color: #666;
  207. color: #666;
  208. display:block;
  209. border-width: medium medium medium 2px;
  210. border-style: none none none solid;
  211. margin: 3px 0px;
  212. padding: 0px 0px 0px 10px;
  213. }
  214. td.postfieldleft {
  215. text-align: center;
  216. font-weight: bold;
  217. }
  218. span.backlinks {
  219. display: block;
  220. font-size: smaller;
  221. padding-left: 15px;
  222. font-style: italic;
  223. color: #a79393;
  224. }
  225. /* Prettify */