Oppaitime's version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 19KB

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