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.

style.css 18KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. /* Layout (Torrents page) */
  2. #site_debug td{
  3. border: 1px solid #666;
  4. }
  5. /* We're going to opt for the category icon method for now, tags_* is also available */
  6. .cats_dna { width: 36px; height: 36px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
  7. .cats_rna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
  8. .cats_protein { width: 36px; height: 36px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
  9. .cats_other { width: 36px; height: 36px; background: url('/static/common/caticons/other.png') no-repeat center center; }
  10. /* Global */
  11. * {
  12. padding: 0em;
  13. margin: 0em;
  14. }
  15. html {
  16. width: 100%;
  17. }
  18. body {
  19. width: 100%;
  20. background-color: #EDDDE7;
  21. font-family: tahoma, helvetica, sans-serif;
  22. font-size: 8pt;
  23. color: #000;
  24. min-width: 850px;
  25. }
  26. /* Common elements */
  27. a {
  28. text-decoration: none;
  29. border: none;
  30. color: #444;
  31. }
  32. a:hover {
  33. text-decoration: underline;
  34. color: #555;
  35. }
  36. button, input[type=button], input[type=submit] {
  37. background: #EAABED;
  38. box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  39. }
  40. button:hover, input[type=button]:hover, input[type=submit]:hover {
  41. background: #E197E5;
  42. }
  43. button:focus, input[type=button]:focus, input[type=submit]:focus {
  44. background: #D48DD8;
  45. }
  46. .spoilerButton {
  47. max-width: 540px;
  48. }
  49. .forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a {
  50. text-decoration: none;
  51. border: none;
  52. color: #862A5E;
  53. }
  54. .forum_post .body a:hover:not([href="#"]), .rule_summary a:hover, .wiki_article a:hover, #actual_rules a:hover, .news_post .pad a:hover, .store_table a:hover {
  55. text-decoration: underline;
  56. border: none;
  57. color: #B65A8E;
  58. }
  59. h1,h2,h3,h4 {
  60. margin: 5px 0px;
  61. font-weight: bold;
  62. }
  63. h2 {
  64. text-align: center;
  65. font-size: 12pt;
  66. }
  67. h4 {
  68. font-size: 8pt;
  69. }
  70. p {
  71. margin: 10px 5px;
  72. }
  73. li {
  74. margin: 5px 15px;
  75. }
  76. img {
  77. border: none;
  78. }
  79. /* Styles generated by the BBCode parser */
  80. span.size1 { font-size:0.75em; }
  81. span.size2 { font-size:1em; }
  82. span.size3 { font-size:1.25em; }
  83. span.size4 { font-size:1.5em; }
  84. span.size5 { font-size:1.75em; }
  85. span.size6 { font-size:2em; }
  86. span.size7 { font-size:2.25em; }
  87. span.size8 { font-size:2.5em; }
  88. span.size9 { font-size:2.75em; }
  89. span.size10 { font-size:3em; }
  90. ul.thin { margin:0px 0px 0px 25px; padding:0px; }
  91. ul.thin li { margin:0px 0px; padding:0px; }
  92. /* Layout (Every page) */
  93. #header {
  94. width: 100%;
  95. padding: 0px 0 0 0;
  96. background: #fbc2e5;
  97. margin-bottom: 10px;
  98. }
  99. #content {
  100. margin: auto;
  101. margin-top: 10px;
  102. /* margin-top: 100px; */
  103. width: 90%;
  104. min-width: 872px;
  105. overflow: hidden;
  106. }
  107. #footer {
  108. /* margin-top: 40px; */
  109. margin-top: 10px;
  110. width: 100%;
  111. text-align: center;
  112. padding: 1em 0;
  113. opacity: 0;
  114. transition: ease-in-out 0.3s;
  115. transition-delay: 0.7s;
  116. }
  117. #footer:hover {
  118. opacity: 1;
  119. }
  120. #logo {
  121. width: 250px;
  122. height: 50px;
  123. background: url('images/logo.png') no-repeat center center;
  124. margin: 0 0 0 10%;
  125. }
  126. #logo a {
  127. border: none;
  128. width: 100%;
  129. height: 50px;
  130. display: block;
  131. }
  132. #logo a:hover {
  133. border: none;
  134. }
  135. #menu {
  136. width: 100%;
  137. text-align: center;
  138. background-color: #461640;
  139. font-size: 10pt;
  140. }
  141. #menu > ul {
  142. display: flex;
  143. width: 80%;
  144. margin: 0 auto;
  145. }
  146. #menu > ul > li {
  147. position: relative;
  148. height: 32px;
  149. display: flex;
  150. margin: 0;
  151. flex: 1 1 auto;
  152. }
  153. #menu ul > li > a {
  154. padding: 0.6em 0;
  155. display: inline-block;
  156. width: 100%;
  157. color: #fbc2e5;
  158. transition: ease-in-out 0.1s;
  159. }
  160. #nav_links {
  161. max-width: 40px;
  162. }
  163. #menu ul li a.active {
  164. background-color: #565656;
  165. }
  166. #menu ul li a:hover {
  167. background-color: #7A3572;
  168. text-decoration: none;
  169. }
  170. #menu .nav_dropdown {
  171. background: #461640;
  172. margin-top: 0;
  173. }
  174. .nav_dropdown > div {
  175. position: absolute;
  176. background-color: #461640;
  177. width: 100%;
  178. z-index: 99999;
  179. margin-top: 32px;
  180. left: 0;
  181. }
  182. #nav_links > #links_menu {
  183. width: 120px;
  184. margin-left: -80px;
  185. }
  186. .nav_dropdown > div > a {
  187. display: none;
  188. color: #fbc2e5;
  189. height: 32px;
  190. line-height: 32px;
  191. }
  192. .nav_dropdown:hover > div > a {
  193. display: block;
  194. }
  195. #userinfo {
  196. /* position: absolute;
  197. top: 258px; */
  198. background: #fbc2e5;
  199. color: #444;
  200. padding: 4px 0px;
  201. width: 100%;
  202. text-align: center;
  203. font-size: 8pt;
  204. /* border-bottom: 1px solid #999; */
  205. }
  206. #userinfo img {
  207. margin-top: -5px;
  208. }
  209. #userinfo ul {
  210. display: inline;
  211. margin: 0px 0.8%;
  212. }
  213. #userinfo ul li {
  214. display: inline;
  215. margin: 0 0.1em;
  216. line-height: 20px;
  217. vertical-align: middle;
  218. padding: 0px;
  219. }
  220. #userinfo a {
  221. color: #222;
  222. }
  223. #userinfo a:hover {
  224. text-decoration: underline;
  225. }
  226. #userinfo b a {
  227. font-weight: normal;
  228. font-size: 0.9em;
  229. font-weight: bold;
  230. }
  231. #searchbars {
  232. text-align: center;
  233. background-color: #7A3572;
  234. box-sizing: content-box;
  235. padding: 4px 10%;
  236. border-bottom: 2px solid #FBC2E5;
  237. display: flex;
  238. }
  239. #searchbars > .search_form {
  240. flex: 1 1 auto;
  241. text-align: center;
  242. margin: 0 3px;
  243. }
  244. #searchbars input {
  245. position: relative;
  246. border: 1px solid transparent;
  247. box-sizing: border-box;
  248. padding: 2px 2px 2px 4px;
  249. font-size: 0.9em;
  250. background-color: #e0e0e0;
  251. width: 100%;
  252. color: #444;
  253. }
  254. #searchbars ul {
  255. margin: 0 auto;
  256. display: block;
  257. text-align: center;
  258. }
  259. #searchbars ul li {
  260. display: inline;
  261. margin: 0px 1px;
  262. list-style: none;
  263. position: relative;
  264. }
  265. #searchbars ul li ul {
  266. display: block;
  267. position: absolute;
  268. top: 1em;
  269. left: 0;
  270. z-index: 1000;
  271. background-color: #999;
  272. width: 12em;
  273. margin-top: 12px;
  274. }
  275. #searchbars ul li ul li {
  276. margin: 0 0 0 0;
  277. padding: 0;
  278. display: block;
  279. width: 100%;
  280. }
  281. #searchbars ul li ul li.highlight {
  282. background: #D7D7D7;
  283. }
  284. #searchbars ul li form {
  285. display: inline;
  286. }
  287. #alerts {
  288. /* margin-top: 85px;
  289. margin-bottom: -85px; */
  290. background: #EDDDE7;
  291. /* padding: 10px 0px; */
  292. margin: 10px 0px;
  293. }
  294. #cat-selector ul {
  295. width: 100%;
  296. }
  297. #cat-selector ul li {
  298. display: inline;
  299. width: 12em;
  300. height: 1em;
  301. float: left;
  302. }
  303. .alertbar {
  304. background-color: #fbc2e5;
  305. text-align: center;
  306. color: #444;
  307. font-weight: bold;
  308. font-size: 0.95em;
  309. width: 350px;
  310. margin: 0 auto 0px auto;
  311. padding: 10px;
  312. margin-bottom: 8px;
  313. }
  314. .alertbar.warning {
  315. background-color: #ffe68a;
  316. }
  317. .alertbar.error {
  318. background-color: #ff8a8a;
  319. }
  320. .alertbar a {
  321. color: #555;
  322. text-decoration: underline;
  323. }
  324. .alertbar.modbar a {
  325. margin: 0px 5px;
  326. }
  327. .alertbar a:hover {
  328. color: #777;
  329. text-decoration: none;
  330. }
  331. /* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */
  332. .hidden {
  333. position: absolute;
  334. left: -10000px;
  335. }
  336. input.hidden {
  337. position: absolute;
  338. display: none;
  339. }
  340. /* Layout (Any page) */
  341. .thin {
  342. width: 850px;
  343. margin: 0px auto;
  344. }
  345. .widethin { /* overriding the thin class on torrents.php */
  346. width: 95% !important;
  347. margin: 0px auto;
  348. }
  349. #userinfo_major .brackets:before {
  350. font-weight: bold;
  351. }
  352. #userinfo_major .brackets:after {
  353. font-weight: bold;
  354. }
  355. #userinfo_minor {
  356. position: absolute;
  357. text-align: left;
  358. }
  359. #userinfo_minor > li > ul {
  360. display: none;
  361. position: absolute;
  362. padding: 5px;
  363. left: -5px;
  364. background-color: #FBC2E5;
  365. z-index: 100;
  366. }
  367. #userinfo #userinfo_minor li {
  368. display: block;
  369. }
  370. div.linkbox {
  371. text-align:center;
  372. padding: 5px;
  373. }
  374. .center {
  375. text-align: center;
  376. }
  377. .right {
  378. text-align: right;
  379. }
  380. .min_padding {
  381. padding: 0px;
  382. margin: 0px 0px;
  383. }
  384. p.min_padding {
  385. margin: 2px 0px;
  386. }
  387. .pad {
  388. padding: 1em;
  389. }
  390. .slight_margin {
  391. margin: 4px;
  392. }
  393. .vertical_space {
  394. margin-bottom: 10px;
  395. }
  396. .box {
  397. font-size: 8pt;
  398. background-color: #EEE;
  399. /* border: 1px solid #666666; */
  400. border: none;
  401. margin-bottom: 10px;
  402. }
  403. .torrents_nomatch {
  404. margin-top: 10px;
  405. }
  406. .box2 {
  407. margin-bottom: 10px;
  408. font-size: 8pt;
  409. background-color: #EAEAEA;
  410. /* border: 1px solid #666666; */
  411. border: none;
  412. }
  413. .pad h3, .pad h4, .padbox h3, .padbox h4 {
  414. margin-top: 0px;
  415. padding-top: 0px;
  416. }
  417. .sidebar {
  418. float: right;
  419. width: 245px;
  420. }
  421. .head {
  422. padding: 4px;
  423. /* border-bottom: 1px solid #666; */
  424. /* background: #E1E1E1; */
  425. background: #EAABED;
  426. color: #333;
  427. }
  428. .body {
  429. padding: 3px 10px 10px 10px;
  430. }
  431. .main_column {
  432. width: 592px;
  433. }
  434. .main_column table {
  435. margin-bottom: 10px;
  436. }
  437. .tags {
  438. padding: 0px 0px 0px 20px;
  439. font-style: italic;
  440. }
  441. .tags a {
  442. color: #222;
  443. }
  444. .tags a:hover {
  445. color: #444;
  446. text-decoration: underline;
  447. }
  448. .noborder {
  449. border: none;
  450. }
  451. ul.nobullet, ul.nobullet li {
  452. list-style-type: none;
  453. }
  454. table {
  455. width: 100%;
  456. border-collapse: collapse;
  457. /* border: 1px solid #666666; */
  458. }
  459. tr {
  460. background-color: #EEE;
  461. }
  462. td, th {
  463. /* border: 1px solid #666666; */
  464. padding: 5px;
  465. text-align: left;
  466. }
  467. .colhead {
  468. background: #E197E5;
  469. font-weight: bold;
  470. color: #000;
  471. }
  472. td.colhead, .colhead td, .colhead th {
  473. padding-left: 10px;
  474. padding-right: 10px;
  475. }
  476. .colhead .sign, .colhead_dark .sign {
  477. padding: 0px 8px 0px 8px;
  478. vertical-align: middle;
  479. text-align: center;
  480. font-size: 12pt;
  481. font-weight: bold;
  482. }
  483. .colhead .sign {
  484. padding: 0px 8px 0px 8px;
  485. font-size: 12pt;
  486. font-weight: bold;
  487. }
  488. .colhead_dark {
  489. /* background: #E1E1E1; */
  490. background: #E197E5;
  491. color: #333;
  492. }
  493. .forum_post .colhead_dark {
  494. background: #F1CDF4;
  495. }
  496. .forum_post.staff_post .colhead_dark {
  497. background: #f1849a;
  498. }
  499. .forum_post.sticky_post {
  500. border: 3px solid #f1849a;
  501. }
  502. td.label {
  503. font-weight: bold;
  504. text-align: right;
  505. width: 180px;
  506. }
  507. table.slice {
  508. margin-top: -1px;
  509. }
  510. .error_message {
  511. padding: 8px 0px;
  512. background-color: #AF2525;
  513. text-align: center;
  514. color: white;
  515. font-weight: bold;
  516. }
  517. .save_message {
  518. padding: 8px 0px;
  519. background-color: #F8C2E8;
  520. text-align: center;
  521. color: #555555;
  522. font-weight: bold;
  523. }
  524. .elem_error {
  525. border: 3px solid #B00D0D;
  526. }
  527. .hidden {
  528. display: none;
  529. }
  530. ul.nobullet {
  531. display: inline-block;
  532. }
  533. /* Layout (home page) */
  534. ul.stats li {
  535. padding: 0px 0px 1px 0px;
  536. }
  537. ul.poll li {
  538. padding: 0px 0px 0px 10px;
  539. margin: 0px;
  540. clear: left;
  541. }
  542. ul.poll li.graph {
  543. margin-bottom: 3px;
  544. padding-left: 20px;
  545. }
  546. /* Layout (Torrents page) */
  547. .show_torrents {
  548. width: 21px;
  549. height: 28px;
  550. background: url('images/show2.png') no-repeat center center;
  551. }
  552. .hide_torrents {
  553. width: 21px;
  554. height: 28px;
  555. background: url('images/hide2.png') no-repeat center center;
  556. }
  557. .show_torrents_link {
  558. border: none;
  559. width: 28px;
  560. height: 28px;
  561. display: block;
  562. cursor: pointer;
  563. }
  564. .filter_torrents {
  565. width: 750px;
  566. margin: auto;
  567. background: #EEE;
  568. }
  569. .filter_torrents .submit {
  570. text-align: right;
  571. padding-top: 5px;
  572. }
  573. .filter_torrents .ft_cat_list {
  574. border-top: 1px solid #AAA;
  575. border-bottom: 1px solid #AAA;
  576. }
  577. #content form.search_form + .torrent_table {
  578. margin-top: 20px;
  579. }
  580. #content form.search_form .submit {
  581. text-align: center;
  582. }
  583. .cat_list tr td {
  584. border: none;
  585. }
  586. .torrent_table tr {
  587. /* vertical-align: top; */
  588. vertical-align: middle;
  589. }
  590. .torrent_table .number_column {
  591. text-align: center;
  592. }
  593. .torrent_table, .torrent_table td {
  594. border: none;
  595. }
  596. .torrent_table tr.torrent, .torrent_table tr.group {
  597. font-weight: bold;
  598. }
  599. .torrent_table tr.group {
  600. background-color: #cfcfcf;
  601. }
  602. .torrent_table tr.group_torrent {
  603. background-color: #fafafa;
  604. }
  605. .torrent_table tr.torrent {
  606. background-color: #ddd;
  607. }
  608. .torrent_table tr.group td.center:first-child {
  609. padding: 3px;
  610. width: 21px;
  611. }
  612. .torrent_table tr.torrent:nth-child(2n) {
  613. background-color: #FAD1E3;
  614. }
  615. .torrent_table tr.torrent:nth-child(2n-1) {
  616. background-color: #EDC5F4;
  617. }
  618. .torrent_table tr.group {
  619. background-color: #F8B8FF;
  620. }
  621. .torrent_table div.tags {
  622. font-weight: normal;
  623. max-width: 500px;
  624. }
  625. .torrent_table tr .center, #collage_table td {
  626. vertical-align: middle;
  627. text-align: center;
  628. }
  629. .group_torrent span {
  630. float: right;
  631. }
  632. .torrent span {
  633. font-weight: normal;
  634. float: right;
  635. }
  636. .nobr {
  637. white-space: nowrap;
  638. }
  639. /* Layout (Forums) */
  640. .last_read {margin-left: 5px; fill: #A9A9A9;}
  641. .colhead_dark .last_read {fill: #DC86E0;}
  642. .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
  643. .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
  644. .read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
  645. .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
  646. .unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
  647. .read_locked{background: url(images/locked_read.png) no-repeat center center;}
  648. .unread{background: url(images/unread.png) no-repeat center center;}
  649. .read{background: url(images/read.png) no-repeat center center;}
  650. strong.quoteheader {color: #000;}
  651. tr.row:nth-of-type(odd) {
  652. background-color: #E2E2E2;
  653. }
  654. table.forum_post {
  655. margin: 10px 0px;
  656. }
  657. table.forum_post td {
  658. /* border: 1px solid #666; */
  659. border: none;
  660. }
  661. table.forum_unread {
  662. border: 2px solid #F0BBD6;
  663. }
  664. td.avatar {
  665. width: 150px;
  666. padding: 0px;
  667. }
  668. .box_description > div:not(.head) {
  669. max-height: 400px;
  670. overflow-y: scroll;
  671. }
  672. .box_description, table.forum_post td.body {
  673. word-break: break-word;
  674. word-wrap: break-word;
  675. display: inline-block;
  676. }
  677. .box_description {
  678. width: 100%;
  679. }
  680. .thin > table.forum_post td.body {
  681. width: 690px;
  682. }
  683. #torrent_comments table.forum_post td.body {
  684. width: 422px;
  685. }
  686. blockquote {
  687. margin: 10px;
  688. padding: 10px;
  689. /* border: 1px dashed #666; */
  690. border: 1px solid #BBB;
  691. }
  692. /* Layout (Inbox) */
  693. tr.unreadpm {
  694. background-color: #ECC;
  695. }
  696. /* Layout (Permission Page) */
  697. .permission_head {
  698. width: 400px;
  699. margin-left: auto;
  700. margin-right: auto;
  701. }
  702. .permissions {
  703. width: 930px;
  704. margin-left: auto;
  705. margin-right: auto;
  706. }
  707. .permission_container {
  708. float: left;
  709. width: 300px;
  710. padding: 5px;
  711. }
  712. .permission_container input {
  713. margin: 0px 3px 5px 0px;
  714. vertical-align: top;
  715. }
  716. .submit_container {
  717. clear: both;
  718. text-align: right;
  719. }
  720. /* Layout (Invite tree) */
  721. ul .invitetree {
  722. margin: 0px 0px 0px 25px;
  723. }
  724. .invitetree li {
  725. list-style: none;
  726. margin: 10px 2px;
  727. }
  728. /* Layout (User options) */
  729. .user_options .options_list li {
  730. margin: 0;
  731. }
  732. /* Layout (MISC) */
  733. .left_poll {
  734. display: none;
  735. width: 2px;
  736. height: 9px;
  737. float: left;
  738. margin: 0px;
  739. padding: 0px;
  740. }
  741. .center_poll {
  742. height: 9px;
  743. background: #C5D1FF;
  744. border-radius: 4px;
  745. float: left;
  746. margin: 0px;
  747. padding: 0px;
  748. }
  749. .right_poll {
  750. display: none;
  751. width: 2px;
  752. height: 9px;
  753. float: left;
  754. margin: 0px;
  755. padding: 0px;
  756. }
  757. .curtain {
  758. position: fixed;
  759. top: 0%;
  760. left: 0%;
  761. width: 100%;
  762. height: 100%;
  763. background-color: black;
  764. z-index: 1001;
  765. -moz-opacity: 0.8;
  766. opacity: .80;
  767. filter: alpha(opacity=80);
  768. }
  769. .lightbox {
  770. position: fixed;
  771. text-align: center;
  772. top: 5%;
  773. left: 5%;
  774. width: 90%;
  775. height: 90%;
  776. padding: 0px;
  777. z-index: 1002;
  778. overflow: auto;
  779. }
  780. .center {
  781. text-align: center;
  782. }
  783. .spellcheck {
  784. margin: 25px 0;
  785. font-size: 1.25em;
  786. font-weight: bold;
  787. }
  788. tr.torrent .bookmark > a:before {
  789. color: black;
  790. }
  791. tr.torrent .bookmark > a:after {
  792. color: black;
  793. }
  794. .field_div {
  795. margin-bottom: 10px;
  796. }
  797. .edit_changelog textarea {
  798. width: 600px;
  799. }
  800. .brackets {
  801. font-weight: normal;
  802. }
  803. div[class~=tooltipster-content] > a {
  804. color: #AAAAAA;
  805. }
  806. .post_id {
  807. font-weight: normal;
  808. }
  809. /* get rid of extraneous padding in the Top Contributors box */
  810. #request_top_contrib {
  811. border: none;
  812. }
  813. #request_top_contrib tr:first-child th {
  814. border-top: 0;
  815. }
  816. #request_top_contrib tr:last-child td {
  817. border-bottom: 0;
  818. }
  819. #request_top_contrib tr td:first-child,
  820. #request_top_contrib tr th:first-child,
  821. #request_top_contrib tr td:nth-child(2),
  822. #request_top_contrib tr th:nth-child(2) {
  823. border-left: 0;
  824. border-top: 0;
  825. }
  826. #request_top_contrib tr td:last-child,
  827. #request_top_contrib tr th:last-child {
  828. border-right: 0;
  829. }
  830. #requests table.layout.cat_list {
  831. border-bottom: 1px solid #AAA;
  832. border-top: 1px solid #AAA;
  833. }
  834. #requests tr#media_list {
  835. border-bottom: 1px solid #AAA;
  836. border-top: 1px solid #AAA;
  837. }
  838. #request_table {
  839. margin-bottom: 5px;
  840. }
  841. #request_table .request:nth-of-type(odd){
  842. background: #FAD1E3;
  843. }
  844. #request_table .request:nth-of-type(even){
  845. background: #EDC5F4;
  846. }
  847. /* workaround for calendar display issue */
  848. div.sidebar #event_div {
  849. margin-left: -232px;
  850. }
  851. ol {
  852. margin-left: 1em;
  853. }
  854. #forum_search_cat_list {
  855. border: none;
  856. }
  857. #coverCont {
  858. background-color: #FF5AA5;
  859. padding: 5px;
  860. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
  861. }
  862. #coverCont img {
  863. background-color: #FFD2E6;
  864. }
  865. .torrent_info {
  866. font-size: 100%;
  867. font-weight: 100;
  868. }
  869. .group_info > a:last-of-type {
  870. text-decoration: underline;
  871. }
  872. .recent_snatches_images, .recent_uploads_images {
  873. position: relative;
  874. }
  875. .edit_tags_votes {
  876. padding-left: 5px;
  877. }
  878. .row_hl {
  879. background-color: #EED5F1;
  880. }
  881. input.inputtext {
  882. border: none;
  883. border-bottom: 1px solid #AAA;
  884. background-color: rgba(0, 0, 0, 0);
  885. font-size: 13px;
  886. outline: none;
  887. transition: ease-in-out 0.12s;
  888. }
  889. input.inputtext:focus {
  890. border-bottom: 1px solid #E197E5;
  891. }
  892. .bbcode_bar {
  893. background: white;
  894. border: 1px solid #c7c7c7;
  895. border-bottom: none;
  896. }
  897. .bbcode_bar .emoji_box {
  898. background-color: #EEE;
  899. }
  900. .collage_images .collage_image {
  901. margin: 1px;
  902. width: 121px;
  903. display: inline-block;
  904. }
  905. .box, .border, .alertbar, .artist_table, .request_table, .forum_index, #userinfo_minor > li > ul, .permissions table {
  906. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  907. }
  908. #userinfo {
  909. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.12);
  910. }
  911. .last_edited {
  912. font-size: 10px;
  913. opacity: 0.7;
  914. }
  915. #comm_badge_tr .badge_icon, #user_badge_edit_tr .badge_icon {
  916. margin-right: 1em;
  917. margin-left: 2px;
  918. }
  919. .store_table .badge_icon {
  920. display: inline-block;
  921. width: 16px;
  922. }
  923. .store_table .badge_icon img {
  924. display: block;
  925. margin-left: auto;
  926. margin-right: auto;
  927. }
  928. .hnr-yes {
  929. color: red;
  930. }
  931. .hnr-no {
  932. color: green;
  933. }
  934. .webm {
  935. max-width: 100%;
  936. }
  937. .point_gift_box p {
  938. margin: 7px 2px 0px;
  939. }
  940. .point_gift_box input[type="text"], .point_gift_box textarea {
  941. width: 100%;
  942. box-sizing: border-box;
  943. }
  944. .dead {
  945. opacity: 0.6;
  946. }
  947. .search_warning {
  948. fill: #E197E5;
  949. }
  950. .tl_reported {
  951. color: red;
  952. }
  953. .tl_snatched {
  954. color: #C35C1C;
  955. }
  956. .tl_leeching {
  957. color: #BD0D0D;
  958. }
  959. .tl_seeding {
  960. color: #068206;
  961. }
  962. caption {
  963. border-bottom: 1px solid #BBB;
  964. font-weight: bold;
  965. }
  966. .tag_parody {
  967. color: #e08e00 !important;
  968. }
  969. .tag_character {
  970. color: #099809 !important;
  971. }
  972. .tag_female {
  973. color: #d51b8a !important;
  974. }
  975. .tag_male {
  976. color: #0000ff !important;
  977. }
  978. .collage_image:hover {
  979. box-shadow: 0px 0px 0px 3px #fbc2e5;
  980. position: relative;
  981. }