Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.39 KB | None | 0 0
  1. /*BJ-Share Dark by Darckw16*/
  2. @import url(https://fonts.googleapis.com/css?family=Roboto:500, 100, 700, 400, 300);
  3. .cats_applications, .cats_audiobooks, .cats_comedy, .cats_comics, .cats_ebooks, .cats_elearningvideos, .cats_music {
  4. width: 28px;
  5. height: 28px;
  6. }
  7. #menu ul li a:hover, a, a:hover {
  8. text-decoration: none;
  9. }
  10. a, img {
  11. border: none;
  12. }
  13. #footer, h2 {
  14. text-align: center;
  15. }
  16. #menu ul li, #menudrop ul, #userinfo ul li, .invitetree li {
  17. list-style: none;
  18. }
  19. #menu, #menudrop ul ul a, #userinfo ul li, .nobr {
  20. white-space: nowrap;
  21. }
  22. .cats_applications {
  23. background: url(images/apps.png) center center no-repeat;
  24. }
  25. .cats_audiobooks {
  26. background: url(images/audiobook.png) center center no-repeat;
  27. }
  28. .cats_comedy {
  29. background: url(images/comedy.png) center center no-repeat;
  30. }
  31. .cats_comics {
  32. background: url(images/comics.png) center center no-repeat;
  33. }
  34. .cats_ebooks {
  35. background: url(images/ebook.png) center center no-repeat;
  36. }
  37. .cats_elearningvideos {
  38. background: url(images/elearning.png) center center no-repeat;
  39. }
  40. .cats_music {
  41. background: url(images/music.png) center center no-repeat;
  42. }
  43. #header, body, html {
  44. width: 100%}
  45. * {
  46. padding: 0;
  47. margin: 0;
  48. }
  49. body {
  50. background: #35383c;
  51. font-family: Roboto, sans-serif;
  52. font-size: 12px;
  53. color: #b2b4b8;
  54. min-width: 850px;
  55. }
  56. h2, h4 {
  57. font-size: 16px;
  58. }
  59. a {
  60. font-weight: 500;
  61. color: #d4d4d4;
  62. }
  63. #userinfo_major .brackets:after, #userinfo_major .brackets:before, .alertbar, div.linkbox, h1, h2, h3, h4 {
  64. font-weight: 700;
  65. }
  66. a:hover {
  67. color: #fff;
  68. -webkit-transition: color .3s ease-out;
  69. -moz-transition: color .3s ease-out;
  70. -o-transition: color .3s ease-out;
  71. transition: color .3s ease-out;
  72. }
  73. h1, h2, h3, h4 {
  74. margin: 5px 0;
  75. }
  76. h2 {
  77. line-height: 140%;
  78. color: #9e9fa1;
  79. }
  80. p {
  81. margin: 10px 5px;
  82. }
  83. li {
  84. margin: 5px 15px;
  85. }
  86. input, textarea {
  87. padding: 2px 3px;
  88. }
  89. .r00 {
  90. color: red;
  91. }
  92. .r01, .r02 {
  93. color: #FF1300;
  94. }
  95. .r03 {
  96. color: #FF2600;
  97. }
  98. .r04 {
  99. color: #FF4C00;
  100. }
  101. .r05, .r06 {
  102. color: #FF5E00;
  103. }
  104. .r07 {
  105. color: #FF7100;
  106. }
  107. .r08 {
  108. color: #FF9700;
  109. }
  110. .r09 {
  111. color: #af7500;
  112. }
  113. .r10 {
  114. color: #60982e;
  115. }
  116. .r20 {
  117. color: #4f8a1b;
  118. }
  119. .r50 {
  120. color: #437318;
  121. }
  122. .r99 {
  123. color: #7fba39;
  124. }
  125. span.size1 {
  126. font-size: 9px;
  127. }
  128. span.size2 {
  129. font-size: 10px;
  130. }
  131. span.size3 {
  132. font-size: 13px;
  133. }
  134. #menu, span.size4, span.size5 {
  135. font-size: 16px;
  136. }
  137. span.size6 {
  138. font-size: 18px;
  139. }
  140. span.size7 {
  141. font-size: 20px;
  142. }
  143. span.size8 {
  144. font-size: 22px;
  145. }
  146. span.size9 {
  147. font-size: 24px;
  148. }
  149. span.size10 {
  150. font-size: 28px;
  151. }
  152. ul.thin {
  153. margin: 0 0 0 25px;
  154. padding: 0;
  155. }
  156. ul.thin li {
  157. margin: 0;
  158. padding: 0;
  159. }
  160. #userinfo ul, #userinfo ul li {
  161. vertical-align: top;
  162. padding: 2px;
  163. }
  164. #header {
  165. padding: 0;
  166. background: url(images/background_diamond.jpg) center top no-repeat #282B30;
  167. }
  168. #content {
  169. margin: 200px auto auto;
  170. width: 95%;
  171. overflow: hidden;
  172. }
  173. #content .thin .sidebar .box .head {
  174. border-bottom: 1px solid #2a2c2e;
  175. color: #c3c3c3;
  176. text-transform: uppercase;
  177. margin-bottom: .5em;
  178. width: 290px;
  179. margin-left: -10px;
  180. background-color: transparent!important;
  181. }
  182. #alerts, #menu ul li a {
  183. color: #fff;
  184. }
  185. #cat-selector ul, #logo, #menu, #searchbars, #userinfo ul, #userinfo ul li {
  186. width: 100%}
  187. #footer {
  188. margin: 0 auto;
  189. width: 1000px;
  190. padding: 1em 0;
  191. }
  192. #footer p {
  193. text-align: left;
  194. }
  195. #menu, #searchbars, #searchbars ul, #userinfo, .alertbar, div.linkbox {
  196. text-align: center;
  197. }
  198. #disclaimer_container {
  199. padding: 20px;
  200. -webkit-box-shadow: inset 0 0 39px 0 rgba(0, 0, 0, .25);
  201. -moz-box-shadow: inset 0 0 39px 0 rgba(0, 0, 0, .25);
  202. box-shadow: inset 0 0 39px 0 rgba(0, 0, 0, .25);
  203. -webkit-border-radius: 6px;
  204. -moz-border-radius: 6px;
  205. border-radius: 6px;
  206. }
  207. #logo a, #logo a:hover {
  208. border: none;
  209. }
  210. #logo {
  211. height: 197px;
  212. background: url(http://i.imgur.com/DfNbUTS.png) top center no-repeat;
  213. }
  214. #logo a {
  215. width: 800px;
  216. height: 200px;
  217. display: block;
  218. }
  219. #menu {
  220. position: absolute;
  221. top: 260px;
  222. padding: 18px 0;
  223. color: #686c70;
  224. background-color: #282b30;
  225. text-transform: uppercase;
  226. }
  227. #menu ul {
  228. margin: 0;
  229. padding: 0;
  230. }
  231. #menu ul li {
  232. padding: .3em .8em;
  233. display: inline-block;
  234. margin: 0 .5em;
  235. }
  236. #menu ul li a.active {
  237. background-color: red;
  238. }
  239. #searchbars, #searchbars input, #userinfo ul, #userinfo ul li:hover {
  240. background-color: #282b30;
  241. }
  242. #menu ul li a:hover {
  243. color: #f32433;
  244. padding-top: 10px;
  245. -o-transition: .5s;
  246. -ms-transition: .5s;
  247. -moz-transition: .5s;
  248. -webkit-transition: .5s;
  249. transition: .5s;
  250. }
  251. #userinfo {
  252. position: absolute;
  253. left: 0;
  254. right: 0;
  255. top: 0;
  256. vertical-align: top;
  257. color: #8d8e90;
  258. font-size: 12px;
  259. z-index: 9999;
  260. }
  261. #userinfo a {
  262. color: #a9a9a9;
  263. }
  264. #userinfo ul {
  265. display: inline-block;
  266. box-sizing: border-box;
  267. border-radius: 3px;
  268. background: rgba(40, 43, 48, .5);
  269. }
  270. #userinfo ul li {
  271. margin: 0;
  272. display: inline;
  273. top: 0;
  274. left: 0;
  275. z-index: 999;
  276. }
  277. #userinfo ul li:first-child {
  278. display: inline;
  279. border-radius: 3px;
  280. }
  281. #userinfo ul li:last-child {
  282. border-radius: 3px;
  283. padding-bottom: 12px;
  284. }
  285. #nav_userinfo a {
  286. color: #d9d9d9;
  287. }
  288. #searchbars {
  289. position: absolute;
  290. top: 199px;
  291. padding: 10px 0;
  292. margin-bottom: 10px;
  293. }
  294. #searchbars input {
  295. width: 200px;
  296. position: relative;
  297. border: 1px solid #3b3d41;
  298. padding: 10px 0 10px 18px;
  299. font-size: 12pt;
  300. color: #686c70;
  301. -webkit-border-radius: 30px;
  302. -moz-border-radius: 30px;
  303. border-radius: 30px;
  304. }
  305. #searchbars input:focus {
  306. border: 1px solid #5e6165;
  307. color: #9ca0a0;
  308. -o-transition: .5s;
  309. -ms-transition: .5s;
  310. -moz-transition: .5s;
  311. -webkit-transition: .5s;
  312. transition: .5s;
  313. }
  314. #searchbars ul {
  315. margin: 0 auto;
  316. display: block;
  317. }
  318. #searchbars ul li {
  319. display: inline;
  320. margin: 0 10px;
  321. list-style: none;
  322. position: relative;
  323. }
  324. #searchbars ul li ul {
  325. display: block;
  326. position: absolute;
  327. top: 1em;
  328. left: 0;
  329. z-index: 1000;
  330. background-color: #999;
  331. width: 12em;
  332. margin-top: 12px;
  333. }
  334. #searchbars ul li ul li {
  335. margin: 0;
  336. padding: 0;
  337. display: block;
  338. width: 100%}
  339. #searchbars ul li ul li.highlight {
  340. background: #D7D7D7;
  341. }
  342. #searchbars ul li form {
  343. display: inline;
  344. }
  345. #alerts {
  346. background-color: #35383c;
  347. border-top: 1px solid #646668;
  348. width: 1000px;
  349. height: 5%;
  350. margin: 130px auto -185px;
  351. padding: 10px 0;
  352. position: relative;
  353. -webkit-border-top-left-radius: 6px;
  354. -webkit-border-top-right-radius: 6px;
  355. -moz-border-radius-topleft: 6px;
  356. -moz-border-radius-topright: 6px;
  357. border-top-left-radius: 6px;
  358. border-top-right-radius: 6px;
  359. }
  360. #cat-selector ul li {
  361. display: inline;
  362. width: 12em;
  363. height: 1em;
  364. float: left;
  365. }
  366. .group_torrent span, .sidebar, .torrent span {
  367. float: right;
  368. }
  369. .alertbar {
  370. padding: 5px;
  371. font-size: 1.25em;
  372. margin: 0auto;
  373. }
  374. .alertbar a {
  375. color: #555;
  376. text-decoration: underline;
  377. }
  378. #menudrop ul a, .alertbar a:hover, .tags a:hover, a.BJinfoBox, div.linkbox a:hover {
  379. text-decoration: none;
  380. }
  381. .alertbar a:hover {
  382. color: #777;
  383. }
  384. input.hidden {
  385. position: absolute;
  386. display: none;
  387. }
  388. .thin {
  389. width: 960px;
  390. margin: 0 auto;
  391. }
  392. .widethin {
  393. width: 1000px!important;
  394. margin: 0 auto;
  395. }
  396. #content .linkbox a {
  397. margin-bottom: 30px;
  398. }
  399. div.linkbox {
  400. font-size: 13px;
  401. padding: 15px 10px;
  402. }
  403. div.linkbox a {
  404. font-size: 13px;
  405. color: #c7cdd3;
  406. padding: 4px;
  407. line-height: 30px;
  408. border: 1px solid #414750;
  409. -webkit-border-radius: 4px;
  410. border-radius: 4px;
  411. }
  412. div.linkbox a:hover {
  413. border: 1px solid #7a838d;
  414. padding: 5px;
  415. font-weight: 700;
  416. color: #c7cdd3;
  417. -webkit-border-radius: 4px;
  418. border-radius: 4px;
  419. -webkit-transition: border 1s ease-out;
  420. -moz-transition: border 1s ease-out;
  421. -o-transition: border 1s ease-out;
  422. transition: border 1s ease-out;
  423. }
  424. .right {
  425. text-align: right;
  426. }
  427. .min_padding {
  428. padding: 0;
  429. margin: 0;
  430. }
  431. p.min_padding {
  432. margin: 2px 0;
  433. }
  434. h4.min_padding {
  435. font-size: 14px;
  436. }
  437. .pad {
  438. padding: 1em;
  439. }
  440. .vertical_space {
  441. margin-bottom: 10px;
  442. border-bottom: 1px solid #282828;
  443. }
  444. .sidebar .box, .thin .box {
  445. border: 1px solid #2a2c2e;
  446. background-color: #3d3f42;
  447. -webkit-border-radius: 6px;
  448. border-radius: 6px;
  449. -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .03);
  450. -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .03);
  451. box-shadow: 0 0 17px 0 rgba(0, 0, 0, .03);
  452. }
  453. .box {
  454. font-size: 13px;
  455. line-height: 160%;
  456. margin-bottom: 20px;
  457. padding: 10px;
  458. }
  459. .box2, .box3 {
  460. font-size: 10pt;
  461. }
  462. .box2 {
  463. margin-bottom: 2px;
  464. }
  465. .box3 {
  466. margin-bottom: 20px;
  467. border-bottom: solid 1px #3d3f42;
  468. }
  469. .box3 tr {
  470. border-bottom: 1px solid #3d3f42;
  471. }
  472. .pad h3, .pad h4, .padbox h3, .padbox h4 {
  473. margin-top: 0;
  474. padding-top: 0;
  475. display: inline;
  476. }
  477. .head, .head2, .headTitulos {
  478. text-align: center;
  479. padding: 4px;
  480. }
  481. .sidebar {
  482. width: 300px;
  483. }
  484. .head {
  485. font-size: 16px;
  486. }
  487. .head2 {
  488. font-size: 13px;
  489. margin-bottom: -1px;
  490. }
  491. .headTitulos {
  492. font-size: 14pt;
  493. margin-bottom: -1px;
  494. }
  495. .tags, td, th {
  496. font-size: 12px;
  497. }
  498. .body {
  499. padding: 3px 10px 10px;
  500. }
  501. .main_column {
  502. width: 640px;
  503. }
  504. .main_column table {
  505. margin-bottom: 10px;
  506. }
  507. .main_column .box {
  508. border: 1px solid #2a2c2e;
  509. background-color: #3d3f42;
  510. -webkit-border-radius: 6px;
  511. border-radius: 6px;
  512. -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .03);
  513. -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .03);
  514. box-shadow: 0 0 17px 0 rgba(0, 0, 0, .03);
  515. }
  516. .tags {
  517. padding: 0;
  518. }
  519. .tags a {
  520. font-weight: 400;
  521. color: #7a7a7a;
  522. }
  523. .tags a:hover {
  524. color: #929395;
  525. }
  526. .noborder {
  527. border: none;
  528. }
  529. ul.nobullet {
  530. list-style-type: none;
  531. }
  532. table {
  533. width: 100%;
  534. border-collapse: collapse;
  535. }
  536. tr.rowa {
  537. background-color: #444649;
  538. }
  539. td, th {
  540. padding: 5px;
  541. text-align: left;
  542. border-bottom: 1px solid #282a2b;
  543. }
  544. .colhead {
  545. background: #3b3d41;
  546. font-weight: 700;
  547. color: #7b7d7f;
  548. }
  549. .colhead td, .colhead th, td.colhead {
  550. padding-left: 10px;
  551. padding-right: 10px;
  552. }
  553. .colhead .sign, .colhead_dark .sign {
  554. padding: 0 5px;
  555. vertical-align: middle;
  556. text-align: center;
  557. font-size: 14px;
  558. font-weight: 700;
  559. }
  560. .error_message, .save_message {
  561. border: 1px solid #666;
  562. padding: 3px 0;
  563. font-weight: 700;
  564. }
  565. .colhead .sign {
  566. font-size: 14px;
  567. font-weight: 700;
  568. }
  569. .colhead_dark {
  570. background-color: #292a2f;
  571. font-size: 16px;
  572. font-weight: 700;
  573. text-align: center;
  574. height: 40px;
  575. color: #7c7c7c;
  576. }
  577. td.label {
  578. font-weight: 700;
  579. text-align: right;
  580. width: 190px;
  581. }
  582. table.slice {
  583. margin-top: -1px;
  584. }
  585. .error_message {
  586. background-color: #AF2525;
  587. text-align: center;
  588. color: #fff;
  589. }
  590. .save_message {
  591. background-color: #F4E649;
  592. text-align: center;
  593. color: #492802;
  594. }
  595. .elem_error {
  596. border: 3px solid #B00D0D;
  597. }
  598. .hidden {
  599. position: absolute;
  600. left: -10000px;
  601. display: none;
  602. }
  603. ul.stats li {
  604. padding: 0 0 1px;
  605. width: 90%}
  606. ul.poll li {
  607. padding: 0 0 0 10px;
  608. margin: 0;
  609. clear: left;
  610. }
  611. ul.poll li.graph {
  612. margin-bottom: 3px;
  613. padding-left: 20px;
  614. }
  615. .show_torrents {
  616. width: 24px;
  617. height: 24px;
  618. background: url(images/show.svg) center center no-repeat;
  619. }
  620. .hide_torrents {
  621. width: 24px;
  622. height: 24px;
  623. background: url(images/hide.svg) center center no-repeat;
  624. }
  625. .show_torrents_link {
  626. border: none;
  627. width: 28px;
  628. height: 28px;
  629. display: block;
  630. }
  631. .filter_torrents {
  632. margin: auto;
  633. }
  634. .filter_torrents .submit {
  635. text-align: center;
  636. padding-top: 5px;
  637. }
  638. input[type=button], input[type=submit] {
  639. font-size: 14px;
  640. padding: 10px 14px;
  641. cursor: pointer;
  642. font-family: Roboto, sans-serif;
  643. }
  644. input[type=email], input[type=password], input[type=text] {
  645. font-family: Roboto, sans-serif;
  646. color: #647c8d;
  647. padding: 10px 20px;
  648. border: 1px solid #3b3d41;
  649. -webkit-border-radius: 20px;
  650. border-radius: 20px;
  651. }
  652. input[type=search] {
  653. font-family: Roboto, sans-serif;
  654. padding: 8px 10px;
  655. background: #535559;
  656. color: #9ca0a0;
  657. border: 1px solid #3b3d41;
  658. -webkit-border-radius: 20px;
  659. border-radius: 20px;
  660. }
  661. input[type=text]:focus {
  662. border-color: #333;
  663. }
  664. input[type=submit] {
  665. font-weight: 700;
  666. background: #414750;
  667. color: #fff;
  668. border: 0;
  669. -webkit-border-radius: 6px;
  670. border-radius: 6px;
  671. }
  672. input[type=submit]:hover {
  673. background: #7e8791;
  674. color: #e4e4e4;
  675. -webkit-transition: background 1s ease-out;
  676. -moz-transition: background 1s ease-out;
  677. -o-transition: background 1s ease-out;
  678. transition: background 1s ease-out;
  679. }
  680. button:hover, button[type=button]:hover, input[type=button]:hover {
  681. -webkit-transition: background 1s ease-out;
  682. -moz-transition: background 1s ease-out;
  683. }
  684. input[type=button] {
  685. margin-left: 10px;
  686. background: #646668;
  687. color: #3d3f42;
  688. border: 0;
  689. -webkit-border-radius: 6px;
  690. border-radius: 6px;
  691. }
  692. input[type=button]:hover {
  693. background: #d9e4eb;
  694. text-decoration: none;
  695. -o-transition: background 1s ease-out;
  696. transition: background 1s ease-out;
  697. }
  698. #content .cat_list input[type=checkbox] {
  699. display: none;
  700. }
  701. #content .cat_list label:before {
  702. content: "";
  703. display: inline-block;
  704. width: 12px;
  705. height: 12px;
  706. margin-right: 10px;
  707. position: absolute;
  708. left: 0;
  709. bottom: 1px;
  710. background-color: #535559;
  711. padding: 1px;
  712. border-bottom: 1px solid #555;
  713. border-radius: 2px;
  714. }
  715. #content .cat_list input[type=checkbox]:checked+label:before {
  716. content: "\2713";
  717. text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  718. font-size: 15px;
  719. color: #575c63;
  720. text-align: center;
  721. line-height: 13px;
  722. background-color: #2c2e30;
  723. }
  724. #content .cat_list label {
  725. display: inline-block;
  726. cursor: pointer;
  727. position: relative;
  728. padding-left: 25px;
  729. margin-right: 15px;
  730. color: #ccc;
  731. text-shadow: 1px 1px 1px #000;
  732. font-weight: 700;
  733. vertical-align: top;
  734. }
  735. #content .search_form .filter_torrents .submit span {
  736. padding: .5em 1em;
  737. background-color: #2e2f31;
  738. border-radius: 6px;
  739. font-size: .85em;
  740. margin-right: 1em;
  741. border: 1px solid #414750;
  742. border-top: 1px solid #4b515b;
  743. }
  744. select {
  745. background-color: #535559;
  746. font-family: Roboto, sans-serif;
  747. color: #9ca0a0;
  748. padding: 10px 20px;
  749. border: 1px solid #3b3d41;
  750. -webkit-border-radius: 20px;
  751. border-radius: 20px;
  752. }
  753. button, button[type=button] {
  754. font-size: 14px;
  755. padding: 10px 14px;
  756. background: #414750;
  757. color: #fff;
  758. border: 0;
  759. cursor: pointer;
  760. font-family: Roboto, sans-serif;
  761. }
  762. button {
  763. -webkit-border-radius: 6px;
  764. border-radius: 6px;
  765. margin-left: 10px;
  766. }
  767. button:hover, button[type=button]:hover {
  768. background: #7e8791;
  769. color: #e4e4e4;
  770. -o-transition: background 1s ease-out;
  771. transition: background 1s ease-out;
  772. }
  773. button[type=button] {
  774. -webkit-border-radius: 6px;
  775. border-radius: 6px;
  776. }
  777. textarea {
  778. padding: 10px;
  779. background-color: #4c4f54;
  780. color: #9ca0a0;
  781. border: 0;
  782. -webkit-border-radius: 6px;
  783. border-radius: 6px;
  784. }
  785. textarea:focus {
  786. background-color: #5e6166;
  787. }
  788. #content form.search_form+.torrent_table {
  789. margin-top: 20px;
  790. }
  791. .cat_list tr td {
  792. border: none;
  793. }
  794. .torrent_table tr {
  795. vertical-align: top;
  796. border-bottom: 1px solid #282a2b;
  797. }
  798. .torrent_table tr.group, .torrent_table tr.torrent {
  799. font-weight: 700;
  800. }
  801. .torrent span, .torrent_table div.tags {
  802. font-weight: 400;
  803. }
  804. .torrent_table tr.group {
  805. background-color: rgba(40, 41, 43, .4);
  806. }
  807. .torrent_table tr.group_torrent {
  808. background-color: #35373c;
  809. }
  810. .torrent_table tr.torrent {
  811. background-color: transparent;
  812. }
  813. .torrent_table tr .center {
  814. vertical-align: middle;
  815. text-align: center;
  816. }
  817. .torrent_table tr:nth-child(n+2):hover {
  818. background: rgba(0, 0, 0, .2);
  819. }
  820. .torrent_table.rowa {
  821. background-color: red;
  822. }
  823. .last_read {
  824. width: 15px;
  825. height: 15px;
  826. background: url(images/arrow_right.gif) center center no-repeat;
  827. margin-left: 5px;
  828. }
  829. .last_read a {
  830. border: none;
  831. width: 100%;
  832. height: 100%;
  833. display: block;
  834. margin-left: 5px;
  835. }
  836. .last_read a:hover {
  837. border: none;
  838. -moz-transform: translate(0, 5x);
  839. -ms-transform: translate(0, 5x);
  840. -o-transform: translate(0, 5x);
  841. -webkit-transform: translate(0, 5x);
  842. transform: translate(0, 5px);
  843. }
  844. .unread_locked_sticky {
  845. background: url(http://imgh.us/locked_sticky_unread.png) center center no-repeat;
  846. }
  847. .read_locked_sticky {
  848. background: url(images/locked_sticky_read.png) center center no-repeat;
  849. }
  850. .read_sticky {
  851. background: url(images/sticky_read.png) center center no-repeat;
  852. }
  853. .unread_sticky {
  854. background: url(images/sticky_unread.png) center center no-repeat;
  855. }
  856. .unread_locked {
  857. background: url(images/locked_unread.png) center center no-repeat;
  858. }
  859. .read_locked {
  860. background: url(images/locked_read.png) center center no-repeat;
  861. }
  862. .unread {
  863. background: url(images/unread.png) center center no-repeat;
  864. }
  865. .read {
  866. background: url(images/read.png) center center no-repeat;
  867. }
  868. strong.quoteheader {
  869. color: #c7cdd3;
  870. }
  871. table.forum_post {
  872. margin: 10px 0;
  873. }
  874. table.forum_post td {
  875. border: 1px solid #3d3f42;
  876. }
  877. table.forum_unread {
  878. background-color: #00f;
  879. border: 2px solid #91a2ad;
  880. }
  881. td.avatar {
  882. width: 22%;
  883. padding: 20px 0;
  884. margin: 0 auto;
  885. text-align: center;
  886. }
  887. table.forum_post tr td.avatar {
  888. background-color: #3a3c3f;
  889. }
  890. table.forum_post td.body {
  891. width: 690px;
  892. }
  893. blockquote {
  894. background-color: #292a2f;
  895. border: 1px solid #18191b;
  896. color: #6a6b70;
  897. font-size: 13px;
  898. line-height: 140%;
  899. margin: 10px;
  900. padding: 20px;
  901. -webkit-border-radius: 6px;
  902. border-radius: 6px;
  903. -webkit-box-shadow: inset 3px 5px 7px 0 rgba(0, 0, 0, .19);
  904. -moz-box-shadow: inset 3px 5px 7px 0 rgba(0, 0, 0, .19);
  905. box-shadow: inset 3px 5px 7px 0 rgba(0, 0, 0, .19);
  906. }
  907. .permission_head, .permissions {
  908. margin-left: auto;
  909. margin-right: auto;
  910. }
  911. tr.unreadpm {
  912. background-color: #4e5762;
  913. }
  914. .permission_head {
  915. width: 400px;
  916. }
  917. .permissions {
  918. width: 930px;
  919. }
  920. .permission_container {
  921. float: left;
  922. width: 300px;
  923. padding: 5px;
  924. }
  925. .permission_container input {
  926. margin: 0 3px 5px 0;
  927. vertical-align: top;
  928. }
  929. .submit_container {
  930. clear: both;
  931. text-align: right;
  932. }
  933. .center, .lightbox {
  934. text-align: center;
  935. }
  936. ul .invitetree {
  937. margin: 0 0 0 25px;
  938. }
  939. .invitetree li {
  940. margin: 10px 2px;
  941. }
  942. .user_options .options_list li {
  943. margin: 0;
  944. }
  945. li.graph .center_poll {
  946. display: block;
  947. height: 8px;
  948. background: #878f97;
  949. border: 1px solid #5a5a5a;
  950. -webkit-border-radius: 5px;
  951. -moz-border-radius: 5px;
  952. border-radius: 5px;
  953. }
  954. .curtain {
  955. position: fixed;
  956. top: 0;
  957. left: 0;
  958. width: 100%;
  959. height: 100%;
  960. background-color: #000;
  961. z-index: 1001;
  962. -moz-opacity: .8;
  963. opacity: .8;
  964. filter: alpha(opacity=80);
  965. }
  966. .lightbox {
  967. position: fixed;
  968. top: 5%;
  969. left: 5%;
  970. width: 90%;
  971. height: 90%;
  972. padding: 0;
  973. z-index: 1002;
  974. overflow: auto;
  975. }
  976. .spellcheck {
  977. margin: 25px 0;
  978. font-size: 1.25em;
  979. font-weight: 700;
  980. }
  981. tr.torrent .bookmark>a:after, tr.torrent .bookmark>a:before {
  982. color: #000;
  983. }
  984. .field_div {
  985. margin-bottom: 10px;
  986. }
  987. .edit_changelog textarea {
  988. width: 600px;
  989. }
  990. .brackets {
  991. font-weight: 400;
  992. }
  993. .filter_torrents .brackets {
  994. font-weight: 700;
  995. font-size: 12px;
  996. padding: 10px 14px;
  997. background: #414750;
  998. color: #fff;
  999. border: 0;
  1000. cursor: pointer;
  1001. -webkit-border-radius: 6px;
  1002. border-radius: 6px;
  1003. }
  1004. .filter_torrents .brackets:hover {
  1005. font-weight: 700;
  1006. padding: 10px 14px;
  1007. background: #7e8791;
  1008. color: #e4e4e4;
  1009. border: 0;
  1010. cursor: pointer;
  1011. -webkit-border-radius: 6px;
  1012. border-radius: 6px;
  1013. -webkit-transition: background 1s ease-out;
  1014. -moz-transition: background 1s ease-out;
  1015. -o-transition: background 1s ease-out;
  1016. transition: background 1s ease-out;
  1017. }
  1018. #forum_search_cat_list, #request_top_contrib {
  1019. border: none;
  1020. }
  1021. div[class~=tipster-content]>a {
  1022. color: #AAA;
  1023. }
  1024. .post_id {
  1025. font-weight: 400;
  1026. }
  1027. .small_upvote, .small_upvoted, .vote_album_up, .vote_artist_up, .vote_tag_up {
  1028. color: green;
  1029. }
  1030. .small_downvote, .small_downvoted, .vote_album_down, .vote_artist_down, .vote_tag_down {
  1031. color: red;
  1032. }
  1033. #request_top_contrib tr:first-child th {
  1034. border-top: 0;
  1035. }
  1036. #request_top_contrib tr:last-child td {
  1037. border-bottom: 0;
  1038. }
  1039. #request_top_contrib tr td:first-child, #request_top_contrib tr td:nth-child(2), #request_top_contrib tr th:first-child, #request_top_contrib tr th:nth-child(2) {
  1040. border-left: 0;
  1041. border-top: 0;
  1042. }
  1043. #request_top_contrib tr td:last-child, #request_top_contrib tr th:last-child {
  1044. border-right: 0;
  1045. }
  1046. div.sidebar #event_div {
  1047. margin-left: -232px;
  1048. }
  1049. ol {
  1050. margin-left: 1em;
  1051. }
  1052. .headerDivider, .newsDivider {
  1053. border-bottom: 1px solid #282a2b;
  1054. width: 100%}
  1055. .new_box {
  1056. margin: 0 auto 20px;
  1057. border-radius: 0 0 7px 7px;
  1058. -moz-border-radius: 0 0 7px 7px;
  1059. -webkit-border-radius: 0 0 7px 7px;
  1060. background-color: #101010;
  1061. line-height: 300%}
  1062. .new_head {
  1063. background-color: #1a1a1a!important;
  1064. font-weight: 700;
  1065. height: 37px;
  1066. text-indent: 8px;
  1067. color: #FFF;
  1068. }
  1069. .torrent_info {
  1070. color: #9e9fa1;
  1071. font-weight: 400;
  1072. }
  1073. #stats_ratio, #stats_seeding, .username {
  1074. font-weight: 700;
  1075. }
  1076. .torrent {
  1077. height: 60px;
  1078. }
  1079. .big_info {
  1080. font-size: 12px;
  1081. }
  1082. #stats_seeding {
  1083. color: #7fba39;
  1084. }
  1085. #stats_leeching, #stats_required {
  1086. color: #f32433;
  1087. font-weight: 700;
  1088. }
  1089. #stats_ratio {
  1090. color: #7c7c7c;
  1091. }
  1092. .number_column {
  1093. font-size: 13px;
  1094. }
  1095. #forum_list number_column {
  1096. padding-top: 18px;
  1097. }
  1098. .newsbody1 {
  1099. font-size: 14pt;
  1100. }
  1101. .headerDivider {
  1102. margin: 10px 0;
  1103. top: 10px;
  1104. }
  1105. .newsDivider {
  1106. margin: 5px 0;
  1107. }
  1108. #cover {
  1109. width: 80%}
  1110. a.BJinfoBox {
  1111. position: relative;
  1112. font-family: Roboto, sans-serif;
  1113. padding: 0;
  1114. cursor: pointer;
  1115. z-index: 24;
  1116. }
  1117. a.BJinfoBox:hover {
  1118. background: 0 0;
  1119. z-index: 25;
  1120. }
  1121. a.BJinfoBox span {
  1122. display: none;
  1123. }
  1124. a.BJinfoBox:hover span {
  1125. display: block;
  1126. position: absolute;
  1127. width: 200px;
  1128. top: 0;
  1129. text-align: justify;
  1130. left: 6em;
  1131. font-family: Roboto, sans-serif;
  1132. font-size: 13px;
  1133. padding: 20px;
  1134. background: rgba(40, 41, 43, .8);
  1135. color: #a9a9a9;
  1136. border: 0;
  1137. -webkit-border-radius: 6px;
  1138. -moz-border-radius: 6px;
  1139. border-radius: 6px;
  1140. }
  1141. .homesldframe {
  1142. left: 2px!important;
  1143. top: -10px!important;
  1144. margin: 0 auto;
  1145. }
  1146. #menudrop ul, #menudrop ul li {
  1147. position: relative;
  1148. float: left;
  1149. margin: 0;
  1150. padding: 0;
  1151. }
  1152. #userinfo_username .userclass {
  1153. color: #fff;
  1154. display: inline!important;
  1155. }
  1156. ::-webkit-scrollbar {
  1157. width: 10px;
  1158. background: 0 0;
  1159. }
  1160. ::-webkit-scrollbar-button {
  1161. width: 8px;
  1162. height: 5px;
  1163. }
  1164. ::-webkit-scrollbar-track {
  1165. background: 0 0;
  1166. -webkit-border-radius: 10px;
  1167. border-radius: 10px;
  1168. }
  1169. ::-webkit-scrollbar-thumb {
  1170. background: #626466;
  1171. border-radius: 10px;
  1172. -webkit-border-radius: 10px;
  1173. }
  1174. ::-webkit-scrollbar-thumb:hover {
  1175. background: #db2839;
  1176. -webkit-transition: background 1s ease-out;
  1177. -moz-transition: background 1s ease-out;
  1178. -o-transition: background 1s ease-out;
  1179. transition: background 1s ease-out;
  1180. }
  1181. ::-webkit-scrollbar-thumb:window-inactive {
  1182. background: #626466;
  1183. }
  1184. input[type=text]::-ms-clear {
  1185. Â display: none;
  1186. width: 0;
  1187. height: 0;
  1188. }
  1189. input[type=text]::-ms-reveal {
  1190. Â display: none;
  1191. width: 0;
  1192. height: 0;
  1193. }
  1194. input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  1195. display: none;
  1196. }
  1197. :focus {
  1198. outline: 0;
  1199. }
  1200. #menudrop {
  1201. position: relative;
  1202. left: 33.4%;
  1203. alignment: center;
  1204. float: left;
  1205. top: -15px;
  1206. z-index: 1;
  1207. }
  1208. #menudrop ul a {
  1209. display: block;
  1210. color: #0A0A0A;
  1211. font-size: 15px;
  1212. line-height: 22px;
  1213. padding: .6em 1.1%;
  1214. height: 4px;
  1215. }
  1216. #menudrop ul a:hover {
  1217. border-top: 1px solid red;
  1218. }
  1219. #menudrop ul li {
  1220. width: 90px;
  1221. display: block;
  1222. background: 0 0;
  1223. }
  1224. #menudrop ul li.current-menu-item {
  1225. box-shadow: inset 0 18px 20px #1b1a1a, 0 2px 1px transparent!important;
  1226. }
  1227. #menudrop ul ul li:hover {
  1228. color: #fff;
  1229. }
  1230. #menudrop ul ul>li a:hover {
  1231. border-top: 0 solid #f32433;
  1232. }
  1233. #menudrop ul ul>li a {
  1234. font-size: 14px;
  1235. color: #b2b4b8;
  1236. border: 0;
  1237. }
  1238. #menudrop ul ul {
  1239. display: none;
  1240. position: absolute;
  1241. top: 29px;
  1242. left: 0;
  1243. padding: 6px;
  1244. text-align: left;
  1245. background-color: #282B30;
  1246. border-top: 1px solid #2d2d2d;
  1247. border-bottom: 1px solid #0e0e0e;
  1248. line-height: 22px;
  1249. -webkit-border-bottom-right-radius: 4px;
  1250. -webkit-border-bottom-left-radius: 4px;
  1251. -moz-border-radius-bottomright: 4px;
  1252. -moz-border-radius-bottomleft: 4px;
  1253. border-bottom-right-radius: 4px;
  1254. border-bottom-left-radius: 4px;
  1255. opacity: .98;
  1256. }
  1257. #menudrop ul ul li {
  1258. float: none;
  1259. width: 172px;
  1260. }
  1261. #menudrop ul ul a {
  1262. line-height: 10%;
  1263. padding: 10px 15px;
  1264. color: #16384f;
  1265. }
  1266. #menudrop ul ul ul {
  1267. top: 0;
  1268. left: 100%}
  1269. #menudrop ul li:hover>ul {
  1270. display: block;
  1271. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement