Frontend elements to SugoiMusic, including CSS and public/private headers.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

2117 řádky
35 KiB

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