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.

1463 lines
39 KiB

  1. @import '../font-awesome/css/font-awesome.css';
  2. /* latin-ext */
  3. @font-face {
  4. font-family: 'Source Sans Pro';
  5. font-style: normal;
  6. font-weight: 400;
  7. src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-lne.woff2) format('woff2');
  8. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  9. }
  10. /* latin */
  11. @font-face {
  12. font-family: 'Source Sans Pro';
  13. font-style: normal;
  14. font-weight: 400;
  15. src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-ln.woff2) format('woff2');
  16. 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;
  17. }
  18. #header a:hover,#header a:focus,ul.ui-autocomplete.ui-menu.ui-widget li a:hover,ul.ui-autocomplete.ui-menu.ui-widget li a:focus,div#footer p:after {
  19. color:#32867d
  20. }
  21. a,tr.unreadpm a,#summary .ui-widget-content a,#wrapper .alert-bars a,tr.inbox-message--unread td a,tr.unreadpm a {
  22. color:#32867d;
  23. }
  24. a:hover,a[href*="torrents.php?id"]:hover,.colhead td a:hover,#content .forum_post .colhead_dark a:hover,#content .forum_post .colhead_dark a:focus,#wrapper .alert-bars a:hover {
  25. color:#000
  26. }
  27. td a:hover,table#torrent_table a[href*="torrents.php?torrentid"] strong,a[href*="torrents.php?id"][title="View Torrent"],a[href*="torrents.php?id"]:hover,#torrents .torrent_table a[onclick*=toggle]:hover,#header .new-subscriptions a {
  28. color:#32867d
  29. }
  30. body #wrapper div#header {
  31. background-color:#1a1a1a
  32. }
  33. #userinfo_minor a:hover,#menu ul>li>a:hover {
  34. color:#32867d
  35. }
  36. #userinfo_minor > li > ul {
  37. display: none;
  38. background: #1A1A1A;
  39. padding: 6px 10px;
  40. margin-top: 7px;
  41. position: absolute;
  42. }
  43. #userinfo_minor > li > ul > li {
  44. display: block;
  45. }
  46. #header a.username {
  47. color:#32867d
  48. }
  49. input[type="submit"],input[type="button"] {
  50. background:#6cb3ae
  51. }
  52. ::-webkit-input-placeholder {
  53. color: #848484;
  54. }
  55. ::-moz-placeholder {
  56. color: #848484;
  57. }
  58. :-ms-input-placeholder {
  59. color: #848484;
  60. }
  61. #taglist tr td a,.tags a,.sidebar .stats.nobullet a {
  62. background:#9C9C9C;
  63. }
  64. .box_info .stats.nobullet li a {
  65. color:#32867d!important;
  66. }
  67. #header .alertbar a:hover {
  68. color:#f7f7f7
  69. }
  70. td.unread:before {
  71. color:#32867d
  72. }
  73. td.unread_sticky:before {
  74. color:#32867d
  75. }
  76. td.unread_locked:before {
  77. color:#32867d
  78. }
  79. td.unread_locked_sticky:before {
  80. color:#32867d
  81. }
  82. input[type="submit"],input[type="button"] {
  83. background:#6cb3ae
  84. }
  85. form.search_form input[type="submit"],form.search_form input[type="button"] {
  86. background:#6cb3ae;
  87. }
  88. .group_info>a:nth-child(2n),.group_info>a:nth-child(3n) {
  89. color:#32867d
  90. }
  91. #index .sidebar .stats.nobullet a {
  92. background:inherit;color:#32867d
  93. }
  94. .forum_post a {
  95. color:#32867d
  96. }
  97. li#nav_subscriptions.new-subscriptions a {
  98. color:#3c9454!important
  99. }
  100. .box.filter_torrents .head a:hover,.box.filter_torrents .head a:focus,.forum_post .colhead a:hover,.forum_post .colhead_dark a:focus,#inbox .box .head a:focus,#inbox .box .head a:hover {
  101. color:#32867d
  102. }
  103. #request_table .rowb td:first-of-type>a:nth-child(2n),#request_table .rowa td>a:nth-child(2n) {
  104. color:#32867d
  105. }
  106. span.r99,.r09,.r10,.r20,.r30,.r40,.r50 {
  107. color:#3c9454
  108. }
  109. .box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,.sidebar .box .head,.main_column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head {
  110. border-bottom:2px solid #45847e!important
  111. }
  112. #header>#menu ul>li.active>a {
  113. color:#32867d
  114. }
  115. #header .alertbar a {
  116. color:#32867d
  117. }
  118. .box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,.sidebar .box .head,.main_column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head {
  119. background:#5aada5;
  120. }
  121. .box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,#blog .head {
  122. background:#5aada5;
  123. }
  124. .ui-widget-content a:hover {
  125. color:#70b3ab!important;
  126. }
  127. *:before,*:after {
  128. -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
  129. }
  130. * {
  131. padding:0;margin:0
  132. }
  133. ul#userinfo_minor>li>a {
  134. padding:0 20px
  135. }
  136. h2 {
  137. font-size:0.90rem
  138. }
  139. .torrent_info_row .preformatted-text--scrolled {
  140. white-space:normal;
  141. }
  142. .sidebar {
  143. padding:0 0 0 2px
  144. }
  145. .thin>div {
  146. margin-top:2px
  147. }
  148. body h1,body h2,body h3,body h4 {
  149. padding:5px 0
  150. }
  151. .linkbox,.pagination.pagination--top.js-pagination,td,.pagination.pagination--bottom.js-pagination {
  152. padding:5px
  153. }
  154. #user .main_column table[cellpadding="0"] tr td {
  155. border:none
  156. }
  157. li#nav_subscriptions a,li#nav_subscriptions a:hover {
  158. font-weight:normal
  159. }
  160. .panel__body,.panel__heading,.box,.head {
  161. padding:10px
  162. }
  163. #forums table.forum_post tr td:nth-child(2n) a {
  164. font-weight:inherit;
  165. }
  166. .toggleable-search-form__toggler-container,#torrents tr.colhead_dark td,.forum-post__heading,#series tr.colhead_dark td,thead th {
  167. padding:10px 10px 9px 10px
  168. }
  169. .box .head {
  170. margin:-10px -10px 6px!important;
  171. }
  172. div#covers>div:first-of-type {
  173. margin-top:-6px
  174. }
  175. .head {
  176. margin-bottom:6px
  177. }
  178. table.torrent_table .group_torrent td {
  179. font-size:0.75rem
  180. }
  181. span#rippy-says a[href*="torrents.php?id"] {
  182. color:inherit;
  183. }
  184. span#rippy-says a[href*="torrents.php?id"]:hover {
  185. color:inherit;text-decoration:underline;
  186. }
  187. .forum_list h3,.pagination.pagination--top,.pagination.pagination--bottom {
  188. padding:5px;
  189. }
  190. a.last_read > svg {
  191. fill: #a7a7a7;
  192. margin: 2px 6px;
  193. }
  194. span.last_read {
  195. margin-left:5px
  196. }
  197. #torrent_details span[style="text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 8px black, 0px 0px 10px black; color: orange; font-family: Candara, sans-serif;"] {
  198. text-shadow:none!important;color:inherit!important;font-size:inherit!important;font-family:inherit!important;
  199. }
  200. .alertbar {
  201. padding:7px
  202. }
  203. .sidebar .stats.nobullet a {
  204. padding:3px 6px
  205. }
  206. .min_padding,#content td.avatar {
  207. padding:0;
  208. }
  209. .head[style="height: 13px;"] {
  210. height:36px!important;
  211. }
  212. tr.colhead {
  213. font-weight:bold
  214. }
  215. .forum_post .colhead_dark td,#torrents table.forum_post tr.colhead_dark td {
  216. padding:7px;padding-top:0;padding-bottom:0
  217. }
  218. .forum_post {
  219. margin-bottom:20px
  220. }
  221. blockquote {
  222. margin:10px;padding:10px
  223. }
  224. .box.box_albumart {
  225. padding-bottom:0
  226. }
  227. .box.box_albumart p {
  228. margin-left:-10px;margin-right:-10px;
  229. }
  230. .box.box_albumart p img {
  231. max-width:100%!important;min-width:100%
  232. }
  233. #content>.thin>h2 {
  234. margin-top:2px
  235. }
  236. #index .thin>div,#series>#content,#showslist #content,#nfo #content,#kb #content,#store #content {
  237. margin-top:10px
  238. }
  239. #user .sidebar div[align="center"] {
  240. min-width:100%;padding:0!important;margin:-6px -10px -10px
  241. }
  242. div#last5:last-child {
  243. border-right:none
  244. }
  245. .of_the_month>.box:first-child {
  246. width:calc(50% - 2px);margin-right:2px
  247. }
  248. .of_the_month>.box {
  249. width:50%;display:block;box-sizing:border-box;
  250. }
  251. .of_the_month>.box ul.stats.nobullet {
  252. margin-left:-10px;margin-right:-10px
  253. }
  254. .of_the_month>.box ul.stats.nobullet li {
  255. padding-right:10px;padding-left:10px
  256. }
  257. .of_the_month>.box ul.stats.nobullet li:first-child {
  258. padding:0
  259. }
  260. #user #slider .scroll,.forum-post__bodyguard iframe {
  261. width:100%
  262. }
  263. div#last5 {
  264. width:20%;width:calc(20% - 2px)!important;margin:0 2px 0 0!important;padding:0!important;display:block!important;float:left!important;text-align:center;box-sizing:border-box;
  265. }
  266. div#last5:last-of-type {
  267. margin-right:0!important;width:20%!important
  268. }
  269. div#latest5>div {
  270. margin-left:-10px;margin-right:-10px;margin-top:-6px
  271. }
  272. table.forum_index,.forum_list h3 {
  273. margin-bottom:2px
  274. }
  275. input[type="submit"],input[type="button"] {
  276. padding:5px 8px
  277. }
  278. #taglist tr td a,.huge-movie-list__movie__tag-list a,.movie-tooltip__tag,a.basic-movie-list__movie__tag,.tags a,ul.stats.nobullet li a[href*="torrents.php?taglist="],a.cover-movie-list__movie__tag {
  279. padding:3px 6px;margin:1px;
  280. }
  281. #searchbars li input,#searchbars li input:hover,#searchbars li input:focus,.search-bar li input,.search-bar li input:hover,.search-bar li input:focus {
  282. padding:5px 6px;margin:0 3px;
  283. }
  284. input,textarea[name="body"] {
  285. padding:3px 5px
  286. }
  287. .qtip-content {
  288. padding:10px;
  289. }
  290. .movie-tooltip__ratings div,.movie-tooltip__director-list div,.movie-tooltip__ratings {
  291. display:inline-block;
  292. }
  293. div#searchbars>ul,div.search-bar>ul {
  294. padding:4px 0
  295. }
  296. ul#userinfo_username>li,ul#userinfo_major>li,ul#userinfo_stats>li {
  297. padding:0 5px
  298. }
  299. body {
  300. font-family:'Proxima Nova','Lato','Segoe UI',sans-serif;font-size:13px;-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important;
  301. }
  302. #header {
  303. background-size:cover;background-repeat:no-repeat;background-position:center center;padding-top:50px;text-align:center;
  304. }
  305. #content {
  306. margin:0 auto
  307. }
  308. @media (min-width: 544px) {
  309. #content {
  310. max-width:576px
  311. }
  312. }
  313. @media (min-width: 768px) {
  314. #content {
  315. max-width:720px
  316. }
  317. }
  318. @media (min-width: 992px) {
  319. #content {
  320. max-width:940px
  321. }
  322. }
  323. @media (min-width: 1200px) {
  324. #content {
  325. max-width:1140px
  326. }
  327. }
  328. ul,li {
  329. }
  330. div.thin>center img#banner,#series .sidebar img,div[style="height:140px; max-height:140px;max-width:758px;"] {
  331. position:relative;
  332. }
  333. .signature {
  334. padding-top:10px;margin-top:10px;
  335. }
  336. .center,#inbox form#messageform[name="reply"] div.box.pad,#inbox .thin form#messageform[name="message"] div.box.pad {
  337. text-align:center
  338. }
  339. body#actorshowcase #content table {
  340. display:inline-block;width:24.7%;text-align:center;margin:0 0 7px;vertical-align:top
  341. }
  342. body#actorshowcase #content table tbody {
  343. display:inline-block;text-align:initial;
  344. }
  345. body#actorshowcase #content table:first-of-type {
  346. display:none
  347. }
  348. input,input[type="search"],form textarea,form input,input[type="search" i],input, textarea, keygen, select, button {
  349. border:none;
  350. }
  351. .sidebar {
  352. width:25%;float:right
  353. }
  354. .main_column,.main-column {
  355. width:75%;float:left
  356. }
  357. div,table,tr,td {
  358. border-collapse:collapse;box-sizing:border-box
  359. }
  360. h1,h2,h3,h4 {
  361. margin:0;
  362. }
  363. a,tr.unreadpm a {
  364. text-decoration:none;-webkit-transition:color .25s ease-out;transition:color .25s ease-out
  365. }
  366. ul.navigation li {
  367. display:inline-block!important;
  368. }
  369. .collage tr td,.collage tr td:first-of-type,.collage tr td:first-child,.collage tr td:last-of-type,.collage tr td:last-child {
  370. display:inline-block;
  371. }
  372. .collage a[href*="torrents.php?id"] img {
  373. max-width:128.015px
  374. }
  375. table,#blog .pad {
  376. }
  377. #staffpm #compose form h3 label[for="message"] {
  378. margin:10px 0 0;display:block;
  379. }
  380. #staffpm #compose form h3 label[for="message"],#inbox h3,#staffpm h3 label,#reply_box h3 {
  381. font-size:14px
  382. }
  383. #staffpm h3 label {
  384. display:block;
  385. }
  386. .colhead td,.colhead_dark td,#inbox .box .head,.box.filter_torrents .head,#reply_box h3,tr .colhead_dark td,#blog .head {
  387. }
  388. div#quickreplytext {
  389. }
  390. #staffpm form#messageform,#staffpm #inbox h3,h3,h2 {
  391. background:inherit;border:inherit;
  392. }
  393. #inbox input[type="text"],#compose input[type="text"],#staffpm input[type="text"] {
  394. }
  395. #inbox #wrapper #content .thin div.box.pad table.message_table.checkboxes {
  396. text-align:left
  397. }
  398. #inbox input[type="text"] {
  399. margin-bottom:5px
  400. }
  401. textarea[name="body"],textarea[name="message"] {
  402. }
  403. .forum_post,table.message_table.checkboxes {
  404. width:100%
  405. }
  406. .forum_post td.avatar {
  407. width:16.6%
  408. }
  409. .forum_post td.body {
  410. width:83.4%;word-break:break-word;font-size:14px;line-height:1.4
  411. }
  412. .forum-post__body {
  413. word-break:break-word;font-size:14px;line-height:1.4
  414. }
  415. .forum-post__body {
  416. padding:5px 10px
  417. }
  418. #artist .forum_post td.body,#torrents .forum_post td.body {
  419. }
  420. #footer,header {
  421. clear:both;float:none
  422. }
  423. #footer {
  424. text-align:center;
  425. }
  426. td {
  427. border-bottom:1px solid #2b2b2b
  428. }
  429. tr td:first-of-type,tr td:first-child {
  430. }
  431. td.left {
  432. text-align:right
  433. }
  434. .search-bar__search-field__input,.search-bar__results,.footer,.cover-movie-list__movie__tags,.cover-movie-list__movie__year,.cover-movie-list__movie__new,.huge-movie-list__movie__torrent-summary,.basic-movie-list__movie__bookmark,.basic-movie-list__movie__rating-container,.basic-movie-list__torrent-row,.panel__heading__toggler,#content>.thin table#torrent_table tr.group_torrent td,#content>.thin table#discog_table tr.group_torrent td {
  435. font-size:0.723rem
  436. }
  437. .torrent_row span,.group_torrent span {
  438. float:right
  439. }
  440. #content td.avatar {
  441. }
  442. .forum_post:last-of-type,.forum_post:last-child {
  443. margin-bottom:0
  444. }
  445. #menu,.main-menu {
  446. position: absolute;
  447. top:0;
  448. z-index:1500;
  449. width:100%;
  450. height:50px;
  451. transition:background .5s;
  452. transform:translateZ(0px);
  453. min-height:50px;
  454. border:1px solid transparent;
  455. text-align:center
  456. }
  457. #menu:before,#menu:after,.main-menu:before,.main-menu:after,div#quickreplytext:after,#inbox form.send_form #quickpost:after {
  458. content:" ";display:table
  459. }
  460. #menu ul>li>a,.main-menu ul>li>a {
  461. line-height:20px;font-size:14px;
  462. }
  463. #menu ul>li,.main-menu ul>li {
  464. padding:15px 20px
  465. }
  466. #userinfo_minor a {
  467. line-height:30px;
  468. display:inline-block
  469. }
  470. .box:before,.box:after {
  471. content:" ";display:table
  472. }
  473. #header div#searchbars,#header div.search-bar {
  474. width:100%;text-align:center;
  475. }
  476. div#searchbars ul>li {
  477. }
  478. div#userinfo {
  479. text-align:center;
  480. padding-bottom: 8px;
  481. }
  482. ul#userinfo_username,ul#userinfo_major,ul#userinfo_stats,ul#userinfo_minor {
  483. display:inline!important;vertical-align:middle;text-align:center
  484. }
  485. ul#userinfo_username li,ul#userinfo_major li,ul#userinfo_stats li {
  486. }
  487. td.label {
  488. max-width:150px;width:150px;text-align:right;vertical-align:middle
  489. }
  490. td.ft_cataloguenumber,td.ft_remastertitle {
  491. width:33.3%;max-width:33.3%
  492. }
  493. #taglist tr td {
  494. border:none
  495. }
  496. #taglist {
  497. text-align:center;font-size:0.7187rem
  498. }
  499. table.layout {
  500. width:100%
  501. }
  502. #taglist tr,#taglist tr td {
  503. display:inline;padding:0
  504. }
  505. div#ft_container {
  506. }
  507. table.layout,table.layout.border,div#ft_container {
  508. font-size:12px;margin:0 auto
  509. }
  510. table.layout.border {
  511. border-collapse:separate;
  512. }
  513. blockquote {
  514. }
  515. .box.torrent_description {
  516. }
  517. #upload form {
  518. text-align:left
  519. }
  520. .sidebar>div,.sidebar ul,.sidebar table,div#quickreplytext {
  521. margin-bottom:5px
  522. }
  523. div#add_cover_div:after {
  524. content:" ";width:100%;display:table;clear:both;
  525. }
  526. form.search_form input {
  527. border:1px solid transparent;
  528. }
  529. form.search_form input {
  530. border:1px solid transparent;
  531. }
  532. select {
  533. border:1px solid transparent;
  534. }
  535. select {
  536. border:1px solid transparent;
  537. }
  538. form.search_form input:hover,select:hover {
  539. box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #444
  540. }
  541. form.search_form input:focus,select:focus {
  542. box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
  543. }
  544. form.create_form {
  545. text-align:center
  546. }
  547. form.create_form table {
  548. display:inline-block;
  549. }
  550. .sidebar.settings_sidebar li {
  551. display:block
  552. }
  553. #inbox input[type="search"] {
  554. width:50%;margin:2px auto;display:block;color:inherit
  555. }
  556. input[type="submit"],input[type="button"] {
  557. margin:1px;cursor:pointer;
  558. }
  559. input[type="submit"]:hover,input[type="submit"]:focus,input[type="button"]:hover,input[type="button"]:focus {
  560. -webkit-transition: color .25s ease-out;transition: color .25s ease-out;
  561. }
  562. .nobullet {
  563. list-style-type: none;
  564. }
  565. .box ul.stats.nobullet li {
  566. font-size:0.8125rem;
  567. }
  568. #covers img,#artist .sidebar img {
  569. z-index:1
  570. }
  571. #taglist tr td a,.huge-movie-list__movie__tag-list a,a.cover-movie-list__movie__tag,.movie-tooltip__tag,a.basic-movie-list__movie__tag,.tags a,.sidebar .stats.nobullet a {
  572. -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-transition:background .25s ease-out,color .25s ease-out;transition:background .25s ease-out,color .25s ease-out;font-size:0.7187rem;display:inline-block;margin:1px 0
  573. }
  574. .main_column .box .head.colhead_dark,.box.news_post .head,.main-column .box .head.colhead_dark,.box.news_post .head {
  575. border-bottom:1px solid #2b2b2b;
  576. }
  577. .sidebar .stats.nobullet a.brackets {
  578. background:inherit!important;color:inherit;padding:0 2px
  579. }
  580. .box_info .stats.nobullet li a {
  581. background:inherit;font-size:inherit;font-weight:400
  582. }
  583. .box_info .stats.nobullet li a:hover {
  584. background:inherit;font-size:inherit;font-weight:400
  585. }
  586. .toggleable-search-form__toggler-container,.panel__heading,.sidebar .box .head,.main_column .box .head.colhead_dark,.sidebar .box .head,.main-column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head,.main-column .box .head,.forum-post__heading {
  587. font-size:14px;
  588. }
  589. #inbox form.send_form #quickpost h3 {
  590. }
  591. span.last_read a:before {
  592. content:"\f061";font-family:FontAwesome;line-height:31px
  593. }
  594. .forum_index span.last_read a:before,table.forum_list span.last_read a:before {
  595. line-height:inherit;
  596. }
  597. #artist .sidebar img {
  598. width:100%;height:auto;min-width:100%
  599. }
  600. table#collages,table.collage_table,table.vote_matches_table {
  601. width:100%
  602. }
  603. td.unread:before {
  604. content:"\f075";font-family:FontAwesome;
  605. }
  606. td.read:before {
  607. content:"\f075";font-family:FontAwesome;
  608. }
  609. td.read_sticky:before {
  610. content:"\f086";font-family:FontAwesome;
  611. }
  612. td.unread_sticky:before {
  613. content:"\f086";font-family:FontAwesome;
  614. }
  615. td.read_locked:before {
  616. content:"\f075";font-family:FontAwesome;content:\f023;font-family:FontAwesome;
  617. }
  618. div.body table tbody tr td[style="width: 20%"] {
  619. padding:0;vertical-align:top
  620. }
  621. td.unread_locked:before {
  622. content:"\f023";font-family:FontAwesome;
  623. }
  624. td.read_locked_sticky:before {
  625. content:"\f06a";font-family:FontAwesome;
  626. }
  627. td.unread_locked_sticky:before {
  628. content:"\f06a";font-family:FontAwesome;
  629. }
  630. .edition a.tooltip {
  631. }
  632. .forum_list h4,.forum_list h3,.forum_list h2,.forum_list h1 {
  633. font-size:inherit;font-weight:bold
  634. }
  635. .submit.ft_submit {
  636. }
  637. .submit.ft_submit span {
  638. font-size:0.7187rem;margin:0 10px 0 0;display:block;
  639. }
  640. form.search_form input[type="submit"]:hover,form.search_form input[type="button"]:hover {
  641. cursor:pointer;
  642. }
  643. form.search_form input[type="submit"],form.search_form input[type="button"] {
  644. cursor:pointer
  645. }
  646. #index .sidebar .stats.nobullet a {
  647. background:inherit;font-weight:inherit;font-size:inherit
  648. }
  649. #index .sidebar .stats.nobullet a:hover,#index .sidebar .stats.nobullet a:focus {
  650. color:inherit
  651. }
  652. .hidden,div#quickreplytext br {
  653. display:none
  654. }
  655. #request_table .rowb td:first-of-type>a,#request_table .rowa td>a {
  656. font-weight:600
  657. }
  658. .big_info .group_info.clear span {
  659. float:right
  660. }
  661. #forums .forum_list tr td:nth-child(2n) a,table.collage_table tr td:nth-of-type(2) a {
  662. font-weight:600
  663. }
  664. .sidebar .navigation_list li {
  665. display:block
  666. }
  667. .sidebar form.search_form {
  668. background:inherit
  669. }
  670. #inbox .box .head {
  671. }
  672. #inbox .box .body,#inbox .box #buttons .field_div.textarea_wrap {
  673. }
  674. #inbox .box {
  675. margin-bottom:20px
  676. }
  677. #inbox .box:last-of-type {
  678. margin-bottom:0
  679. }
  680. #userinfo .brackets:before,#userinfo .brackets:after {
  681. display:none
  682. }
  683. #header {
  684. -webkit-font-smoothing:antialiased!important;
  685. }
  686. .sidebar select,#inbox form.send_form #quickpost {
  687. margin-bottom:5px
  688. }
  689. .lightbox {
  690. position:fixed;text-align:center;top:5%;left:5%;width:90%;height:90%;z-index:1002;overflow:auto;z-index:2001
  691. }
  692. .lightbox img {
  693. max-width:100%;max-height:100%;z-index:-1
  694. }
  695. .curtain {
  696. position:fixed;top:0;left:0;width:100%;height:100%;-moz-opacity:.9;opacity:.9;filter:alpha(opacity=90)
  697. }
  698. li.graph,#poll_options li {
  699. display:block;padding-bottom:5px
  700. }
  701. li.graph:last-child,li.graph:last-of-type,#poll_options li:last-child,#poll_options li:last-of-type {
  702. }
  703. input[type="text"],input[type="email"] {
  704. margin:1px
  705. }
  706. .noty_message,ul#noty_bottomRight_layout_container li,.noty_buttons {
  707. border:none!important;-webkit-border-radius:1px!important;-moz-border-radius:1px!important;border-radius:1px!important;
  708. }
  709. select {
  710. border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px
  711. }
  712. #searchbars li input,.search-bar li input {
  713. border-radius:inherit;
  714. }
  715. li#searchbar_torrents:first-of-type form:before,div#searchbars ul li:first-of-type form:before,div.search-bar ul li:first-of-type form:before {
  716. content:"\f002";display:inline;font-family:FontAwesome;float:left;width:16px;height:25px;vertical-align:middle;line-height:23px;background:transparent;background-color:transparent;margin-right:7px;font-size:16px;
  717. }
  718. div#searchbars,div#searchbars ul,div#searchbars ul li,div#searchbars form,div.search-bar,div.search-bar ul,div.search-bar ul li,div.search-bar form {
  719. background:transparent;background-color:transparent
  720. }
  721. li#searchbar_torrents {
  722. margin-left:-23px
  723. }
  724. form.search_form tr td strong {
  725. font-weight:400
  726. }
  727. input {
  728. border:none;
  729. }
  730. #header form.search_form {
  731. width:inherit!important;margin:0 auto
  732. }
  733. .box h3,.header h1,.header h2,.header h3,#forums h2 {
  734. font-weight:600;
  735. }
  736. .box h3,.header h1,.header h2,.header h3,#forums h2 {
  737. font-size:1.125rem
  738. }
  739. table#forum_search_cat_list tr td {
  740. display:inline-block;
  741. }
  742. table#forum_search_cat_list tr td:last-of-type,table#forum_search_cat_list tr td:last-child {
  743. }
  744. table#forum_search_cat_list tr td:first-of-type,table#forum_search_cat_list tr td:first-child {
  745. }
  746. table#forum_search_cat_list tr td:last-of-type,table#forum_search_cat_list tr td:last-child {
  747. }
  748. table.layout.cat_list.ft_cat_list,table.layout.cat_list {
  749. text-align:center
  750. }
  751. table#forum_search_cat_list {
  752. text-align:initial;
  753. }
  754. #header b,#header strong,#torrent_table b,#torrent_table strong,.group_torrent b,.group_torrent strong {
  755. font-weight:400
  756. }
  757. .box.news_post,.box#recommended {
  758. font-size:14px
  759. }
  760. textarea[name="comment"],input[name="subject"],textarea[name="body"],input[type="text"] {
  761. border:1px solid transparent!important
  762. }
  763. textarea[name="comment"]:hover,input[name="subject"]:hover,textarea[name="body"]:hover,input[type="text"]:hover {
  764. border:1px solid #444!important
  765. }
  766. textarea[name="body"]:focus,textarea[name="comment"]:focus,input[name="subject"]:focus,input[type="text"]:focus {
  767. border:1px solid #444!important
  768. }
  769. textarea[name="body"]:focus,textarea[name="body"]:hover,textarea[name="comment"],textarea[name="comment"]:hover,textarea[name="comment"]:focus {
  770. }
  771. input[name="subject"],input[name="subject"]:hover,input[name="subject"]:focus {
  772. }
  773. .autocomplete-suggestions {
  774. border:none;font-size:0.6875rem
  775. }
  776. .autocomplete-selected {
  777. border:none;font-size:0.6875rem;
  778. }
  779. div.noty_bar {
  780. border:1px solid #444
  781. }
  782. div#last5 a strong {
  783. margin-top:5px;display:block
  784. }
  785. table {
  786. width:100%
  787. }
  788. div#latest5normal:after,div#latest5internals:after,div#latest5userreleases:after {
  789. content:"";display:block;clear:both
  790. }
  791. tr.cat_list {
  792. text-align:center
  793. }
  794. div#alerts {
  795. width:100%
  796. }
  797. .forum-post__heading,.forum_post tr.colhead_dark,.forum_post .colhead_dark td {
  798. max-height:32px;padding-top:0;padding-bottom:0;height:32px;line-height:32px;
  799. }
  800. .alertbar {
  801. text-align:center
  802. }
  803. .colhead td,.colhead_dark td,#inbox .box .head,.box.filter_torrents .head,#reply_box h3,tr .colhead_dark td,.sidebar .box .head,.main_column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head {
  804. }
  805. .forum_post .colhead_dark td,.forum_post tr.colhead_dark,#latest5 .head.colhead_dark,a[onclick*=toggle] {
  806. font-weight:inherit;
  807. }
  808. a[onclick*=toggle] {
  809. font-weight:initial!important;
  810. }
  811. .news_post .pad,.sidebar ul.stats.nobullet,.sidebar .pad,ul.stats.nobullet,.sidebar .pad,.main_column .box .pad,.sidebar .box .body,.sidebar ul.nobullet {
  812. }
  813. #wiki .main_column .box li,#wiki .main-column .box li {
  814. display:block
  815. }
  816. #last5 img {
  817. width:100%;height:auto
  818. }
  819. td.nobr {
  820. white-space:nowrap;
  821. }
  822. body#torrents table#torrent_table tr td:first-of-type {
  823. }
  824. ul.stats.nobullet li {
  825. display:block;
  826. }
  827. p {
  828. margin:0;
  829. }
  830. #forums h4.min_padding {
  831. font-size:inherit;font-weight:bold
  832. }
  833. .poll .graph .left_poll {
  834. width:9px;background:url(../../img/poll_left.png) top left no-repeat
  835. }
  836. .poll .graph span {
  837. display:block;height:19px;float:left
  838. }
  839. .poll .graph .center_poll {
  840. background:url(../../img/poll_middle.png) top left repeat-x
  841. }
  842. .poll .graph .right_poll {
  843. width:11px;background:url(../../img/poll_right.png) top left no-repeat
  844. }
  845. ul.poll.nobullet li {
  846. display:block;clear:both;
  847. }
  848. ul.poll.nobullet li:first-of-type,ul.poll.nobullet li:first-child {
  849. }
  850. div.pad#threadpoll {
  851. margin-bottom:5px
  852. }
  853. div.pad#threadpoll p strong {
  854. clear:both;display:block
  855. }
  856. table.torrent_table td {
  857. max-width:640px
  858. }
  859. .box.pad[style="padding:10px 10px 10px 20px;"] {
  860. }
  861. .box.pad[style="padding:10px 10px 10px 20px;"] ul {
  862. }
  863. .signature {
  864. margin-top:10px;
  865. }
  866. a[rel="noreferrer"] img[style="max-width: 500px;"] {
  867. max-width:32.86%;margin:0;
  868. }
  869. .torrent_table blockquote {
  870. margin:inherit
  871. }
  872. blockquote div[style="margin:20px; margin-top:5px"] {
  873. margin:5px 0 0!important;
  874. }
  875. table#collage_table td {
  876. min-width:20%!important;display:table-cell;float:left
  877. }
  878. table#collage_table {
  879. max-width:100%;display:table;position:relative;margin:0 auto;text-align:center;width:100%
  880. }
  881. table#collage_table img {
  882. min-width:100%
  883. }
  884. #user .main_column table[cellpadding="0"] tr td,div.body table tbody tr td[style="width: 20%"],#user .main-column table[cellpadding="0"] tr td,div.body table tbody tr td[style="width: 20%"] {
  885. width:20%;
  886. }
  887. #user .main_column table[cellpadding="0"] tr td a,#user .main_column table[cellpadding="0"] tr td a img,#user .main-column table[cellpadding="0"] tr td a,#user .main-column table[cellpadding="0"] tr td a img {
  888. width:100%
  889. }
  890. #torrents .forum_post img {
  891. max-width:100%
  892. }
  893. div#last5:last-of-type {
  894. margin-right:0
  895. }
  896. a img {
  897. -webkit-transition:all .25s linear;transition:all .25s linear;-webkit-transform:translateZ(0);transform:translateZ(0)
  898. }
  899. a:hover img {
  900. -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7
  901. }
  902. #user .main_column table[cellpadding="0"] tr td,#user .main-column table[cellpadding="0"] tr td {
  903. float:left;display:block;vertical-align:top
  904. }
  905. #user .main_column table[cellpadding="0"] tr td[colspan="5"],#user .main-column table[cellpadding="0"] tr td[colspan="5"] {
  906. width:100%
  907. }
  908. .torrent_table blockquote,.torrent_table blockquote span,.log3,.log5,tr.pad[id*="torrent_"],.torrent_info_row {
  909. font-family:'Inconsolata',monospace;
  910. }
  911. tr.pad[id*="torrent_"] .linkbox,tr.pad[id*="torrent_"] h2,tr.pad[id*="torrent_"] h3,tr.pad[id*="torrent_"] h1,tr.pad[id*="torrent_"] h4 {
  912. font-family:'Proxima Nova','Lato','Segoe UI',sans-serif;font-size:14px
  913. }
  914. tr.pad[id*="torrent_"] .colhead_dark,.forum-post__heading,tr.pad[id*="torrent_"] .colhead {
  915. font-family:'Proxima Nova','Lato','Segoe UI',sans-serif;font-size:14px
  916. }
  917. tr.pad[id*="torrent_"] ul li {
  918. }
  919. tr.pad[id*="torrent_"] ul {
  920. }
  921. tr.pad[id*="torrent_"] ul,tr.pad[id*="torrent_"] h3 {
  922. text-align:center;
  923. }
  924. #forums a[rel="noreferrer"] img[style="max-width: 500px;"] {
  925. width:inherit;
  926. }
  927. .toggleable-search-form__toggler-container,#blog .pad,#index .main_column .box,#blog .pad,#index .main-column .box,.box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,#blog .head,#wiki .main_column .box,#wiki .main-column .box,thead th,.forum-post__heading,#wiki .main-column {
  928. font-size:0.875rem;
  929. }
  930. #torrents a[rel="noreferrer"] img[style="max-width: 500px;"] {
  931. max-width:32.673%;
  932. }
  933. .submit span[style="float:left;"] {
  934. display:inline;float:none!important;font-size:12px
  935. }
  936. .filter_torrents div.submit input {
  937. display:inline;margin:5px 0
  938. }
  939. table.cat_list,tr#edition_expand {
  940. text-align:center
  941. }
  942. div[style="padding:0px 10px 10px 10px;"] {
  943. }
  944. #staff .box.pad {
  945. background:transparent!important
  946. }
  947. #forums table.cat_list {
  948. text-align:inherit;
  949. }
  950. #header li {
  951. display:inline-block;
  952. }
  953. #header #nav_more ul li,#header .search-bar__results__list-item {
  954. display:inherit;
  955. }
  956. table#torrent_details li,.forum_post li,.news_post .pad li {
  957. display:list-item;
  958. }
  959. .show_torrents_link {
  960. border:none;width:28px;height:28px;display:block
  961. }
  962. a[onclick]:focus {
  963. outline:0;background:transparent
  964. }
  965. #content .sidebar ul.nobullet h2 {
  966. text-align:inherit!important
  967. }
  968. .sidebar #covers .pad {
  969. }
  970. #content .thin .sidebar .box.box_image div[style="text-align: center; padding: 10px 0px;"] {
  971. margin:-6px -10px -10px -10px!important;padding:0!important
  972. }
  973. #top10 #content .thin p {
  974. width:100%;text-align:center;display:block
  975. }
  976. #top10 #content .thin p strong,#top10 #content .thin p small {
  977. display:inline-block;font-size:0.875rem;
  978. }
  979. #coverart ul.collage_images li {
  980. width:20%;height:auto;display:inline-block;vertical-align:top;float:none
  981. }
  982. #coverart ul.collage_images li img,#coverart ul.collage_images li a {
  983. min-width:100%;width:100%;height:auto
  984. }
  985. #coverart ul.collage_images {
  986. width:100%
  987. }
  988. #content li {
  989. list-style-type:inherit;list-style-position:inside;
  990. }
  991. #forums #content li {
  992. padding-left:10px
  993. }
  994. #rules #content li {
  995. display:list-item;
  996. }
  997. #rules #content li:last-child {
  998. }
  999. #content .thin div[style="height:140px;"] {
  1000. height:auto!important
  1001. }
  1002. #content .thin div[style="height:140px;"] h2 {
  1003. }
  1004. .thin>div,.thin>table,.thin>form,#content>form,#content>div,.filter_torrents>.box,#content>h2,.thin h2,.thin>h3,#content>#torrent_table {
  1005. }
  1006. #index #content>div {
  1007. }
  1008. table.layout.border {
  1009. }
  1010. .filter_torrents .box.pad.center {
  1011. background-color:transparent;background:transparent;
  1012. }
  1013. .linkbox,.pagination.pagination--top.js-pagination,.thin>h2,.header>h2,.thin>h3,.header>.linkbox,.filter_torrents>h3,.pagination.pagination--bottom.js-pagination {
  1014. text-align:center!important;
  1015. }
  1016. h2,h3 {
  1017. text-align:center;
  1018. }
  1019. .forum_post td a img:after {
  1020. content:" ";width:100%;display:block;clear:both
  1021. }
  1022. .forum_post td a img {
  1023. display:inline-block;vertical-align:middle
  1024. }
  1025. #quickreplytext div.bbcode-btntoolbar {
  1026. text-align:center;
  1027. }
  1028. .torrent_info_row .linkbox,.torrent_info_row div#subtitle_manager a,.torrent_info_first_block.movie-page__torrent__panel a[href="#"] {
  1029. font-family:'Proxima Nova','Lato','Segoe UI',sans-serif;font-size:0.75rem
  1030. }
  1031. .torrent_info_row .bbcode-table-guard a {
  1032. width:100%;
  1033. }
  1034. .torrent_info_row .bbcode-table-guard a,.torrent_info_first_block.movie-page__torrent__panel {
  1035. text-align:center;
  1036. }
  1037. .torrent_info_row>td {
  1038. padding:15px;box-sizing:border-box;
  1039. }
  1040. .torrent_info_row .bbcode-table-guard a {
  1041. padding:5px 0;display:inline-block;margin:0 auto;
  1042. }
  1043. .forum_post td.body {
  1044. padding-right:10px;padding-bottom:10px
  1045. }
  1046. .movie-tooltip__title-row,.movie-tooltip__tags,.movie-tooltip__ratings,.movie-tooltip__director-list,.movie-tooltip__trailer,.movie-tooltip__synopsis,.linkbox a.brackets {
  1047. padding-bottom:5px
  1048. }
  1049. .movie-tooltip__ratings div {
  1050. margin-right:4px
  1051. }
  1052. .linkbox a.brackets {
  1053. display:inline-block;
  1054. }
  1055. a.new-subscriptions {
  1056. font-weight:normal;
  1057. }
  1058. .forum-post__heading img {
  1059. max-height:13px
  1060. }
  1061. span.user_title {
  1062. max-height:32px
  1063. }
  1064. body {
  1065. background:#e1e3e4;color:#313131;
  1066. }
  1067. .thin>h2>a[href*="series.php"]:after,#header .new-subscriptions a:hover {
  1068. color:#313131
  1069. }
  1070. .torrent td,pre,blockquote {
  1071. color:#777!important
  1072. }
  1073. .signature {
  1074. border-top:1px dashed rgba(121,121,121,0.5);
  1075. }
  1076. #forums td {
  1077. color:#777
  1078. }
  1079. #header {
  1080. color:#9a9a9a
  1081. }
  1082. #header a {
  1083. color:#f7f7f7
  1084. }
  1085. tr.inbox-message--unread td a:hover,tr.unreadpm a:hover {
  1086. color:#f7f7f7
  1087. }
  1088. body #wrapper div#header {
  1089. background-color:#1a1a1a
  1090. }
  1091. .sidebar .box,.news_post .pad,.main_column .box,.main_column2 .box,#scontent .box {
  1092. background:#D9DBDB;
  1093. }
  1094. #header a:hover,#header a:focus {
  1095. color:#3c948b
  1096. }
  1097. #forums .forum_post td,#forums tr.colhead {
  1098. color:#313131
  1099. }
  1100. #forums tr.colhead td,#forums .colhead_dark,#forums .colhead_dark td {
  1101. color:#f7f7f7
  1102. }
  1103. td a {
  1104. color:#313131
  1105. }
  1106. .head a {
  1107. color:#313131
  1108. }
  1109. #summary .ui-widget-header {
  1110. border:none;
  1111. }
  1112. #torrents .torrent_table a[onclick*=toggle] strong {
  1113. color:#000
  1114. }
  1115. #torrents .torrent_table a[onclick*=toggle],a.episode,tr.recentinternalrow>td:first-child,a[href*="torrents.php?id"],a[href*="torrents.php?id"][title="View Torrent"].season:hover,a[href*="torrents.php?id"][title="View Torrent"].episode {
  1116. color:#777
  1117. }
  1118. .ui-tabs .ui-tabs-nav li.ui-state-default,div.ui-tabs-vertical .ui-tabs-nav li.ui-state-default {
  1119. background:#bbb!important
  1120. }
  1121. td,form.search_form,.box.pad,#blog .box,div.ui-tabs-vertical,.box.thin.clear {
  1122. background:#D9DBDB
  1123. }
  1124. .box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,#blog .head {
  1125. color:#9a9a9a;border-bottom:2px solid #1a1a1a
  1126. }
  1127. div#quickreplytext, {
  1128. padding:15px;background:#D0D0D0
  1129. }
  1130. #staffpm form#messageform,#staffpm #inbox h3,h3,h2 {
  1131. color:inherit;border:inherit;
  1132. }
  1133. .group td {
  1134. background:#d0d0d0
  1135. }
  1136. td {
  1137. padding:5px;border-bottom:1px solid #D0D0D0
  1138. }
  1139. .holder {
  1140. background:#1a1a1a
  1141. }
  1142. #menu {
  1143. background: #1d1d1d;
  1144. background: rgba(0,0,0,0.6);
  1145. border: 1px solid transparent;
  1146. }
  1147. #menu > ul {
  1148. display: flex;
  1149. width: 850px;
  1150. margin: 0 auto;
  1151. }
  1152. #menu > ul > li {
  1153. position: relative;
  1154. flex: 1 1 auto;
  1155. }
  1156. .nav_dropdown > div {
  1157. position: absolute;
  1158. background-color: rgba(0,0,0,0.6);
  1159. width: 100%;
  1160. z-index: 99999;
  1161. margin-top: 14px;
  1162. left: 0;
  1163. }
  1164. #nav_links > #links_menu {
  1165. width: 120px;
  1166. margin-left: -68px;
  1167. }
  1168. .nav_dropdown > div > a {
  1169. display: none;
  1170. height: 32px;
  1171. line-height: 32px;
  1172. }
  1173. .nav_dropdown:hover > div > a {
  1174. display: block;
  1175. }
  1176. #userinfo_minor a,#menu ul>li>a {
  1177. color:#fff
  1178. }
  1179. #header div#searchbars {
  1180. background: #131313;
  1181. padding: 4.5px 0;
  1182. display: flex;
  1183. width: 850px;
  1184. margin: 0 auto;
  1185. }
  1186. div#ft_container {
  1187. background:#D0D0D0
  1188. }
  1189. #taglist {
  1190. text-align:center;font-size:0.7187rem;background:#d9dbdb
  1191. }
  1192. table.layout {
  1193. width:100%
  1194. }
  1195. blockquote {
  1196. border:1px dashed rgba(121,121,121,0.5)
  1197. }
  1198. span[style="color: grey;"] {
  1199. color:#333!important
  1200. }
  1201. .box.torrent_description {
  1202. background:#d9dbdb
  1203. }
  1204. form.search_form input {
  1205. border:1px solid transparent;
  1206. }
  1207. form.search_form input {
  1208. background:#b5b5b5;color:#313131;border:1px solid transparent;
  1209. }
  1210. select {
  1211. border:1px solid transparent;
  1212. }
  1213. select {
  1214. background:#b5b5b5;color:#313131;border:1px solid transparent;
  1215. }
  1216. #header form.search_form input:hover,#header select:hover {
  1217. background:#1f1f1f;color:#f7f7f7;border:1px solid #444
  1218. }
  1219. #header form.search_form input:focus,#header select:focus,#header input:hover,#header input:focus {
  1220. background:#1f1f1f;color:#f7f7f7;border:1px solid #444!important
  1221. }
  1222. form.search_form input:hover,select:hover {
  1223. background:#a9a9a9;color:#f4f4f4;border:1px solid #a2a2a2
  1224. }
  1225. form.search_form input:focus,select:focus {
  1226. background:#a9a9a9;color:#333;border:1px solid #a2a2a2
  1227. }
  1228. #header input {
  1229. border:1px solid transparent;
  1230. }
  1231. #header input {
  1232. background:#333;color:#5a5a5a;border:1px solid transparent;
  1233. }
  1234. #inbox input[type="search"] {
  1235. color:inherit
  1236. }
  1237. input[type="submit"],input[type="button"] {
  1238. color:#f7f7f7;
  1239. }
  1240. input[type="submit"]:hover,input[type="submit"]:focus,input[type="button"]:hover,input[type="button"]:focus {
  1241. color:#f7f7f7;background-color:#777;
  1242. }
  1243. #taglist tr td a,.tags a,.sidebar .stats.nobullet a {
  1244. background:#9C9C9C;color:#f4f4f4;
  1245. }
  1246. #taglist tr td a:hover,#taglist tr td a:focus,.tags a:hover,.tags a:focus,.sidebar .stats.nobullet a:hover,.sidebar .stats.nobullet a:focus {
  1247. background:#333;color:#f4f4f4
  1248. }
  1249. .main_column .box .head.colhead_dark,.box.news_post .head {
  1250. border-bottom:1px solid #2b2b2b;0
  1251. }
  1252. .sidebar .stats.nobullet a.brackets {
  1253. background:inherit!important;color:inherit;
  1254. }
  1255. .box_info .stats.nobullet li a {
  1256. background:inherit;font-size:inherit;color:#3c948b!important;
  1257. }
  1258. .box_info .stats.nobullet li a:hover {
  1259. background:inherit;font-size:inherit;color:#313131;
  1260. }
  1261. .sidebar .box .head,.main_column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head {
  1262. border-bottom:1px solid #2b2b2b
  1263. }
  1264. td.read:before {
  1265. color:#ababab
  1266. }
  1267. td.read_sticky:before {
  1268. color:#ababab
  1269. }
  1270. td.read_locked:before {
  1271. ccolor:#ababab
  1272. }
  1273. td.unread_locked:before {
  1274. color:#3c948b
  1275. }
  1276. td.read_locked_sticky:before {
  1277. color:#ababab
  1278. }
  1279. td.unread_locked_sticky:before {
  1280. color:#3c948b
  1281. }
  1282. .submit.ft_submit span {
  1283. color:#555
  1284. }
  1285. form.search_form input[type="submit"]:hover,form.search_form input[type="button"]:hover {
  1286. background:#777;color:#f4f4f4;border:1px solid #777
  1287. }
  1288. form.search_form input[type="submit"],form.search_form input[type="button"] {
  1289. color:#f4f4f4;
  1290. }
  1291. .group_info>a:nth-child(2n):hover,.group_info>a:nth-child(3n):hover {
  1292. color:#313131
  1293. }
  1294. #index .sidebar .stats.nobullet a {
  1295. background:inherit;
  1296. }
  1297. #index .sidebar .stats.nobullet a:hover,#index .sidebar .stats.nobullet a:focus {
  1298. color:inherit
  1299. }
  1300. .forum_post a:hover,.forum_post a:focus,#summary .ui-widget-content {
  1301. color:#313131
  1302. }
  1303. li#nav_subscriptions.new-subscriptions a:hover {
  1304. color:#f7f7f7!important
  1305. }
  1306. .box.filter_torrents .head a,.forum_post .colhead a,.forum_post .colhead_dark a,#inbox .box .head a {
  1307. color:#313131
  1308. }
  1309. .hide_torrents {
  1310. width:28px;height:28px;background:url(../../img/d-hide.png) no-repeat center center;-moz-opacity:.5;opacity:.5;filter:alpha(opacity=50);background-size:10px 10px
  1311. }
  1312. .show_torrents {
  1313. width:28px;height:28px;background:url(../../img/d-show.png) no-repeat center center;-moz-opacity:.5;opacity:.5;filter:alpha(opacity=50);background-size:10px 10px
  1314. }
  1315. #inbox .box .body,#inbox .box #buttons .field_div.textarea_wrap,#inbox .box {
  1316. background:#D0D0D0
  1317. }
  1318. .lightbox img {
  1319. background-color:transparent
  1320. }
  1321. .curtain {
  1322. background:#111 50% 0 no-repeat fixed;
  1323. }
  1324. textarea,input {
  1325. background-color:#b5b5b5;
  1326. }
  1327. .noty_message,ul#noty_bottomRight_layout_container li,.noty_buttons {
  1328. background-color:#d9dbdb;background:#d9dbdb!important;color:#313131!important;border:none!important;
  1329. }
  1330. li#searchbar_torrents:first-of-type form:before,div#searchbars ul li:first-of-type form:before {
  1331. background:transparent;background-color:transparent;color:#717171
  1332. }
  1333. div#searchbars,div#searchbars ul,div#searchbars ul li,div#searchbars form {
  1334. background:transparent;background-color:transparent
  1335. }
  1336. textarea[name="comment"],input[name="subject"],textarea[name="body"],input[type="text"] {
  1337. background:#b5b5b5;color:#5a5a5a;border:1px solid transparent!important
  1338. }
  1339. textarea[name="comment"]:hover,input[name="subject"]:hover,textarea[name="body"]:hover,input[type="text"]:hover {
  1340. background:#a9a9a9;color:#f7f7f7;border:1px solid #9e9e9e!important
  1341. }
  1342. textarea[name="body"]:focus,textarea[name="comment"]:focus,input[name="subject"]:focus,input[type="text"]:focus {
  1343. background:#a9a9a9;color:#333;border:1px solid #9e9e9e!important
  1344. }
  1345. .autocomplete-suggestions strong {
  1346. color:#f7f7f7
  1347. }
  1348. .autocomplete-suggestions {
  1349. background:#131313;color:#9a9a9a;
  1350. }
  1351. .autocomplete-selected {
  1352. background:#222!important;color:#9a9a9a;background-color:#1f1f1f!important
  1353. }
  1354. div.noty_bar {
  1355. border:1px solid #d0d0d0
  1356. }
  1357. .filter_torrents .box.pad {
  1358. background:#D0D0D0
  1359. }
  1360. .forum_post tr.colhead_dark.notify_forums a,.forum_post tr.colhead a {
  1361. color:#f7f7f7
  1362. }
  1363. table#torrent_table strong {
  1364. color:#313131
  1365. }
  1366. .alertbar {
  1367. padding:10px;background:#D0D0D0;text-align:center
  1368. }
  1369. .box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,.sidebar .box .head,.main_column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head {
  1370. color:#F7F7F7;
  1371. }
  1372. div.pad#threadpoll {
  1373. background:#D0D0D0;
  1374. }
  1375. div.pad#threadpoll p strong {
  1376. color:#313131;
  1377. }
  1378. .thin h2,.thin h3,#content h2 {
  1379. color:#313131
  1380. }
  1381. #content .thin div[style="height:140px;"] {
  1382. background-color:#d0d0d0;
  1383. }
  1384. #index div#last5t>.head.colhead_dark:first-child {
  1385. margin-bottom:10px!important
  1386. }
  1387. .autocomplete-suggestion {
  1388. padding:5px
  1389. }
  1390. .tag_parody {
  1391. background: #d2aa4b !important;
  1392. }
  1393. .tag_character {
  1394. background: #689f78 !important;
  1395. }
  1396. .tag_female {
  1397. background: #e993e9 !important;
  1398. }
  1399. .tag_male {
  1400. background: #5959f9 !important;
  1401. }
  1402. .collage_image:hover {
  1403. box-shadow: 0px 0px 0px 3px #5aada5;
  1404. position: relative;
  1405. }
  1406. /* Fixed Header addition */
  1407. body.style_fixed_header #menu, body.style_fixed_header .main-menu {
  1408. position:fixed;
  1409. }
  1410. body.style_fixed_header #settings_sections.fixed {
  1411. top: 52px;
  1412. }