Frontend elements to SugoiMusic, including CSS and public/private headers.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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