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.

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