Frontend elements to SugoiMusic, including CSS and public/private headers.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

2246 lignes
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: 260px
  840. }
  841. table.slice {
  842. margin-top: -1px
  843. }
  844. .error_message {
  845. border: 1px solid #666;
  846. background-color: #AF2525;
  847. text-align: center;
  848. color: #FFF;
  849. padding: 3px 0
  850. }
  851. .save_message {
  852. margin-top: 2px;
  853. background-color: #93d4a2;
  854. text-align: center;
  855. color: #fff;
  856. padding: 10px
  857. }
  858. .elem_error {
  859. border: 3px solid #B00D0D
  860. }
  861. ul.stats li {
  862. padding: 0 0 1px
  863. }
  864. ul.stats tr {
  865. border: none
  866. }
  867. ul.poll li {
  868. margin: 0;
  869. padding: 0 0 0 10px
  870. }
  871. ul.poll li.graph {
  872. margin-bottom: 3px;
  873. padding-left: 20px
  874. }
  875. span.center_poll {
  876. background: #565960;
  877. border-radius: 3px;
  878. display: inline-block;
  879. height: 8px;
  880. min-width: 8px;
  881. }
  882. .show_torrents_link {
  883. border: none;
  884. width: 28px;
  885. height: 28px;
  886. display: block
  887. }
  888. #series .box .body img {
  889. margin: -10px;
  890. margin-top: -6px!important;
  891. width: 646px;
  892. height: 100%
  893. }
  894. #series .sidebar .box .nobullet {
  895. text-align: center
  896. }
  897. #series .sidebar .box .stats {
  898. text-align: initial!important
  899. }
  900. .rating {
  901. background: url(images/hover-rating.png) 0 -32px repeat-x!important
  902. }
  903. .rating-bg {
  904. background: url(images/hover-rating.png) top left repeat-x!important
  905. }
  906. .torrent_table tr {
  907. vertical-align: top
  908. }
  909. .torrent_table tbody .pad>td,.torrent_table tbody>.pad {
  910. padding: 0
  911. }
  912. .colhead .sign,.colhead_dark .sign {
  913. vertical-align: middle;
  914. text-align: right;
  915. font-size: 1.2em;
  916. font-weight: 300
  917. }
  918. .torrent_table tr.group_torrent.first {
  919. border-top: 3px solid #565960
  920. }
  921. .torrent_table tr.group_torrent a:hover span {
  922. color: #92d4a0!important
  923. }
  924. #series .main_column .box,#series .main_column table.border {
  925. margin-top: 2px
  926. }
  927. .season {
  928. color: #ff2419
  929. }
  930. .episode {
  931. color: #00aeef
  932. }
  933. .torrent_table .colhead_dark {
  934. background-color: #55585f;
  935. height: 36px!important;
  936. vertical-align: middle!important
  937. }
  938. .torrent_table .group {
  939. background-color: #2c2f36
  940. }
  941. .torrent_table div.tags {
  942. font-weight: 400
  943. }
  944. .torrent_table tr .center {
  945. vertical-align: middle;
  946. text-align: center
  947. }
  948. .torrent_table tr.group_torrent td a span {
  949. float: left;
  950. white-space: pre
  951. }
  952. .torrent_table tr.group_torrent td {
  953. padding: 8px
  954. }
  955. .torrent_table tr.group_torrent .group.discog {
  956. padding: 8px 10px
  957. }
  958. .torrent_table tr.group_torrent .group.discog .episode,.torrent_table tr.group_torrent .group.discog b {
  959. color: #37a9a4!important
  960. }
  961. .torrent_table tr.group_torrent .group.discog .episode:hover {
  962. color: #fff!important
  963. }
  964. .torrent_table tr.group_torrent .group.discog .season {
  965. color: #92d4a0!important
  966. }
  967. .torrent_table tr.group_torrent .group.discog .season:hover {
  968. color: #fff!important
  969. }
  970. .torrent span, .group span {
  971. font-weight: 400;
  972. float: right
  973. }
  974. .torrent span img {
  975. vertical-align: text-top
  976. }
  977. .nobr {
  978. white-space: nowrap
  979. }
  980. form[action="inbox.php"] .box.pad.center {
  981. margin: 0;
  982. width: 900px;
  983. padding: 0;
  984. margin-top: 10px!important;
  985. background: none!important
  986. }
  987. form[action="inbox.php"] .box.pad table {
  988. background: initial!important
  989. }
  990. #kb .sidebar .box.pad {
  991. margin-top: 2px
  992. }
  993. #tvnews .head {
  994. height: initial
  995. }
  996. #tvnews .sidebar {
  997. margin-top: 27px
  998. }
  999. #tvschedule td {
  1000. border: none
  1001. }
  1002. #collages td {
  1003. padding: 3px
  1004. }
  1005. #collages .sign,#torrents .sign {
  1006. padding: 5px;
  1007. position: relative;
  1008. left: -5px
  1009. }
  1010. .filter_torrents {
  1011. width: 900px
  1012. }
  1013. .filter_torrents>.box {
  1014. margin-top: 2px
  1015. }
  1016. .filter_torrents>.box.pad.center {
  1017. margin-top: -48px;
  1018. margin-bottom: 10px
  1019. }
  1020. .filter_torrents .box.pad .cat_list {
  1021. position: relative;
  1022. left: -12px;
  1023. width: 900px
  1024. }
  1025. .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] {
  1026. position: relative;
  1027. left: 376px
  1028. }
  1029. .filter_torrents .box.pad .cat_list#taglist td {
  1030. background-color: #373a42!important
  1031. }
  1032. .filter_torrents .box.pad .cat_list#taglist tr {
  1033. border-bottom: none
  1034. }
  1035. .filter_torrents .box.pad .cat_list td[width="12.5%"] {
  1036. padding-left: 17px
  1037. }
  1038. .filter_torrents .box.pad .cat_list td.label {
  1039. padding-right: 17px
  1040. }
  1041. .filter_torrents .box.pad .cat_list[width="100%"] td {
  1042. background-color: #373a42!important
  1043. }
  1044. .filter_torrents .country_list {
  1045. position: relative;
  1046. left: -12px;
  1047. width: 900px
  1048. }
  1049. .filter_torrents .country_list td {
  1050. padding-left: 12px;
  1051. background-color: #373a42!important
  1052. }
  1053. .filter_torrents .country_list tr {
  1054. border-bottom: none
  1055. }
  1056. #bonus table[style="width:100%"] td,#bonus table[style="width:100%"] tr {
  1057. padding: 10px!important;
  1058. border-color: #23252a;
  1059. border-style: solid;
  1060. border-width: 2px
  1061. }
  1062. table.forum_post {
  1063. margin-top: 2px
  1064. }
  1065. table.forum_post input[type=button] {
  1066. margin-right: 2px
  1067. }
  1068. table.forum_post span[style="float:left;"] img,table.forum_post td[colspan="2"] {
  1069. vertical-align: middle
  1070. }
  1071. td.avatar {
  1072. width: 150px;
  1073. padding: 0
  1074. }
  1075. table.forum_post td.body {
  1076. width: 646px;
  1077. }
  1078. /* Because Firefox apparently doesn't understand "100%" in tables */
  1079. #forums table.forum_post td.body > div {
  1080. max-width: 730px
  1081. }
  1082. .last_edited {
  1083. opacity: 0.6;
  1084. }
  1085. tbody {
  1086. max-width: 646px
  1087. }
  1088. blockquote {
  1089. border: 1px dashed #666;
  1090. margin: 10px;
  1091. padding: 10px
  1092. }
  1093. blockquote,pre {
  1094. background-color: #23252a!important
  1095. }
  1096. .signature {
  1097. border-top: 1px dotted #666;
  1098. margin: 2em 0 0;
  1099. padding: .5em 0 0
  1100. }
  1101. div.user_details {
  1102. padding: 5px
  1103. }
  1104. tr.unreadpm {
  1105. background-color: #651809!important
  1106. }
  1107. .permission_head {
  1108. width: 400px;
  1109. margin-left: auto;
  1110. margin-right: auto
  1111. }
  1112. .permissions {
  1113. width: 930px;
  1114. margin-left: auto;
  1115. margin-right: auto
  1116. }
  1117. .permission_container {
  1118. float: left;
  1119. width: 300px;
  1120. padding: 5px
  1121. }
  1122. .permission_container input {
  1123. vertical-align: top;
  1124. margin: 0 3px 5px 0
  1125. }
  1126. .submit_container {
  1127. clear: both;
  1128. text-align: right
  1129. }
  1130. ul .invitetree {
  1131. margin: 0 0 0 25px
  1132. }
  1133. .invitetree li {
  1134. list-style: none;
  1135. margin: 10px 2px
  1136. }
  1137. #left_poll {
  1138. width: 2px;
  1139. height: 9px;
  1140. background: #3caba6!important;
  1141. float: left;
  1142. margin: 0;
  1143. padding: 0
  1144. }
  1145. #center_poll {
  1146. height: 9px;
  1147. background-color: #3caba6!important;
  1148. float: left;
  1149. margin: 0;
  1150. padding: 0
  1151. }
  1152. #right_poll {
  1153. width: 2px;
  1154. height: 9px;
  1155. background: #3caba6!important;
  1156. float: left;
  1157. margin: 0;
  1158. padding: 0
  1159. }
  1160. .curtain {
  1161. position: fixed;
  1162. top: 0;
  1163. left: 0;
  1164. width: 100%;
  1165. height: 100%;
  1166. background-color: #000;
  1167. z-index: 1001
  1168. }
  1169. .lightbox {
  1170. position: fixed;
  1171. text-align: center;
  1172. top: 5%;
  1173. left: 5%;
  1174. width: 90%;
  1175. height: 90%;
  1176. z-index: 1002;
  1177. overflow: auto;
  1178. padding: 0
  1179. }
  1180. pre {
  1181. color: #FFF;
  1182. border: 1px dashed #55585f;
  1183. margin: 10px;
  1184. padding: 10px
  1185. }
  1186. #donation {
  1187. position: absolute;
  1188. display: inline;
  1189. width: 0;
  1190. top: 7px;
  1191. right: 38px;
  1192. padding: .6em 0;
  1193. text-align: center;
  1194. font-size: 1em;
  1195. color: #fff;
  1196. z-index: 1001
  1197. }
  1198. #donation:before {
  1199. content: url(images/donation/heart.png)
  1200. }
  1201. #DonBk,#DonBr {
  1202. display: none
  1203. }
  1204. #DonInfo a {
  1205. display: block;
  1206. height: 32px;
  1207. width: 36px;
  1208. color: #fff!important;
  1209. line-height: 90px;
  1210. margin-top: -153px
  1211. }
  1212. #blog .thin>br,#news .thin>br {
  1213. display: none
  1214. }
  1215. #blog .box,#news .box {
  1216. margin-bottom: 2px
  1217. }
  1218. #blog .head,#news .head {
  1219. width: 900px
  1220. }
  1221. #forums .box {
  1222. width: 900px;
  1223. margin-top: 2px
  1224. }
  1225. #forums .head {
  1226. width: 900px
  1227. }
  1228. #forums #content>br {
  1229. display: none
  1230. }
  1231. #forums #content .thin>p {
  1232. margin-top: -12px
  1233. }
  1234. #forums .box.pad {
  1235. padding: 0!important;
  1236. background-color: #23252a;
  1237. }
  1238. #forums #content .thin>table.forum_post {
  1239. border-collapse: collapse!important
  1240. }
  1241. #actorshowcase .thin {
  1242. text-align: center
  1243. }
  1244. #actorshowcase .thin>table {
  1245. display: inline-block;
  1246. width: 25%;
  1247. height: 387px
  1248. }
  1249. #actorshowcase .thin>table>tbody {
  1250. height: 387px
  1251. }
  1252. #quickpost {
  1253. color: #eee!important;
  1254. font-size: 1.1em!important
  1255. }
  1256. #quickpostform {
  1257. background-color: transparent
  1258. }
  1259. #quickreplybuttons input[value=Editor] {
  1260. margin-right: 2px
  1261. }
  1262. div.contenth #quickpost {
  1263. right: -2px
  1264. }
  1265. #user .bbcode-btntoolbar,#user .bbcode-smileys {
  1266. background-color: #2c2f36!important
  1267. }
  1268. #friends table[width="100%"] td {
  1269. text-align: center
  1270. }
  1271. .tickets_search {
  1272. width: 800px;
  1273. margin-left: auto;
  1274. margin-right: auto;
  1275. font-size: .8em
  1276. }
  1277. .tickets_categories {
  1278. float: left;
  1279. text-align: left;
  1280. padding: .5em
  1281. }
  1282. .tickets_status {
  1283. float: right;
  1284. text-align: left;
  1285. padding: .5em
  1286. }
  1287. .small_label {
  1288. width: 0;
  1289. text-align: right;
  1290. font-weight: 300
  1291. }
  1292. .filter_tickets {
  1293. width: 850px;
  1294. margin-left: auto;
  1295. margin-right: auto;
  1296. margin-bottom: 15px
  1297. }
  1298. .rank {
  1299. text-align: center;
  1300. font: small-caps 2.4em Georgia,"Times New Roman",Times,serif;
  1301. width: 86px;
  1302. margin-top: 10px;
  1303. margin-left: auto;
  1304. margin-right: auto;
  1305. position: relative
  1306. }
  1307. .rank img {
  1308. clear: both
  1309. }
  1310. .rankimghide {
  1311. display: none;
  1312. margin: 0;
  1313. padding: 0
  1314. }
  1315. .center h3 {
  1316. padding-top: 4px;
  1317. font-size: 1em
  1318. }
  1319. .review_row,.review_row.box {
  1320. margin-top: 2px
  1321. }
  1322. .inline_rank {
  1323. position: relative;
  1324. top: 80px;
  1325. left: 14px;
  1326. font: small-caps 1.4em Georgia,"Times New Roman",Times,serif
  1327. }
  1328. .inline_rank img {
  1329. width: 2%
  1330. }
  1331. .review_title {
  1332. font: small-caps 2.1em Georgia,"Times New Roman",Times,serif;
  1333. margin-left: 17px
  1334. }
  1335. .review_body {
  1336. float: right;
  1337. width: 765px;
  1338. overflow: auto;
  1339. margin: 6px 0 0;
  1340. padding: 1px
  1341. }
  1342. .review_details {
  1343. font-style: italic;
  1344. float: right;
  1345. padding-right: 12px;
  1346. padding-bottom: 10px;
  1347. padding-top: 5px
  1348. }
  1349. .review_search {
  1350. width: 900px;
  1351. text-align: center;
  1352. margin: auto
  1353. }
  1354. .review_search input {
  1355. width: 400px;
  1356. text-align: center
  1357. }
  1358. .left_tabs {
  1359. float: left;
  1360. width: 100px
  1361. }
  1362. a.tab {
  1363. display: block;
  1364. background-color: rgba(69,69,69,.35);
  1365. text-align: center;
  1366. color: #FFF;
  1367. font-weight: 300;
  1368. text-transform: lowercase;
  1369. padding: 4px
  1370. }
  1371. #content .home .main_column {
  1372. float: right
  1373. }
  1374. #content .home .main_column .of_the_month {
  1375. margin-left: -2px
  1376. }
  1377. #content .home .main_column .of_the_month .head {
  1378. width: 302px
  1379. }
  1380. #content .home .main_column .of_the_month .box {
  1381. width: 302px;
  1382. margin-left: 2px;
  1383. padding-bottom: 0!important
  1384. }
  1385. #content .home .main_column .of_the_month .box img {
  1386. width: 322px;
  1387. height: 474px;
  1388. margin-left: -10px;
  1389. margin-top: -10px
  1390. }
  1391. #content .home .main_column .of_the_month .box li {
  1392. padding-bottom: 10px
  1393. }
  1394. .home table,.home td {
  1395. border: 0
  1396. }
  1397. .home .sidebar {
  1398. float: left
  1399. }
  1400. #torrents .torrent_table .sign {
  1401. text-align: center
  1402. }
  1403. #torrent_table {
  1404. font-size: 9pt
  1405. }
  1406. .sidebar .box .nobullet img {
  1407. width: initial;
  1408. margin: initial
  1409. }
  1410. #content .home .box {
  1411. margin-bottom: 2px
  1412. }
  1413. #content .home .sidebar #last_uploads img {
  1414. width: 252px;
  1415. margin-left: -10px;
  1416. margin-top: -7px;
  1417. margin-bottom: 4px
  1418. }
  1419. #content .home .sidebar #last_uploads li b {
  1420. display: none
  1421. }
  1422. #content .home #last_uploads {
  1423. margin-top: -3px
  1424. }
  1425. #content .home th {
  1426. text-align: left;
  1427. padding: 5px
  1428. }
  1429. #content .home tr.colhead {
  1430. border: 0;
  1431. border-bottom: 1px solid #000
  1432. }
  1433. #content .home th:first-child {
  1434. border-right: 1px solid #000
  1435. }
  1436. #content .home th:last-child {
  1437. border-left: 1px solid #000
  1438. }
  1439. #content .home .of_the_month ul {
  1440. font-size: 1.2em
  1441. }
  1442. #content .home .month_rating {
  1443. font-family: 'Source Sans Pro';
  1444. font-size: 4em;
  1445. font-weight: 100!important;
  1446. color: #92d4a1;
  1447. position: relative;
  1448. top: -6px
  1449. }
  1450. #content .home .of_the_month b {
  1451. font-size: 1.3em
  1452. }
  1453. a.tab:hover {
  1454. text-decoration: none;
  1455. background-color: rgba(69,69,69,.55)
  1456. }
  1457. a.tab#selected {
  1458. background-color: rgba(145,168,175,.3)
  1459. }
  1460. div.thin2 {
  1461. float: left;
  1462. width: 900px;
  1463. margin: auto
  1464. }
  1465. p#preloader {
  1466. margin: 0;
  1467. padding: 1em 1em 1em 3em
  1468. }
  1469. .profileLink a {
  1470. display: block;
  1471. color: #fff;
  1472. border-top: 1px solid #ccc;
  1473. padding: .3em 1em
  1474. }
  1475. div#gift {
  1476. width: 1px;
  1477. height: 1px;
  1478. position: relative;
  1479. top: 130px;
  1480. left: 895px;
  1481. z-index: 999
  1482. }
  1483. .button {
  1484. background: url(images/buttons.gif) center -34px no-repeat;
  1485. border: 0 solid #131313;
  1486. color: #EEE;
  1487. height: 30px;
  1488. letter-spacing: 1px;
  1489. line-height: 16px;
  1490. overflow: visible;
  1491. text-transform: uppercase;
  1492. padding: 5px 12px
  1493. }
  1494. #store #content {
  1495. position: relative;
  1496. margin-top: 2px
  1497. }
  1498. #store #content>div {
  1499. position: initial!important
  1500. }
  1501. .jquery-msgbox-confirm {
  1502. background: url(images/store/confirm.png) 20px 20px no-repeat!important
  1503. }
  1504. #store #content div[height="79px"] {
  1505. background-image: url(images/store/tooltip.png)!important
  1506. }
  1507. div.star-rating a,div.star-rating.star {
  1508. background: url(images/star.png) no-repeat!important
  1509. }
  1510. .small-star,.small-star .current-rating,.small-star a:active,.small-star a:focus,.small-star a:hover {
  1511. background-image: url(images/star_small.png)!important
  1512. }
  1513. .box #summary {
  1514. position: relative;
  1515. left: -10px
  1516. }
  1517. .info table,.info td,.info tr,.requests table,.requests td,.requests tr {
  1518. border: 0;
  1519. vertical-align: top;
  1520. margin: 0;
  1521. padding: 0
  1522. }
  1523. #requests .box.pad {
  1524. padding: 0!important
  1525. }
  1526. .info td {
  1527. border-bottom: 0 solid gray!important;
  1528. height: 50px;
  1529. vertical-align: middle;
  1530. width: 20px
  1531. }
  1532. #cat-selector ul,html {
  1533. width: 100%
  1534. }
  1535. #logo a:hover,.cat_list tr td,.noborder,.torrent_table td.group,img {
  1536. border: none
  1537. }
  1538. #wrapper,.thin {
  1539. width: 900px;
  1540. margin: 0 auto
  1541. }
  1542. .number,.right {
  1543. text-align: right
  1544. }
  1545. .number_column {
  1546. text-align: center;
  1547. }
  1548. .pad {
  1549. padding: 1em;
  1550. }
  1551. .home .extrapad {
  1552. padding: 0;
  1553. }
  1554. tr {
  1555. background-color: #2c2f36;
  1556. border-bottom: 2px solid #2c2f36;
  1557. }
  1558. .forum_post tr {
  1559. border-bottom: none;
  1560. }
  1561. .search_form .submit,.filter_tickets .submit,.filter_torrents .submit {
  1562. text-align: right;
  1563. padding-top: 5px;
  1564. }
  1565. .torrent_table tr.group {
  1566. background-color: #3E4046;
  1567. }
  1568. .torrent_table tr.group_torrent,tr.torrent {
  1569. background-color: #23252a;
  1570. }
  1571. tr.torrent:nth-of-type(even), tr.request:nth-of-type(even) {
  1572. background-color: #272A2F;
  1573. }
  1574. .group_torrent span,.torrent_table tr.group_torrent .year {
  1575. float: right
  1576. }
  1577. .tl_reported {
  1578. color: #e85a5a;
  1579. }
  1580. .tl_free {
  1581. color: gold;
  1582. }
  1583. .tl_seeding {
  1584. color: #8DE88D;
  1585. }
  1586. .tl_snatched {
  1587. color: orange;
  1588. }
  1589. .tl_leeching {
  1590. color: #FF3E3E;
  1591. }
  1592. form tr {
  1593. background-color: #2c2f36
  1594. }
  1595. #playbutton {
  1596. position: relative!important;
  1597. top: -138px!important;
  1598. left: 0!important;
  1599. margin-bottom: -110px!important
  1600. }
  1601. #tiptip_content {
  1602. font-size: 1em!important;
  1603. color: #fff!important;
  1604. text-shadow: none!important;
  1605. padding: 4px 8px;
  1606. border: 2px solid #5b5e64!important;
  1607. background-color: #373a42!important;
  1608. background-image: none!important;
  1609. border-radius: 0!important;
  1610. -webkit-border-radius: 0!important;
  1611. -moz-border-radius: 0!important;
  1612. box-shadow: none!important;
  1613. -webkit-box-shadow: none!important;
  1614. -moz-box-shadow: none!important
  1615. }
  1616. #tiptip_arrow,#tiptip_arrow_inner {
  1617. border: none!important
  1618. }
  1619. a.last_read > svg {
  1620. fill: #909090;
  1621. margin: 3px 6px;
  1622. }
  1623. .forum_index td {
  1624. position: relative;
  1625. }
  1626. .forum_index td.read:after, #forums td.unread:after {
  1627. content: "";
  1628. position: absolute;
  1629. height: 8px;
  1630. width: 8px;
  1631. top: 9px;
  1632. left: 7px;
  1633. border-radius: 1px;
  1634. }
  1635. .forum_index td.read:after{
  1636. background-color: #20717C;
  1637. }
  1638. .forum_index td.unread:after {
  1639. background-color: #47B39A;
  1640. }
  1641. .forum_list .forum_index td.read:after, #forums .forum_list td.unread:after {
  1642. top: 14px;
  1643. }
  1644. .forum_index td.read_sticky:after, #forums td.unread_sticky:after,
  1645. .forum_index td.read_locked_sticky:after, #forums td.unread_locked_sticky:after {
  1646. content: "";
  1647. position: absolute;
  1648. height: 0px;
  1649. width: 0px;
  1650. top: 9px;
  1651. left: 6px;
  1652. border-left: 5px solid transparent;
  1653. border-right: 5px solid transparent;
  1654. }
  1655. .forum_index td.read_sticky:after,
  1656. .forum_index td.read_locked_sticky:after {
  1657. border-bottom: 10px solid #20717C;
  1658. }
  1659. .forum_index td.unread_sticky:after,
  1660. .forum_index td.unread_locked_sticky:after {
  1661. border-bottom: 10px solid #47B39A;
  1662. }
  1663. .forum_index td.read_locked:before, #forums td.unread_locked:before,
  1664. .forum_index td.read_locked_sticky:before, #forums td.unread_locked_sticky:before {
  1665. content: "";
  1666. position: absolute;
  1667. height: 2px;
  1668. width: 8px;
  1669. top: 12px;
  1670. left: 7px;
  1671. border-radius: 1px;
  1672. }
  1673. .forum_index td.read_locked:before,
  1674. .forum_index td.read_locked_sticky:before {
  1675. background-color: #20717C;
  1676. }
  1677. .forum_index td.unread_locked:before,
  1678. .forum_index td.unread_locked_sticky:before {
  1679. background-color: #47B39A;
  1680. }
  1681. .hide_torrents, .show_torrents {
  1682. position: relative;
  1683. cursor: pointer;
  1684. }
  1685. .hide_torrents > .show_torrents_link:after, .show_torrents > .show_torrents_link:after {
  1686. content: "";
  1687. position: absolute;
  1688. width: 19px;
  1689. height: 3px;
  1690. top: 13px;
  1691. left: 5px;
  1692. border-radius: 2px;
  1693. background-color: #74C796;
  1694. }
  1695. .show_torrents > .show_torrents_link:before {
  1696. content: "";
  1697. position: absolute;
  1698. width: 3px;
  1699. height: 19px;
  1700. top: 5px;
  1701. left: 13px;
  1702. border-radius: 2px;
  1703. background-color: #74C796;
  1704. }
  1705. .search_warning {
  1706. fill: #AAA;
  1707. }
  1708. .dead {
  1709. opacity: 0.7;
  1710. }
  1711. caption {
  1712. border-bottom: 1px dashed #666;
  1713. font-weight: bold;
  1714. }
  1715. tbody .staff_post {
  1716. background: none;
  1717. background-color: #634852;
  1718. }
  1719. .collage_image:hover {
  1720. box-shadow: 0px 0px 0px 3px #88C796;
  1721. position: relative;
  1722. }
  1723. /* Fucking noty */
  1724. .noty_bar {
  1725. border-left: #3eaca7 2px solid;
  1726. }
  1727. #noty_bottomRight_layout_container li {
  1728. background-color: #52555c !important;
  1729. color: #E9E9E9 !important;
  1730. border: none !important;
  1731. }
  1732. .noty_buttons {
  1733. background-color: #2c2f36 !important;
  1734. border-top: none !important;
  1735. }
  1736. .tag_parody {
  1737. color: #e8ab3a !important;
  1738. }
  1739. .tag_character {
  1740. color: #529e63 !important;
  1741. }
  1742. .tag_male {
  1743. color: #3d77e2 !important;
  1744. }
  1745. .tag_female {
  1746. color: #e896e8 !important;
  1747. }
  1748. .tex_img {
  1749. filter: invert(100%);
  1750. }
  1751. /* Pink Additions */
  1752. body.style_pink .cats_anime:after { color: #78467f; }
  1753. body.style_pink .group .cats_anime { background-color: #78467f; }
  1754. body.style_pink .cats_movies:after { color: #4f3063; }
  1755. body.style_pink .group .cats_movies { background-color: #4f3063; }
  1756. body.style_pink .cats_manga:after { color: #9f5c9c; }
  1757. body.style_pink .group .cats_manga { background-color: #9f5c9c; }
  1758. body.style_pink .cats_games:after { color: #c871b9; }
  1759. body.style_pink .group .cats_games { background-color: #c871b9; }
  1760. body.style_pink .cats_other:after { color: #ef86d5; }
  1761. body.style_pink .group .cats_other { background-color: #ef86d5; }
  1762. body.style_pink a:hover { color: #db7bc7; }
  1763. body.style_pink ::selection,
  1764. body.style_pink ::-moz-selection {
  1765. background: #8b518e;
  1766. }
  1767. body.style_pink button,
  1768. body.style_pink input[type=button],
  1769. body.style_pink input[type=submit] {
  1770. background-color: #8b518e;
  1771. }
  1772. body.style_pink button:hover,
  1773. body.style_pink input[type=button]:hover,
  1774. body.style_pink input[type=submit]:hover {
  1775. background-color: #643c72;
  1776. }
  1777. body.style_pink button:focus,
  1778. body.style_pink input[type=button]:focus,
  1779. body.style_pink input[type=submit]:focus {
  1780. background-color: #78467f;
  1781. }
  1782. body.style_pink #userinfo_stats { color: #db7bc7; }
  1783. body.style_pink #menu > ul > li:nth-of-type(1) { background-color: #3b2655; }
  1784. body.style_pink #menu > ul > li:nth-of-type(2) { background-color: #4f3063; }
  1785. body.style_pink #menu > ul > li:nth-of-type(3) { background-color: #643c72; }
  1786. body.style_pink #menu > ul > li:nth-of-type(4) { background-color: #78467f; }
  1787. body.style_pink #menu > ul > li:nth-of-type(5) { background-color: #8b518e; }
  1788. body.style_pink #menu > ul > li:nth-of-type(6) { background-color: #9f5c9c; }
  1789. body.style_pink #menu > ul > li:nth-of-type(7) { background-color: #b367aa; }
  1790. body.style_pink #menu > ul > li:nth-of-type(8) { background-color: #c871b9; }
  1791. body.style_pink #menu > ul > li:nth-of-type(9) { background-color: #db7bc7; }
  1792. body.style_pink #menu > ul > li:nth-of-type(10) { background-color: #ef86d5; }
  1793. body.style_pink #menu > ul > .nav_dropdown:hover,
  1794. body.style_pink .nav_dropdown > div {
  1795. background-color: #e295d2;
  1796. }
  1797. body.style_pink .alertbar { background-color: #4f3063; }
  1798. body.style_pink .hide_torrents > .show_torrents_link:after,
  1799. body.style_pink .show_torrents > .show_torrents_link:after,
  1800. body.style_pink .show_torrents > .show_torrents_link:before {
  1801. background-color: #b367aa;
  1802. }
  1803. body.style_pink .forum_index td.read:after { background-color: #643c72; }
  1804. body.style_pink .forum_index td.unread:after { background-color: #db7bc7; }
  1805. body.style_pink .forum_index td.read_sticky:after,
  1806. body.style_pink .forum_index td.read_locked_sticky:after {
  1807. border-bottom: 10px solid #643c72;
  1808. }
  1809. body.style_pink .forum_index td.read_locked:before,
  1810. body.style_pink .forum_index td.read_locked_sticky:before {
  1811. background-color: #643c72;
  1812. }
  1813. body.style_pink .forum_index td.unread_sticky:after,
  1814. body.style_pink .forum_index td.unread_locked_sticky:after {
  1815. border-bottom: 10px solid #db7bc7;
  1816. }
  1817. body.style_pink .forum_index td.unread_locked:before,
  1818. body.style_pink .forum_index td.unread_locked_sticky:before {
  1819. background-color: #db7bc7;
  1820. }
  1821. body.style_pink .noty_bar {
  1822. border-left: #ef86d5 2px solid;
  1823. }
  1824. body.style_pink .collage_image:hover {
  1825. box-shadow: 0px 0px 0px 3px #ef86d5;
  1826. }
  1827. /* Haze Additions */
  1828. body.style_haze {
  1829. background-color: #53565c;
  1830. background-image: url('images/haze.png');
  1831. background-attachment: fixed;
  1832. background-size: cover;
  1833. }
  1834. body.style_haze #logo > a { color: white;}
  1835. body.style_haze #searchbars {
  1836. background-color: rgba(24,32,41,0.05);
  1837. }
  1838. body.style_haze #searchbars input {
  1839. background: rgba(24,32,41,0.3);
  1840. border: none;
  1841. }
  1842. body.style_haze #menu li:nth-child(1) { background: rgba(24,32,41,0.7); }
  1843. body.style_haze #menu li:nth-child(2) { background: rgba(24,32,41,0.65); }
  1844. body.style_haze #menu li:nth-child(3) { background: rgba(24,32,41,0.6); }
  1845. body.style_haze #menu li:nth-child(4) { background: rgba(24,32,41,0.55); }
  1846. body.style_haze #menu li:nth-child(5) { background: rgba(24,32,41,0.5); }
  1847. body.style_haze #menu li:nth-child(6) { background: rgba(24,32,41,0.45); }
  1848. body.style_haze #menu li:nth-child(7) { background: rgba(24,32,41,0.4); }
  1849. body.style_haze #menu li:nth-child(8) { background: rgba(24,32,41,0.35); }
  1850. body.style_haze #menu li:nth-child(9) { background: rgba(24,32,41,0.3); }
  1851. body.style_haze #menu li:nth-child(10) { background: rgba(24,32,41,0.25); }
  1852. body.style_haze #menu li a:hover { background: white; color: black; }
  1853. body.style_haze .nav_dropdown > div { background: rgba(24,32,41,0.3); }
  1854. body.style_haze #userinfo_minor > li > ul { background: white; color: black; }
  1855. body.style_haze #alerts .alertbar {background: rgba(24,32,41,0.4);}
  1856. body.style_haze .colhead, body.style_haze .head {background: rgba(24,32,41,0.4);}
  1857. body.style_haze .colhead_dark {background: rgba(24,32,41,0.5);}
  1858. body.style_haze tr {background: rgba(75,75,75,0.35); border-bottom: none;}
  1859. body.style_haze .box {background: rgba(75,75,75,0.35) !important;}
  1860. body.style_haze select, body.style_haze input, body.style_haze textarea {background: rgba(24,32,41,0.3); border: none;}
  1861. body.style_haze table tbody a, body.style_haze .main_column a, body.style_haze .sidebar a, body.style_haze .box a { color: rgba(255,255,255,0.6); }
  1862. body.style_haze #userinfo_stats {color: rgba(255,255,255,0.6);}
  1863. body.style_haze #userinfo_stats a {color: rgba(255,255,255,0.6);}
  1864. body.style_haze #userinfo_stats .stat > span {color: white;}
  1865. body.style_haze #userinfo_stats .stat > a {color: white;}
  1866. body.style_haze .filter_torrents #ft_container tr {background: none;}
  1867. body.style_haze tr.torrent, body.style_haze tr.request {background-color: rgba(24,32,41,0.6);}
  1868. body.style_haze tr.torrent:nth-of-type(even), body.style_haze tr.request:nth-of-type(even) {background-color: rgba(24,32,41,0.4);}
  1869. body.style_haze tr.group {background-color: rgba(24,32,41,0.7);}
  1870. body.style_haze tr.group_torrent {background-color: rgba(24,32,41,0.75);}
  1871. body.style_haze .body {background: none;}
  1872. body.style_haze blockquote {background-color: rgba(24,32,41,0.4) !important; border: 1px solid rgba(255,255,255,0.36)}
  1873. body.style_haze h2 a {color: rgba(255,255,255,0.6);}
  1874. body.style_haze .linkbox a {color: rgba(255,255,255,0.7);}
  1875. body.style_haze .noty_bar {border-left: none;}
  1876. body.style_haze #noty_bottomRight_layout_container li {background-color: rgba(82, 85, 92, 0.59) !important}
  1877. body.style_haze .noty_buttons {background-color: rgba(44, 47, 54, 0.6) !important}