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

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