Advertisement
bvffalo

acrimonie

Oct 19th, 2021
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. html,body{
  2. background:#efe;
  3. }
  4. body{
  5. font-family:sans-serif;
  6. margin:0;
  7. padding:0;
  8. color:black;
  9. }
  10. .postarea{
  11. text-align:center;
  12. }
  13. .postarea table{
  14. margin:0px auto;
  15. text-align:left;
  16. }
  17. .thumb{
  18. border:none;
  19. float:left;
  20. margin:2px 20px;
  21. }
  22. .nothumb{
  23. float:left;
  24. background:inherit;
  25. border:2px dashed #aaa;
  26. text-align:center;
  27. margin:2px 20px;
  28. padding:1em 0.5em 1em 0.5em;
  29. font-family:none;
  30. }
  31. .reflink a{
  32. color:inherit;
  33. text-decoration:none;
  34. }
  35. .reflink a:hover{
  36. color:#800000;
  37. }
  38. .reply .filesize{
  39. margin-left:20px;
  40. }
  41. .replypage .replylink{
  42. display:none;
  43. }
  44. .admin{
  45. color:#800080;
  46. font-weight:normal;
  47. }
  48. .mod{
  49. color:#FF0000;
  50. font-weight:normal;
  51. }
  52. .vip{
  53. color:#336600;
  54. font-weight:normal;
  55. }
  56. #watchedthreads{
  57. position:absolute;
  58. background-color:#F0E0D6;
  59. border:1px dotted #EEAA88;
  60. border-top:0px none;
  61. }
  62. #watchedthreadsdraghandle{
  63. text-align:center;
  64. font-family:Trebuchet MS;
  65. cursor:move;
  66. }
  67. #watchedthreadlist{
  68. padding:3px;
  69. font-size:0.8em;
  70. }
  71. #watchedthreadsbuttons{
  72. position:absolute;
  73. bottom:3px;
  74. left:3px;
  75. }
  76. .abbrev{
  77. color:grey;
  78. display:block;
  79. }
  80. .spoiler{
  81. color:black;
  82. background-color:black;
  83. }
  84. .spoiler a{
  85. color:inherit;
  86. background-color:inherit;
  87. }
  88. .spoiler:hover{
  89. background:transparent;
  90. }
  91. .extrabtns{
  92. vertical-align:middle;
  93. }
  94. .hidethread{
  95. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') -32px -16px no-repeat;
  96. border:0;
  97. }
  98. .unhidethread{
  99. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') -48px 0px no-repeat;
  100. border:0;
  101. }
  102. .watchthread{
  103. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') -32px 0px no-repeat;
  104. border:0;
  105. }
  106. .expandthread{
  107. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') 0px -16px no-repeat;
  108. border:0;
  109. }
  110. .quickreply{
  111. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') 0px 0px no-repeat;
  112. border:0;
  113. }
  114. .hidewatchedthreads{
  115. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') -48px -16px no-repeat;
  116. border:0;
  117. }
  118. .refreshwatchedthreads{
  119. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') -16px -16px no-repeat;
  120. border:0;
  121. }
  122. .restorewatchedthreads{
  123. background:transparent url('/web/20210227024941im_/http://www.acrimonie.com/css/icons/green/icons.gif') -16px 0px no-repeat;
  124. border:0;
  125. }
  126. .reflinkpreview{
  127. position:absolute;
  128. padding:5px;
  129. border:1px solid black;
  130. }
  131. a{
  132. color:#345C3F;
  133. text-decoration:none;
  134. }
  135. a:hover{
  136. color:#36804A;
  137. text-decoration:underline;
  138. }
  139. .logo{
  140. clear:both;
  141. text-align:center;
  142. width:100%;
  143. }
  144. .boardtitle{
  145. text-align:center;
  146. color:#117743;
  147. margin:0;
  148. font-weight:bold;
  149. }
  150. .replymode{
  151. background:#88DD88;
  152. text-align:center;
  153. color:green;
  154. font-size:150%;
  155. border-radius:3px;
  156. }
  157. .catalogmode{
  158. text-align:center;
  159. font-weight:bold;
  160. background:#88DD88;
  161. color:#000000;
  162. width:100%;
  163. font-size:18px;
  164. }
  165. .rules{
  166. width:468px;
  167. font-size:10px;
  168. }
  169. .rules li{
  170. margin-left:1em;
  171. }
  172. .postblock{
  173. background:#88DD88;
  174. color:#000000;
  175. font-weight:800;
  176. }
  177. .passvalid{
  178. background:#9988EE;
  179. text-align:center;
  180. width:100%;
  181. color:#ffffff;
  182. }
  183. .dellist{
  184. text-align:center;
  185. }
  186. .delbuttons{
  187. text-align:center;
  188. padding-bottom:4px;
  189. }
  190. .managehead{
  191. background:#0F8FE1;
  192. color:#000000;
  193. font-size:14px;
  194. padding:0px;
  195. }
  196. .postlists{
  197. background:#FFFFFF;
  198. width:100%;
  199. padding:0px;
  200. color:#000000;
  201. }
  202. .row1{
  203. background:#9AD2F6;
  204. font-size:12px;
  205. color:#000000;
  206. }
  207. .row2{
  208. background:#FFFFFF;
  209. font-size:12px;
  210. color:#000000;
  211. }
  212. .unkfunc .spoiler:hover, .unkfunc{
  213. color:#789922;
  214. }
  215. .filesize{
  216. font-size:10px;
  217. margin-left:20px;
  218. }
  219. .filetitle{
  220. font-size:16px;
  221. color:#0F5D0C;
  222. font-weight:800;
  223. }
  224. .postername{
  225. font-size:16px;
  226. color:#117743;
  227. font-weight:800;
  228. }
  229. .postername a{
  230. color:#70ad8e;
  231. text-decoration:underline;
  232. }
  233. .oldpost{
  234. font-size:18px;
  235. color:#0F0C5D;
  236. font-weight:800;
  237. }
  238. .omittedposts{
  239. font-size:18px;
  240. color:#070707;
  241. font-weight:800;
  242. }
  243. .reply{
  244. background:#DAF0D6;
  245. color:#000000;
  246. }
  247. blockquote{
  248. }
  249. .replyhl{
  250. background:#D6BAD0;
  251. color:#000000;
  252. }
  253. .doubledash{
  254. vertical-align:top;
  255. clear:both;
  256. float:left;
  257. }
  258. .replytitle{
  259. font-size:18px;
  260. color:#0F0C5D;
  261. font-weight:800;
  262. }
  263. .commentpostername{
  264. font-size:12px;
  265. color:#117743;
  266. font-weight:800;
  267. }
  268. .thumbnailmsg{
  269. font-size:9px;
  270. color:#000000;
  271. }
  272. hr {
  273. display:none;
  274. clear:both;
  275. }
  276. br+hr,#postform+hr,.boardtitle+hr{
  277. display:block;
  278. }
  279. #delform > div~br{
  280. display:none;
  281. }
  282. .watchedthreads{
  283. background-color:inherit !important;
  284. border:1px solid #88DD88 !important;
  285. border-top:0px none !important;
  286. }
  287. .reflinkpreview{
  288. background-color:#DAF0D6;
  289. }
  290. .msg-par-defaut{
  291. color:#008000;
  292. }
  293. .topbar{
  294. max-width:1250px;
  295. width:100%;
  296. margin:0 auto;
  297. padding:0;
  298. }
  299. .topbar a{
  300. font-family:inherit;
  301. }
  302. .boardlinks,.utilslinks{
  303. padding:inherit;
  304. font-size:large;
  305. }
  306. .boardlinks span a,.utilslinks span a{
  307. font-size:inherit;
  308. }
  309. .userdeletebox,.reportbox{
  310. font-size:small;
  311. }
  312. .userdeletebox{
  313. float:left;
  314. }
  315. .reportbox{
  316. text-align:right;
  317. }
  318. .pageslist{
  319. clear:both;
  320. text-align:center;
  321. font-size:large;
  322. margin:1% auto;
  323. }
  324. .pageslist form,.numspages{
  325. display:inline;
  326. }
  327. .styleswitcher{
  328. clear:both;
  329. text-align:center;
  330. margin-bottom:1%;
  331. }
  332.  
  333. @media (max-width:600px){
  334. .boardlinks,.utilslinks{
  335. display:table;
  336. border-spacing:0 5px;
  337. }
  338. .boardlinks span,.utilslinks span{
  339. display:table-row;
  340. }
  341. }
  342. @media (max-width:269px){
  343. .boardtitle{
  344. font-size:large;
  345. font-weight:bold;
  346. }
  347. .boardlinks,.utilslinks{
  348. width:inherit;
  349. margin:inherit;
  350. }
  351. .utilslinks{
  352. position:relative;
  353. top:-5px;
  354. }
  355. }
  356. @media (min-width:270px) and (max-width:600px){
  357. .boardtitle{
  358. font-size:x-large;
  359. }
  360. .boardlinks,.utilslinks{
  361. width:48.5%;
  362. display:inline-table;
  363. }
  364. }
  365. @media (min-width:601px){
  366. .boardtitle{
  367. font-size:xx-large;
  368. }
  369. }
  370. @media (max-width:1149px) and (min-width:601px){
  371. .topbar{
  372. display:table;
  373. border-spacing:5px;
  374. }
  375. .boardlinks,.utilslinks{
  376. display:table-row;
  377. }
  378. .boardlinks span,.utilslinks span{
  379. display:table-cell;
  380. }
  381. }
  382. @media (max-width:1149px){
  383. .topbar{
  384. text-align:center;
  385. background:#efe;
  386. }
  387. .boardlinks span a,.utilslinks span a{
  388. padding:4px;
  389. display:block;
  390. background-color:#daf0d6;
  391. text-decoration:none;
  392. border-radius:2px;
  393. }
  394. .boardlinks span a:hover,.utilslinks span a:hover{
  395. background-color:#345c3f;
  396. color:#daf0d6;
  397. }
  398. .boardlinks span a:active,.utilslinks span a:active{
  399. background-color:#36804a;
  400. }
  401. }
  402. @media (min-width:1150px){
  403. .boardlinks{
  404. float:left;
  405. }
  406. .utilslinks{
  407. text-align:right;
  408. }
  409. .boardlinks span:after,.utilslinks span:after{
  410. content:" /";
  411. }
  412. .boardlinks span:last-child:after,.utilslinks span:last-child:after{
  413. content:" ]";
  414. }
  415. .boardlinks span:first-child:before,.utilslinks span:first-child:before{
  416. content:"[ ";
  417. }
  418. }
  419.  
  420.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement