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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283
  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/symbols/show.png") no-repeat center center;
  589. }
  590. .hide_torrents {
  591. width: 21px;
  592. height: 28px;
  593. background: url("/static/common/symbols/hide.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. /* Layout (invite tree) */
  783. ul .invitetree {
  784. margin: 0px 0px 0px 25px;
  785. }
  786. .invitetree li {
  787. list-style: none;
  788. margin: 10px 2px;
  789. }
  790. /* Layout (user options) */
  791. .user_options .options_list li {
  792. margin: 0;
  793. }
  794. /* Layout (misc) */
  795. .left_poll {
  796. display: none;
  797. width: 2px;
  798. height: 9px;
  799. float: left;
  800. margin: 0px;
  801. padding: 0px;
  802. }
  803. .center_poll {
  804. height: 9px;
  805. background: #c5d1ff;
  806. border-radius: 4px;
  807. float: left;
  808. margin: 0px;
  809. padding: 0px;
  810. }
  811. .right_poll {
  812. display: none;
  813. width: 2px;
  814. height: 9px;
  815. float: left;
  816. margin: 0px;
  817. padding: 0px;
  818. }
  819. .curtain {
  820. position: fixed;
  821. top: 0%;
  822. left: 0%;
  823. width: 100%;
  824. height: 100%;
  825. background-color: black;
  826. z-index: 1001;
  827. -moz-opacity: 0.8;
  828. opacity: 0.8;
  829. filter: alpha(opacity=80);
  830. }
  831. .lightbox {
  832. position: fixed;
  833. text-align: center;
  834. top: 5%;
  835. left: 5%;
  836. width: 90%;
  837. height: 90%;
  838. padding: 0px;
  839. z-index: 1002;
  840. overflow: auto;
  841. }
  842. .center {
  843. text-align: center;
  844. }
  845. tr.torrent .bookmark > a:before {
  846. color: black;
  847. }
  848. tr.torrent .bookmark > a:after {
  849. color: black;
  850. }
  851. .field_div {
  852. margin-bottom: 10px;
  853. }
  854. .brackets {
  855. font-weight: normal;
  856. }
  857. .post_id {
  858. font-weight: normal;
  859. }
  860. /* Get rid of extraneous padding in the Top Contributors box */
  861. #request_top_contrib {
  862. border: none;
  863. }
  864. #request_top_contrib tr:first-child th {
  865. border-top: 0;
  866. }
  867. #request_top_contrib tr:last-child td {
  868. border-bottom: 0;
  869. }
  870. #request_top_contrib tr td:first-child,
  871. #request_top_contrib tr th:first-child,
  872. #request_top_contrib tr td:nth-child(2),
  873. #request_top_contrib tr th:nth-child(2) {
  874. border-left: 0;
  875. border-top: 0;
  876. }
  877. #request_top_contrib tr td:last-child,
  878. #request_top_contrib tr th:last-child {
  879. border-right: 0;
  880. }
  881. #requests table.layout.cat_list {
  882. border-bottom: 1px solid #aaa;
  883. border-top: 1px solid #aaa;
  884. }
  885. #requests tr#media_list {
  886. border-bottom: 1px solid #aaa;
  887. border-top: 1px solid #aaa;
  888. }
  889. #request_table {
  890. margin-bottom: 5px;
  891. }
  892. #request_table .request:nth-of-type(odd) {
  893. background: #fad1e3;
  894. }
  895. #request_table .request:nth-of-type(even) {
  896. background: #edc5f4;
  897. }
  898. ol {
  899. margin-left: 1em;
  900. }
  901. #forum_search_cat_list {
  902. border: none;
  903. }
  904. #coverCont {
  905. background-color: #ff5aa5;
  906. padding: 5px;
  907. 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);
  908. }
  909. #coverCont img {
  910. background-color: #ffd2e6;
  911. }
  912. .torrent_info {
  913. font-size: 100%;
  914. font-weight: 100;
  915. }
  916. .recent_snatches_images,
  917. .recent_uploads_images {
  918. position: relative;
  919. }
  920. .edit_tags_votes {
  921. padding-left: 5px;
  922. }
  923. .row_hl {
  924. background-color: #eed5f1;
  925. }
  926. input.inputtext {
  927. border: none;
  928. border-bottom: 1px solid #aaa;
  929. background-color: rgba(0, 0, 0, 0);
  930. font-size: 13px;
  931. outline: none;
  932. transition: ease-in-out 0.12s;
  933. }
  934. input.inputtext:focus {
  935. border-bottom: 1px solid #e197e5;
  936. }
  937. .bbcode_bar {
  938. background: white;
  939. border: 1px solid #c7c7c7;
  940. border-bottom: none;
  941. }
  942. .bbcode_bar .emoji_box {
  943. background-color: #eee;
  944. }
  945. .collage_images .collage_image {
  946. margin: 1px;
  947. width: 121px;
  948. display: inline-block;
  949. }
  950. .box,
  951. .border,
  952. .alertbar,
  953. .artist_table,
  954. .request_table,
  955. .forum_index,
  956. #userinfo_minor > li > ul,
  957. .permissions table {
  958. 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);
  959. }
  960. #userinfo {
  961. 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);
  962. }
  963. .last_edited {
  964. font-size: 10px;
  965. opacity: 0.7;
  966. }
  967. #comm_badge_tr .badge_icon,
  968. #user_badge_edit_tr .badge_icon {
  969. margin-right: 1em;
  970. margin-left: 2px;
  971. }
  972. .store_table .badge_icon {
  973. display: inline-block;
  974. width: 16px;
  975. }
  976. .store_table .badge_icon img {
  977. display: block;
  978. margin-left: auto;
  979. margin-right: auto;
  980. }
  981. .hnr-yes {
  982. color: red;
  983. }
  984. .hnr-no {
  985. color: green;
  986. }
  987. .webm {
  988. max-width: 100%;
  989. }
  990. .point_gift_box p {
  991. margin: 7px 2px 0px;
  992. }
  993. .point_gift_box input[type="text"],
  994. .point_gift_box textarea {
  995. width: 100%;
  996. box-sizing: border-box;
  997. }
  998. .dead {
  999. opacity: 0.6;
  1000. }
  1001. .search_warning {
  1002. fill: #e197e5;
  1003. }
  1004. .tl_reported {
  1005. color: red;
  1006. }
  1007. .tl_snatched {
  1008. color: #c35c1c;
  1009. }
  1010. .tl_leeching {
  1011. color: #bd0d0d;
  1012. }
  1013. .tl_seeding {
  1014. color: #068206;
  1015. }
  1016. caption {
  1017. border-bottom: 1px solid #bbb;
  1018. font-weight: bold;
  1019. }
  1020. .tag_parody {
  1021. color: #e08e00 !important;
  1022. }
  1023. .tag_character {
  1024. color: #099809 !important;
  1025. }
  1026. .tag_female {
  1027. color: #d51b8a !important;
  1028. }
  1029. .tag_male {
  1030. color: #0000ff !important;
  1031. }
  1032. .collage_image:hover {
  1033. box-shadow: 0px 0px 0px 3px #fbc2e5;
  1034. position: relative;
  1035. }