Oppaitime's version of Gazelle
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.

style.css 18KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  1. /* Layout (Torrents page) */
  2. #site_debug td{
  3. border: 1px solid #666;
  4. }
  5. /* We're going to opt for the category icon method for now, tags_* is also available */
  6. .cats_anime { width: 28px; height: 28px; background: url('images/anime.png') no-repeat center center; }
  7. .cats_movies { width: 28px; height: 28px; background: url('images/movies.png') no-repeat center center; }
  8. .cats_manga { width: 28px; height: 28px; background: url('images/manga.png') no-repeat center center; }
  9. .cats_games { width: 28px; height: 28px; background: url('images/games.png') no-repeat center center; }
  10. .cats_other { width: 28px; height: 28px; background: url('images/other.png') no-repeat center center; }
  11. /* Global */
  12. * {
  13. padding: 0em;
  14. margin: 0em;
  15. }
  16. html {
  17. width: 100%;
  18. }
  19. body {
  20. width: 100%;
  21. background-color: #EDDDE7;
  22. font-family: tahoma, helvetica, sans-serif;
  23. font-size: 8pt;
  24. color: #000;
  25. min-width: 850px;
  26. }
  27. /* Common elements */
  28. a {
  29. text-decoration: none;
  30. border: none;
  31. color: #444;
  32. }
  33. a:hover {
  34. text-decoration: underline;
  35. color: #555;
  36. }
  37. button, input[type=button], input[type=submit] {
  38. background: #EAABED;
  39. box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  40. }
  41. button:hover, input[type=button]:hover, input[type=submit]:hover {
  42. background: #E197E5;
  43. }
  44. button:focus, input[type=button]:focus, input[type=submit]:focus {
  45. background: #D48DD8;
  46. }
  47. .spoilerButton {
  48. max-width: 540px;
  49. }
  50. .forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a {
  51. text-decoration: none;
  52. border: none;
  53. color: #862A5E;
  54. }
  55. .forum_post .body a:hover:not([href="#"]), .rule_summary a:hover, .wiki_article a:hover, #actual_rules a:hover, .news_post .pad a:hover, .store_table a:hover {
  56. text-decoration: underline;
  57. border: none;
  58. color: #B65A8E;
  59. }
  60. h1,h2,h3,h4 {
  61. margin: 5px 0px;
  62. font-weight: bold;
  63. }
  64. h2 {
  65. text-align: center;
  66. font-size: 12pt;
  67. }
  68. h4 {
  69. font-size: 8pt;
  70. }
  71. p {
  72. margin: 10px 5px;
  73. }
  74. li {
  75. margin: 5px 15px;
  76. }
  77. img {
  78. border: none;
  79. }
  80. /* Styles generated by the BBCode parser */
  81. span.size1 { font-size:0.75em; }
  82. span.size2 { font-size:1em; }
  83. span.size3 { font-size:1.25em; }
  84. span.size4 { font-size:1.5em; }
  85. span.size5 { font-size:1.75em; }
  86. span.size6 { font-size:2em; }
  87. span.size7 { font-size:2.25em; }
  88. span.size8 { font-size:2.5em; }
  89. span.size9 { font-size:2.75em; }
  90. span.size10 { font-size:3em; }
  91. ul.thin { margin:0px 0px 0px 25px; padding:0px; }
  92. ul.thin li { margin:0px 0px; padding:0px; }
  93. /* Layout (Every page) */
  94. #header {
  95. width: 100%;
  96. padding: 0px 0 0 0;
  97. background: #fbc2e5;
  98. margin-bottom: 10px;
  99. }
  100. #content {
  101. margin: auto;
  102. margin-top: 10px;
  103. /* margin-top: 100px; */
  104. width: 90%;
  105. min-width: 872px;
  106. overflow: hidden;
  107. }
  108. #footer {
  109. /* margin-top: 40px; */
  110. margin-top: 10px;
  111. width: 100%;
  112. text-align: center;
  113. padding: 1em 0;
  114. opacity: 0;
  115. transition: ease-in-out 0.3s;
  116. transition-delay: 0.7s;
  117. }
  118. #footer:hover {
  119. opacity: 1;
  120. }
  121. #logo {
  122. width: 620px;
  123. height: 197px;
  124. background: url('images/logo.svg') no-repeat center center;
  125. margin: 0 auto;
  126. }
  127. #logo a {
  128. border: none;
  129. width: 100%;
  130. height: 197px;
  131. display: block;
  132. }
  133. #logo a:hover {
  134. border: none;
  135. }
  136. #menu {
  137. width: 100%;
  138. text-align: center;
  139. background-color: #461640;
  140. font-size: 10pt;
  141. }
  142. #menu > ul {
  143. display: flex;
  144. width: 80%;
  145. margin: 0 auto;
  146. }
  147. #menu > ul > li {
  148. position: relative;
  149. height: 32px;
  150. display: flex;
  151. margin: 0;
  152. flex: 1 1 auto;
  153. }
  154. #menu ul > li > a {
  155. padding: 0.6em 0;
  156. display: inline-block;
  157. width: 100%;
  158. color: #fbc2e5;
  159. transition: ease-in-out 0.1s;
  160. }
  161. #nav_links {
  162. max-width: 40px;
  163. }
  164. #menu ul li a.active {
  165. background-color: #565656;
  166. }
  167. #menu ul li a:hover {
  168. background-color: #7A3572;
  169. text-decoration: none;
  170. }
  171. #menu .nav_dropdown {
  172. background: #461640;
  173. margin-top: 0;
  174. }
  175. .nav_dropdown > div {
  176. position: absolute;
  177. background-color: #461640;
  178. width: 100%;
  179. z-index: 99999;
  180. margin-top: 32px;
  181. }
  182. #nav_links > #links_menu {
  183. width: 120px;
  184. margin-left: -80px;
  185. }
  186. .nav_dropdown > div > a {
  187. display: none;
  188. color: #fbc2e5;
  189. height: 32px;
  190. line-height: 32px;
  191. }
  192. .nav_dropdown:hover > div > a {
  193. display: block;
  194. }
  195. #userinfo {
  196. /* position: absolute;
  197. top: 258px; */
  198. background: #fbc2e5;
  199. color: #444;
  200. padding: 4px 0px;
  201. width: 100%;
  202. text-align: center;
  203. font-size: 8pt;
  204. /* border-bottom: 1px solid #999; */
  205. }
  206. #userinfo img {
  207. margin-top: -5px;
  208. }
  209. #userinfo ul {
  210. display: inline;
  211. margin: 0px 0.8%;
  212. }
  213. #userinfo ul li {
  214. display: inline;
  215. margin: 0 0.1em;
  216. line-height: 20px;
  217. vertical-align: middle;
  218. padding: 0px;
  219. }
  220. #userinfo a {
  221. color: #222;
  222. }
  223. #userinfo a:hover {
  224. text-decoration: underline;
  225. }
  226. #userinfo b a {
  227. font-weight: normal;
  228. font-size: 0.9em;
  229. font-weight: bold;
  230. }
  231. #searchbars {
  232. text-align: center;
  233. background-color: #7A3572;
  234. box-sizing: content-box;
  235. padding: 4px 10%;
  236. border-bottom: 2px solid #FBC2E5;
  237. display: flex;
  238. }
  239. #searchbars > .search_form {
  240. flex: 1 1 auto;
  241. text-align: center;
  242. margin: 0 3px;
  243. }
  244. #searchbars input {
  245. position: relative;
  246. border: 1px solid transparent;
  247. box-sizing: border-box;
  248. padding: 2px 2px 2px 4px;
  249. font-size: 0.9em;
  250. background-color: #e0e0e0;
  251. width: 100%;
  252. color: #444;
  253. }
  254. #searchbars ul {
  255. margin: 0 auto;
  256. display: block;
  257. text-align: center;
  258. }
  259. #searchbars ul li {
  260. display: inline;
  261. margin: 0px 1px;
  262. list-style: none;
  263. position: relative;
  264. }
  265. #searchbars ul li ul {
  266. display: block;
  267. position: absolute;
  268. top: 1em;
  269. left: 0;
  270. z-index: 1000;
  271. background-color: #999;
  272. width: 12em;
  273. margin-top: 12px;
  274. }
  275. #searchbars ul li ul li {
  276. margin: 0 0 0 0;
  277. padding: 0;
  278. display: block;
  279. width: 100%;
  280. }
  281. #searchbars ul li ul li.highlight {
  282. background: #D7D7D7;
  283. }
  284. #searchbars ul li form {
  285. display: inline;
  286. }
  287. #alerts {
  288. /* margin-top: 85px;
  289. margin-bottom: -85px; */
  290. background: #EDDDE7;
  291. /* padding: 10px 0px; */
  292. margin: 10px 0px;
  293. }
  294. #cat-selector ul {
  295. width: 100%;
  296. }
  297. #cat-selector ul li {
  298. display: inline;
  299. width: 12em;
  300. height: 1em;
  301. float: left;
  302. }
  303. .alertbar {
  304. /* border: 1px solid #999; */
  305. background-color: #fbc2e5;
  306. text-align: center;
  307. color: #444;
  308. font-weight: bold;
  309. font-size: 0.95em;
  310. width: 350px;
  311. margin: 0 auto 0px auto;
  312. padding: 10px;
  313. }
  314. .alertbar a {
  315. color: #555;
  316. text-decoration: underline;
  317. }
  318. .alertbar a:hover {
  319. color: #777;
  320. text-decoration: none;
  321. }
  322. /* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */
  323. .hidden {
  324. position: absolute;
  325. left: -10000px;
  326. }
  327. input.hidden {
  328. position: absolute;
  329. display: none;
  330. }
  331. /* Layout (Any page) */
  332. .thin {
  333. width: 850px;
  334. margin: 0px auto;
  335. }
  336. .widethin { /* overriding the thin class on torrents.php */
  337. width: 95% !important;
  338. margin: 0px auto;
  339. }
  340. #userinfo_major .brackets:before {
  341. font-weight: bold;
  342. }
  343. #userinfo_major .brackets:after {
  344. font-weight: bold;
  345. }
  346. #userinfo_minor {
  347. position: absolute;
  348. text-align: left;
  349. }
  350. #userinfo_minor > li > ul {
  351. display: none;
  352. position: absolute;
  353. padding: 5px;
  354. left: -5px;
  355. background-color: #FBC2E5;
  356. z-index: 100;
  357. }
  358. #userinfo #userinfo_minor li {
  359. display: block;
  360. }
  361. div.linkbox {
  362. text-align:center;
  363. padding: 5px;
  364. }
  365. .center {
  366. text-align: center;
  367. }
  368. .right {
  369. text-align: right;
  370. }
  371. .min_padding {
  372. padding: 0px;
  373. margin: 0px 0px;
  374. }
  375. p.min_padding {
  376. margin: 2px 0px;
  377. }
  378. .pad {
  379. padding: 1em;
  380. }
  381. .slight_margin {
  382. margin: 4px;
  383. }
  384. .vertical_space {
  385. margin-bottom: 10px;
  386. }
  387. .box {
  388. font-size: 8pt;
  389. background-color: #EEE;
  390. /* border: 1px solid #666666; */
  391. border: none;
  392. margin-bottom: 10px;
  393. }
  394. .torrents_nomatch {
  395. margin-top: 10px;
  396. }
  397. .box2 {
  398. margin-bottom: 10px;
  399. font-size: 8pt;
  400. background-color: #EAEAEA;
  401. /* border: 1px solid #666666; */
  402. border: none;
  403. }
  404. .pad h3, .pad h4, .padbox h3, .padbox h4 {
  405. margin-top: 0px;
  406. padding-top: 0px;
  407. }
  408. .sidebar {
  409. float: right;
  410. width: 245px;
  411. }
  412. .head {
  413. padding: 4px;
  414. /* border-bottom: 1px solid #666; */
  415. /* background: #E1E1E1; */
  416. background: #EAABED;
  417. color: #333;
  418. }
  419. .body {
  420. padding: 3px 10px 10px 10px;
  421. }
  422. .main_column {
  423. width: 592px;
  424. }
  425. .main_column table {
  426. margin-bottom: 10px;
  427. }
  428. .tags {
  429. padding: 0px 0px 0px 20px;
  430. font-style: italic;
  431. }
  432. .tags a {
  433. color: #222;
  434. }
  435. .tags a:hover {
  436. color: #444;
  437. text-decoration: underline;
  438. }
  439. .noborder {
  440. border: none;
  441. }
  442. ul.nobullet, ul.nobullet li {
  443. list-style-type: none;
  444. }
  445. table {
  446. width: 100%;
  447. border-collapse: collapse;
  448. /* border: 1px solid #666666; */
  449. }
  450. tr {
  451. background-color: #EEE;
  452. }
  453. td, th {
  454. /* border: 1px solid #666666; */
  455. padding: 5px;
  456. text-align: left;
  457. }
  458. .colhead {
  459. background: #E197E5;
  460. font-weight: bold;
  461. color: #ffffff;
  462. }
  463. td.colhead, .colhead td, .colhead th {
  464. padding-left: 10px;
  465. padding-right: 10px;
  466. }
  467. .colhead .sign, .colhead_dark .sign {
  468. padding: 0px 8px 0px 8px;
  469. vertical-align: middle;
  470. text-align: center;
  471. font-size: 12pt;
  472. font-weight: bold;
  473. }
  474. .colhead .sign {
  475. padding: 0px 8px 0px 8px;
  476. font-size: 12pt;
  477. font-weight: bold;
  478. }
  479. .colhead_dark {
  480. /* background: #E1E1E1; */
  481. background: #E197E5;
  482. color: #333;
  483. }
  484. .forum_post .colhead_dark {
  485. background: #F1CDF4;
  486. }
  487. td.label {
  488. font-weight: bold;
  489. text-align: right;
  490. width: 180px;
  491. }
  492. table.slice {
  493. margin-top: -1px;
  494. }
  495. .error_message {
  496. border: 1px solid #666;
  497. padding: 3px 0px 3px 0px;
  498. background-color: #AF2525;
  499. text-align: center;
  500. color: white;
  501. font-weight: bold;
  502. }
  503. .save_message {
  504. border: 1px solid #666;
  505. padding: 3px 0px 3px 0px;
  506. background-color: #F4E649;
  507. text-align: center;
  508. color: #492802;
  509. font-weight: bold;
  510. }
  511. .elem_error {
  512. border: 3px solid #B00D0D;
  513. }
  514. .hidden {
  515. display: none;
  516. }
  517. ul.nobullet {
  518. display: inline-block;
  519. }
  520. /* Layout (home page) */
  521. ul.stats li {
  522. padding: 0px 0px 1px 0px;
  523. }
  524. ul.poll li {
  525. padding: 0px 0px 0px 10px;
  526. margin: 0px;
  527. clear: left;
  528. }
  529. ul.poll li.graph {
  530. margin-bottom: 3px;
  531. padding-left: 20px;
  532. }
  533. /* Layout (Torrents page) */
  534. .show_torrents {
  535. width: 21px;
  536. height: 28px;
  537. background: url('images/show2.png') no-repeat center center;
  538. }
  539. .hide_torrents {
  540. width: 21px;
  541. height: 28px;
  542. background: url('images/hide2.png') no-repeat center center;
  543. }
  544. .show_torrents_link {
  545. border: none;
  546. width: 28px;
  547. height: 28px;
  548. display: block;
  549. cursor: pointer;
  550. }
  551. .filter_torrents {
  552. width: 750px;
  553. margin: auto;
  554. background: #EEE;
  555. }
  556. .filter_torrents .submit {
  557. text-align: right;
  558. padding-top: 5px;
  559. }
  560. .filter_torrents .ft_cat_list {
  561. border-top: 1px solid #AAA;
  562. border-bottom: 1px solid #AAA;
  563. }
  564. #content form.search_form + .torrent_table {
  565. margin-top: 20px;
  566. }
  567. #content form.search_form .submit {
  568. text-align: center;
  569. }
  570. .cat_list tr td {
  571. border: none;
  572. }
  573. .torrent_table tr {
  574. /* vertical-align: top; */
  575. vertical-align: middle;
  576. }
  577. .torrent_table .number_column {
  578. text-align: center;
  579. }
  580. .torrent_table, .torrent_table td {
  581. border: none;
  582. }
  583. .torrent_table tr.torrent, .torrent_table tr.group {
  584. font-weight: bold;
  585. }
  586. .torrent_table tr.group {
  587. background-color: #cfcfcf;
  588. }
  589. .torrent_table tr.group_torrent {
  590. background-color: #fafafa;
  591. }
  592. .torrent_table tr.torrent {
  593. background-color: #ddd;
  594. }
  595. .torrent_table tr.group td.center:first-child {
  596. padding: 3px;
  597. width: 21px;
  598. }
  599. .torrent_table tr.torrent:nth-child(2n) {
  600. background-color: #FAD1E3;
  601. }
  602. .torrent_table tr.torrent:nth-child(2n-1) {
  603. background-color: #EDC5F4;
  604. }
  605. .torrent_table tr.group {
  606. background-color: #F8B8FF;
  607. }
  608. .torrent_table div.tags {
  609. font-weight: normal;
  610. max-width: 500px;
  611. }
  612. .torrent_table tr .center, #collage_table td {
  613. vertical-align: middle;
  614. text-align: center;
  615. }
  616. .group_torrent span {
  617. float: right;
  618. }
  619. .torrent span {
  620. font-weight: normal;
  621. float: right;
  622. }
  623. .nobr {
  624. white-space: nowrap;
  625. }
  626. /* Layout (Forums) */
  627. .last_read {margin-left: 5px; fill: #A9A9A9;}
  628. .colhead_dark .last_read {fill: #DC86E0;}
  629. .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
  630. .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
  631. .read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
  632. .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
  633. .unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
  634. .read_locked{background: url(images/locked_read.png) no-repeat center center;}
  635. .unread{background: url(images/unread.png) no-repeat center center;}
  636. .read{background: url(images/read.png) no-repeat center center;}
  637. strong.quoteheader {color: #000;}
  638. tr.row:nth-of-type(odd) {
  639. background-color: #E2E2E2;
  640. }
  641. table.forum_post {
  642. margin: 10px 0px;
  643. }
  644. table.forum_post td {
  645. /* border: 1px solid #666; */
  646. border: none;
  647. }
  648. table.forum_unread {
  649. border: 2px solid #F0BBD6;
  650. }
  651. td.avatar {
  652. width: 150px;
  653. padding: 0px;
  654. }
  655. .box_description > div:not(.head) {
  656. max-height: 400px;
  657. overflow-y: scroll;
  658. }
  659. .box_description, table.forum_post td.body {
  660. word-break: break-word;
  661. word-wrap: break-word;
  662. display: inline-block;
  663. }
  664. .box_description {
  665. width: 100%;
  666. }
  667. .thin > table.forum_post td.body {
  668. width: 690px;
  669. }
  670. #torrent_comments table.forum_post td.body {
  671. width: 422px;
  672. }
  673. blockquote {
  674. margin: 10px;
  675. padding: 10px;
  676. /* border: 1px dashed #666; */
  677. border: 1px solid #BBB;
  678. }
  679. /* Layout (Inbox) */
  680. tr.unreadpm {
  681. background-color: #ECC;
  682. }
  683. /* Layout (Permission Page) */
  684. .permission_head {
  685. width: 400px;
  686. margin-left: auto;
  687. margin-right: auto;
  688. }
  689. .permissions {
  690. width: 930px;
  691. margin-left: auto;
  692. margin-right: auto;
  693. }
  694. .permission_container {
  695. float: left;
  696. width: 300px;
  697. padding: 5px;
  698. }
  699. .permission_container input {
  700. margin: 0px 3px 5px 0px;
  701. vertical-align: top;
  702. }
  703. .submit_container {
  704. clear: both;
  705. text-align: right;
  706. }
  707. /* Layout (Invite tree) */
  708. ul .invitetree {
  709. margin: 0px 0px 0px 25px;
  710. }
  711. .invitetree li {
  712. list-style: none;
  713. margin: 10px 2px;
  714. }
  715. /* Layout (User options) */
  716. .user_options .options_list li {
  717. margin: 0;
  718. }
  719. /* Layout (MISC) */
  720. .left_poll {
  721. display: none;
  722. width: 2px;
  723. height: 9px;
  724. float: left;
  725. margin: 0px;
  726. padding: 0px;
  727. }
  728. .center_poll {
  729. height: 9px;
  730. background: #C5D1FF;
  731. border-radius: 4px;
  732. float: left;
  733. margin: 0px;
  734. padding: 0px;
  735. }
  736. .right_poll {
  737. display: none;
  738. width: 2px;
  739. height: 9px;
  740. float: left;
  741. margin: 0px;
  742. padding: 0px;
  743. }
  744. .curtain {
  745. position: fixed;
  746. top: 0%;
  747. left: 0%;
  748. width: 100%;
  749. height: 100%;
  750. background-color: black;
  751. z-index: 1001;
  752. -moz-opacity: 0.8;
  753. opacity: .80;
  754. filter: alpha(opacity=80);
  755. }
  756. .lightbox {
  757. position: fixed;
  758. text-align: center;
  759. top: 5%;
  760. left: 5%;
  761. width: 90%;
  762. height: 90%;
  763. padding: 0px;
  764. z-index: 1002;
  765. overflow: auto;
  766. }
  767. .center {
  768. text-align: center;
  769. }
  770. .spellcheck {
  771. margin: 25px 0;
  772. font-size: 1.25em;
  773. font-weight: bold;
  774. }
  775. tr.torrent .bookmark > a:before {
  776. color: black;
  777. }
  778. tr.torrent .bookmark > a:after {
  779. color: black;
  780. }
  781. .field_div {
  782. margin-bottom: 10px;
  783. }
  784. .edit_changelog textarea {
  785. width: 600px;
  786. }
  787. .brackets {
  788. font-weight: normal;
  789. }
  790. div[class~=tooltipster-content] > a {
  791. color: #AAAAAA;
  792. }
  793. .post_id {
  794. font-weight: normal;
  795. }
  796. .vote_tag_up, .vote_artist_up, .vote_album_up, .small_upvote, .small_upvoted {
  797. color: green;
  798. }
  799. .vote_tag_down, .vote_artist_down, .vote_album_down, .small_downvote, .small_downvoted {
  800. color: red;
  801. }
  802. /* get rid of extraneous padding in the Top Contributors box */
  803. #request_top_contrib {
  804. border: none;
  805. }
  806. #request_top_contrib tr:first-child th {
  807. border-top: 0;
  808. }
  809. #request_top_contrib tr:last-child td {
  810. border-bottom: 0;
  811. }
  812. #request_top_contrib tr td:first-child,
  813. #request_top_contrib tr th:first-child,
  814. #request_top_contrib tr td:nth-child(2),
  815. #request_top_contrib tr th:nth-child(2) {
  816. border-left: 0;
  817. border-top: 0;
  818. }
  819. #request_top_contrib tr td:last-child,
  820. #request_top_contrib tr th:last-child {
  821. border-right: 0;
  822. }
  823. #requests table.layout.cat_list {
  824. border-bottom: 1px solid #AAA;
  825. border-top: 1px solid #AAA;
  826. }
  827. #requests tr#media_list {
  828. border-bottom: 1px solid #AAA;
  829. border-top: 1px solid #AAA;
  830. }
  831. #request_table {
  832. margin-bottom: 5px;
  833. }
  834. #request_table .request:nth-of-type(odd){
  835. background: #FAD1E3;
  836. }
  837. #request_table .request:nth-of-type(even){
  838. background: #EDC5F4;
  839. }
  840. /* workaround for calendar display issue */
  841. div.sidebar #event_div {
  842. margin-left: -232px;
  843. }
  844. ol {
  845. margin-left: 1em;
  846. }
  847. #forum_search_cat_list {
  848. border: none;
  849. }
  850. #coverCont {
  851. background-color: #FF5AA5;
  852. padding: 5px;
  853. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
  854. }
  855. #coverCont img {
  856. background-color: #FFD2E6;
  857. }
  858. .torrent_info {
  859. font-size: 100%;
  860. font-weight: 100;
  861. }
  862. .group_info > a:last-of-type {
  863. text-decoration: underline;
  864. }
  865. .recent_snatches_images, .recent_uploads_images {
  866. position: relative;
  867. }
  868. .edit_tags_votes {
  869. padding-left: 5px;
  870. }
  871. .row_hl {
  872. background-color: #EED5F1;
  873. }
  874. input.inputtext {
  875. border: none;
  876. border-bottom: 1px solid #AAA;
  877. background-color: rgba(0, 0, 0, 0);
  878. font-size: 13px;
  879. outline: none;
  880. transition: ease-in-out 0.12s;
  881. }
  882. input.inputtext:focus {
  883. border-bottom: 1px solid #E197E5;
  884. }
  885. .collage_images .collage_image {
  886. margin: 1px;
  887. width: 121px;
  888. display: inline-block;
  889. }
  890. .box, .border, .alertbar, .artist_table, .request_table, .forum_index, #userinfo_minor > li > ul, .permissions table {
  891. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  892. }
  893. #userinfo {
  894. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.12);
  895. }
  896. .last_edited {
  897. font-size: 10px;
  898. opacity: 0.7;
  899. }
  900. #comm_badge_tr .badge_icon, #user_badge_edit_tr .badge_icon {
  901. margin-right: 1em;
  902. margin-left: 2px;
  903. }
  904. .store_table .badge_icon {
  905. display: inline-block;
  906. width: 16px;
  907. }
  908. .store_table .badge_icon img {
  909. display: block;
  910. margin-left: auto;
  911. margin-right: auto;
  912. }
  913. .hnr-yes {
  914. color: red;
  915. }
  916. .hnr-no {
  917. color: green;
  918. }
  919. .webm {
  920. max-width: 100%;
  921. }
  922. .point_gift_box p {
  923. margin: 7px 2px 0px;
  924. }
  925. .point_gift_box input[type="text"], .point_gift_box textarea {
  926. width: 100%;
  927. box-sizing: border-box;
  928. }
  929. .dead {
  930. opacity: 0.6;
  931. }
  932. .search_warning {
  933. fill: #E197E5;
  934. }
  935. .tl_reported {
  936. color: red;
  937. }
  938. .tl_snatched {
  939. color: #C35C1C;
  940. }
  941. .tl_leeching {
  942. color: #BD0D0D;
  943. }
  944. .tl_seeding {
  945. color: #068206;
  946. }
  947. caption {
  948. border-bottom: 1px solid #BBB;
  949. font-weight: bold;
  950. }
  951. .forum_post .staff_post {
  952. background: #f1849a;
  953. }
  954. .tag_parody {
  955. color: #e08e00 !important;
  956. }
  957. .tag_character {
  958. color: #099809 !important;
  959. }
  960. .tag_female {
  961. color: #d51b8a !important;
  962. }
  963. .tag_male {
  964. color: #0000ff !important;
  965. }
  966. .collage_image:hover {
  967. box-shadow: 0px 0px 0px 3px #fbc2e5;
  968. position: relative;
  969. }