Frontend elements to SugoiMusic, including CSS and public/private headers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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