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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  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. .group_torrent span {
  625. float: right;
  626. }
  627. .torrent span {
  628. font-weight: normal;
  629. float: right;
  630. }
  631. .nobr {
  632. white-space: nowrap;
  633. }
  634. /* Layout (forums) */
  635. .last_read {margin-left: 5px; fill: #A9A9A9;}
  636. .colhead_dark .last_read {fill: #DC86E0;}
  637. .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
  638. .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
  639. .read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
  640. .unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
  641. .unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
  642. .read_locked{background: url(images/locked_read.png) no-repeat center center;}
  643. .unread{background: url(images/unread.png) no-repeat center center;}
  644. .read{background: url(images/read.png) no-repeat center center;}
  645. strong.quoteheader {color: black;}
  646. tr.row:nth-of-type(odd) {
  647. background-color: white;
  648. }
  649. table.forum_post {
  650. margin: 10px 0px;
  651. }
  652. table.forum_post td {
  653. /* border: 1px solid #666; */
  654. border: none;
  655. }
  656. table.forum_unread {
  657. border: 2px solid red;
  658. }
  659. td.avatar {
  660. max-width: 120px;
  661. padding: 0px;
  662. }
  663. .box_description > div:not(.head) {
  664. max-height: 400px;
  665. overflow-y: scroll;
  666. }
  667. .box_description, table.forum_post td.body {
  668. word-break: break-word;
  669. word-wrap: break-word;
  670. display: inline-block;
  671. }
  672. .box_description {
  673. width: 100%;
  674. }
  675. .thin > table.forum_post td.body {
  676. width: 690px;
  677. }
  678. #torrent_comments table.forum_post td.body {
  679. width: 422px;
  680. }
  681. blockquote {
  682. margin: 10px;
  683. padding: 10px;
  684. /* border: 1px dashed #666; */
  685. border: 1px solid #BBB;
  686. }
  687. /* Layout (inbox) */
  688. tr.unreadpm {
  689. background-color: #fff9c7;
  690. }
  691. /* Layout (permission page) */
  692. .permission_head {
  693. width: 400px;
  694. margin-left: auto;
  695. margin-right: auto;
  696. }
  697. .permissions {
  698. width: 930px;
  699. margin-left: auto;
  700. margin-right: auto;
  701. }
  702. .permission_container {
  703. float: left;
  704. width: 300px;
  705. padding: 5px;
  706. }
  707. .permission_container input {
  708. margin: 0px 3px 5px 0px;
  709. vertical-align: top;
  710. }
  711. .submit_container {
  712. clear: both;
  713. text-align: right;
  714. }
  715. /* Layout (invite tree) */
  716. ul .invitetree {
  717. margin: 0px 0px 0px 25px;
  718. }
  719. .invitetree li {
  720. list-style: none;
  721. margin: 10px 2px;
  722. }
  723. /* Layout (user options) */
  724. .user_options .options_list li {
  725. margin: 0;
  726. }
  727. /* Layout (misc) */
  728. .left_poll {
  729. display: none;
  730. width: 2px;
  731. height: 9px;
  732. float: left;
  733. margin: 0px;
  734. padding: 0px;
  735. }
  736. .center_poll {
  737. height: 9px;
  738. background: white;
  739. border-radius: 4px;
  740. float: left;
  741. margin: 0px;
  742. padding: 0px;
  743. }
  744. .right_poll {
  745. display: none;
  746. width: 2px;
  747. height: 9px;
  748. float: left;
  749. margin: 0px;
  750. padding: 0px;
  751. }
  752. .curtain {
  753. position: fixed;
  754. top: 0%;
  755. left: 0%;
  756. width: 100%;
  757. height: 100%;
  758. background-color: black;
  759. z-index: 1001;
  760. -moz-opacity: 0.8;
  761. opacity: .80;
  762. filter: alpha(opacity=80);
  763. }
  764. .lightbox {
  765. position: fixed;
  766. text-align: center;
  767. top: 5%;
  768. left: 5%;
  769. width: 90%;
  770. height: 90%;
  771. padding: 0px;
  772. z-index: 1002;
  773. overflow: auto;
  774. }
  775. .center {
  776. text-align: center;
  777. }
  778. .spellcheck {
  779. margin: 25px 0;
  780. font-size: 1.25em;
  781. font-weight: bold;
  782. }
  783. tr.torrent .bookmark > a:before {
  784. color: black;
  785. }
  786. tr.torrent .bookmark > a:after {
  787. color: black;
  788. }
  789. .field_div {
  790. margin-bottom: 10px;
  791. }
  792. .edit_changelog textarea {
  793. width: 600px;
  794. }
  795. .brackets {
  796. font-weight: normal;
  797. }
  798. div[class~=tooltipster-content] > a {
  799. color: #edeae5;
  800. }
  801. .post_id {
  802. font-weight: normal;
  803. }
  804. /* Get rid of extraneous padding in the Top Contributors box */
  805. #request_top_contrib {
  806. border: none;
  807. }
  808. #request_top_contrib tr:first-child th {
  809. border-top: 0;
  810. }
  811. #request_top_contrib tr:last-child td {
  812. border-bottom: 0;
  813. }
  814. #request_top_contrib tr td:first-child,
  815. #request_top_contrib tr th:first-child,
  816. #request_top_contrib tr td:nth-child(2),
  817. #request_top_contrib tr th:nth-child(2) {
  818. border-left: 0;
  819. border-top: 0;
  820. }
  821. #request_top_contrib tr td:last-child,
  822. #request_top_contrib tr th:last-child {
  823. border-right: 0;
  824. }
  825. #request_table {
  826. margin-bottom: 5px;
  827. }
  828. #request_table .request:nth-of-type(odd){
  829. background: #edeae5;
  830. }
  831. #request_table .request:nth-of-type(even){
  832. background: white;
  833. }
  834. /* Workaround for calendar display issue */
  835. div.sidebar #event_div {
  836. margin-left: -232px;
  837. }
  838. ol {
  839. margin-left: 1em;
  840. }
  841. #forum_search_cat_list {
  842. border: none;
  843. }
  844. #coverCont {
  845. background-color: #fff9c7;
  846. padding: 5px;
  847. box-shadow: 2px 2px 10px -2px gray;
  848. }
  849. #coverCont img {
  850. background-color: #fff9c7;
  851. }
  852. .torrent_info {
  853. font-size: 100%;
  854. font-weight: 100;
  855. }
  856. .recent_snatches_images, .recent_uploads_images {
  857. position: relative;
  858. }
  859. .edit_tags_votes {
  860. padding-left: 5px;
  861. }
  862. .row_hl {
  863. background-color: #edeae5;
  864. }
  865. input.inputtext {
  866. border: none;
  867. border-bottom: 1px solid #edeae5;
  868. background-color: white;
  869. font-size: 13px;
  870. outline: none;
  871. transition: ease-in-out 0.12s;
  872. }
  873. input.inputtext:focus {
  874. border-bottom: 1px solid #fbe180;
  875. }
  876. .bbcode_bar {
  877. background: white;
  878. border: 1px solid #c7c7c7;
  879. border-bottom: none;
  880. }
  881. .bbcode_bar .emoji_box {
  882. background-color: white;
  883. }
  884. .collage_images .collage_image {
  885. margin: 1px;
  886. width: 121px;
  887. display: inline-block;
  888. }
  889. .box, .border, .alertbar, .artist_table, .request_table, .forum_index, #userinfo_minor > li > ul, .permissions table {
  890. box-shadow: 2px 2px 10px -2px gray;
  891. }
  892. #userinfo {
  893. box-shadow: 0 2px 10px -2px gray;
  894. .last_edited {
  895. font-size: 10px;
  896. opacity: 0.7;
  897. }
  898. #comm_badge_tr .badge_icon, #user_badge_edit_tr .badge_icon {
  899. margin-right: 1em;
  900. margin-left: 2px;
  901. }
  902. .store_table .badge_icon {
  903. display: inline-block;
  904. width: 16px;
  905. }
  906. .store_table .badge_icon img {
  907. display: block;
  908. margin-left: auto;
  909. margin-right: auto;
  910. }
  911. .hnr-yes {
  912. color: red;
  913. }
  914. .hnr-no {
  915. color: green;
  916. }
  917. .webm {
  918. max-width: 100%;
  919. }
  920. .point_gift_box p {
  921. margin: 7px 2px 0px;
  922. }
  923. .point_gift_box input[type="text"], .point_gift_box textarea {
  924. width: 100%;
  925. box-sizing: border-box;
  926. }
  927. .dead {
  928. opacity: 0.5;
  929. }
  930. .search_warning {
  931. fill: #E197E5;
  932. }
  933. .tl_reported {
  934. color: red;
  935. }
  936. .tl_snatched {
  937. color: #C35C1C;
  938. }
  939. .tl_leeching {
  940. color: #BD0D0D;
  941. }
  942. .tl_seeding {
  943. color: #068206;
  944. }
  945. caption {
  946. border-bottom: 1px solid #edeae5;
  947. font-weight: bold;
  948. }
  949. /*
  950. .tag_parody {
  951. color: #e08e00 !important;
  952. }
  953. .tag_character {
  954. color: #099809 !important;
  955. }
  956. .tag_female {
  957. color: #d51b8a !important;
  958. }
  959. .tag_male {
  960. color: #0000ff !important;
  961. }
  962. */