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 black;
  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/bioicons/dna.png') no-repeat center center; }
  7. .cats_rna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
  8. .cats_proteins { width: 36px; height: 36px; background: url('/static/common/bioicons/proteins.png') no-repeat center center; }
  9. .cats_imaging { width: 36px; height: 36px; background: url('/static/common/bioicons/imaging.png') no-repeat center center; }
  10. .cats_extras { width: 36px; height: 36px; background: url('/static/common/bioicons/extras.png') no-repeat center center; }
  11. /* Global */
  12. * {
  13. padding: 0em;
  14. margin: 0em;
  15. }
  16. html {
  17. width: 100%;
  18. }
  19. body {
  20. font-family: Bitstream Vera Sans, Tahoma, sans-serif;
  21. font-size: 0.7em;
  22. color: black;
  23. background: url('/static/common/hiware.png') fixed;
  24. }
  25. /*
  26. body {
  27. width: 100%;
  28. background-color: #EDDDE7;
  29. font-family: tahoma, helvetica, sans-serif;
  30. font-size: 8pt;
  31. color: #000;
  32. min-width: 850px;
  33. }
  34. */
  35. /* Common elements */
  36. a {
  37. text-decoration: none;
  38. color: #016670;
  39. }
  40. a:hover {
  41. text-decoration: underline;
  42. color: black;
  43. }
  44. button, input[type=button], input[type=submit] {
  45. background: #fbe180;
  46. box-shadow: 2px 2px 10px -5px gray;
  47. }
  48. button:hover, input[type=button]:hover, input[type=submit]:hover {
  49. background: #fff9c7;
  50. }
  51. button:focus, input[type=button]:focus, input[type=submit]:focus {
  52. background: #fff9c7;
  53. }
  54. .spoilerButton {
  55. max-width: 540px;
  56. }
  57. .forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a {
  58. text-decoration: none;
  59. color: #016670;
  60. }
  61. .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 {
  62. text-decoration: underline;
  63. color: black;
  64. }
  65. h1,h2,h3,h4 {
  66. margin: 5px 0px;
  67. font-weight: bold;
  68. }
  69. h2 {
  70. text-align: center;
  71. /* font-size: 12pt; */
  72. }
  73. /*
  74. h4 {
  75. font-size: 8pt;
  76. }
  77. */
  78. p {
  79. margin: 10px 5px;
  80. }
  81. li {
  82. margin: 5px 15px;
  83. }
  84. img {
  85. border: none;
  86. }
  87. /* Styles generated by the BBCode parser */
  88. span.size1 { font-size:0.75em; }
  89. span.size2 { font-size:1em; }
  90. span.size3 { font-size:1.25em; }
  91. span.size4 { font-size:1.5em; }
  92. span.size5 { font-size:1.75em; }
  93. span.size6 { font-size:2em; }
  94. span.size7 { font-size:2.25em; }
  95. span.size8 { font-size:2.5em; }
  96. span.size9 { font-size:2.75em; }
  97. span.size10 { font-size:3em; }
  98. ul.thin { margin:0px 0px 0px 25px; padding:0px; }
  99. ul.thin li { margin:0px 0px; padding:0px; }
  100. /* Layout (every page) */
  101. #header {
  102. width: 100%;
  103. padding: 0px 0 0 0;
  104. background: url('/static/common/sam-komon.png');
  105. margin-bottom: 10px;
  106. }
  107. #content {
  108. margin: auto;
  109. margin-top: 10px;
  110. width: 90%;
  111. min-width: 872px;
  112. overflow: hidden;
  113. }
  114. #footer {
  115. margin-top: 10px;
  116. width: 100%;
  117. text-align: center;
  118. padding: 1em 0;
  119. opacity: 0;
  120. transition: ease-in-out 0.2s;
  121. transition-delay: 0.5s;
  122. }
  123. #footer:hover {
  124. opacity: 1;
  125. }
  126. #logo {
  127. width: 250px;
  128. height: 50px;
  129. background: url('/static/common/logo-black.png') no-repeat center center;
  130. margin: 0 0 0 10%;
  131. }
  132. #logo a {
  133. border: none;
  134. width: 100%;
  135. height: 50px;
  136. display: block;
  137. }
  138. #logo a:hover {
  139. border: none;
  140. }
  141. #menu {
  142. width: 100%;
  143. text-align: center;
  144. background-color: #016670;
  145. /* todo: Convert to em */
  146. font-size: 10pt;
  147. }
  148. #menu > ul {
  149. display: flex;
  150. width: 80%;
  151. margin: 0 auto;
  152. }
  153. #menu > ul > li {
  154. position: relative;
  155. height: 32px;
  156. display: flex;
  157. margin: 0;
  158. flex: 1 1 auto;
  159. }
  160. #menu ul > li > a {
  161. padding: 0.6em 0;
  162. display: inline-block;
  163. width: 100%;
  164. color: white;
  165. transition: ease-in-out 0.1s;
  166. text-decoration: none;
  167. }
  168. #nav_links {
  169. max-width: 40px;
  170. }
  171. #menu ul li a.active {
  172. background-color: #016670;
  173. }
  174. #menu ul li a:hover {
  175. background-color: #9fedd7;
  176. color: black;
  177. text-decoration: none;
  178. }
  179. #menu .nav_dropdown {
  180. background: #016670;
  181. margin-top: 0;
  182. }
  183. .nav_dropdown > div {
  184. box-shadow: 2px 2px 10px -2px gray;
  185. position: absolute;
  186. background-color: #016670;
  187. width: 100%;
  188. z-index: 99999;
  189. margin-top: 32px;
  190. left: 0;
  191. }
  192. #nav_links > #links_menu {
  193. width: 120px;
  194. margin-left: -80px;
  195. }
  196. .nav_dropdown > div > a {
  197. display: none;
  198. color: white;
  199. height: 32px;
  200. line-height: 32px;
  201. text-decoration: none;
  202. }
  203. .nav_dropdown:hover > div > a {
  204. display: block;
  205. }
  206. #userinfo {
  207. background: #fff9c7;
  208. color: black;
  209. padding: 4px 0px;
  210. width: 100%;
  211. text-align: center;
  212. /* font-size: 8pt; */
  213. }
  214. #userinfo img {
  215. margin-top: -5px;
  216. }
  217. #userinfo ul {
  218. display: inline;
  219. margin: 0px 0.8%;
  220. }
  221. #userinfo ul li {
  222. display: inline;
  223. margin: 0 0.1em;
  224. line-height: 20px;
  225. vertical-align: middle;
  226. padding: 0px;
  227. }
  228. #userinfo a {
  229. color: black;
  230. text-decoration: none;
  231. }
  232. #userinfo a:hover {
  233. text-decoration: underline;
  234. }
  235. #userinfo b a {
  236. font-weight: normal;
  237. font-size: 0.9em;
  238. font-weight: bold;
  239. }
  240. #searchbars {
  241. text-align: center;
  242. background-color: #9fedd7;
  243. box-sizing: content-box;
  244. padding: 4px 10%;
  245. display: flex;
  246. }
  247. #searchbars > .search_form {
  248. flex: 1 1 auto;
  249. text-align: center;
  250. margin: 0 3px;
  251. }
  252. #searchbars input {
  253. position: relative;
  254. border: 1px solid transparent;
  255. box-sizing: border-box;
  256. padding: 2px 2px 2px 4px;
  257. /* font-size: 0.9em; */
  258. background-color: white;
  259. width: 100%;
  260. color: black;
  261. }
  262. #searchbars ul {
  263. margin: 0 auto;
  264. display: block;
  265. text-align: center;
  266. }
  267. #searchbars ul li {
  268. display: inline;
  269. margin: 0px 1px;
  270. list-style: none;
  271. position: relative;
  272. }
  273. #searchbars ul li ul {
  274. display: block;
  275. position: absolute;
  276. top: 1em;
  277. left: 0;
  278. z-index: 1000;
  279. background-color: white;
  280. width: 12em;
  281. margin-top: 12px;
  282. }
  283. #searchbars ul li ul li {
  284. margin: 0 0 0 0;
  285. padding: 0;
  286. display: block;
  287. width: 100%;
  288. }
  289. #searchbars ul li ul li.highlight {
  290. background: white;
  291. }
  292. #searchbars ul li form {
  293. display: inline;
  294. }
  295. #cat-selector ul {
  296. width: 100%;
  297. }
  298. #cat-selector ul li {
  299. display: inline;
  300. width: 12em;
  301. height: 1em;
  302. float: left;
  303. }
  304. .alertbar {
  305. background-color: #fff9c7;
  306. text-align: center;
  307. color: black;
  308. font-weight: bold;
  309. /* font-size: 0.95em; */
  310. width: 350px;
  311. margin: 2em auto;
  312. padding: 10px;
  313. }
  314. .alertbar.warning {
  315. background-color: #ffe68a;
  316. }
  317. .alertbar.error {
  318. background-color: #ff8a8a;
  319. }
  320. .alertbar a {
  321. color: black;
  322. text-decoration: none;
  323. }
  324. .alertbar.modbar a {
  325. margin: 0px 5px;
  326. }
  327. .alertbar a:hover {
  328. color: black;
  329. text-decoration: underline;
  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: #fff9c7;
  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: white;
  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: white;
  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: #9fedd7;
  426. color: black;
  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: black;
  443. }
  444. .tags a:hover {
  445. color: black;
  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: white;
  461. }
  462. td, th {
  463. /* border: 1px solid #666666; */
  464. padding: 5px;
  465. text-align: left;
  466. }
  467. .colhead {
  468. background: #9fedd7;
  469. font-weight: bold;
  470. color: black;
  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: #9fedd7;
  491. color:black;
  492. }
  493. .forum_post .colhead_dark {
  494. background: #9fedd7;
  495. }
  496. .forum_post.staff_post .colhead_dark {
  497. background: #fbe180;
  498. }
  499. .forum_post.sticky_post {
  500. border: 3px solid #fbe180;
  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: 10px;
  512. background-color: #AF2525;
  513. text-align: center;
  514. color: white;
  515. font-weight: bold;
  516. }
  517. .save_message {
  518. padding: 10px;
  519. width: 50%;
  520. margin: 2em auto;
  521. background: #fbe180;
  522. text-align: center;
  523. color: black;
  524. font-weight: bold;
  525. }
  526. .elem_error {
  527. border: 3px solid #B00D0D;
  528. }
  529. .hidden {
  530. display: none;
  531. }
  532. ul.nobullet {
  533. display: inline-block;
  534. }
  535. /* Layout (home page) */
  536. ul.stats li {
  537. padding: 0px 0px 1px 0px;
  538. }
  539. ul.poll li {
  540. padding: 0px 0px 0px 10px;
  541. margin: 0px;
  542. clear: left;
  543. }
  544. ul.poll li.graph {
  545. margin-bottom: 3px;
  546. padding-left: 20px;
  547. }
  548. /* Layout (torrents page) */
  549. .show_torrents {
  550. width: 21px;
  551. height: 28px;
  552. background: url('images/show2.png') no-repeat center center;
  553. }
  554. .hide_torrents {
  555. width: 21px;
  556. height: 28px;
  557. background: url('images/hide2.png') no-repeat center center;
  558. }
  559. .show_torrents_link {
  560. border: none;
  561. width: 28px;
  562. height: 28px;
  563. display: block;
  564. cursor: pointer;
  565. }
  566. .filter_torrents {
  567. width: 750px;
  568. margin: auto;
  569. background: white;
  570. }
  571. .filter_torrents .submit {
  572. text-align: right;
  573. padding-top: 5px;
  574. }
  575. #content form.search_form + .torrent_table {
  576. margin-top: 20px;
  577. }
  578. #content form.search_form .submit {
  579. text-align: center;
  580. }
  581. .cat_list tr td {
  582. border: none;
  583. }
  584. .torrent_table tr {
  585. /* vertical-align: top; */
  586. vertical-align: middle;
  587. }
  588. .torrent_table .number_column {
  589. text-align: center;
  590. }
  591. .torrent_table, .torrent_table td {
  592. border: none;
  593. }
  594. .torrent_table tr.torrent, .torrent_table tr.group {
  595. font-weight: bold;
  596. }
  597. .torrent_table tr.group {
  598. background-color: white;
  599. }
  600. .torrent_table tr.group_torrent {
  601. background-color: white;
  602. }
  603. .torrent_table tr.torrent {
  604. background-color: white;
  605. }
  606. .torrent_table tr.group td.center:first-child {
  607. padding: 3px;
  608. width: 21px;
  609. }
  610. .torrent_table tr.torrent:nth-child(2n) {
  611. background-color: #edeae5;
  612. }
  613. .torrent_table tr.torrent:nth-child(2n-1) {
  614. background-color: white;
  615. }
  616. .torrent_table tr.group {
  617. background-color: white;
  618. }
  619. .torrent_table div.tags {
  620. font-weight: normal;
  621. max-width: 500px;
  622. }
  623. .torrent_table tr .center, #collage_table td {
  624. vertical-align: middle;
  625. /* text-align: center; */
  626. }
  627. #collage_name,
  628. #request_name {
  629. font-weight: bold;
  630. }
  631. .group_torrent span {
  632. float: right;
  633. }
  634. .torrent span {
  635. font-weight: normal;
  636. float: right;
  637. }
  638. .nobr {
  639. white-space: nowrap;
  640. }
  641. /* Layout (forums) */
  642. .last_read {margin-left: 5px; fill: #A9A9A9;}
  643. .colhead_dark .last_read {fill: #DC86E0;}
  644. .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
  645. .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
  646. .read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
  647. .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
  648. .unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
  649. .read_locked{background: url(images/locked_read.png) no-repeat center center;}
  650. .unread{background: url(images/unread.png) no-repeat center center;}
  651. .read{background: url(images/read.png) no-repeat center center;}
  652. strong.quoteheader {color: black;}
  653. tr.row:nth-of-type(odd) {
  654. background-color: white;
  655. }
  656. table.forum_post {
  657. margin: 10px 0px;
  658. }
  659. table.forum_post td {
  660. /* border: 1px solid #666; */
  661. border: none;
  662. }
  663. table.forum_unread {
  664. border: 2px solid red;
  665. }
  666. td.avatar {
  667. max-width: 120px;
  668. padding: 0px;
  669. }
  670. .box_description > div:not(.head) {
  671. max-height: 400px;
  672. overflow-y: scroll;
  673. }
  674. .box_description, table.forum_post td.body {
  675. word-break: break-word;
  676. word-wrap: break-word;
  677. display: inline-block;
  678. }
  679. .box_description {
  680. width: 100%;
  681. }
  682. .thin > table.forum_post td.body {
  683. width: 690px;
  684. }
  685. #torrent_comments table.forum_post td.body {
  686. width: 422px;
  687. }
  688. blockquote {
  689. margin: 10px;
  690. padding: 10px;
  691. /* border: 1px dashed #666; */
  692. border: 1px solid #BBB;
  693. }
  694. /* Layout (inbox) */
  695. tr.unreadpm {
  696. background-color: #fff9c7;
  697. }
  698. /* Layout (permission page) */
  699. .permission_head {
  700. width: 400px;
  701. margin-left: auto;
  702. margin-right: auto;
  703. }
  704. .permissions {
  705. width: 930px;
  706. margin-left: auto;
  707. margin-right: auto;
  708. }
  709. .permission_container {
  710. float: left;
  711. width: 300px;
  712. padding: 5px;
  713. }
  714. .permission_container input {
  715. margin: 0px 3px 5px 0px;
  716. vertical-align: top;
  717. }
  718. .submit_container {
  719. clear: both;
  720. text-align: right;
  721. }
  722. /* Layout (invite tree) */
  723. ul .invitetree {
  724. margin: 0px 0px 0px 25px;
  725. }
  726. .invitetree li {
  727. list-style: none;
  728. margin: 10px 2px;
  729. }
  730. /* Layout (user options) */
  731. .user_options .options_list li {
  732. margin: 0;
  733. }
  734. /* Layout (misc) */
  735. .left_poll {
  736. display: none;
  737. width: 2px;
  738. height: 9px;
  739. float: left;
  740. margin: 0px;
  741. padding: 0px;
  742. }
  743. .center_poll {
  744. height: 9px;
  745. background: white;
  746. border-radius: 4px;
  747. float: left;
  748. margin: 0px;
  749. padding: 0px;
  750. }
  751. .right_poll {
  752. display: none;
  753. width: 2px;
  754. height: 9px;
  755. float: left;
  756. margin: 0px;
  757. padding: 0px;
  758. }
  759. .curtain {
  760. position: fixed;
  761. top: 0%;
  762. left: 0%;
  763. width: 100%;
  764. height: 100%;
  765. background-color: black;
  766. z-index: 1001;
  767. -moz-opacity: 0.8;
  768. opacity: .80;
  769. filter: alpha(opacity=80);
  770. }
  771. .lightbox {
  772. position: fixed;
  773. text-align: center;
  774. top: 5%;
  775. left: 5%;
  776. width: 90%;
  777. height: 90%;
  778. padding: 0px;
  779. z-index: 1002;
  780. overflow: auto;
  781. }
  782. .center {
  783. text-align: center;
  784. }
  785. .spellcheck {
  786. margin: 25px 0;
  787. font-size: 1.25em;
  788. font-weight: bold;
  789. }
  790. tr.torrent .bookmark > a:before {
  791. color: black;
  792. }
  793. tr.torrent .bookmark > a:after {
  794. color: black;
  795. }
  796. .field_div {
  797. margin-bottom: 10px;
  798. }
  799. .edit_changelog textarea {
  800. width: 600px;
  801. }
  802. .brackets {
  803. font-weight: normal;
  804. }
  805. div[class~=tooltipster-content] > a {
  806. color: #edeae5;
  807. }
  808. .post_id {
  809. font-weight: normal;
  810. }
  811. /* Get rid of extraneous padding in the Top Contributors box */
  812. #request_top_contrib {
  813. border: none;
  814. }
  815. #request_top_contrib tr:first-child th {
  816. border-top: 0;
  817. }
  818. #request_top_contrib tr:last-child td {
  819. border-bottom: 0;
  820. }
  821. #request_top_contrib tr td:first-child,
  822. #request_top_contrib tr th:first-child,
  823. #request_top_contrib tr td:nth-child(2),
  824. #request_top_contrib tr th:nth-child(2) {
  825. border-left: 0;
  826. border-top: 0;
  827. }
  828. #request_top_contrib tr td:last-child,
  829. #request_top_contrib tr th:last-child {
  830. border-right: 0;
  831. }
  832. #request_table {
  833. margin-bottom: 5px;
  834. }
  835. #request_table .request:nth-of-type(odd){
  836. background: #edeae5;
  837. }
  838. #request_table .request:nth-of-type(even){
  839. background: white;
  840. }
  841. /* Workaround for calendar display issue */
  842. div.sidebar #event_div {
  843. margin-left: -232px;
  844. }
  845. ol {
  846. margin-left: 1em;
  847. }
  848. #forum_search_cat_list {
  849. border: none;
  850. }
  851. #coverCont {
  852. background-color: #fff9c7;
  853. padding: 5px;
  854. box-shadow: 2px 2px 10px -2px gray;
  855. }
  856. #coverCont img {
  857. background-color: #fff9c7;
  858. }
  859. .torrent_info {
  860. font-size: 100%;
  861. font-weight: 100;
  862. }
  863. .recent_snatches_images, .recent_uploads_images {
  864. position: relative;
  865. }
  866. .edit_tags_votes {
  867. padding-left: 5px;
  868. }
  869. .row_hl {
  870. background-color: #edeae5;
  871. }
  872. input.inputtext {
  873. border: none;
  874. border-bottom: 1px solid #edeae5;
  875. background-color: white;
  876. font-size: 13px;
  877. outline: none;
  878. transition: ease-in-out 0.12s;
  879. }
  880. input.inputtext:focus {
  881. border-bottom: 1px solid #fbe180;
  882. }
  883. .bbcode_bar {
  884. background: white;
  885. border: 1px solid #c7c7c7;
  886. border-bottom: none;
  887. }
  888. .bbcode_bar .emoji_box {
  889. background-color: white;
  890. }
  891. .collage_images .collage_image {
  892. margin: 1px;
  893. width: 121px;
  894. display: inline-block;
  895. }
  896. .box, .border, .alertbar, .artist_table, .request_table, .forum_index, #userinfo_minor > li > ul, .permissions table {
  897. box-shadow: 2px 2px 10px -2px gray;
  898. }
  899. #userinfo {
  900. box-shadow: 0 2px 10px -2px gray;
  901. /*
  902. .last_edited {
  903. font-size: 10px;
  904. opacity: 0.7;
  905. }
  906. */
  907. #comm_badge_tr .badge_icon, #user_badge_edit_tr .badge_icon {
  908. margin-right: 1em;
  909. margin-left: 2px;
  910. }
  911. .store_table .badge_icon {
  912. display: inline-block;
  913. width: 16px;
  914. }
  915. .store_table .badge_icon img {
  916. display: block;
  917. margin-left: auto;
  918. margin-right: auto;
  919. }
  920. .hnr-yes {
  921. color: red;
  922. }
  923. .hnr-no {
  924. color: green;
  925. }
  926. .webm {
  927. max-width: 100%;
  928. }
  929. .point_gift_box p {
  930. margin: 7px 2px 0px;
  931. }
  932. .point_gift_box input[type="text"], .point_gift_box textarea {
  933. width: 100%;
  934. box-sizing: border-box;
  935. }
  936. .dead {
  937. opacity: 0.5;
  938. }
  939. .search_warning {
  940. fill: #E197E5;
  941. }
  942. .tl_reported {
  943. color: red;
  944. }
  945. .tl_snatched {
  946. color: #C35C1C;
  947. }
  948. .tl_leeching {
  949. color: #BD0D0D;
  950. }
  951. .tl_seeding {
  952. color: #068206;
  953. }
  954. caption {
  955. border-bottom: 1px solid #edeae5;
  956. font-weight: bold;
  957. }
  958. /*
  959. .tag_parody {
  960. color: #e08e00 !important;
  961. }
  962. .tag_character {
  963. color: #099809 !important;
  964. }
  965. .tag_female {
  966. color: #d51b8a !important;
  967. }
  968. .tag_male {
  969. color: #0000ff !important;
  970. }
  971. */