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.

matcha.scss 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440
  1. /*
  2. * Global
  3. */
  4. * {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. /*
  9. * Base typography
  10. */
  11. body {
  12. background: #edeae5;
  13. color: black;
  14. font-family: "NotoSans-SemiCondensed", sans-serif;
  15. font-size: 0.75rem;
  16. }
  17. body b,
  18. body strong {
  19. font-family: "NotoSans-SemiCondensedBold", sans-serif;
  20. font-weight: normal;
  21. }
  22. body i,
  23. body em {
  24. font-family: "NotoSans-SemiCondensedItalic", sans-serif;
  25. font-style: normal;
  26. }
  27. /* Debug */
  28. #site_debug td {
  29. border: 1px solid black;
  30. }
  31. code,
  32. pre {
  33. font-family: "NotoSansMono-SemiCondensed", monospace;
  34. }
  35. /*
  36. * Common Elements
  37. */
  38. a {
  39. color: #016670;
  40. text-decoration: none;
  41. }
  42. a:hover {
  43. color: black;
  44. text-decoration: underline;
  45. }
  46. button:not(.editor-toolbar button),
  47. input[type="button"],
  48. input[type="submit"] {
  49. background: #fbe180;
  50. box-shadow: 2px 2px 10px -5px slategray;
  51. }
  52. button:hover,
  53. input[type="button"]:hover,
  54. input[type="submit"]:hover {
  55. background: #fff9c7;
  56. }
  57. button:focus,
  58. input[type="button"]:focus,
  59. input[type="submit"]:focus {
  60. background: #fff9c7;
  61. }
  62. /*
  63. .spoilerButton {
  64. max-width: 540px;
  65. }
  66. */
  67. .forum_post .body a:not([href="#"]),
  68. .rule_summary a,
  69. .wiki_article a,
  70. #actual_rules a,
  71. .news_post .pad a,
  72. .store_table a {
  73. color: #016670;
  74. text-decoration: none;
  75. }
  76. .forum_post .body a:hover:not([href="#"]),
  77. .rule_summary a:hover,
  78. .wiki_article a:hover,
  79. #actual_rules a:hover,
  80. .news_post .pad a:hover,
  81. .store_table a:hover {
  82. color: black;
  83. text-decoration: underline;
  84. }
  85. h1,
  86. h2,
  87. h3,
  88. h4 {
  89. margin: 0.5em 0;
  90. font-weight: bold;
  91. }
  92. h2 {
  93. text-align: center;
  94. /* font-size: 12pt; */
  95. }
  96. /*
  97. h4 {
  98. font-size: 8pt;
  99. }
  100. */
  101. p {
  102. margin: 1em 0.5em;
  103. /* margin: 10px 5px; */
  104. }
  105. li {
  106. margin: 0.5em 2em;
  107. /* margin: 5px 15px; */
  108. }
  109. img {
  110. border: none;
  111. }
  112. /*
  113. * Styles generated by the BBCode parser
  114. */
  115. span.size1 {
  116. font-size: 0.75em;
  117. }
  118. span.size2 {
  119. font-size: 1em;
  120. }
  121. span.size3 {
  122. font-size: 1.25em;
  123. }
  124. span.size4 {
  125. font-size: 1.5em;
  126. }
  127. span.size5 {
  128. font-size: 1.75em;
  129. }
  130. span.size6 {
  131. font-size: 2em;
  132. }
  133. span.size7 {
  134. font-size: 2.25em;
  135. }
  136. span.size8 {
  137. font-size: 2.5em;
  138. }
  139. span.size9 {
  140. font-size: 2.75em;
  141. }
  142. span.size10 {
  143. font-size: 3em;
  144. }
  145. /*
  146. ul.thin { margin: 0px 0px 0px 25px; padding: 0px; }
  147. ul.thin li { margin: 0px 0px; padding: 0px; }
  148. */
  149. /*
  150. * Main Layout
  151. */
  152. #header {
  153. background: url("matcha/sam-komon.png");
  154. margin-bottom: 2em;
  155. /* margin-bottom: 10px; */
  156. padding: 0;
  157. width: 100%;
  158. }
  159. #content {
  160. margin: auto;
  161. margin-top: 2em;
  162. /* margin-top: 10px; */
  163. min-width: 720px;
  164. overflow: hidden;
  165. width: 90%;
  166. }
  167. #footer {
  168. margin-top: 2em;
  169. /* margin-top: 10px; */
  170. padding: 1em 0;
  171. text-align: center;
  172. width: 100%;
  173. /*
  174. opacity: 0;
  175. transition: ease-in-out 0.2s;
  176. transition-delay: 0.5s;
  177. */
  178. }
  179. /*
  180. #footer:hover {
  181. opacity: 1;
  182. }
  183. */
  184. #logo {
  185. background: url("/static/common/logos/matcha.png") no-repeat center;
  186. background-size: contain;
  187. width: 250px;
  188. height: 50px;
  189. margin: 0 0 0 10%;
  190. }
  191. #logo a {
  192. border: none;
  193. display: block;
  194. width: 100%;
  195. height: 50px;
  196. }
  197. #logo a:hover {
  198. border: none;
  199. }
  200. /*
  201. * Menus/Navigation
  202. */
  203. /* Main */
  204. #menu {
  205. background-color: #016670;
  206. font-size: 1.2em;
  207. /* font-size: 10pt; */
  208. text-align: center;
  209. width: 100%;
  210. }
  211. #menu > ul {
  212. display: flex;
  213. width: 80%;
  214. margin: 0 auto;
  215. }
  216. #menu > ul > li {
  217. display: flex;
  218. flex: 1 1 auto;
  219. height: 2.4em;
  220. /* height: 32px; */
  221. margin: 0;
  222. position: relative;
  223. }
  224. #menu ul > li > a {
  225. padding: 0.6em 0;
  226. display: inline-block;
  227. width: 100%;
  228. color: white;
  229. transition: ease-in-out 0.1s;
  230. text-decoration: none;
  231. }
  232. #nav_links {
  233. max-width: 2.4em;
  234. /* max-width: 40px; */
  235. }
  236. #menu ul li a.active {
  237. background-color: #016670;
  238. }
  239. #menu ul li a:hover {
  240. /* #016670 44% → 65% brightness */
  241. background-color: #0298a6;
  242. color: white;
  243. text-decoration: none;
  244. }
  245. /* Dropdown */
  246. #menu .nav_dropdown {
  247. background: #016670;
  248. margin-top: 0;
  249. }
  250. .nav_dropdown > div {
  251. box-shadow: 2px 2px 10px -2px slategray;
  252. position: absolute;
  253. background-color: #016670;
  254. width: 100%;
  255. z-index: 99999;
  256. margin-top: 2.4em;
  257. /* margin-top: 32px; */
  258. left: 0;
  259. }
  260. #nav_links > #links_menu {
  261. width: 8em;
  262. margin-left: -80px;
  263. /*
  264. width: 120px;
  265. margin-left: -80px;
  266. */
  267. }
  268. .nav_dropdown > div > a {
  269. display: none;
  270. color: white;
  271. height: 2.4em;
  272. line-height: 2.4em;
  273. /*
  274. height: 32px;
  275. line-height: 32px;
  276. */
  277. text-decoration: none;
  278. }
  279. .nav_dropdown:hover > div > a {
  280. display: block;
  281. }
  282. /* Search Bars */
  283. #searchbars {
  284. text-align: center;
  285. background-color: #9fedd7;
  286. box-sizing: content-box;
  287. padding: 0.5em 10%;
  288. /* padding: 4px 10%; */
  289. display: flex;
  290. }
  291. #searchbars > .search_form {
  292. flex: 1 1 auto;
  293. text-align: center;
  294. margin: 0 0.1em;
  295. /* margin: 0 3px; */
  296. }
  297. #searchbars input {
  298. position: relative;
  299. border: 1px solid transparent;
  300. box-sizing: border-box;
  301. padding: 0.25em 0.25em 0.25em 0.5em;
  302. /*
  303. padding: 2px 2px 2px 4px;
  304. font-size: 0.9em;
  305. */
  306. background-color: white;
  307. width: 100%;
  308. color: black;
  309. }
  310. #searchbars ul {
  311. margin: 0 auto;
  312. display: block;
  313. text-align: center;
  314. }
  315. #searchbars ul li {
  316. display: inline;
  317. margin: 0px 1px;
  318. list-style: none;
  319. position: relative;
  320. }
  321. #searchbars ul li ul {
  322. display: block;
  323. position: absolute;
  324. top: 1em;
  325. left: 0;
  326. z-index: 1000;
  327. background-color: white;
  328. width: 12em;
  329. margin-top: 1em;
  330. /* margin-top: 12px; */
  331. }
  332. #searchbars ul li ul li {
  333. margin: 0 0 0 0;
  334. padding: 0;
  335. display: block;
  336. width: 100%;
  337. }
  338. #searchbars ul li ul li.highlight {
  339. background: white;
  340. }
  341. #searchbars ul li form {
  342. display: inline;
  343. }
  344. /* Upload, Invite, etc. */
  345. #userinfo {
  346. background: #fff9c7;
  347. box-shadow: 0 2px 10px -2px slategray;
  348. color: black;
  349. padding: 0.5em 0;
  350. /* padding: 4px 0px; */
  351. width: 100%;
  352. text-align: center;
  353. /* font-size: 8pt; */
  354. }
  355. /*
  356. #userinfo img {
  357. margin-top: -5px;
  358. }
  359. */
  360. #userinfo ul {
  361. display: inline;
  362. margin: 0 1%;
  363. /* margin: 0px 0.8%; */
  364. }
  365. #userinfo ul li {
  366. display: inline;
  367. margin: 0 0.1em;
  368. line-height: 2em;
  369. /* line-height: 20px; */
  370. vertical-align: middle;
  371. padding: 0;
  372. }
  373. #userinfo a {
  374. color: black;
  375. text-decoration: none;
  376. }
  377. #userinfo a:hover {
  378. text-decoration: underline;
  379. }
  380. #userinfo b a {
  381. font-weight: normal;
  382. font-size: 0.9em;
  383. font-weight: bold;
  384. }
  385. #cat-selector ul {
  386. width: 100%;
  387. }
  388. #cat-selector ul li {
  389. display: inline;
  390. /*
  391. width: 12em;
  392. height: 1em;
  393. float: left;
  394. */
  395. }
  396. /* Alerts, Toolbox, etc. */
  397. .alertbar {
  398. background-color: #fff9c7;
  399. text-align: center;
  400. color: black;
  401. font-weight: bold;
  402. /* font-size: 0.95em; */
  403. width: 320px;
  404. margin: 2em auto;
  405. padding: 1em;
  406. /* padding: 10px; */
  407. }
  408. .alertbar.warning {
  409. background-color: #ffe68a;
  410. }
  411. .alertbar.error {
  412. background-color: #ff8a8a;
  413. }
  414. .alertbar a {
  415. color: black;
  416. text-decoration: none;
  417. }
  418. .alertbar.modbar a {
  419. margin: 0 0.5em;
  420. /* margin: 0px 5px; */
  421. }
  422. .alertbar a:hover {
  423. color: black;
  424. text-decoration: underline;
  425. }
  426. /*
  427. * IE doesn't appear to like a simple display:none in our header.
  428. * Random things start fucking up pretty badly.
  429. */
  430. .hidden {
  431. position: absolute;
  432. left: -10000px;
  433. }
  434. input.hidden {
  435. position: absolute;
  436. display: none;
  437. }
  438. /*
  439. * Flexbox Layout
  440. */
  441. .main_column {
  442. width: 590px;
  443. }
  444. .main_column table {
  445. margin-bottom: 1em;
  446. /* margin-bottom: 10px; */
  447. }
  448. /*
  449. .main_column {
  450. display: flex;
  451. flex-direction: column;
  452. align-items: stretch;
  453. max-width: 85%;
  454. }
  455. .main_column table {
  456. display: flex;
  457. flex-direction: column;
  458. align-items: stretch;
  459. margin-bottom: 1em;
  460. /* margin-bottom: 10px; *
  461. }
  462. */
  463. .box {
  464. /* font-size: 8pt; */
  465. background-color: white;
  466. border: none;
  467. margin-bottom: 1em;
  468. /*
  469. border: 1px solid #666666;
  470. margin-bottom: 10px;
  471. */
  472. }
  473. .sidebar {
  474. float: right;
  475. width: 250px;
  476. }
  477. /*
  478. .sidebar {
  479. display: flex;
  480. flex-direction: column;
  481. float: right;
  482. width: 250px;
  483. }
  484. */
  485. /*
  486. * Generic Layout
  487. */
  488. .thin {
  489. width: 850px;
  490. margin: 0px auto;
  491. }
  492. #userinfo_major .brackets:before {
  493. font-weight: bold;
  494. }
  495. #userinfo_major .brackets:after {
  496. font-weight: bold;
  497. }
  498. #userinfo_minor {
  499. position: absolute;
  500. text-align: left;
  501. }
  502. #userinfo_minor > li > ul {
  503. display: none;
  504. position: absolute;
  505. padding: 5px;
  506. left: -5px;
  507. background-color: #fff9c7;
  508. z-index: 100;
  509. }
  510. #userinfo #userinfo_minor li {
  511. display: block;
  512. }
  513. div.linkbox {
  514. text-align: center;
  515. padding: 0.5em;
  516. /* padding: 5px; */
  517. }
  518. .center {
  519. text-align: center;
  520. }
  521. .right {
  522. text-align: right;
  523. }
  524. .pad {
  525. padding: 1em;
  526. }
  527. .donation_info ul {
  528. margin-left: 1em;
  529. }
  530. .slight_margin {
  531. margin: 0.5em;
  532. /* margin: 4px; */
  533. }
  534. .vertical_space {
  535. margin-bottom: 1em;
  536. /* margin-bottom: 10px; */
  537. }
  538. .torrents_nomatch {
  539. margin-top: 1em;
  540. /* margin-top: 10px; */
  541. }
  542. .pad h3,
  543. .pad h4,
  544. .padbox h3,
  545. .padbox h4 {
  546. margin-top: 0px;
  547. padding-top: 0px;
  548. }
  549. .head {
  550. background: #9fedd7;
  551. color: black;
  552. padding: 0.5em 1em;
  553. /*
  554. padding: 4px;
  555. border-bottom: 1px solid #666;
  556. background: #E1E1E1;
  557. */
  558. }
  559. .body {
  560. padding: 3px 10px 10px 10px;
  561. }
  562. .tags {
  563. /* padding: 0 0 0 2em; */
  564. font-style: italic;
  565. }
  566. .tags a,
  567. a.search_link {
  568. color: black;
  569. font-weight: normal;
  570. }
  571. .tags a:hover,
  572. a:hover.search_link {
  573. color: black;
  574. text-decoration: underline;
  575. }
  576. ul.nobullet,
  577. ul.nobullet li {
  578. list-style-type: none;
  579. }
  580. table {
  581. width: 100%;
  582. border-collapse: collapse;
  583. /* border: 1px solid #666666; */
  584. }
  585. tr {
  586. background-color: white;
  587. }
  588. td,
  589. th {
  590. /* border: 1px solid #666666; */
  591. padding: 0.5em;
  592. /* padding: 5px; */
  593. text-align: left;
  594. }
  595. .colhead {
  596. background: #9fedd7;
  597. font-weight: bold;
  598. color: black;
  599. }
  600. td.colhead,
  601. .colhead td,
  602. .colhead th {
  603. padding-left: 10px;
  604. padding-right: 10px;
  605. }
  606. .colhead .sign,
  607. .colhead_dark .sign {
  608. padding: 0 1em;
  609. /* padding: 0px 8px 0px 8px; */
  610. vertical-align: middle;
  611. text-align: center;
  612. /* font-size: 12pt; */
  613. font-weight: bold;
  614. }
  615. .colhead .sign {
  616. padding: 0 1em;
  617. /*
  618. padding: 0px 8px 0px 8px;
  619. font-size: 12pt;
  620. */
  621. font-weight: bold;
  622. }
  623. .colhead_dark {
  624. background: #9fedd7;
  625. color: black;
  626. }
  627. .forum_post .colhead_dark {
  628. background: #9fedd7;
  629. }
  630. .forum_post.staff_post .colhead_dark {
  631. background: #fbe180;
  632. }
  633. .forum_post.sticky_post {
  634. border: 2px solid #fbe180;
  635. }
  636. td.label {
  637. font-weight: bold;
  638. text-align: right;
  639. width: 180px;
  640. }
  641. table.slice {
  642. margin-top: -1px;
  643. }
  644. .error_message {
  645. padding: 1em;
  646. /* padding: 10px; */
  647. background-color: #ff8a8a;
  648. text-align: center;
  649. color: white;
  650. font-weight: bold;
  651. box-shadow: 2px 2px 10px -5px slategray;
  652. }
  653. .save_message {
  654. padding: 1em;
  655. /* padding: 10px; */
  656. width: 50%;
  657. margin: 2em auto;
  658. background: #fbe180;
  659. text-align: center;
  660. color: black;
  661. font-weight: bold;
  662. box-shadow: 2px 2px 10px -5px slategray;
  663. }
  664. .elem_error {
  665. border: 2px solid red;
  666. }
  667. .hidden {
  668. display: none;
  669. }
  670. ul.nobullet {
  671. display: inline-block;
  672. }
  673. /* Layout (home page) */
  674. ul.stats li {
  675. padding: 0 0 1px 0;
  676. }
  677. ul.poll li {
  678. padding: 0 0 0 10px;
  679. margin: 0;
  680. clear: left;
  681. }
  682. ul.poll li.graph {
  683. margin-bottom: 3px;
  684. padding-left: 20px;
  685. }
  686. /* Layout (torrents page) */
  687. .show_torrents {
  688. width: 21px;
  689. height: 28px;
  690. background: url("images/show2.png") no-repeat center center;
  691. }
  692. .hide_torrents {
  693. width: 21px;
  694. height: 28px;
  695. background: url("images/hide2.png") no-repeat center center;
  696. }
  697. .show_torrents_link {
  698. border: none;
  699. width: 28px;
  700. height: 28px;
  701. display: block;
  702. cursor: pointer;
  703. }
  704. .filter_torrents {
  705. background: white;
  706. margin: auto;
  707. width: 765px;
  708. /* width: 750px; */
  709. }
  710. .filter_torrents .submit {
  711. text-align: right;
  712. padding-top: 5px;
  713. }
  714. #content form.search_form + .torrent_table {
  715. margin-top: 20px;
  716. }
  717. #content form.search_form .submit {
  718. text-align: center;
  719. }
  720. .cat_list tr td {
  721. border: none;
  722. }
  723. .torrent_title {
  724. font-size: larger;
  725. }
  726. .torrent_table tr {
  727. /* vertical-align: top; */
  728. vertical-align: middle;
  729. }
  730. /*
  731. .torrent_table .number_column {
  732. text-align: center;
  733. }
  734. */
  735. .torrent_table,
  736. .torrent_table td {
  737. border: none;
  738. }
  739. /*
  740. .torrent_table tr.torrent,
  741. .torrent_table tr.group {
  742. font-weight: bold;
  743. }
  744. */
  745. .torrent_table tr.group {
  746. background-color: white;
  747. }
  748. .torrent_table tr.group_torrent {
  749. background-color: white;
  750. }
  751. .torrent_table tr.torrent {
  752. background-color: white;
  753. }
  754. .torrent_table tr.group td.center:first-child {
  755. padding: 3px;
  756. width: 21px;
  757. }
  758. .torrent_table tr.torrent:nth-child(2n),
  759. .collage_table tr.row:nth-child(2n) {
  760. background-color: whitesmoke;
  761. }
  762. .torrent_table tr.torrent:nth-child(2n-1),
  763. .collage_table tr.row:nth-child(2n-1) {
  764. background-color: white;
  765. }
  766. .torrent_table tr.group {
  767. background-color: white;
  768. }
  769. .torrent_table div.tags {
  770. font-weight: normal;
  771. max-width: 500px;
  772. }
  773. .torrent_table tr .center,
  774. #collage_table td {
  775. vertical-align: middle;
  776. /* text-align: center; */
  777. }
  778. /*
  779. #collage_name,
  780. #request_name {
  781. font-weight: bold;
  782. }
  783. */
  784. .group_torrent span {
  785. float: right;
  786. }
  787. .torrent span {
  788. font-weight: normal;
  789. float: right;
  790. }
  791. .nobr {
  792. white-space: nowrap;
  793. }
  794. /* Layout (forums) */
  795. /*
  796. .last_read { margin-left: 5px; fill: #A9A9A9; }
  797. .colhead_dark .last_read { fill: #DC86E0; }
  798. */
  799. .unread_locked_sticky {
  800. background: url(images/locked_sticky_unread.png) no-repeat center center;
  801. }
  802. .read_locked_sticky {
  803. background: url(images/locked_sticky_read.png) no-repeat center center;
  804. }
  805. .read_sticky {
  806. background: url(images/sticky_read.png) no-repeat center center;
  807. }
  808. .unread_sticky {
  809. background: url(images/sticky_unread.png) no-repeat center center;
  810. }
  811. .unread_locked {
  812. background: url(images/locked_unread.png) no-repeat center center;
  813. }
  814. .read_locked {
  815. background: url(images/locked_read.png) no-repeat center center;
  816. }
  817. .unread {
  818. background: url(images/unread.png) no-repeat center center;
  819. }
  820. .read {
  821. background: url(images/read.png) no-repeat center center;
  822. }
  823. strong.quoteheader {
  824. color: black;
  825. }
  826. tr.row:nth-of-type(odd) {
  827. background-color: white;
  828. }
  829. table.forum_post {
  830. margin: 2em 0;
  831. /* margin: 10px 0px; */
  832. width: 100%;
  833. }
  834. table.forum_post td {
  835. /* border: 1px solid #666; */
  836. border: none;
  837. }
  838. table.forum_unread {
  839. border: 2px solid red;
  840. }
  841. td.avatar,
  842. #torrent_comments table.forum_post td.avatar {
  843. width: 120px;
  844. padding: 0px;
  845. }
  846. .box_description > div:not(.head) {
  847. max-height: 400px;
  848. overflow-y: scroll;
  849. }
  850. .box_description,
  851. table.forum_post td.body {
  852. word-break: break-word;
  853. word-wrap: break-word;
  854. display: inline-block;
  855. }
  856. .box_description {
  857. width: 100%;
  858. }
  859. .thin > table.forum_post td.body {
  860. width: 690px;
  861. }
  862. #torrent_comments table.forum_post td.body {
  863. width: 422px;
  864. }
  865. /*
  866. .thin > table.forum_post td.body {
  867. min-width: 600px;
  868. /* width: 690px; *
  869. }
  870. #torrent_comments table.forum_post td.avatar {
  871. max-width: 120px;
  872. padding: 0px;
  873. }
  874. #torrent_comments table.forum_post td.body {
  875. width: 600px;
  876. /* width: 422px; *
  877. }
  878. */
  879. blockquote {
  880. margin: 0.5em 2em;
  881. padding: 1em;
  882. border: 1px solid #bbb;
  883. /*
  884. margin: 10px;
  885. padding: 10px;
  886. border: 1px dashed #666;
  887. */
  888. }
  889. /*
  890. * Inbox Layout
  891. */
  892. tr.unreadpm {
  893. background-color: #fff9c7;
  894. }
  895. /* Layout (permission page) */
  896. .permission_head {
  897. width: 50%;
  898. margin: 1em auto;
  899. }
  900. .permissions {
  901. width: 90%;
  902. margin: 1em auto;
  903. }
  904. .permission_container {
  905. margin: auto;
  906. float: left;
  907. width: 30%;
  908. padding: 1em;
  909. }
  910. .permission_container input {
  911. margin: 0px 3px 5px 0px;
  912. vertical-align: top;
  913. }
  914. .submit_container {
  915. clear: both;
  916. text-align: right;
  917. }
  918. /* Layout (invite tree) */
  919. ul .invitetree {
  920. margin: 0px 0px 0px 25px;
  921. }
  922. .invitetree li {
  923. list-style: none;
  924. margin: 10px 2px;
  925. }
  926. /* Layout (user options) */
  927. .user_options .options_list li {
  928. margin: 0;
  929. }
  930. /* Layout (misc) */
  931. .left_poll {
  932. display: none;
  933. width: 2px;
  934. height: 9px;
  935. float: left;
  936. margin: 0px;
  937. padding: 0px;
  938. }
  939. .center_poll {
  940. height: 9px;
  941. background: white;
  942. border-radius: 4px;
  943. float: left;
  944. margin: 0px;
  945. padding: 0px;
  946. }
  947. .right_poll {
  948. display: none;
  949. width: 2px;
  950. height: 9px;
  951. float: left;
  952. margin: 0px;
  953. padding: 0px;
  954. }
  955. .curtain {
  956. position: fixed;
  957. top: 0%;
  958. left: 0%;
  959. width: 100%;
  960. height: 100%;
  961. background: black;
  962. z-index: 1001;
  963. -moz-opacity: 0.8;
  964. opacity: 0.8;
  965. filter: alpha(opacity=80);
  966. }
  967. .lightbox {
  968. position: fixed;
  969. text-align: center;
  970. top: 5%;
  971. left: 5%;
  972. width: 90%;
  973. height: 90%;
  974. padding: 0px;
  975. z-index: 1002;
  976. overflow: auto;
  977. }
  978. .lightbox img {
  979. background: white;
  980. }
  981. .center {
  982. text-align: center;
  983. }
  984. tr.torrent .bookmark > a:before {
  985. color: black;
  986. }
  987. tr.torrent .bookmark > a:after {
  988. color: black;
  989. }
  990. .field_div {
  991. margin-bottom: 10px;
  992. }
  993. .brackets {
  994. font-weight: normal;
  995. }
  996. .post_id {
  997. font-weight: normal;
  998. }
  999. /* Get rid of extraneous padding in the Top Contributors box */
  1000. #request_top_contrib {
  1001. border: none;
  1002. }
  1003. #request_top_contrib tr:first-child th {
  1004. border-top: 0;
  1005. }
  1006. #request_top_contrib tr:last-child td {
  1007. border-bottom: 0;
  1008. }
  1009. #request_top_contrib tr td:first-child,
  1010. #request_top_contrib tr th:first-child,
  1011. #request_top_contrib tr td:nth-child(2),
  1012. #request_top_contrib tr th:nth-child(2) {
  1013. border-left: 0;
  1014. border-top: 0;
  1015. }
  1016. #request_top_contrib tr td:last-child,
  1017. #request_top_contrib tr th:last-child {
  1018. border-right: 0;
  1019. }
  1020. #request_table {
  1021. margin-bottom: 0.5em;
  1022. /* margin-bottom: 5px; */
  1023. }
  1024. #request_table .request:nth-of-type(odd) {
  1025. background: whitesmoke;
  1026. }
  1027. #request_table .request:nth-of-type(even) {
  1028. background: white;
  1029. }
  1030. ol {
  1031. margin-left: 1em;
  1032. }
  1033. #forum_search_cat_list {
  1034. border: none;
  1035. }
  1036. #coverCont {
  1037. background-color: #fff9c7;
  1038. padding: 5px;
  1039. box-shadow: 2px 2px 10px -2px slategray;
  1040. }
  1041. #coverCont img {
  1042. background-color: #fff9c7;
  1043. }
  1044. .torrent_info {
  1045. font-size: 100%;
  1046. font-weight: 100;
  1047. }
  1048. .recent_snatches_images,
  1049. .recent_uploads_images {
  1050. position: relative;
  1051. }
  1052. .edit_tags_votes {
  1053. padding-left: 5px;
  1054. }
  1055. .row_hl {
  1056. background-color: #edeae5;
  1057. }
  1058. input.inputtext {
  1059. border: none;
  1060. border-bottom: 1px solid #edeae5;
  1061. background-color: white;
  1062. font-size: 13px;
  1063. outline: none;
  1064. transition: ease-in-out 0.12s;
  1065. }
  1066. input.inputtext:focus {
  1067. border-bottom: 1px solid #fbe180;
  1068. }
  1069. .bbcode_bar {
  1070. background: white;
  1071. border: 1px solid #c7c7c7;
  1072. border-bottom: none;
  1073. }
  1074. .bbcode_bar .emoji_box {
  1075. background-color: white;
  1076. }
  1077. .collage_images .collage_image {
  1078. margin: 1px;
  1079. width: 120px;
  1080. /* width: 121px; */
  1081. display: inline-block;
  1082. }
  1083. .box,
  1084. .border,
  1085. .alertbar,
  1086. .artist_table,
  1087. .request_table,
  1088. .forum_index,
  1089. #userinfo_minor > li > ul,
  1090. .permissions table {
  1091. box-shadow: 2px 2px 10px -2px slategray;
  1092. /* margin: 1em auto; */
  1093. }
  1094. /*
  1095. .last_edited {
  1096. font-size: 10px;
  1097. opacity: 0.7;
  1098. }
  1099. */
  1100. #comm_badge_tr .badge_icon,
  1101. #user_badge_edit_tr .badge_icon {
  1102. margin-right: 1em;
  1103. margin-left: 2px;
  1104. }
  1105. .store_table .badge_icon {
  1106. display: inline-block;
  1107. width: 4em;
  1108. /* width: 16px; */
  1109. }
  1110. .store_table .badge_icon img {
  1111. display: block;
  1112. margin-left: auto;
  1113. margin-right: auto;
  1114. }
  1115. .hnr-yes {
  1116. color: red;
  1117. }
  1118. .hnr-no {
  1119. color: green;
  1120. }
  1121. .webm {
  1122. max-width: 100%;
  1123. }
  1124. .point_gift_box p {
  1125. margin: 7px 2px 0px;
  1126. }
  1127. .point_gift_box input[type="text"],
  1128. .point_gift_box textarea {
  1129. width: 100%;
  1130. box-sizing: border-box;
  1131. }
  1132. .dead {
  1133. opacity: 0.5;
  1134. }
  1135. /*
  1136. .search_warning {
  1137. fill: #E197E5;
  1138. }
  1139. */
  1140. caption {
  1141. border-bottom: 1px solid #edeae5;
  1142. font-weight: bold;
  1143. }
  1144. /* Torrent labels for the Format class */
  1145. .tl_free {
  1146. color: green;
  1147. }
  1148. .tl_reported {
  1149. color: red;
  1150. }
  1151. .tl_approved {
  1152. color: green;
  1153. }
  1154. .tl_seeding {
  1155. color: green;
  1156. }
  1157. .tl_leeching {
  1158. color: orange;
  1159. }
  1160. .tl_notice {
  1161. color: black;
  1162. }
  1163. .tl_snatched {
  1164. color: black;
  1165. }
  1166. /*
  1167. .tag_parody {
  1168. color: #e08e00 !important;
  1169. }
  1170. .tag_character {
  1171. color: #099809 !important;
  1172. }
  1173. .tag_female {
  1174. color: #d51b8a !important;
  1175. }
  1176. .tag_male {
  1177. color: #0000ff !important;
  1178. }
  1179. */