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

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