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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  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: 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: 2em auto;
  309. padding: 10px;
  310. }
  311. .alertbar.warning {
  312. background-color: #ffe68a;
  313. }
  314. .alertbar.error {
  315. background-color: #ff8a8a;
  316. }
  317. .alertbar a {
  318. color: black;
  319. text-decoration: none;
  320. }
  321. .alertbar.modbar a {
  322. margin: 0px 5px;
  323. }
  324. .alertbar a:hover {
  325. color: black;
  326. text-decoration: underline;
  327. }
  328. /* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */
  329. .hidden {
  330. position: absolute;
  331. left: -10000px;
  332. }
  333. input.hidden {
  334. position: absolute;
  335. display: none;
  336. }
  337. /* Layout (any page) */
  338. .thin {
  339. width: 850px;
  340. margin: 0px auto;
  341. }
  342. .widethin { /* overriding the thin class on torrents.php */
  343. width: 95% !important;
  344. margin: 0px auto;
  345. }
  346. #userinfo_major .brackets:before {
  347. font-weight: bold;
  348. }
  349. #userinfo_major .brackets:after {
  350. font-weight: bold;
  351. }
  352. #userinfo_minor {
  353. position: absolute;
  354. text-align: left;
  355. }
  356. #userinfo_minor > li > ul {
  357. display: none;
  358. position: absolute;
  359. padding: 5px;
  360. left: -5px;
  361. background-color: #fff9c7;
  362. z-index: 100;
  363. }
  364. #userinfo #userinfo_minor li {
  365. display: block;
  366. }
  367. div.linkbox {
  368. text-align:center;
  369. padding: 5px;
  370. }
  371. .center {
  372. text-align: center;
  373. }
  374. .right {
  375. text-align: right;
  376. }
  377. .min_padding {
  378. padding: 0px;
  379. margin: 0px 0px;
  380. }
  381. p.min_padding {
  382. margin: 2px 0px;
  383. }
  384. .pad {
  385. padding: 1em;
  386. }
  387. .slight_margin {
  388. margin: 4px;
  389. }
  390. .vertical_space {
  391. margin-bottom: 10px;
  392. }
  393. .box {
  394. font-size: 8pt;
  395. background-color: white;
  396. /* border: 1px solid #666666; */
  397. border: none;
  398. margin-bottom: 10px;
  399. }
  400. .torrents_nomatch {
  401. margin-top: 10px;
  402. }
  403. .box2 {
  404. margin-bottom: 10px;
  405. font-size: 8pt;
  406. background-color: white;
  407. /* border: 1px solid #666666; */
  408. border: none;
  409. }
  410. .pad h3, .pad h4, .padbox h3, .padbox h4 {
  411. margin-top: 0px;
  412. padding-top: 0px;
  413. }
  414. .sidebar {
  415. float: right;
  416. width: 245px;
  417. }
  418. .head {
  419. padding: 4px;
  420. /* border-bottom: 1px solid #666; */
  421. /* background: #E1E1E1; */
  422. background: #9fedd7;
  423. color: black;
  424. }
  425. .body {
  426. padding: 3px 10px 10px 10px;
  427. }
  428. .main_column {
  429. width: 592px;
  430. }
  431. .main_column table {
  432. margin-bottom: 10px;
  433. }
  434. .tags {
  435. padding: 0px 0px 0px 20px;
  436. font-style: italic;
  437. }
  438. .tags a {
  439. color: black;
  440. }
  441. .tags a:hover {
  442. color: black;
  443. text-decoration: underline;
  444. }
  445. .noborder {
  446. border: none;
  447. }
  448. ul.nobullet, ul.nobullet li {
  449. list-style-type: none;
  450. }
  451. table {
  452. width: 100%;
  453. border-collapse: collapse;
  454. /* border: 1px solid #666666; */
  455. }
  456. tr {
  457. background-color: white;
  458. }
  459. td, th {
  460. /* border: 1px solid #666666; */
  461. padding: 5px;
  462. text-align: left;
  463. }
  464. .colhead {
  465. background: #9fedd7;
  466. font-weight: bold;
  467. color: black;
  468. }
  469. td.colhead, .colhead td, .colhead th {
  470. padding-left: 10px;
  471. padding-right: 10px;
  472. }
  473. .colhead .sign, .colhead_dark .sign {
  474. padding: 0px 8px 0px 8px;
  475. vertical-align: middle;
  476. text-align: center;
  477. font-size: 12pt;
  478. font-weight: bold;
  479. }
  480. .colhead .sign {
  481. padding: 0px 8px 0px 8px;
  482. font-size: 12pt;
  483. font-weight: bold;
  484. }
  485. .colhead_dark {
  486. /* background: #E1E1E1; */
  487. background: #9fedd7;
  488. color:black;
  489. }
  490. .forum_post .colhead_dark {
  491. background: #9fedd7;
  492. }
  493. .forum_post.staff_post .colhead_dark {
  494. background: #fbe180;
  495. }
  496. .forum_post.sticky_post {
  497. border: 3px solid #fbe180;
  498. }
  499. td.label {
  500. font-weight: bold;
  501. text-align: right;
  502. width: 180px;
  503. }
  504. table.slice {
  505. margin-top: -1px;
  506. }
  507. .error_message {
  508. padding: 10px;
  509. background-color: #AF2525;
  510. text-align: center;
  511. color: white;
  512. font-weight: bold;
  513. }
  514. .save_message {
  515. padding: 10px;
  516. width: 50%;
  517. margin: 2em auto;
  518. background: #fbe180;
  519. text-align: center;
  520. color: black;
  521. font-weight: bold;
  522. }
  523. .elem_error {
  524. border: 3px solid #B00D0D;
  525. }
  526. .hidden {
  527. display: none;
  528. }
  529. ul.nobullet {
  530. display: inline-block;
  531. }
  532. /* Layout (home page) */
  533. ul.stats li {
  534. padding: 0px 0px 1px 0px;
  535. }
  536. ul.poll li {
  537. padding: 0px 0px 0px 10px;
  538. margin: 0px;
  539. clear: left;
  540. }
  541. ul.poll li.graph {
  542. margin-bottom: 3px;
  543. padding-left: 20px;
  544. }
  545. /* Layout (torrents page) */
  546. .show_torrents {
  547. width: 21px;
  548. height: 28px;
  549. background: url('images/show2.png') no-repeat center center;
  550. }
  551. .hide_torrents {
  552. width: 21px;
  553. height: 28px;
  554. background: url('images/hide2.png') no-repeat center center;
  555. }
  556. .show_torrents_link {
  557. border: none;
  558. width: 28px;
  559. height: 28px;
  560. display: block;
  561. cursor: pointer;
  562. }
  563. .filter_torrents {
  564. width: 750px;
  565. margin: auto;
  566. background: white;
  567. }
  568. .filter_torrents .submit {
  569. text-align: right;
  570. padding-top: 5px;
  571. }
  572. #content form.search_form + .torrent_table {
  573. margin-top: 20px;
  574. }
  575. #content form.search_form .submit {
  576. text-align: center;
  577. }
  578. .cat_list tr td {
  579. border: none;
  580. }
  581. .torrent_table tr {
  582. /* vertical-align: top; */
  583. vertical-align: middle;
  584. }
  585. .torrent_table .number_column {
  586. text-align: center;
  587. }
  588. .torrent_table, .torrent_table td {
  589. border: none;
  590. }
  591. .torrent_table tr.torrent, .torrent_table tr.group {
  592. font-weight: bold;
  593. }
  594. .torrent_table tr.group {
  595. background-color: white;
  596. }
  597. .torrent_table tr.group_torrent {
  598. background-color: white;
  599. }
  600. .torrent_table tr.torrent {
  601. background-color: white;
  602. }
  603. .torrent_table tr.group td.center:first-child {
  604. padding: 3px;
  605. width: 21px;
  606. }
  607. .torrent_table tr.torrent:nth-child(2n) {
  608. background-color: #edeae5;
  609. }
  610. .torrent_table tr.torrent:nth-child(2n-1) {
  611. background-color: white;
  612. }
  613. .torrent_table tr.group {
  614. background-color: white;
  615. }
  616. .torrent_table div.tags {
  617. font-weight: normal;
  618. max-width: 500px;
  619. }
  620. .torrent_table tr .center, #collage_table td {
  621. vertical-align: middle;
  622. /* text-align: center; */
  623. }
  624. #collage_name,
  625. #request_name {
  626. font-weight: bold;
  627. }
  628. .group_torrent span {
  629. float: right;
  630. }
  631. .torrent span {
  632. font-weight: normal;
  633. float: right;
  634. }
  635. .nobr {
  636. white-space: nowrap;
  637. }
  638. /* Layout (forums) */
  639. .last_read {margin-left: 5px; fill: #A9A9A9;}
  640. .colhead_dark .last_read {fill: #DC86E0;}
  641. .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
  642. .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
  643. .read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
  644. .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
  645. .unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
  646. .read_locked{background: url(images/locked_read.png) no-repeat center center;}
  647. .unread{background: url(images/unread.png) no-repeat center center;}
  648. .read{background: url(images/read.png) no-repeat center center;}
  649. strong.quoteheader {color: black;}
  650. tr.row:nth-of-type(odd) {
  651. background-color: white;
  652. }
  653. table.forum_post {
  654. margin: 10px 0px;
  655. }
  656. table.forum_post td {
  657. /* border: 1px solid #666; */
  658. border: none;
  659. }
  660. table.forum_unread {
  661. border: 2px solid red;
  662. }
  663. td.avatar {
  664. max-width: 120px;
  665. padding: 0px;
  666. }
  667. .box_description > div:not(.head) {
  668. max-height: 400px;
  669. overflow-y: scroll;
  670. }
  671. .box_description, table.forum_post td.body {
  672. word-break: break-word;
  673. word-wrap: break-word;
  674. display: inline-block;
  675. }
  676. .box_description {
  677. width: 100%;
  678. }
  679. .thin > table.forum_post td.body {
  680. width: 690px;
  681. }
  682. #torrent_comments table.forum_post td.body {
  683. width: 422px;
  684. }
  685. blockquote {
  686. margin: 10px;
  687. padding: 10px;
  688. /* border: 1px dashed #666; */
  689. border: 1px solid #BBB;
  690. }
  691. /* Layout (inbox) */
  692. tr.unreadpm {
  693. background-color: #fff9c7;
  694. }
  695. /* Layout (permission page) */
  696. .permission_head {
  697. width: 400px;
  698. margin-left: auto;
  699. margin-right: auto;
  700. }
  701. .permissions {
  702. width: 930px;
  703. margin-left: auto;
  704. margin-right: auto;
  705. }
  706. .permission_container {
  707. float: left;
  708. width: 300px;
  709. padding: 5px;
  710. }
  711. .permission_container input {
  712. margin: 0px 3px 5px 0px;
  713. vertical-align: top;
  714. }
  715. .submit_container {
  716. clear: both;
  717. text-align: right;
  718. }
  719. /* Layout (invite tree) */
  720. ul .invitetree {
  721. margin: 0px 0px 0px 25px;
  722. }
  723. .invitetree li {
  724. list-style: none;
  725. margin: 10px 2px;
  726. }
  727. /* Layout (user options) */
  728. .user_options .options_list li {
  729. margin: 0;
  730. }
  731. /* Layout (misc) */
  732. .left_poll {
  733. display: none;
  734. width: 2px;
  735. height: 9px;
  736. float: left;
  737. margin: 0px;
  738. padding: 0px;
  739. }
  740. .center_poll {
  741. height: 9px;
  742. background: white;
  743. border-radius: 4px;
  744. float: left;
  745. margin: 0px;
  746. padding: 0px;
  747. }
  748. .right_poll {
  749. display: none;
  750. width: 2px;
  751. height: 9px;
  752. float: left;
  753. margin: 0px;
  754. padding: 0px;
  755. }
  756. .curtain {
  757. position: fixed;
  758. top: 0%;
  759. left: 0%;
  760. width: 100%;
  761. height: 100%;
  762. background-color: black;
  763. z-index: 1001;
  764. -moz-opacity: 0.8;
  765. opacity: .80;
  766. filter: alpha(opacity=80);
  767. }
  768. .lightbox {
  769. position: fixed;
  770. text-align: center;
  771. top: 5%;
  772. left: 5%;
  773. width: 90%;
  774. height: 90%;
  775. padding: 0px;
  776. z-index: 1002;
  777. overflow: auto;
  778. }
  779. .center {
  780. text-align: center;
  781. }
  782. .spellcheck {
  783. margin: 25px 0;
  784. font-size: 1.25em;
  785. font-weight: bold;
  786. }
  787. tr.torrent .bookmark > a:before {
  788. color: black;
  789. }
  790. tr.torrent .bookmark > a:after {
  791. color: black;
  792. }
  793. .field_div {
  794. margin-bottom: 10px;
  795. }
  796. .edit_changelog textarea {
  797. width: 600px;
  798. }
  799. .brackets {
  800. font-weight: normal;
  801. }
  802. div[class~=tooltipster-content] > a {
  803. color: #edeae5;
  804. }
  805. .post_id {
  806. font-weight: normal;
  807. }
  808. /* Get rid of extraneous padding in the Top Contributors box */
  809. #request_top_contrib {
  810. border: none;
  811. }
  812. #request_top_contrib tr:first-child th {
  813. border-top: 0;
  814. }
  815. #request_top_contrib tr:last-child td {
  816. border-bottom: 0;
  817. }
  818. #request_top_contrib tr td:first-child,
  819. #request_top_contrib tr th:first-child,
  820. #request_top_contrib tr td:nth-child(2),
  821. #request_top_contrib tr th:nth-child(2) {
  822. border-left: 0;
  823. border-top: 0;
  824. }
  825. #request_top_contrib tr td:last-child,
  826. #request_top_contrib tr th:last-child {
  827. border-right: 0;
  828. }
  829. #request_table {
  830. margin-bottom: 5px;
  831. }
  832. #request_table .request:nth-of-type(odd){
  833. background: #edeae5;
  834. }
  835. #request_table .request:nth-of-type(even){
  836. background: white;
  837. }
  838. /* Workaround for calendar display issue */
  839. div.sidebar #event_div {
  840. margin-left: -232px;
  841. }
  842. ol {
  843. margin-left: 1em;
  844. }
  845. #forum_search_cat_list {
  846. border: none;
  847. }
  848. #coverCont {
  849. background-color: #fff9c7;
  850. padding: 5px;
  851. box-shadow: 2px 2px 10px -2px gray;
  852. }
  853. #coverCont img {
  854. background-color: #fff9c7;
  855. }
  856. .torrent_info {
  857. font-size: 100%;
  858. font-weight: 100;
  859. }
  860. .recent_snatches_images, .recent_uploads_images {
  861. position: relative;
  862. }
  863. .edit_tags_votes {
  864. padding-left: 5px;
  865. }
  866. .row_hl {
  867. background-color: #edeae5;
  868. }
  869. input.inputtext {
  870. border: none;
  871. border-bottom: 1px solid #edeae5;
  872. background-color: white;
  873. font-size: 13px;
  874. outline: none;
  875. transition: ease-in-out 0.12s;
  876. }
  877. input.inputtext:focus {
  878. border-bottom: 1px solid #fbe180;
  879. }
  880. .bbcode_bar {
  881. background: white;
  882. border: 1px solid #c7c7c7;
  883. border-bottom: none;
  884. }
  885. .bbcode_bar .emoji_box {
  886. background-color: white;
  887. }
  888. .collage_images .collage_image {
  889. margin: 1px;
  890. width: 121px;
  891. display: inline-block;
  892. }
  893. .box, .border, .alertbar, .artist_table, .request_table, .forum_index, #userinfo_minor > li > ul, .permissions table {
  894. box-shadow: 2px 2px 10px -2px gray;
  895. }
  896. #userinfo {
  897. box-shadow: 0 2px 10px -2px gray;
  898. .last_edited {
  899. font-size: 10px;
  900. opacity: 0.7;
  901. }
  902. #comm_badge_tr .badge_icon, #user_badge_edit_tr .badge_icon {
  903. margin-right: 1em;
  904. margin-left: 2px;
  905. }
  906. .store_table .badge_icon {
  907. display: inline-block;
  908. width: 16px;
  909. }
  910. .store_table .badge_icon img {
  911. display: block;
  912. margin-left: auto;
  913. margin-right: auto;
  914. }
  915. .hnr-yes {
  916. color: red;
  917. }
  918. .hnr-no {
  919. color: green;
  920. }
  921. .webm {
  922. max-width: 100%;
  923. }
  924. .point_gift_box p {
  925. margin: 7px 2px 0px;
  926. }
  927. .point_gift_box input[type="text"], .point_gift_box textarea {
  928. width: 100%;
  929. box-sizing: border-box;
  930. }
  931. .dead {
  932. opacity: 0.5;
  933. }
  934. .search_warning {
  935. fill: #E197E5;
  936. }
  937. .tl_reported {
  938. color: red;
  939. }
  940. .tl_snatched {
  941. color: #C35C1C;
  942. }
  943. .tl_leeching {
  944. color: #BD0D0D;
  945. }
  946. .tl_seeding {
  947. color: #068206;
  948. }
  949. caption {
  950. border-bottom: 1px solid #edeae5;
  951. font-weight: bold;
  952. }
  953. /*
  954. .tag_parody {
  955. color: #e08e00 !important;
  956. }
  957. .tag_character {
  958. color: #099809 !important;
  959. }
  960. .tag_female {
  961. color: #d51b8a !important;
  962. }
  963. .tag_male {
  964. color: #0000ff !important;
  965. }
  966. */