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.

332 lines
4.9KB

  1. /*https://github.com/turanga/Tinyboard/blob/efe78b81c1ffca32bcf9601d0e3877bb65c70df1/stylesheets/photon.css*/
  2. .floatiframe{
  3. float:left;
  4. padding:10px;
  5. }
  6. div.boardlist {
  7. color: #8899AA;
  8. font-size: 12pt;
  9. margin-top: 0px;
  10. background-color: #DDDDDD;
  11. border: 1px solid #cccccc;
  12. border-radius: 4px 4px 4px 4px;
  13. margin-top: 0;
  14. padding: 10px;
  15. position: fixed;
  16. top: 0;
  17. }
  18. div.boardlist.bottom {
  19. margin-top: 20px;
  20. position: inherit;
  21. background:inherit;
  22. }
  23. .return1 a{
  24. float:left;
  25. font-size: inherit;
  26. }
  27. div.blotter {
  28. background: none repeat scroll 0 0 #DDDDDD;
  29. border: 1px solid #CCCCCC;
  30. border-radius: 5px 5px 5px 5px;
  31. clear: both;
  32. color: #006AB9;
  33. font-weight: bold;
  34. margin-bottom: 0.5em;
  35. padding: 2px;
  36. text-align: center;
  37. }
  38. div.title {
  39. margin-bottom: 0em;
  40. clear: both;
  41. color: #FFAB3F;
  42. font-size: 2em;
  43. font-weight: bold;
  44. }
  45. div.ban h2 {
  46. border-radius: 6px 6px 6px 6px;
  47. }
  48. div.ban {
  49. background: none repeat scroll 0 0 #DDDDDD;
  50. border: 1px solid #CCCCCC;
  51. margin: 30px auto;
  52. max-width: 700px;
  53. border-radius: 7px;
  54. }
  55. form {
  56. margin-bottom: 0px;
  57. }
  58. form {
  59. margin-bottom: 0px;
  60. }
  61. span.heading {
  62. color: #FFAB3F;
  63. display: block;
  64. font-size: 12pt;
  65. font-weight: bold;
  66. }
  67. textarea#body{
  68. height: 136px;
  69. width: 518px;
  70. }
  71. html, body {
  72. background: none;
  73. background-color: #EEEEEE;
  74. color: #333333;
  75. font-family: "Trebuchet MS",Trebuchet,serif;
  76. font-size: 12pt;
  77. }
  78. a {
  79. color: #8A8A8A;
  80. }
  81. a:hover {
  82. color: #0066FF;
  83. }
  84. .adminbar {
  85. clear:both;
  86. float:right;
  87. font-size: .8em;
  88. }
  89. .adminbar a {
  90. font-weight: bold;
  91. }
  92. .logo {
  93. clear:both;
  94. text-align:left;
  95. font-size:2em;
  96. font-weight: bold;
  97. color:#FF6600;
  98. /*width:100%;*/
  99. }
  100. .theader, .passvalid {
  101. background:#DDDDDD;
  102. text-align:center;
  103. padding:2px;
  104. color:#2266AA;
  105. clear: both;
  106. font-weight: bold;
  107. margin-bottom: .5em;
  108. border: solid 1px #CCCCCC;
  109. -moz-border-radius: 5px;
  110. }
  111. .postarea {
  112. }
  113. .rules {
  114. font-size:0.7em;
  115. }
  116. .postblock {
  117. background:transparent;
  118. color:#002244;
  119. font-weight:bold;
  120. }
  121. .footer {
  122. text-align:center;
  123. font-size:12px;
  124. font-family:serif;
  125. margin: 2em 0 0 0;
  126. }
  127. .dellist {
  128. font-weight: bold;
  129. text-align:center;
  130. }
  131. .delbuttons {
  132. text-align:center;
  133. padding-bottom:4px;
  134. }
  135. .managehead {
  136. background:#DDDDDD;
  137. color:#002244;
  138. padding:0px;
  139. }
  140. .postlists {
  141. background:#FFFFFF;
  142. width:100%;
  143. padding:0px;
  144. color:#800000;
  145. }
  146. .row1 {
  147. background:#DDDDDD;
  148. color:#002244;
  149. }
  150. .row2 {
  151. background:#CCCCCC;
  152. color:#002244;
  153. }
  154. .unkfunc {
  155. background:inherit;
  156. color:#789922;
  157. }
  158. .reflink {
  159. font-size: .8em;
  160. font-weight: bold;
  161. }
  162. .filesize {
  163. text-decoration:none;
  164. color: #666666;
  165. font-size: .8em;
  166. }
  167. .filetitle {
  168. background:inherit;
  169. font-size:1.2em;
  170. color:#002244;
  171. font-weight:bold;
  172. }
  173. .postername {
  174. color:#004A99;
  175. font-weight:bold;
  176. }
  177. .postertrip {
  178. color:#FF3300;
  179. }
  180. .oldpost {
  181. color:#CC1105;
  182. font-weight:bold;
  183. }
  184. .omittedposts {
  185. color:#666666;
  186. }
  187. .reply {
  188. background:#DDDDDD;
  189. border: solid 1px #CCCCCC;
  190. padding: 0;
  191. margin: 0;
  192. -moz-border-radius: 5px;
  193. }
  194. blockquote {
  195. margin: .5em .5em .5em 1em;
  196. }
  197. blockquote p {
  198. margin: 0;
  199. padding: 0;
  200. }
  201. .reply blockquote {
  202. margin: .5em;
  203. }
  204. .doubledash {
  205. display: none;
  206. vertical-align:top;
  207. clear:both;
  208. float:left;
  209. }
  210. .replytitle {
  211. font-size: 1.2em;
  212. color:#002244;
  213. font-weight:bold;
  214. }
  215. .commentpostername {
  216. color:#004A99;
  217. font-weight:800;
  218. }
  219. .thumbnailmsg {
  220. font-size: .8em;
  221. color:#666666;
  222. }
  223. hr {
  224. border-style: solid none none none;
  225. border-width: 1px;
  226. border-color: #BBBBBB;
  227. }
  228. table {
  229. border-style: none;
  230. }
  231. table td {
  232. border-style: none;
  233. }
  234. .nothumb {
  235. background-color: #FFFFFF;
  236. border-style: dotted;
  237. margin: .3em .5em;
  238. }
  239. .abbrev {
  240. color:#666666;
  241. }
  242. .highlight {
  243. background:#EEDACB;
  244. color:#333333;
  245. border: 2px dashed #EE6600;
  246. }
  247. div.banner, div.banner a {
  248. color: inherit;
  249. }
  250. div.banner {
  251. background-color: inherit;
  252. }
  253. form table tr th {
  254. background: none;
  255. }
  256. div.post.reply {
  257. background: none repeat scroll 0 0 #DDDDDD;
  258. border: 1px solid #CCCCCC;
  259. border-radius: 5px 5px 5px 5px;
  260. }
  261. div.title,h1 {
  262. color: #FF6600;
  263. font-size: 32px;
  264. font-weight: bold;
  265. }
  266. div.title p {
  267. font-size: 26px;
  268. margin: 0;
  269. }
  270. h1 {
  271. letter-spacing: inherit;
  272. }
  273. .pages {
  274. background: rgba(204, 204, 204, 0.32) !important;
  275. width:100%;
  276. color: #707070 !important;
  277. }
  278. div.banner {
  279. background: none repeat scroll 0 0 #DDDDDD;
  280. border: 1px solid #CCCCCC;
  281. border-radius: 5px 5px 5px 5px;
  282. clear: both;
  283. color: #2266AA;
  284. font-weight: bold;
  285. margin-bottom: 0.5em;
  286. padding: 2px;
  287. text-align: center;
  288. }
  289. form table tr td div {
  290. padding-left: 0px;
  291. }
  292. .recaptchatable .recaptcha_image_cell {
  293. padding: 0px !important;
  294. }
  295. .desktop-style div.boardlist:not(.bottom) {
  296. background-color: #DDDDDD;
  297. }