Frontend elements to SugoiMusic, including CSS and public/private headers.
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.
 
 
 

2245 lines
39 KiB

  1. /* latin-ext */
  2. @font-face {
  3. font-family: 'Open Sans';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.ttf) format('truetype');
  7. }
  8. /* latin */
  9. @font-face {
  10. font-family: 'Open Sans';
  11. font-style: normal;
  12. font-weight: 600;
  13. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.ttf) format('truetype');
  14. }
  15. * {
  16. margin: 0;
  17. padding: 0
  18. }
  19. .cats_anime, .cats_movies, .cats_manga, .cats_games, .cats_other {
  20. width: 38px!important;
  21. height: 38px!important;
  22. line-height: 38px;
  23. }
  24. .group .cats_anime:after, .group .cats_movies:after,
  25. .group .cats_manga:after, .group .cats_games:after,
  26. .group .cats_other:after {
  27. color: black!important;
  28. }
  29. .cats_anime:after {
  30. content: "ANM";
  31. color: #3EACA7;
  32. font-size: 16px;
  33. }
  34. .group .cats_anime { background-color: #3EACA7; }
  35. .cats_movies:after {
  36. content: "JAV";
  37. color: #1D818E;
  38. font-size: 20px;
  39. }
  40. .group .cats_movies { background-color: #1D818E; }
  41. .cats_manga:after {
  42. content: "MNG";
  43. color: #88C796;
  44. font-size: 16px;
  45. }
  46. .group .cats_manga { background-color: #88C796; }
  47. .cats_games:after {
  48. content: "GAM";
  49. color: #4DC593;
  50. font-size: 16px;
  51. }
  52. .group .cats_games { background-color: #4DC593; }
  53. .cats_other:after {
  54. content: "OTH";
  55. color: #0D5968;
  56. font-size: 19px;
  57. }
  58. .group .cats_other { background-color: #0D5968; }
  59. body {
  60. width: 100%;
  61. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  62. font-size: 12px;
  63. color: #c6c9c9;
  64. background-color: #23252a
  65. }
  66. .linkbox .brackets:after, .linkbox .brackets:before {
  67. display: none;
  68. }
  69. a {
  70. text-decoration: none;
  71. border: none;
  72. color: #f0f0f0;
  73. }
  74. a:hover, .torrent_table .group a:hover {
  75. color: #92d4a0
  76. }
  77. b,strong {
  78. font-weight: 600
  79. }
  80. ::selection, ::-moz-selection {
  81. background: #3eaca7
  82. }
  83. h1,h2,h3,h4,h5,h6 {
  84. font-weight: 400;
  85. color: #f0f0f0;
  86. margin: 8px 0;
  87. }
  88. h1,h2 {
  89. font-size: 23px;
  90. }
  91. h3,h4 {
  92. font-size: 18px;
  93. }
  94. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  95. color: #83e4a6;
  96. }
  97. #userform #settings_sections h2 {
  98. font-size: 12px;
  99. line-height: 1.6;
  100. }
  101. #userform #settings_sections h2 a, .rule_short {
  102. color: #f0f0f0;
  103. }
  104. li {
  105. margin: 5px 15px;
  106. }
  107. p {
  108. margin: 10px 5px
  109. }
  110. input {
  111. border: 1px solid #5b5e64;
  112. background-color: #373a42;
  113. padding: 10px 9px;
  114. color: #fff
  115. }
  116. button,input[type=button],input[type=submit] {
  117. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  118. background-color: #50aca7;
  119. color: #fff
  120. }
  121. button:hover,input[type=button]:hover,input[type=submit]:hover {
  122. background-color: #317f8e
  123. }
  124. button:focus,input[type=button]:focus,input[type=submit]:focus {
  125. background-color: #2f707c
  126. }
  127. .spoilerButton {
  128. max-width: 604px;
  129. }
  130. ::-webkit-input-placeholder {
  131. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  132. }
  133. :-moz-placeholder {
  134. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif
  135. }
  136. ::-moz-placeholder {
  137. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif
  138. }
  139. :-ms-input-placeholder {
  140. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif
  141. }
  142. select {
  143. background-color: #373a42;
  144. border: 1px solid #5b5e64;
  145. color: #fff;
  146. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  147. outline: 0
  148. }
  149. textarea {
  150. background-color: #373a42;
  151. border: 1px solid #5b5e64;
  152. color: #fff;
  153. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  154. font-size: 1.1em;
  155. padding: 2px 3px;
  156. margin: 4px 0px;
  157. }
  158. span.size1 {
  159. font-size: .75em
  160. }
  161. span.size2 {
  162. font-size: 1em
  163. }
  164. span.size3 {
  165. font-size: 1.25em
  166. }
  167. span.size4 {
  168. font-size: 1.5em
  169. }
  170. span.size5 {
  171. font-size: 1.75em
  172. }
  173. span.size6 {
  174. font-size: 2em
  175. }
  176. span.size7 {
  177. font-size: 2.25em
  178. }
  179. span.size8 {
  180. font-size: 2.5em
  181. }
  182. span.size9 {
  183. font-size: 2.75em
  184. }
  185. span.size10 {
  186. font-size: 3em
  187. }
  188. ul.thin {
  189. margin: 0 0 0 25px;
  190. padding: 0
  191. }
  192. ul.thin li {
  193. margin: 0;
  194. padding: 0
  195. }
  196. #wrapper {
  197. padding: 0
  198. }
  199. #header {
  200. width: 900px;
  201. position: relative
  202. }
  203. #content {
  204. width: 900px;
  205. overflow: hidden
  206. }
  207. #footer {
  208. margin-top: 2px;
  209. padding: 10px;
  210. text-align: center
  211. }
  212. .center {
  213. text-align: center
  214. }
  215. .min_padding {
  216. margin: 0;
  217. padding: 0
  218. }
  219. p.min_padding {
  220. margin: 2px 0
  221. }
  222. .vertical_space {
  223. margin-bottom: 2px!important
  224. }
  225. .box {
  226. background-color: #2c2f36!important;
  227. margin-bottom: 8px;
  228. }
  229. .box_addartists .body, .box_addtag .body {
  230. padding: 10px;
  231. }
  232. .pad h3,.pad h4,.padbox h3,.padbox h4 {
  233. margin-top: 0;
  234. padding-top: 0
  235. }
  236. .sidebar {
  237. float: right;
  238. width: 244px;
  239. height: 100%
  240. }
  241. .sidebar .box .pad form {
  242. padding-bottom: 20px;
  243. }
  244. .body {
  245. background-color: #2c2f36;
  246. padding: 5px 10px 10px 10px;
  247. }
  248. .main_column {
  249. width: 646px;
  250. float: left
  251. }
  252. #logo {
  253. width: 900px;
  254. height: 60px;
  255. background-position: 0 12px;
  256. background-repeat: no-repeat;
  257. }
  258. #logo a {
  259. border: none;
  260. width: 230px;
  261. height: 60px;
  262. display: block
  263. }
  264. #logo a::before {
  265. content: "Oppaitime";
  266. font-size: 40px;
  267. line-height: 56px;
  268. font-weight: 100;
  269. font-family: sans-serif;
  270. }
  271. .nav_dropdown > div {
  272. position: absolute;
  273. width: 135.56px;
  274. text-align: center;
  275. background: #509599;
  276. margin-top: 50px;
  277. z-index: 99999;
  278. left: 0;
  279. }
  280. #menu > ul > .nav_dropdown:hover {
  281. background-color: #509599;
  282. }
  283. #menu > ul > .nav_dropdown > div > a:hover {
  284. color: #E9E9E9;
  285. }
  286. #nav_links {
  287. max-width: 40px;
  288. }
  289. .nav_dropdown > div > a {
  290. display: none;
  291. color: white;
  292. height: 50px;
  293. line-height: 50px;
  294. }
  295. #nav_links > #links_menu {
  296. margin-left: -95.56px;
  297. }
  298. .nav_dropdown:hover > div > a {
  299. display: block;
  300. }
  301. #menu > ul > li > a:hover,
  302. .nav_dropdown:hover > div > a:hover {
  303. background-color: rgba(255,255,255,0.2);
  304. }
  305. #userinfo {
  306. position: absolute;
  307. top: 10px;
  308. right: 0;
  309. z-index: 50;
  310. text-align: right;
  311. }
  312. #userinfo > ul {
  313. height: 17px;
  314. }
  315. #userinfo ul li {
  316. display: inline-block;
  317. line-height: 20px;
  318. vertical-align: middle;
  319. margin: 0 .1em;
  320. padding: 2px
  321. }
  322. #userinfo_major > li, #userinfo_stats > li, .linkbox .brackets {
  323. margin-left: 8px;
  324. }
  325. #userinfo_minor > li, #userinfo_minor > li > span {
  326. float: right;
  327. }
  328. #userinfo_minor > li > ul {
  329. display: none;
  330. background: #23252A;
  331. padding: 6px 10px;
  332. margin-top: 26px;
  333. }
  334. #userinfo_minor > li > ul > li {
  335. display: block;
  336. }
  337. #userinfo_stats {
  338. color: #abd6ad;
  339. width: auto;
  340. z-index: 1001
  341. }
  342. #userinfo_stats a:hover {
  343. text-decoration: underline;
  344. }
  345. #searchbutton,.hide {
  346. display: none;
  347. }
  348. #userinfo_stats .stat,#userinfo_stats a,.colhead_dark a {
  349. color: #fff;
  350. }
  351. #menu {
  352. height: 50px;
  353. border-radius: 5px 5px 0 0;
  354. }
  355. #menu > ul {
  356. display: flex;
  357. }
  358. #menu > ul > li {
  359. position: relative;
  360. list-style: none;
  361. display: flex;
  362. flex: 1 1 90px;
  363. margin: 0;
  364. }
  365. #menu > ul > li > a {
  366. display: inline-block;
  367. box-sizing: border-box;
  368. width: 100%;
  369. height: 50px;
  370. line-height: 50px;
  371. text-align: center;
  372. vertical-align: middle;
  373. color: #FFF;
  374. text-decoration: none;
  375. overflow: hidden;
  376. white-space: nowrap;
  377. }
  378. #menu > ul > li:nth-of-type(1),
  379. #menu > ul > li:nth-of-type(1) > a {
  380. border-radius: 5px 0 0 0;
  381. }
  382. #menu > ul > li:nth-of-type(10),
  383. #menu > ul > li:nth-of-type(10) > a {
  384. border-radius: 0 5px 0 0;
  385. }
  386. #menu > ul > li:nth-of-type(1) {
  387. background-color: #80af8a;
  388. }
  389. #menu > ul > li:nth-of-type(2) {
  390. background-color: #78aa86;
  391. }
  392. #menu > ul > li:nth-of-type(3) {
  393. background-color: #6fa585;
  394. }
  395. #menu > ul > li:nth-of-type(4) {
  396. background-color: #659f82;
  397. }
  398. #menu > ul > li:nth-of-type(5) {
  399. background-color: #58977f;
  400. }
  401. #menu > ul > li:nth-of-type(6) {
  402. background-color: #4b907f;
  403. }
  404. #menu > ul > li:nth-of-type(7) {
  405. background-color: #3d8a81;
  406. }
  407. #menu > ul > li:nth-of-type(8) {
  408. background-color: #2e8180;
  409. }
  410. #menu > ul > li:nth-of-type(9) {
  411. background-color: #247a80;
  412. }
  413. #menu > ul > li:nth-of-type(10) {
  414. background-color: #1e7682;
  415. border-radius: 0 5px 0 0;
  416. }
  417. .alertbar {
  418. background-color: #4b907f;
  419. text-align: center;
  420. color: #fff;
  421. width: 900px;
  422. height: 18px;
  423. margin: 2px 0;
  424. padding: 9px 0;
  425. vertical-align: middle
  426. }
  427. .alertbar a {
  428. display: inline-block;
  429. position: relative;
  430. left: 0;
  431. height: 18px;
  432. color: #FFF;
  433. text-decoration: underline
  434. }
  435. #alerts a, .alertbar a,.torrent_table .group a,.ui-state-hover,a.ui-state-hover,li.ui-state-hover {
  436. color: #FFF;
  437. }
  438. .alertbar a:hover,.tags a:hover {
  439. color: #fff;
  440. text-decoration: none;
  441. }
  442. .alertbar {
  443. color: transparent;
  444. }
  445. .alertbar a[href="news.php"] {
  446. background: linear-gradient(#045362,#0d5968);
  447. }
  448. .alertbar #del_announce {
  449. left: 432px;
  450. top: -45px;
  451. }
  452. #alerts.countdown_wrapper .alertbar {
  453. color: #fff;
  454. }
  455. .alertbar[style="border:1px solid #360;background-color:#120;margin-bottom:3px;"] {
  456. color: #fff;
  457. border: none;
  458. margin-bottom: 2px;
  459. height: 36px;
  460. }
  461. #searchbars {
  462. box-sizing: border-box;
  463. width: 900px;
  464. height: 50px;
  465. padding: 8px 0;
  466. background: #3b3f47;
  467. margin-bottom: 2px;
  468. display: flex;
  469. }
  470. #searchbars > .search_form {
  471. flex: 1 1 auto;
  472. text-align: center;
  473. }
  474. #searchbars input {
  475. box-sizing: border-box;
  476. width: 135px;
  477. height: 34px;
  478. border: none;
  479. border-radius: 2.5px;
  480. background-color: #2B2D33;
  481. padding: 7px 11px 7px 8px;
  482. color: #c6c9c9;
  483. font-size: 12px;
  484. }
  485. #searchbars ul {
  486. margin: 0;
  487. padding: 0;
  488. list-style: none;
  489. display: block;
  490. }
  491. #searchbars ul li {
  492. display: inline;
  493. float: left;
  494. margin: 0 7px 0 0;
  495. position: relative;
  496. list-style: none;
  497. }
  498. #searchbars ul li:first-child {
  499. margin-left: 48px;
  500. }
  501. #searchbars ul li form {
  502. display: inline;
  503. margin: 0;
  504. }
  505. #settings_sections {
  506. padding-bottom: 10px;
  507. padding: 0px;
  508. }
  509. #settings_sections > ul.nobullet {
  510. /*padding: 0px 10px 10px;*/
  511. }
  512. .newmem {
  513. background-color: #222;
  514. text-align: center;
  515. font-size: .95em;
  516. margin: 0 auto;
  517. padding: 5px;
  518. }
  519. #cat-selector ul li {
  520. display: inline;
  521. width: 12em;
  522. height: 1em;
  523. float: left;
  524. }
  525. div.contenth textarea {
  526. background-color: #373a42;
  527. border: 1px solid #5b5e64;
  528. color: #fff;
  529. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  530. font-size: 1.1em;
  531. padding: 2px 3px
  532. }
  533. div.linkbox {
  534. text-align: center;
  535. padding: 5px
  536. }
  537. .linkbox > strong {
  538. color: #83e4a6;
  539. }
  540. #banner {
  541. width: 900px
  542. }
  543. #torrents #content .thin h2 a img {
  544. width: 900px;
  545. margin-top: -5px
  546. }
  547. #torrents .sidebar table.box {
  548. font-size: 1em;
  549. margin-top: 2px;
  550. width: 252px;
  551. padding: 0;
  552. }
  553. #torrents .main_column .box.pad {
  554. background-color: #23252a;
  555. padding-top: 10px;
  556. }
  557. input[value="Make Default"] {
  558. margin-left: -.6em;
  559. }
  560. .ui-menu .ui-menu-item a {
  561. padding: 5px 9px;
  562. background: #085565;
  563. }
  564. .ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
  565. background: #085565;
  566. border: none;
  567. }
  568. #ui-active-menuitem {
  569. background: #0B4A57;
  570. margin: 0;
  571. }
  572. .ui-widget {
  573. font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
  574. }
  575. .ui-widget-overlay {
  576. background: #23252a;
  577. opacity: .5;
  578. }
  579. .ui-widget-content {
  580. border: none!important;
  581. background: #055363!important;
  582. color: #fff!important;
  583. padding: 0!important;
  584. }
  585. .ui-widget-header {
  586. background: none!important;
  587. border: none!important;
  588. }
  589. .ui-state-default {
  590. background: #17191c!important;
  591. border: none!important;
  592. width: 48px!important;
  593. height: 36px!important;
  594. margin: 1px!important;
  595. }
  596. .ui-state-default a {
  597. margin-left: 3px!important;
  598. margin-top: 4px!important;
  599. }
  600. .ui-state-active,.ui-tabs-selected,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  601. background: #2c2f36!important;
  602. color: #fff;
  603. margin: 1px!important;
  604. }
  605. .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover {
  606. background: #222429!important;
  607. color: #fff;
  608. }
  609. .ui-tabs {
  610. width: 636px!important;
  611. font-size: 1.1em!important;
  612. background-color: #2c2f36!important;
  613. }
  614. .ui-tabs .ui-tabs-panel {
  615. background-color: #2c2f36!important;
  616. }
  617. .ui-tabs-nav {
  618. width: 48px!important;
  619. margin-top: -8px!important;
  620. margin-bottom: -10px!important;
  621. margin-left: -1px!important;
  622. }
  623. .ui-tabs-panel {
  624. width: 564px!important;
  625. }
  626. .ui-corner-all {
  627. -moz-border-radius: 0!important;
  628. -webkit-border-radius: 0!important;
  629. border-radius: 0!important;
  630. }
  631. .ui-corner-left {
  632. border-top-left-radius: 0!important;
  633. border-bottom-left-radius: 0!important;
  634. }
  635. .ui-autocomplete-loading {
  636. background-color: #2c2f36!important;
  637. background-image: none!important;
  638. }
  639. .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  640. background-color: #2c2f36!important;
  641. }
  642. #recommend td[width="1%"] {
  643. color: transparent;
  644. }
  645. .welcome {
  646. font-size: 1em;
  647. background-color: #282828;
  648. border: 1px solid #303030;
  649. }
  650. .b1h,.b2bh,.b2h,.b3bh,.b3h,.b4bh,.b4h,.contenth {
  651. background: none!important;
  652. }
  653. .b1bh,.b1h,.b2bh,.b2h,.b3bh,.b3h,.b4bh,.b4h {
  654. background: #fefefe;
  655. border-left: 0 solid #aaa!important;
  656. border-right: 0 solid #aaa!important;
  657. height: 2px;
  658. margin: 0 1px;
  659. }
  660. .contenth {
  661. border-left: 0 hidden!important;
  662. border-right: 0 hidden!important;
  663. color: #fff!important;
  664. }
  665. .body, .head, .pad {
  666. padding: 12px;
  667. }
  668. .head {
  669. background: #52555c;
  670. box-sizing: border-box;
  671. }
  672. #reseed_box {
  673. padding-bottom: 0;
  674. }
  675. #reseed_box .sign {
  676. text-align: left;
  677. }
  678. #reseed_box #swapreseed {
  679. color: #85878F;
  680. position: relative;
  681. left: 468px;
  682. }
  683. #reseed_box #swapreseed:hover {
  684. color: #92d4a0;
  685. }
  686. #reseed_box .head {
  687. margin-bottom: 2px!important;
  688. }
  689. .tags {
  690. font-style: italic;
  691. padding: 0 0 0 20px;
  692. }
  693. .tags a {
  694. color: #7e7e7e;
  695. }
  696. ul.nobullet {
  697. padding-bottom: 2px;
  698. }
  699. ul.nobullet, ul.nobullet li {
  700. list-style-type: none;
  701. }
  702. table {
  703. width: 100%;
  704. border-collapse: collapse
  705. }
  706. td {
  707. padding: 5px
  708. }
  709. td:first-child {
  710. padding-left: 12px;
  711. }
  712. td:last-child {
  713. padding-right: 12px;
  714. }
  715. td.tdleft {
  716. text-align: left;
  717. padding: 5px
  718. }
  719. td.tdcenter {
  720. text-align: center;
  721. padding: 5px
  722. }
  723. td.tdright {
  724. text-align: right;
  725. padding: 5px
  726. }
  727. .forum_group_header {
  728. background-color: #373a42!important;
  729. color: #fff;
  730. font-weight: 300;
  731. margin-top: 2px
  732. }
  733. .colhead {
  734. background: #565961;
  735. font-weight: 300;
  736. color: #fff
  737. }
  738. .colhead td, .colhead_dark td, td.colhead {
  739. padding-top: 12px;
  740. padding-bottom: 12px;
  741. }
  742. .colhead_dark {
  743. background: linear-gradient(#52555c,#585b62);
  744. color: #fff;
  745. vertical-align: middle
  746. }
  747. tbody .colhead_dark {
  748. background: linear-gradient(#52555c,#585b62);
  749. color: #fff!important;
  750. vertical-align: middle
  751. }
  752. ul.navigation {
  753. background-color: #565961!important;
  754. color: #fff;
  755. text-align: center;
  756. list-style: none;
  757. font-weight: 300!important;
  758. padding: 10px!important
  759. }
  760. ul.navigation li {
  761. display: inline;
  762. padding: 0!important;
  763. margin-right: -2px!important
  764. }
  765. ul.navigation a {
  766. color: #fff;
  767. text-decoration: none;
  768. padding: 10px 20px!important
  769. }
  770. ul.navigation a:hover {
  771. color: #fff!important;
  772. background-color: #2f7e8c!important
  773. }
  774. ul.navigation a:focus {
  775. color: #fff!important;
  776. background-color: #2b6d79!important;
  777. outline: 0
  778. }
  779. ul.navigation a.selected {
  780. color: #fff!important;
  781. background-color: #085565!important
  782. }
  783. .scroll .panel {
  784. background-color: #2c2f36!important
  785. }
  786. .scroll .panel tr {
  787. border: none
  788. }
  789. .box.tvshows .snatches+.pad {
  790. padding: 0
  791. }
  792. .leftbar {
  793. width: 86px!important;
  794. padding: 0 10px 10px!important
  795. }
  796. .leftbar img {
  797. width: 106px;
  798. margin-left: -10px
  799. }
  800. .midbar {
  801. margin-left: 108px!important
  802. }
  803. .midbar .box {
  804. padding: 10px!important
  805. }
  806. .midbar .head {
  807. width: 772px
  808. }
  809. .midbar .box.info>div {
  810. margin-bottom: 10px
  811. }
  812. .midbar .box.usermenu {
  813. padding: 0!important;
  814. margin-bottom: 2px!important
  815. }
  816. .password_strength_bg {
  817. background-color: #2c2f36!important;
  818. width: 289px!important
  819. }
  820. .password_strength_container {
  821. width: 289px!important;
  822. padding: 5px!important
  823. }
  824. .password_strength {
  825. width: 289px!important
  826. }
  827. td.label {
  828. font-weight: 300;
  829. text-align: right;
  830. width: 180px
  831. }
  832. .filter_torrents td.label {
  833. width: 260px;
  834. }
  835. table.slice {
  836. margin-top: -1px
  837. }
  838. .error_message {
  839. border: 1px solid #666;
  840. background-color: #AF2525;
  841. text-align: center;
  842. color: #FFF;
  843. padding: 3px 0
  844. }
  845. .save_message {
  846. margin-top: 2px;
  847. background-color: #93d4a2;
  848. text-align: center;
  849. color: #fff;
  850. padding: 10px
  851. }
  852. .elem_error {
  853. border: 3px solid #B00D0D
  854. }
  855. ul.stats li {
  856. padding: 0 0 1px
  857. }
  858. ul.stats tr {
  859. border: none
  860. }
  861. ul.poll li {
  862. margin: 0;
  863. padding: 0 0 0 10px
  864. }
  865. ul.poll li.graph {
  866. margin-bottom: 3px;
  867. padding-left: 20px
  868. }
  869. span.center_poll {
  870. background: #565960;
  871. border-radius: 3px;
  872. display: inline-block;
  873. height: 8px;
  874. min-width: 8px;
  875. }
  876. .show_torrents_link {
  877. border: none;
  878. width: 28px;
  879. height: 28px;
  880. display: block
  881. }
  882. #series .box .body img {
  883. margin: -10px;
  884. margin-top: -6px!important;
  885. width: 646px;
  886. height: 100%
  887. }
  888. #series .sidebar .box .nobullet {
  889. text-align: center
  890. }
  891. #series .sidebar .box .stats {
  892. text-align: initial!important
  893. }
  894. .rating {
  895. background: url(images/hover-rating.png) 0 -32px repeat-x!important
  896. }
  897. .rating-bg {
  898. background: url(images/hover-rating.png) top left repeat-x!important
  899. }
  900. .torrent_table tr {
  901. vertical-align: top
  902. }
  903. .torrent_table tbody .pad>td,.torrent_table tbody>.pad {
  904. padding: 0
  905. }
  906. .colhead .sign,.colhead_dark .sign {
  907. vertical-align: middle;
  908. text-align: right;
  909. font-size: 1.2em;
  910. font-weight: 300
  911. }
  912. .torrent_table tr.group_torrent.first {
  913. border-top: 3px solid #565960
  914. }
  915. .torrent_table tr.group_torrent a:hover span {
  916. color: #92d4a0!important
  917. }
  918. #series .main_column .box,#series .main_column table.border {
  919. margin-top: 2px
  920. }
  921. .season {
  922. color: #ff2419
  923. }
  924. .episode {
  925. color: #00aeef
  926. }
  927. .torrent_table .colhead_dark {
  928. background-color: #55585f;
  929. height: 36px!important;
  930. vertical-align: middle!important
  931. }
  932. .torrent_table .group {
  933. background-color: #2c2f36
  934. }
  935. .torrent_table div.tags {
  936. font-weight: 400
  937. }
  938. .torrent_table tr .center {
  939. vertical-align: middle;
  940. text-align: center
  941. }
  942. .torrent_table tr.group_torrent td a span {
  943. float: left;
  944. white-space: pre
  945. }
  946. .torrent_table tr.group_torrent td {
  947. padding: 8px
  948. }
  949. .torrent_table tr.group_torrent .group.discog {
  950. padding: 8px 10px
  951. }
  952. .torrent_table tr.group_torrent .group.discog .episode,.torrent_table tr.group_torrent .group.discog b {
  953. color: #37a9a4!important
  954. }
  955. .torrent_table tr.group_torrent .group.discog .episode:hover {
  956. color: #fff!important
  957. }
  958. .torrent_table tr.group_torrent .group.discog .season {
  959. color: #92d4a0!important
  960. }
  961. .torrent_table tr.group_torrent .group.discog .season:hover {
  962. color: #fff!important
  963. }
  964. .torrent span, .group span {
  965. font-weight: 400;
  966. float: right
  967. }
  968. .torrent span img {
  969. vertical-align: text-top
  970. }
  971. .nobr {
  972. white-space: nowrap
  973. }
  974. form[action="inbox.php"] .box.pad.center {
  975. margin: 0;
  976. width: 900px;
  977. padding: 0;
  978. margin-top: 10px!important;
  979. background: none!important
  980. }
  981. form[action="inbox.php"] .box.pad table {
  982. background: initial!important
  983. }
  984. #kb .sidebar .box.pad {
  985. margin-top: 2px
  986. }
  987. #tvnews .head {
  988. height: initial
  989. }
  990. #tvnews .sidebar {
  991. margin-top: 27px
  992. }
  993. #tvschedule td {
  994. border: none
  995. }
  996. #collages td {
  997. padding: 3px
  998. }
  999. #collages .sign,#torrents .sign {
  1000. padding: 5px;
  1001. position: relative;
  1002. left: -5px
  1003. }
  1004. .filter_torrents {
  1005. width: 900px
  1006. }
  1007. .filter_torrents>.box {
  1008. margin-top: 2px
  1009. }
  1010. .filter_torrents>.box.pad.center {
  1011. margin-top: -48px;
  1012. margin-bottom: 10px
  1013. }
  1014. .filter_torrents .box.pad .cat_list {
  1015. position: relative;
  1016. left: -12px;
  1017. width: 900px
  1018. }
  1019. .filter_torrents .box.pad .cat_list tbody tr td input[type=checkbox][name="filter_cat[1]"],.filter_torrents .box.pad .cat_list tbody tr td label[for=cat_1] {
  1020. position: relative;
  1021. left: 376px
  1022. }
  1023. .filter_torrents .box.pad .cat_list#taglist td {
  1024. background-color: #373a42!important
  1025. }
  1026. .filter_torrents .box.pad .cat_list#taglist tr {
  1027. border-bottom: none
  1028. }
  1029. .filter_torrents .box.pad .cat_list td[width="12.5%"] {
  1030. padding-left: 17px
  1031. }
  1032. .filter_torrents .box.pad .cat_list td.label {
  1033. padding-right: 17px
  1034. }
  1035. .filter_torrents .box.pad .cat_list[width="100%"] td {
  1036. background-color: #373a42!important
  1037. }
  1038. .filter_torrents .country_list {
  1039. position: relative;
  1040. left: -12px;
  1041. width: 900px
  1042. }
  1043. .filter_torrents .country_list td {
  1044. padding-left: 12px;
  1045. background-color: #373a42!important
  1046. }
  1047. .filter_torrents .country_list tr {
  1048. border-bottom: none
  1049. }
  1050. #bonus table[style="width:100%"] td,#bonus table[style="width:100%"] tr {
  1051. padding: 10px!important;
  1052. border-color: #23252a;
  1053. border-style: solid;
  1054. border-width: 2px
  1055. }
  1056. .forum_post.forum_unread {
  1057. border-top: 2px solid #c7fada;
  1058. }
  1059. .forum_post.staff_post.forum_unread {
  1060. border-top: 2px solid #fac7df;
  1061. }
  1062. table.forum_post input[type=button] {
  1063. margin-right: 2px
  1064. }
  1065. table.forum_post span[style="float:left;"] img,table.forum_post td[colspan="2"] {
  1066. vertical-align: middle
  1067. }
  1068. td.avatar {
  1069. width: 150px;
  1070. padding: 0
  1071. }
  1072. table.forum_post td.body {
  1073. width: 646px;
  1074. }
  1075. /* Because Firefox apparently doesn't understand "100%" in tables */
  1076. #forums table.forum_post td.body > div {
  1077. max-width: 730px
  1078. }
  1079. .last_edited {
  1080. opacity: 0.6;
  1081. }
  1082. tbody {
  1083. max-width: 646px
  1084. }
  1085. blockquote {
  1086. border: 1px dashed #666;
  1087. margin: 10px;
  1088. padding: 10px
  1089. }
  1090. blockquote,pre {
  1091. background-color: #23252a!important
  1092. }
  1093. .signature {
  1094. border-top: 1px dotted #666;
  1095. margin: 2em 0 0;
  1096. padding: .5em 0 0
  1097. }
  1098. div.user_details {
  1099. padding: 5px
  1100. }
  1101. tr.unreadpm {
  1102. background-color: #651809!important
  1103. }
  1104. .permission_head {
  1105. width: 400px;
  1106. margin-left: auto;
  1107. margin-right: auto
  1108. }
  1109. .permissions {
  1110. width: 930px;
  1111. margin-left: auto;
  1112. margin-right: auto
  1113. }
  1114. .permission_container {
  1115. float: left;
  1116. width: 300px;
  1117. padding: 5px
  1118. }
  1119. .permission_container input {
  1120. vertical-align: top;
  1121. margin: 0 3px 5px 0
  1122. }
  1123. .submit_container {
  1124. clear: both;
  1125. text-align: right
  1126. }
  1127. ul .invitetree {
  1128. margin: 0 0 0 25px
  1129. }
  1130. .invitetree li {
  1131. list-style: none;
  1132. margin: 10px 2px
  1133. }
  1134. #left_poll {
  1135. width: 2px;
  1136. height: 9px;
  1137. background: #3caba6!important;
  1138. float: left;
  1139. margin: 0;
  1140. padding: 0
  1141. }
  1142. #center_poll {
  1143. height: 9px;
  1144. background-color: #3caba6!important;
  1145. float: left;
  1146. margin: 0;
  1147. padding: 0
  1148. }
  1149. #right_poll {
  1150. width: 2px;
  1151. height: 9px;
  1152. background: #3caba6!important;
  1153. float: left;
  1154. margin: 0;
  1155. padding: 0
  1156. }
  1157. .curtain {
  1158. position: fixed;
  1159. top: 0;
  1160. left: 0;
  1161. width: 100%;
  1162. height: 100%;
  1163. background-color: #000;
  1164. z-index: 1001
  1165. }
  1166. .lightbox {
  1167. position: fixed;
  1168. text-align: center;
  1169. top: 5%;
  1170. left: 5%;
  1171. width: 90%;
  1172. height: 90%;
  1173. z-index: 1002;
  1174. overflow: auto;
  1175. padding: 0
  1176. }
  1177. pre {
  1178. color: #FFF;
  1179. border: 1px dashed #55585f;
  1180. margin: 10px;
  1181. padding: 10px
  1182. }
  1183. #donation {
  1184. position: absolute;
  1185. display: inline;
  1186. width: 0;
  1187. top: 7px;
  1188. right: 38px;
  1189. padding: .6em 0;
  1190. text-align: center;
  1191. font-size: 1em;
  1192. color: #fff;
  1193. z-index: 1001
  1194. }
  1195. #donation:before {
  1196. content: url(images/donation/heart.png)
  1197. }
  1198. #DonBk,#DonBr {
  1199. display: none
  1200. }
  1201. #DonInfo a {
  1202. display: block;
  1203. height: 32px;
  1204. width: 36px;
  1205. color: #fff!important;
  1206. line-height: 90px;
  1207. margin-top: -153px
  1208. }
  1209. #blog .thin>br,#news .thin>br {
  1210. display: none
  1211. }
  1212. #blog .box,#news .box {
  1213. margin-bottom: 2px
  1214. }
  1215. #blog .head,#news .head {
  1216. width: 900px
  1217. }
  1218. #forums .box {
  1219. width: 900px;
  1220. margin-top: 2px
  1221. }
  1222. #forums .head {
  1223. width: 900px
  1224. }
  1225. #forums #content>br {
  1226. display: none
  1227. }
  1228. #forums #content .thin>p {
  1229. margin-top: -12px
  1230. }
  1231. #forums .box.pad {
  1232. padding: 1em 0;
  1233. background-color: #23252a;
  1234. }
  1235. #forums #content .thin>table.forum_post {
  1236. border-collapse: collapse!important
  1237. }
  1238. #actorshowcase .thin {
  1239. text-align: center
  1240. }
  1241. #actorshowcase .thin>table {
  1242. display: inline-block;
  1243. width: 25%;
  1244. height: 387px
  1245. }
  1246. #actorshowcase .thin>table>tbody {
  1247. height: 387px
  1248. }
  1249. .textarea_wrap {
  1250. padding-top: 15px;
  1251. }
  1252. #quickpost {
  1253. color: #eee!important;
  1254. font-size: 1.1em!important
  1255. }
  1256. #quickpostform {
  1257. background-color: transparent;
  1258. }
  1259. #quickreplybuttons input[value=Editor] {
  1260. margin-right: 2px
  1261. }
  1262. div.contenth #quickpost {
  1263. right: -2px
  1264. }
  1265. .bbcode_bar {
  1266. background: #373a42;
  1267. border: 1px solid #5b5e64;
  1268. border-bottom: none;
  1269. }
  1270. .bbcode_bar > li > a {
  1271. min-width: 15px;
  1272. }
  1273. #friends table[width="100%"] td {
  1274. text-align: center
  1275. }
  1276. .tickets_search {
  1277. width: 800px;
  1278. margin-left: auto;
  1279. margin-right: auto;
  1280. font-size: .8em
  1281. }
  1282. .tickets_categories {
  1283. float: left;
  1284. text-align: left;
  1285. padding: .5em
  1286. }
  1287. .tickets_status {
  1288. float: right;
  1289. text-align: left;
  1290. padding: .5em
  1291. }
  1292. .small_label {
  1293. width: 0;
  1294. text-align: right;
  1295. font-weight: 300
  1296. }
  1297. .filter_tickets {
  1298. width: 850px;
  1299. margin-left: auto;
  1300. margin-right: auto;
  1301. margin-bottom: 15px
  1302. }
  1303. .rank {
  1304. text-align: center;
  1305. font: small-caps 2.4em Georgia,"Times New Roman",Times,serif;
  1306. width: 86px;
  1307. margin-top: 10px;
  1308. margin-left: auto;
  1309. margin-right: auto;
  1310. position: relative
  1311. }
  1312. .rank img {
  1313. clear: both
  1314. }
  1315. .rankimghide {
  1316. display: none;
  1317. margin: 0;
  1318. padding: 0
  1319. }
  1320. .center h3 {
  1321. padding-top: 4px;
  1322. font-size: 1em
  1323. }
  1324. .review_row,.review_row.box {
  1325. margin-top: 2px
  1326. }
  1327. .inline_rank {
  1328. position: relative;
  1329. top: 80px;
  1330. left: 14px;
  1331. font: small-caps 1.4em Georgia,"Times New Roman",Times,serif
  1332. }
  1333. .inline_rank img {
  1334. width: 2%
  1335. }
  1336. .review_title {
  1337. font: small-caps 2.1em Georgia,"Times New Roman",Times,serif;
  1338. margin-left: 17px
  1339. }
  1340. .review_body {
  1341. float: right;
  1342. width: 765px;
  1343. overflow: auto;
  1344. margin: 6px 0 0;
  1345. padding: 1px
  1346. }
  1347. .review_details {
  1348. font-style: italic;
  1349. float: right;
  1350. padding-right: 12px;
  1351. padding-bottom: 10px;
  1352. padding-top: 5px
  1353. }
  1354. .review_search {
  1355. width: 900px;
  1356. text-align: center;
  1357. margin: auto
  1358. }
  1359. .review_search input {
  1360. width: 400px;
  1361. text-align: center
  1362. }
  1363. .left_tabs {
  1364. float: left;
  1365. width: 100px
  1366. }
  1367. a.tab {
  1368. display: block;
  1369. background-color: rgba(69,69,69,.35);
  1370. text-align: center;
  1371. color: #FFF;
  1372. font-weight: 300;
  1373. text-transform: lowercase;
  1374. padding: 4px
  1375. }
  1376. #content .home .main_column {
  1377. float: right
  1378. }
  1379. #content .home .main_column .of_the_month {
  1380. margin-left: -2px
  1381. }
  1382. #content .home .main_column .of_the_month .head {
  1383. width: 302px
  1384. }
  1385. #content .home .main_column .of_the_month .box {
  1386. width: 302px;
  1387. margin-left: 2px;
  1388. padding-bottom: 0!important
  1389. }
  1390. #content .home .main_column .of_the_month .box img {
  1391. width: 322px;
  1392. height: 474px;
  1393. margin-left: -10px;
  1394. margin-top: -10px
  1395. }
  1396. #content .home .main_column .of_the_month .box li {
  1397. padding-bottom: 10px
  1398. }
  1399. .home table,.home td {
  1400. border: 0
  1401. }
  1402. .home .sidebar {
  1403. float: left
  1404. }
  1405. #torrents .torrent_table .sign {
  1406. text-align: center
  1407. }
  1408. .sidebar .box .nobullet img {
  1409. width: initial;
  1410. margin: initial
  1411. }
  1412. #content .home .box {
  1413. margin-bottom: 2px
  1414. }
  1415. #content .home .sidebar #last_uploads img {
  1416. width: 252px;
  1417. margin-left: -10px;
  1418. margin-top: -7px;
  1419. margin-bottom: 4px
  1420. }
  1421. #content .home .sidebar #last_uploads li b {
  1422. display: none
  1423. }
  1424. #content .home #last_uploads {
  1425. margin-top: -3px
  1426. }
  1427. #content .home th {
  1428. text-align: left;
  1429. padding: 5px
  1430. }
  1431. #content .home tr.colhead {
  1432. border: 0;
  1433. border-bottom: 1px solid #000
  1434. }
  1435. #content .home th:first-child {
  1436. border-right: 1px solid #000
  1437. }
  1438. #content .home th:last-child {
  1439. border-left: 1px solid #000
  1440. }
  1441. a.tab:hover {
  1442. text-decoration: none;
  1443. background-color: rgba(69,69,69,.55)
  1444. }
  1445. a.tab#selected {
  1446. background-color: rgba(145,168,175,.3)
  1447. }
  1448. div.thin2 {
  1449. float: left;
  1450. width: 900px;
  1451. margin: auto
  1452. }
  1453. p#preloader {
  1454. margin: 0;
  1455. padding: 1em 1em 1em 3em
  1456. }
  1457. .profileLink a {
  1458. display: block;
  1459. color: #fff;
  1460. border-top: 1px solid #ccc;
  1461. padding: .3em 1em
  1462. }
  1463. div#gift {
  1464. width: 1px;
  1465. height: 1px;
  1466. position: relative;
  1467. top: 130px;
  1468. left: 895px;
  1469. z-index: 999
  1470. }
  1471. .button {
  1472. background: url(images/buttons.gif) center -34px no-repeat;
  1473. border: 0 solid #131313;
  1474. color: #EEE;
  1475. height: 30px;
  1476. letter-spacing: 1px;
  1477. line-height: 16px;
  1478. overflow: visible;
  1479. text-transform: uppercase;
  1480. padding: 5px 12px
  1481. }
  1482. #store #content {
  1483. position: relative;
  1484. margin-top: 2px
  1485. }
  1486. #store #content>div {
  1487. position: initial!important
  1488. }
  1489. .jquery-msgbox-confirm {
  1490. background: url(images/store/confirm.png) 20px 20px no-repeat!important
  1491. }
  1492. #store #content div[height="79px"] {
  1493. background-image: url(images/store/tooltip.png)!important
  1494. }
  1495. div.star-rating a,div.star-rating.star {
  1496. background: url(images/star.png) no-repeat!important
  1497. }
  1498. .small-star,.small-star .current-rating,.small-star a:active,.small-star a:focus,.small-star a:hover {
  1499. background-image: url(images/star_small.png)!important
  1500. }
  1501. .box #summary {
  1502. position: relative;
  1503. left: -10px
  1504. }
  1505. .info table,.info td,.info tr,.requests table,.requests td,.requests tr {
  1506. border: 0;
  1507. vertical-align: top;
  1508. margin: 0;
  1509. padding: 0
  1510. }
  1511. .info td {
  1512. border-bottom: 0 solid gray!important;
  1513. height: 50px;
  1514. vertical-align: middle;
  1515. width: 20px
  1516. }
  1517. #cat-selector ul,html {
  1518. width: 100%
  1519. }
  1520. #logo a:hover,.cat_list tr td,.noborder,.torrent_table td.group,img {
  1521. border: none
  1522. }
  1523. #wrapper,.thin {
  1524. width: 900px;
  1525. margin: 0 auto
  1526. }
  1527. .number,.right {
  1528. text-align: right
  1529. }
  1530. .number_column {
  1531. text-align: center;
  1532. }
  1533. .pad {
  1534. padding: 1em;
  1535. }
  1536. .home .extrapad {
  1537. padding: 0;
  1538. }
  1539. tr {
  1540. background-color: #2c2f36;
  1541. border-bottom: 2px solid #2c2f36;
  1542. }
  1543. .forum_post tr {
  1544. border-bottom: none;
  1545. }
  1546. .search_form .submit,.filter_tickets .submit,.filter_torrents .submit {
  1547. text-align: right;
  1548. padding-top: 5px;
  1549. }
  1550. .torrent_table tr.group {
  1551. background-color: #3E4046;
  1552. }
  1553. .torrent_table tr.group_torrent,tr.torrent {
  1554. background-color: #23252a;
  1555. }
  1556. tr.torrent:nth-of-type(even), tr.request:nth-of-type(even) {
  1557. background-color: #272A2F;
  1558. }
  1559. .group_torrent span,.torrent_table tr.group_torrent .year {
  1560. float: right
  1561. }
  1562. .tl_reported {
  1563. color: #e85a5a;
  1564. }
  1565. .tl_free {
  1566. color: gold;
  1567. }
  1568. .tl_seeding {
  1569. color: #8DE88D;
  1570. }
  1571. .tl_snatched {
  1572. color: orange;
  1573. }
  1574. .tl_leeching {
  1575. color: #FF3E3E;
  1576. }
  1577. form tr {
  1578. background-color: #2c2f36
  1579. }
  1580. #playbutton {
  1581. position: relative!important;
  1582. top: -138px!important;
  1583. left: 0!important;
  1584. margin-bottom: -110px!important
  1585. }
  1586. #tiptip_content {
  1587. font-size: 1em!important;
  1588. color: #fff!important;
  1589. text-shadow: none!important;
  1590. padding: 4px 8px;
  1591. border: 2px solid #5b5e64!important;
  1592. background-color: #373a42!important;
  1593. background-image: none!important;
  1594. border-radius: 0!important;
  1595. -webkit-border-radius: 0!important;
  1596. -moz-border-radius: 0!important;
  1597. box-shadow: none!important;
  1598. -webkit-box-shadow: none!important;
  1599. -moz-box-shadow: none!important
  1600. }
  1601. #tiptip_arrow,#tiptip_arrow_inner {
  1602. border: none!important
  1603. }
  1604. a.last_read > svg {
  1605. fill: #909090;
  1606. margin: 3px 6px;
  1607. }
  1608. .forum_index h3, .forum_list h3 {
  1609. margin-top: 24px;
  1610. }
  1611. .forum_index h4, .forum_list h4 {
  1612. font-size: 12px;
  1613. }
  1614. .forum_index td {
  1615. position: relative;
  1616. }
  1617. .forum_index .row:nth-child(odd) {
  1618. background: #33363d;
  1619. }
  1620. .forum_index td.read:after, #forums td.unread:after {
  1621. content: "";
  1622. position: absolute;
  1623. height: 8px;
  1624. width: 8px;
  1625. top: 9px;
  1626. left: 7px;
  1627. border-radius: 1px;
  1628. }
  1629. .forum_index td.read:after{
  1630. background-color: #20717C;
  1631. }
  1632. .forum_index td.unread:after {
  1633. background-color: #47B39A;
  1634. }
  1635. .forum_list .forum_index td.read:after, #forums .forum_list td.unread:after {
  1636. top: 14px;
  1637. }
  1638. .forum_index td.read_sticky:after, #forums td.unread_sticky:after,
  1639. .forum_index td.read_locked_sticky:after, #forums td.unread_locked_sticky:after {
  1640. content: "";
  1641. position: absolute;
  1642. height: 0px;
  1643. width: 0px;
  1644. top: 9px;
  1645. left: 6px;
  1646. border-left: 5px solid transparent;
  1647. border-right: 5px solid transparent;
  1648. }
  1649. .forum_index td.read_sticky:after,
  1650. .forum_index td.read_locked_sticky:after {
  1651. border-bottom: 10px solid #20717C;
  1652. }
  1653. .forum_index td.unread_sticky:after,
  1654. .forum_index td.unread_locked_sticky:after {
  1655. border-bottom: 10px solid #47B39A;
  1656. }
  1657. .forum_index td.read_locked:before, #forums td.unread_locked:before,
  1658. .forum_index td.read_locked_sticky:before, #forums td.unread_locked_sticky:before {
  1659. content: "";
  1660. position: absolute;
  1661. height: 2px;
  1662. width: 8px;
  1663. top: 12px;
  1664. left: 7px;
  1665. border-radius: 1px;
  1666. }
  1667. .forum_index td.read_locked:before,
  1668. .forum_index td.read_locked_sticky:before {
  1669. background-color: #20717C;
  1670. }
  1671. .forum_index td.unread_locked:before,
  1672. .forum_index td.unread_locked_sticky:before {
  1673. background-color: #47B39A;
  1674. }
  1675. .hide_torrents, .show_torrents {
  1676. position: relative;
  1677. cursor: pointer;
  1678. }
  1679. .hide_torrents > .show_torrents_link:after, .show_torrents > .show_torrents_link:after {
  1680. content: "";
  1681. position: absolute;
  1682. width: 19px;
  1683. height: 3px;
  1684. top: 13px;
  1685. left: 5px;
  1686. border-radius: 2px;
  1687. background-color: #74C796;
  1688. }
  1689. .show_torrents > .show_torrents_link:before {
  1690. content: "";
  1691. position: absolute;
  1692. width: 3px;
  1693. height: 19px;
  1694. top: 5px;
  1695. left: 13px;
  1696. border-radius: 2px;
  1697. background-color: #74C796;
  1698. }
  1699. .search_warning {
  1700. fill: #AAA;
  1701. }
  1702. .dead {
  1703. opacity: 0.7;
  1704. }
  1705. caption {
  1706. border-bottom: 1px dashed #666;
  1707. font-weight: bold;
  1708. }
  1709. .staff_post .colhead_dark {
  1710. background: #634852;
  1711. }
  1712. .collage_image:hover {
  1713. box-shadow: 0px 0px 0px 3px #88C796;
  1714. position: relative;
  1715. }
  1716. /* Fucking noty */
  1717. .noty_bar {
  1718. border-left: #3eaca7 2px solid;
  1719. }
  1720. #noty_bottomRight_layout_container li {
  1721. background-color: #52555c !important;
  1722. color: #E9E9E9 !important;
  1723. border: none !important;
  1724. }
  1725. .noty_buttons {
  1726. background-color: #2c2f36 !important;
  1727. border-top: none !important;
  1728. }
  1729. .tag_parody {
  1730. color: #e8ab3a !important;
  1731. }
  1732. .tag_character {
  1733. color: #529e63 !important;
  1734. }
  1735. .tag_male {
  1736. color: #3d77e2 !important;
  1737. }
  1738. .tag_female {
  1739. color: #e896e8 !important;
  1740. }
  1741. .tex_img {
  1742. filter: invert(100%);
  1743. }
  1744. /* Pink Additions */
  1745. body.style_pink h1 a, body.style_pink h2 a, body.style_pink h3 a, body.style_pink h4 a, body.style_pink h5 a, body.style_pink h6 a {
  1746. color: #df7cc2;
  1747. }
  1748. body.style_pink .cats_anime:after { color: #78467f; }
  1749. body.style_pink .group .cats_anime { background-color: #78467f; }
  1750. body.style_pink .cats_movies:after { color: #4f3063; }
  1751. body.style_pink .group .cats_movies { background-color: #4f3063; }
  1752. body.style_pink .cats_manga:after { color: #9f5c9c; }
  1753. body.style_pink .group .cats_manga { background-color: #9f5c9c; }
  1754. body.style_pink .cats_games:after { color: #c871b9; }
  1755. body.style_pink .group .cats_games { background-color: #c871b9; }
  1756. body.style_pink .cats_other:after { color: #ef86d5; }
  1757. body.style_pink .group .cats_other { background-color: #ef86d5; }
  1758. body.style_pink a:hover, body.style_pink .torrent_table .group a:hover { color: #db7bc7; }
  1759. body.style_pink ::selection,
  1760. body.style_pink ::-moz-selection {
  1761. background: #8b518e;
  1762. }
  1763. body.style_pink button,
  1764. body.style_pink input[type=button],
  1765. body.style_pink input[type=submit] {
  1766. background-color: #8b518e;
  1767. }
  1768. body.style_pink button:hover,
  1769. body.style_pink input[type=button]:hover,
  1770. body.style_pink input[type=submit]:hover {
  1771. background-color: #643c72;
  1772. }
  1773. body.style_pink button:focus,
  1774. body.style_pink input[type=button]:focus,
  1775. body.style_pink input[type=submit]:focus {
  1776. background-color: #78467f;
  1777. }
  1778. body.style_pink #userinfo_stats { color: #db7bc7; }
  1779. body.style_pink #menu > ul > li:nth-of-type(1) { background-color: #3b2655; }
  1780. body.style_pink #menu > ul > li:nth-of-type(2) { background-color: #4f3063; }
  1781. body.style_pink #menu > ul > li:nth-of-type(3) { background-color: #643c72; }
  1782. body.style_pink #menu > ul > li:nth-of-type(4) { background-color: #78467f; }
  1783. body.style_pink #menu > ul > li:nth-of-type(5) { background-color: #8b518e; }
  1784. body.style_pink #menu > ul > li:nth-of-type(6) { background-color: #9f5c9c; }
  1785. body.style_pink #menu > ul > li:nth-of-type(7) { background-color: #b367aa; }
  1786. body.style_pink #menu > ul > li:nth-of-type(8) { background-color: #c871b9; }
  1787. body.style_pink #menu > ul > li:nth-of-type(9) { background-color: #db7bc7; }
  1788. body.style_pink #menu > ul > li:nth-of-type(10) { background-color: #ef86d5; }
  1789. body.style_pink #menu > ul > .nav_dropdown:hover,
  1790. body.style_pink .nav_dropdown > div {
  1791. background-color: #e295d2;
  1792. }
  1793. body.style_pink .linkbox > strong { color: #db7bc7; }
  1794. body.style_pink .alertbar { background-color: #4f3063; }
  1795. body.style_pink .hide_torrents > .show_torrents_link:after,
  1796. body.style_pink .show_torrents > .show_torrents_link:after,
  1797. body.style_pink .show_torrents > .show_torrents_link:before {
  1798. background-color: #b367aa;
  1799. }
  1800. body.style_pink .forum_index td.read:after { background-color: #643c72; }
  1801. body.style_pink .forum_index td.unread:after { background-color: #db7bc7; }
  1802. body.style_pink .forum_index td.read_sticky:after,
  1803. body.style_pink .forum_index td.read_locked_sticky:after {
  1804. border-bottom: 10px solid #643c72;
  1805. }
  1806. body.style_pink .forum_index td.read_locked:before,
  1807. body.style_pink .forum_index td.read_locked_sticky:before {
  1808. background-color: #643c72;
  1809. }
  1810. body.style_pink .forum_index td.unread_sticky:after,
  1811. body.style_pink .forum_index td.unread_locked_sticky:after {
  1812. border-bottom: 10px solid #db7bc7;
  1813. }
  1814. body.style_pink .forum_index td.unread_locked:before,
  1815. body.style_pink .forum_index td.unread_locked_sticky:before {
  1816. background-color: #db7bc7;
  1817. }
  1818. body.style_pink .forum_post.forum_unread {
  1819. border-top: 2px solid #c1569b;
  1820. }
  1821. body.style_pink .noty_bar {
  1822. border-left: #ef86d5 2px solid;
  1823. }
  1824. body.style_pink .collage_image:hover {
  1825. box-shadow: 0px 0px 0px 3px #ef86d5;
  1826. }
  1827. /* Haze Additions */
  1828. body.style_haze {
  1829. background-color: #53565c;
  1830. background-image: url('images/haze.png');
  1831. background-attachment: fixed;
  1832. background-size: cover;
  1833. }
  1834. body.style_haze #logo > a { color: white;}
  1835. body.style_haze #searchbars {
  1836. background-color: rgba(24,32,41,0.05);
  1837. }
  1838. body.style_haze #searchbars input {
  1839. background: rgba(24,32,41,0.3);
  1840. border: none;
  1841. }
  1842. body.style_haze #menu li:nth-child(1) { background: rgba(24,32,41,0.7); }
  1843. body.style_haze #menu li:nth-child(2) { background: rgba(24,32,41,0.65); }
  1844. body.style_haze #menu li:nth-child(3) { background: rgba(24,32,41,0.6); }
  1845. body.style_haze #menu li:nth-child(4) { background: rgba(24,32,41,0.55); }
  1846. body.style_haze #menu li:nth-child(5) { background: rgba(24,32,41,0.5); }
  1847. body.style_haze #menu li:nth-child(6) { background: rgba(24,32,41,0.45); }
  1848. body.style_haze #menu li:nth-child(7) { background: rgba(24,32,41,0.4); }
  1849. body.style_haze #menu li:nth-child(8) { background: rgba(24,32,41,0.35); }
  1850. body.style_haze #menu li:nth-child(9) { background: rgba(24,32,41,0.3); }
  1851. body.style_haze #menu li:nth-child(10) { background: rgba(24,32,41,0.25); }
  1852. body.style_haze #menu li a:hover { background: white; color: black; }
  1853. body.style_haze .nav_dropdown > div { background: rgba(24,32,41,0.3); }
  1854. body.style_haze #userinfo_minor > li > ul { background: white; color: black; }
  1855. body.style_haze #alerts .alertbar {background: rgba(24,32,41,0.4);}
  1856. body.style_haze .colhead, body.style_haze .head {background: rgba(24,32,41,0.4);}
  1857. body.style_haze .colhead_dark {background: rgba(24,32,41,0.5);}
  1858. body.style_haze tr {background: rgba(75,75,75,0.35); border-bottom: none;}
  1859. body.style_haze .box {background: rgba(75,75,75,0.35) !important;}
  1860. body.style_haze select, body.style_haze input, body.style_haze textarea {background: rgba(24,32,41,0.3); border: none;}
  1861. body.style_haze table tbody a, body.style_haze .main_column a, body.style_haze .sidebar a, body.style_haze .box a { color: rgba(255,255,255,0.6); }
  1862. body.style_haze #userinfo_stats {color: rgba(255,255,255,0.6);}
  1863. body.style_haze #userinfo_stats a {color: rgba(255,255,255,0.6);}
  1864. body.style_haze #userinfo_stats .stat > span {color: white;}
  1865. body.style_haze #userinfo_stats .stat > a {color: white;}
  1866. body.style_haze .filter_torrents #ft_container tr {background: none;}
  1867. body.style_haze tr.torrent, body.style_haze tr.request {background-color: rgba(24,32,41,0.6);}
  1868. body.style_haze tr.torrent:nth-of-type(even), body.style_haze tr.request:nth-of-type(even) {background-color: rgba(24,32,41,0.4);}
  1869. body.style_haze tr.group {background-color: rgba(24,32,41,0.7);}
  1870. body.style_haze tr.group_torrent {background-color: rgba(24,32,41,0.75);}
  1871. body.style_haze .body {background: none;}
  1872. body.style_haze blockquote {background-color: rgba(24,32,41,0.4) !important; border: 1px solid rgba(255,255,255,0.36)}
  1873. body.style_haze h2 a {color: rgba(255,255,255,0.6);}
  1874. body.style_haze .linkbox a {color: rgba(255,255,255,0.7);}
  1875. body.style_haze .noty_bar {border-left: none;}
  1876. body.style_haze #noty_bottomRight_layout_container li {background-color: rgba(82, 85, 92, 0.59) !important}
  1877. body.style_haze .noty_buttons {background-color: rgba(44, 47, 54, 0.6) !important}