BioTorrents.de’s version of Gazelle
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.

postmod.scss 25KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402
  1. /*
  2. Postmodern: A mongrel stylesheet for What.CD, based on 'Zeal', a modification of the original 'Teal' by pellad.
  3. This design incorporates some code from the 'Customize Zeal' Greasemonkey script by OhmG. The background image is also sourced from that script.
  4. */
  5. /* Asset Location! */
  6. $images: "postmod/images/";
  7. /* Layout (Torrents page) */
  8. /* Global */
  9. @font-face {
  10. font-family: Akzidenz;
  11. src: url($images + "Akzidenz.otf");
  12. }
  13. @font-face {
  14. font-family: Officina;
  15. src: url($images + "Officina.otf");
  16. }
  17. @font-face {
  18. font-family: Corpid;
  19. src: url($images + "CorpidOffice.ttf");
  20. }
  21. @font-face {
  22. font-family: Avant;
  23. src: url($images + "Avant.otf");
  24. }
  25. * {
  26. padding: 0;
  27. margin: 0;
  28. }
  29. html {
  30. width: 100%;
  31. }
  32. body {
  33. background: #000 url($images + "wood.jpg") no-repeat fixed;
  34. font-family: Helvetica, Arial, sans-serif;
  35. font-size: 9pt;
  36. color: #eee;
  37. background-size: cover;
  38. }
  39. .forum_post pre {
  40. max-width: 660px;
  41. max-height: 500px;
  42. overflow: auto;
  43. }
  44. table tbody,
  45. .main_column,
  46. .sidebar,
  47. .box,
  48. .thin,
  49. .pad,
  50. #threadpoll,
  51. #poll {
  52. color: #444;
  53. }
  54. /* Common elements */
  55. a {
  56. text-decoration: none;
  57. border: none;
  58. color: #4fd1ff;
  59. }
  60. a img {
  61. border: 0;
  62. }
  63. table tbody a,
  64. .main_column a,
  65. .sidebar a,
  66. .box a {
  67. color: #0a84af;
  68. }
  69. table tbody a:hover,
  70. .main_column a:hover,
  71. .sidebar a:hover,
  72. .box a:hover {
  73. color: #0c9ccf;
  74. }
  75. #header a:hover,
  76. .linkbox a:hover {
  77. text-decoration: underline;
  78. }
  79. a[onclick]:focus {
  80. outline: 0;
  81. background: transparent;
  82. }
  83. a[onclick]:active {
  84. outline: 0;
  85. }
  86. a[onclick^="AddArtistField"]:focus,
  87. a[onclick^="AddArtistField"]:active {
  88. outline: 0;
  89. background: transparent !important;
  90. padding: 0 !important;
  91. }
  92. /* 2021-01-16
  93. .main_column a[href^="http"],
  94. .main_column a[href^="https"] {
  95. padding: 0 10px 0 0;
  96. background: url(images/external.png) 100% 4px no-repeat;
  97. }
  98. */
  99. /* 2021-01-16
  100. .main_column a[href^="http"]:hover,
  101. .main_column a[href^="https"]:hover {
  102. padding: 0 10px 0 0;
  103. background: url(images/external.png) 100% 4px no-repeat !important;
  104. }
  105. */
  106. /* 2021-01-16
  107. .forum_post a[href^="http"],
  108. .forum_post a[href^="https"] {
  109. padding: 0 10px 0 0;
  110. background: url(images/external.png) 100% 4px no-repeat;
  111. }
  112. */
  113. /* 2021-01-16
  114. .forum_post a[href^="http"]:hover,
  115. .forum_post a[href^="https"]:hover {
  116. padding: 0 10px 0 0;
  117. background: url(images/external.png) 100% 4px no-repeat;
  118. }
  119. */
  120. /* 2021-01-16
  121. .head a[href^="http"]:hover,
  122. .head a[href^="https"]:hover,
  123. .colhead a[href^="http"]:hover,
  124. .colhead a[href^="https"]:hover,
  125. .colhead_dark a[href^="http"]:hover,
  126. .colhead_dark a[href^="https"]:hover {
  127. padding: 0 10px 0 0;
  128. background: url(images/external.png) 100% 4px no-repeat;
  129. }
  130. */
  131. /* 2021-01-16
  132. .forum_post a[href^="http"] img,
  133. .forum_post a[href^="https"] img {
  134. padding: 0 0 0 0;
  135. background: transparent !important;
  136. border: none;
  137. }
  138. */
  139. /* 2021-01-16
  140. .forum_post a[href^="http"] img:hover,
  141. .forum_post a[href^="https"] img:hover {
  142. padding: 0 0 0 0;
  143. background: transparent !important;
  144. border: none;
  145. }
  146. */
  147. h1,
  148. h2,
  149. h3 {
  150. margin: 5px 0px;
  151. color: #dfdfdf;
  152. font-family: Akzidenz, sans-serif;
  153. }
  154. h1 a:hover,
  155. h2 a:hover,
  156. h3 a:hover {
  157. text-decoration: underline;
  158. }
  159. .box h1,
  160. .box h2,
  161. .box h3,
  162. .box h4 .box2 h1,
  163. .box2 h2,
  164. .box2 h3,
  165. .box2 h4 {
  166. color: #000;
  167. }
  168. .size3,
  169. .size4,
  170. .size5,
  171. .size6,
  172. .size7 {
  173. font-family: Akzidenz, sans-serif;
  174. }
  175. li {
  176. margin: 5px 15px;
  177. }
  178. input {
  179. padding: 2px 3px;
  180. }
  181. textarea {
  182. padding: 2px 3px;
  183. }
  184. img {
  185. border: none;
  186. }
  187. /* Styles generated by the BBCode parser */
  188. span.size1 {
  189. font-size: 0.75em;
  190. }
  191. span.size2 {
  192. font-size: 1em;
  193. }
  194. span.size3 {
  195. font-size: 1.25em;
  196. }
  197. span.size4 {
  198. font-size: 1.5em;
  199. }
  200. span.size5 {
  201. font-size: 1.75em;
  202. }
  203. span.size6 {
  204. font-size: 2em;
  205. }
  206. span.size7 {
  207. font-size: 2.25em;
  208. }
  209. span.size8 {
  210. font-size: 2.5em;
  211. }
  212. span.size9 {
  213. font-size: 2.75em;
  214. }
  215. span.size10 {
  216. font-size: 3em;
  217. }
  218. ul.thin {
  219. margin: 0px 0px 0px 25px;
  220. padding: 0px;
  221. }
  222. ul.thin li {
  223. margin: 0px 0px;
  224. padding: 0px;
  225. }
  226. /* Layout (Every page) */
  227. #wrapper {
  228. padding: 0 0 0 0;
  229. }
  230. #header {
  231. width: 950px;
  232. margin: 0 auto 0 auto;
  233. height: 173px;
  234. padding: 0 0 0 0;
  235. }
  236. #content {
  237. width: 906px;
  238. margin: 0 auto 0 auto;
  239. border: 1px solid #222;
  240. color: #dfdfdf;
  241. background: transparent url($images + "content.png");
  242. padding: 40px 22px;
  243. overflow: hidden;
  244. }
  245. /* 2021-01-16
  246. #alerts {
  247. background: transparent url($images + "content.png");
  248. padding: 4px 9px;
  249. margin: -19px auto 0 auto;
  250. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  251. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  252. }
  253. */
  254. #footer {
  255. background: transparent url($images + "bg_footer.png");
  256. margin-top: 40px;
  257. width: 100%;
  258. text-align: center;
  259. padding: 1em 0;
  260. color: #ccc;
  261. font-size: 8pt;
  262. }
  263. #footer:after {
  264. content: url($images + "gazelle.png");
  265. }
  266. /* 2021-02-11
  267. #disclaimer_container {
  268. font-size: 7pt;
  269. color: #ccc;
  270. }
  271. */
  272. /* 2021-01-16
  273. #logo {
  274. width: 193px;
  275. height: 39px;
  276. background: url("data:image/png;base64,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")
  277. no-repeat top left;
  278. margin: 23px 0 0 11px;
  279. position: absolute;
  280. z-index: 2;
  281. }
  282. */
  283. /* 2021-01-16
  284. #logo a {
  285. border: none;
  286. width: 193px;
  287. height: 39px;
  288. display: block;
  289. }
  290. */
  291. #header a:active,
  292. #header a:focus,
  293. #logo a:hover,
  294. #logo a:active,
  295. logo a:focus {
  296. border: none;
  297. outline: none;
  298. }
  299. /* 2021-01-16
  300. #menu {
  301. height: 38px;
  302. position: absolute;
  303. padding: 0 0 0 0;
  304. margin: 30px 0 0 340px;
  305. font-family: Helvetica, Arial, sans-serif;
  306. font-size: 11pt;
  307. min-width: 595px;
  308. }
  309. */
  310. #menu a {
  311. color: #fff;
  312. text-decoration: none;
  313. }
  314. #menu ul {
  315. margin: 0;
  316. padding: 0;
  317. list-style: none;
  318. }
  319. #menu ul li {
  320. float: left;
  321. margin: 5px 8px;
  322. display: block;
  323. }
  324. #menu ul li a {
  325. font-family: Akzidenz, sans-serif;
  326. font-size: 11pt;
  327. outline: none;
  328. padding: 0 0 2px 0;
  329. }
  330. #menu ul li a:hover {
  331. border-bottom: 3px solid #efb34a;
  332. text-decoration: none;
  333. }
  334. #menu ul li a:active,
  335. #menu ul li a:focus {
  336. border-bottom: 3px solid #efa82c;
  337. }
  338. #index #nav_index a,
  339. #torrents #nav_torrents a,
  340. #collage #nav_collages a,
  341. #requests #nav_requests a,
  342. #forums #nav_forums a,
  343. #chat #nav_irc a,
  344. #top10 #nav_top10 a,
  345. #rules #nav_rules a,
  346. #wiki #nav_wiki a,
  347. #staff #nav_staff a {
  348. border-bottom: 4px solid #111;
  349. }
  350. /* 2021-01-16
  351. #userinfo {
  352. position: absolute;
  353. color: #fff;
  354. width: 950px;
  355. font-size: 8pt;
  356. }
  357. */
  358. /* 2021-01-16
  359. #userinfo_major {
  360. position: absolute;
  361. width: 609px;
  362. margin: 110px 0 0 326px;
  363. text-align: right;
  364. }
  365. */
  366. /* 2021-01-16
  367. #userinfo_username {
  368. position: absolute;
  369. margin: 94px 0 0 11px;
  370. }
  371. */
  372. /* 2021-01-16
  373. #userinfo_stats {
  374. margin: 74px 0 0 11px;
  375. position: absolute;
  376. }
  377. */
  378. /* 2021-01-16
  379. #userinfo_stats a {
  380. }
  381. */
  382. #userinfo_stats li span {
  383. color: #fff;
  384. }
  385. #userinfo_minor {
  386. position: absolute;
  387. width: 295px;
  388. margin: 70px 0 0 640px;
  389. text-align: right;
  390. float: right;
  391. }
  392. #userinfo_minor li a {
  393. color: #fff;
  394. }
  395. #userinfo img {
  396. margin-top: -5px;
  397. }
  398. #userinfo ul {
  399. }
  400. #userinfo ul li {
  401. display: inline;
  402. margin: 0 0.1em;
  403. line-height: 20px;
  404. vertical-align: middle;
  405. padding: 0px;
  406. }
  407. #userinfo a,
  408. #alerts a {
  409. color: #fff;
  410. }
  411. #userinfo b a {
  412. font-weight: normal;
  413. font-size: 0.9em;
  414. }
  415. /* 2021-01-16
  416. #searchbars {
  417. position: absolute;
  418. top: 132px;
  419. width: 912px;
  420. margin: 0 0 0 17px;
  421. }
  422. */
  423. #searchbars input {
  424. /* width: 130px; */
  425. border: 1px solid #fff;
  426. padding: 0 2px 0 10px;
  427. font-family: Helvetica, Arial, sans-serif;
  428. height: 22px;
  429. background: url($images + "content_light.png") transparent;
  430. color: #fff;
  431. -moz-border-radius: 2px;
  432. -webkit-border-radius: 2px;
  433. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  434. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  435. }
  436. #autocomplete {
  437. background: url($images + "content.png");
  438. border: 1px solid #eee;
  439. list-style: none;
  440. }
  441. #searchbars input:active,
  442. #searchbars input:focus {
  443. background: url($images + "content.png");
  444. border: 1px solid #eee;
  445. }
  446. #searchbars ul {
  447. margin: 0;
  448. padding: 0;
  449. list-style: none;
  450. display: block;
  451. }
  452. #searchbars ul li {
  453. display: inline;
  454. float: left;
  455. width: 148px;
  456. margin: 0;
  457. padding-left: 4px;
  458. position: relative;
  459. list-style: none;
  460. }
  461. #searchbars ul li ul {
  462. display: block;
  463. position: absolute;
  464. top: 1em;
  465. left: 0;
  466. z-index: 1000;
  467. border: 1px solid #eee;
  468. background: url($images + "content.png");
  469. width: 12em;
  470. margin-top: 12px;
  471. }
  472. #searchbars ul li ul li {
  473. margin: 1px 0 1px 4px;
  474. padding: 0;
  475. display: block;
  476. width: 100%;
  477. cursor: pointer;
  478. }
  479. #searchbars ul li ul li.highlight {
  480. color: #4fd1ff;
  481. }
  482. #searchbars ul li form {
  483. display: inline;
  484. margin: 0;
  485. }
  486. /* 2021-01-16
  487. #alerts {
  488. width: 230px;
  489. margin: 75px 0px 0px 338px;
  490. position: absolute;
  491. text-align: center;
  492. color: #fff;
  493. }
  494. */
  495. #cat-selector ul {
  496. width: 100%;
  497. }
  498. #cat-selector ul li {
  499. display: inline;
  500. width: 12em;
  501. height: 1em;
  502. float: left;
  503. }
  504. #debug_report pre {
  505. width: 890px;
  506. overflow: auto;
  507. }
  508. /* Strip the category column */
  509. td.cats_col,
  510. td.center.cats_col {
  511. border-right: none;
  512. }
  513. table.grouping > tbody > tr.torrent > td:first-child + td + td,
  514. table.no_grouping > tbody > tr.torrent > td:first-child + td,
  515. table.grouping > tbody > tr.group > td:first-child + td + td,
  516. table.grouping > tbody > tr.colhead > td:first-child + td + td,
  517. table.no_grouping > tbody > tr.group > td:first-child + td,
  518. table.no_grouping > tbody > tr.colhead > td:first-child + td {
  519. /*text-indent:-20px;*/
  520. border-left: none;
  521. }
  522. .last_read {
  523. width: 15px;
  524. height: 15px;
  525. background: url($images + "go_last_read.png") no-repeat center center;
  526. margin-left: 5px;
  527. }
  528. .last_read a {
  529. border: none;
  530. width: 100%;
  531. height: 100%;
  532. display: block;
  533. }
  534. .last_read a:hover {
  535. border: none;
  536. }
  537. .last_read a:active,
  538. .last_read a:focus {
  539. outline: 0;
  540. }
  541. .hidden {
  542. position: absolute;
  543. left: -10000px;
  544. }
  545. input.hidden {
  546. position: absolute;
  547. display: none;
  548. }
  549. /* Layout (Any page) */
  550. .thin {
  551. width: 850px;
  552. margin: 0px auto;
  553. color: #dfdfdf;
  554. }
  555. .linkbox {
  556. text-align: center;
  557. padding: 5px;
  558. color: #fcfcfc;
  559. }
  560. .center {
  561. text-align: center;
  562. }
  563. .right {
  564. text-align: right;
  565. }
  566. .min_padding {
  567. padding: 0px;
  568. margin: 0px 0px;
  569. }
  570. p.min_padding {
  571. margin: 2px 0px;
  572. }
  573. .pad {
  574. padding: 1em;
  575. }
  576. .sidebar .pad {
  577. padding: 10px;
  578. }
  579. .vertical_space {
  580. margin-bottom: 10px;
  581. }
  582. .box {
  583. font-size: 10pt;
  584. background-color: #f7f6f2;
  585. margin-bottom: 10px;
  586. }
  587. .box2 {
  588. font-size: 10pt;
  589. background-color: #f7f6f2;
  590. margin-bottom: 10px;
  591. }
  592. .pad h3,
  593. .pad h4,
  594. .padbox h3,
  595. .padbox h4 {
  596. margin-top: 0px;
  597. padding-top: 0px;
  598. }
  599. .sidebar {
  600. float: right;
  601. width: 245px;
  602. }
  603. .body {
  604. padding: 3px 10px 10px 10px;
  605. }
  606. .main_column {
  607. width: 592px;
  608. }
  609. .main_column table {
  610. margin-bottom: 10px;
  611. }
  612. .main_column .box .body {
  613. font-size: 8pt;
  614. }
  615. .tags {
  616. padding: 0px 0px 0px 20px;
  617. font-style: italic;
  618. }
  619. .tags a {
  620. color: #8d957e;
  621. }
  622. .tags a:hover {
  623. color: #444;
  624. }
  625. .noborder {
  626. border: none;
  627. }
  628. ul.nobullet {
  629. list-style-type: none;
  630. }
  631. #user .box2 .nobullet a {
  632. font-size: 16px;
  633. }
  634. table {
  635. width: 100%;
  636. border-collapse: collapse;
  637. border: none;
  638. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  639. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  640. }
  641. tr {
  642. border: none;
  643. background-color: #fbfaf8;
  644. }
  645. tr.rowa {
  646. background-color: #f0f0f0;
  647. }
  648. tr.rowb {
  649. background-color: #ffffff;
  650. }
  651. td,
  652. th {
  653. border: none;
  654. padding: 5px;
  655. text-align: left;
  656. }
  657. .colhead,
  658. .colhead_dark,
  659. .head {
  660. padding: 4px;
  661. background: #000 url($images + "table_header_dark.png") repeat-x;
  662. border-bottom: 1px solid #000;
  663. color: #fbfcfd;
  664. }
  665. .colhead a,
  666. .colhead_dark a,
  667. .head a {
  668. color: #fbfcfd;
  669. }
  670. .colhead_dark a img:active,
  671. .colhead_dark a img:focus {
  672. outline: 0;
  673. }
  674. td.colhead,
  675. .colhead td,
  676. .colhead th {
  677. padding-left: 10px;
  678. padding-right: 10px;
  679. }
  680. .colhead .sign,
  681. .colhead_dark .sign {
  682. padding: 0px 8px 0px 8px;
  683. vertical-align: middle;
  684. text-align: center;
  685. font-size: 12pt;
  686. }
  687. td.label {
  688. text-align: right;
  689. width: 180px;
  690. }
  691. #upload form table td.label {
  692. vertical-align: top;
  693. padding-top: 15px;
  694. }
  695. table.slice {
  696. margin-top: -1px;
  697. }
  698. tr.peer_list {
  699. font-size: 8pt;
  700. }
  701. tr.peer_list td {
  702. padding: 2px 0px 2px 2px;
  703. }
  704. .error_message {
  705. border: 1px solid #666;
  706. padding: 3px 0px 3px 0px;
  707. background-color: #af2525;
  708. text-align: center;
  709. color: white;
  710. }
  711. .save_message {
  712. border: 1px solid #666;
  713. padding: 3px 0px 3px 0px;
  714. background-color: #f4e649;
  715. text-align: center;
  716. color: #492802;
  717. }
  718. .elem_error {
  719. border: 3px solid #b00d0d;
  720. }
  721. .hide {
  722. display: none;
  723. }
  724. /* Layout (home page) */
  725. ul.stats li {
  726. padding: 0px 0px 1px 0px;
  727. font-size: 8pt;
  728. }
  729. ul.poll li {
  730. padding: 0px 0px 0px 10px;
  731. margin: 0px;
  732. clear: left;
  733. }
  734. ul.poll li.graph {
  735. margin-bottom: 3px;
  736. padding-left: 20px;
  737. }
  738. /* Layout (Torrents page) */
  739. .show_torrents {
  740. width: 28px;
  741. height: 28px;
  742. background: url($images + "show.png") no-repeat center center;
  743. -moz-opacity: 0.5;
  744. opacity: 0.5;
  745. filter: alpha(opacity=50);
  746. }
  747. .hide_torrents {
  748. width: 28px;
  749. height: 28px;
  750. background: url($images + "hide.png") no-repeat center center;
  751. -moz-opacity: 0.5;
  752. opacity: 0.5;
  753. filter: alpha(opacity=50);
  754. }
  755. .show_torrents_link {
  756. border: none;
  757. width: 28px;
  758. height: 28px;
  759. display: block;
  760. }
  761. .torrent_table a:active img,
  762. .torrent_table a:focus img {
  763. background-color: transparent !important;
  764. }
  765. .filter_torrents {
  766. width: 750px;
  767. margin: auto;
  768. }
  769. .filter_torrents .submit {
  770. text-align: right;
  771. padding-top: 5px;
  772. }
  773. #content form.search_form + .torrent_table {
  774. margin-top: 20px;
  775. }
  776. .cat_list tr td {
  777. border: none;
  778. }
  779. .torrent_table tr {
  780. vertical-align: top;
  781. }
  782. .torrent_table tr.group {
  783. background-color: #efefef;
  784. }
  785. .torrent_table tr.group_torrent {
  786. background-color: #fbfaf8;
  787. border-bottom: 1px solid #efefef;
  788. }
  789. tr.group_torrent td,
  790. tr.group td,
  791. tr.torrent td {
  792. color: #646054;
  793. }
  794. .torrent_table.grouping tr.torrent,
  795. .torrent_table.no_grouping tr.torrent {
  796. background-color: #efefef;
  797. }
  798. .torrent_table div.tags {
  799. font-weight: normal;
  800. }
  801. .torrent_table tr .center {
  802. vertical-align: middle;
  803. text-align: center;
  804. }
  805. .group_torrent span {
  806. float: right;
  807. }
  808. .torrent span {
  809. font-weight: normal;
  810. float: right;
  811. }
  812. .nobr {
  813. white-space: nowrap;
  814. }
  815. /* Layout (Forums) */
  816. .unread_locked_sticky {
  817. background: url($images + "locked_sticky_unread.png") no-repeat center center;
  818. }
  819. .read_locked_sticky {
  820. background: url($images + "locked_sticky_read.png") no-repeat center center;
  821. }
  822. .read_sticky {
  823. background: url($images + "sticky_read.png") no-repeat center center;
  824. }
  825. .unread_sticky {
  826. background: url($images + "sticky_unread.png") no-repeat center center;
  827. }
  828. .unread_locked {
  829. background: url($images + "locked_unread.png") no-repeat center center;
  830. }
  831. .read_locked {
  832. background: url($images + "locked_read.png") no-repeat center center;
  833. }
  834. .unread {
  835. background: url($images + "unread.png") no-repeat center center;
  836. }
  837. .read {
  838. background: url($images + "read.png") no-repeat center center;
  839. }
  840. table.forum_post {
  841. margin: 10px 0px;
  842. }
  843. table.forum_post td {
  844. border: 1px solid #666;
  845. }
  846. table.forum_unread {
  847. border: 2px solid #ea5600;
  848. }
  849. td.avatar {
  850. width: 150px;
  851. padding: 0px;
  852. }
  853. table.forum_post td.body {
  854. width: 690px;
  855. }
  856. #quickreplypreview .forum_post {
  857. padding: 5px;
  858. }
  859. strong.quoteheader {
  860. color: #444;
  861. }
  862. blockquote {
  863. margin: 10px;
  864. padding: 10px;
  865. border: 1px dashed #666;
  866. background: #ececec;
  867. }
  868. /* Layout (Inbox) */
  869. tr.unreadpm {
  870. background-color: #e0ebef;
  871. }
  872. /* Layout (collages) */
  873. .collage_images li {
  874. background-color: #f7f6f2;
  875. vertical-align: middle;
  876. }
  877. /* Layout (Permission Page) */
  878. .permission_head {
  879. width: 400px;
  880. margin-left: auto;
  881. margin-right: auto;
  882. }
  883. .permissions {
  884. width: 930px;
  885. margin-left: auto;
  886. margin-right: auto;
  887. }
  888. .permission_container {
  889. float: left;
  890. width: 300px;
  891. padding: 5px;
  892. }
  893. .permission_container input {
  894. margin: 0px 3px 5px 0px;
  895. vertical-align: top;
  896. }
  897. .toolbox_container {
  898. float: left;
  899. padding: 5px;
  900. width: 200px;
  901. }
  902. /* Layout (Invite tree) */
  903. ul .invitetree {
  904. margin: 0px 0px 0px 25px;
  905. }
  906. .invitetree li {
  907. list-style: none;
  908. margin: 10px 2px;
  909. }
  910. .head a:hover,
  911. .colhead a:hover,
  912. .colhead_dark a:hover,
  913. .head a:focus,
  914. .colhead a:focus,
  915. .colhead_dark a:focus {
  916. background: transparent !important;
  917. outline: 0;
  918. }
  919. /* Layout (User options) */
  920. .user_options .options_list li {
  921. margin: 0;
  922. }
  923. /* Layout (MISC) */
  924. .poll {
  925. list-style: none;
  926. padding: 10px;
  927. margin: 5px;
  928. }
  929. .poll li {
  930. clear: both;
  931. }
  932. .poll .graph {
  933. padding: 0 0 15px 0;
  934. }
  935. .poll .graph span {
  936. display: block;
  937. height: 19px;
  938. float: left;
  939. }
  940. .poll .graph .left_poll {
  941. width: 9px;
  942. background: url($images + "poll_left.png") top left no-repeat;
  943. }
  944. .poll .graph .center_poll {
  945. background: url($images + "poll_middle.png") top left repeat-x;
  946. max-width: 730px;
  947. }
  948. #index .poll .graph .center_poll {
  949. max-width: 135px;
  950. }
  951. .poll .graph .right_poll {
  952. width: 11px;
  953. background: url($images + "poll_right.png") top left no-repeat;
  954. }
  955. .curtain {
  956. position: fixed;
  957. top: 0;
  958. left: 0;
  959. width: 100%;
  960. height: 100%;
  961. background: #111 50% 0 no-repeat fixed;
  962. z-index: 1001;
  963. -moz-opacity: 0.9;
  964. opacity: 0.9;
  965. filter: alpha(opacity=90);
  966. }
  967. .lightbox {
  968. position: fixed;
  969. text-align: center;
  970. top: 5%;
  971. left: 5%;
  972. width: 90%;
  973. height: 90%;
  974. padding: 0px;
  975. z-index: 1002;
  976. overflow: auto;
  977. }
  978. .lightbox img {
  979. max-width: 100%;
  980. max-height: 100%;
  981. background-color: transparent;
  982. z-index: -1;
  983. }
  984. input[type="button"],
  985. input[type="submit"] {
  986. background: #111 /*url(images/alert-overlay.png)*/ repeat-x;
  987. display: inline-block;
  988. padding: 3px 6px 4px;
  989. margin: 3px;
  990. color: #fff;
  991. text-decoration: none;
  992. -moz-border-radius: 2px;
  993. -webkit-border-radius: 2px;
  994. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  995. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  996. border-left: 0;
  997. border-top: 0;
  998. border-right: 0;
  999. border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  1000. cursor: pointer;
  1001. }
  1002. input[type="button"]:hover,
  1003. input[type="submit"]:hover {
  1004. background-color: #000;
  1005. color: #fff;
  1006. }
  1007. input[type="button"]:active,
  1008. input[type="submit"]:active {
  1009. top: 1px;
  1010. }
  1011. input[type="button"]:active,
  1012. input[type="button"]:focus,
  1013. input[type="submit"]:active,
  1014. input[type="submit"]:focus {
  1015. display: inline-block;
  1016. padding: 3px 6px 4px;
  1017. margin: 3px;
  1018. color: #fff;
  1019. text-decoration: none;
  1020. -moz-border-radius: 2px;
  1021. -webkit-border-radius: 2px;
  1022. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  1023. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  1024. border-left: 0;
  1025. border-top: 0;
  1026. border-right: 0;
  1027. border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  1028. cursor: pointer;
  1029. }
  1030. input[type="text"],
  1031. input[type="email"],
  1032. input[type="password"],
  1033. input[type="search"] {
  1034. background: #111 /*url(images/alert-overlay.png)*/ repeat-x;
  1035. display: inline-block;
  1036. padding: 3px;
  1037. margin: 3px;
  1038. color: #fff;
  1039. text-decoration: none;
  1040. border-top: 1px solid #777;
  1041. border-left: 1px solid #777;
  1042. border-right: 1px solid #333;
  1043. border-bottom: 1px solid #333;
  1044. }
  1045. input[type="text"]:hover,
  1046. input[type="text"]:focus,
  1047. input[type="email"]:hover,
  1048. input[type="email"]:focus,
  1049. input[type="search"]:hover,
  1050. input[type="search"]:focus,
  1051. input[type="password"]:hover,
  1052. input[type="password"]:focus {
  1053. background-color: #000;
  1054. color: #fff;
  1055. }
  1056. input[type="text"]:active,
  1057. input[type="email"]:active,
  1058. input[type="search"]:active,
  1059. input[type="password"]:active {
  1060. top: 1px;
  1061. }
  1062. input[disabled="disabled"] {
  1063. background: #4f4f4f /*url(images/alert-overlay.png)*/ repeat-x;
  1064. color: #dfdfdf;
  1065. }
  1066. input[disabled="disabled"]:hover,
  1067. input[disabled="disabled"]:focus,
  1068. input[disabled="disabled"]:active {
  1069. background-color: #4f4f4f;
  1070. color: #dfdfdf;
  1071. }
  1072. select[disabled="disabled"] {
  1073. background: #4f4f4f;
  1074. color: #dfdfdf;
  1075. }
  1076. select[disabled="disabled"]:hover,
  1077. select[disabled="disabled"]:focus,
  1078. select[disabled="disabled"]:active {
  1079. background-color: #4f4f4f;
  1080. color: #dfdfdf;
  1081. }
  1082. select,
  1083. select:active,
  1084. select:focus {
  1085. background: #111 /*url(images/alert-overlay.png)*/ repeat-x;
  1086. display: inline-block;
  1087. margin: 3px;
  1088. color: #fff;
  1089. text-decoration: none;
  1090. border: 0;
  1091. font-family: Helvetica, Arial, sans-serif;
  1092. }
  1093. option,
  1094. option:active,
  1095. option:focus {
  1096. background: #111;
  1097. padding: 1px;
  1098. margin: 0;
  1099. color: #fff;
  1100. text-decoration: none;
  1101. border: 0;
  1102. font-family: Helvetica, Arial, sans-serif;
  1103. }
  1104. select:hover,
  1105. option:hover {
  1106. background: #3f3f3f;
  1107. }
  1108. #logchecker .thin,
  1109. #logchecker h3,
  1110. .log_outer,
  1111. .log_outer h3 {
  1112. color: #444;
  1113. }
  1114. .spellcheck {
  1115. margin: 10px 0;
  1116. font-size: 1.25em;
  1117. font-weight: bold;
  1118. }
  1119. ul,
  1120. ol {
  1121. list-style-position: inside;
  1122. }
  1123. tr.torrent .bookmark > a:before {
  1124. color: #646054;
  1125. }
  1126. tr.torrent .bookmark > a:after {
  1127. color: #646054;
  1128. }
  1129. #requests .forum_post textarea {
  1130. /* overriding the inline 80-character monospace */
  1131. max-width: 409px;
  1132. }
  1133. .linkbox .brackets:before,
  1134. .linkbox .brackets:after,
  1135. .top10_quantity_links .brackets:before,
  1136. .top10_quantity_links .brackets:after {
  1137. color: #fcfcfc;
  1138. }
  1139. #userinfo_username .brackets:before {
  1140. content: "[";
  1141. }
  1142. #userinfo_username .brackets:after {
  1143. content: "]";
  1144. }
  1145. .field_div {
  1146. margin-bottom: 10px;
  1147. }
  1148. .edit_changelog textarea {
  1149. width: 600px;
  1150. }
  1151. .autocomplete-suggestions {
  1152. background: #111;
  1153. }
  1154. .autocomplete-selected {
  1155. background: #444;
  1156. }
  1157. div[class~="tooltipster-base"] {
  1158. background-color: #ececec;
  1159. color: #444;
  1160. }
  1161. div[class~="tooltipster-content"] > a {
  1162. color: #0a84af;
  1163. }
  1164. #settings_sections #submit,
  1165. #settings_sections #settings_search {
  1166. margin: 3px 0;
  1167. }
  1168. .vote_tag_up,
  1169. .vote_artist_up,
  1170. .vote_album_up,
  1171. .small_upvote,
  1172. .small_upvoted {
  1173. color: green;
  1174. }
  1175. .vote_tag_down,
  1176. .vote_artist_down,
  1177. .vote_album_down,
  1178. .small_downvote,
  1179. .small_downvoted {
  1180. color: red;
  1181. }
  1182. /* workaround for calendar display issue */
  1183. div.sidebar #event_div {
  1184. margin-left: -50px;
  1185. }
  1186. .sidebar img {
  1187. max-width: 225px;
  1188. }
  1189. .news_post img,
  1190. .wiki_article img {
  1191. max-width: 565px;
  1192. }
  1193. #reportsv2 .manage_form img {
  1194. max-width: 622px;
  1195. }
  1196. input[type="search"] {
  1197. font-size: 13px;
  1198. }