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.

oppai.scss 19KB

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