GreasyFork | Modernized ( Optional Dark Theme )

A much cleaner and more modern version of GreasyFork!

Nainstalovat jako uživatelský styl?
Skript doporučený autorem

Mohlo by se vám také líbit Greasy Fork tweaks.

Nainstalovat skript
  1. /* ==UserStyle==
  2. -- THEME STUFF --
  3. @name GreasyFork | Modernized ( Optional Dark Theme )
  4. @version 1.3.16
  5. @description A much cleaner and more modern version of GreasyFork!
  6.  
  7. -- AUTHOR STUFF --
  8. @namespace Freeplay
  9. @author Freeplay (https://freeplay.codeberg.org/)
  10. @homepageURL https://codeberg.org/Freeplay/UserStyles
  11. @supportURL https://codeberg.org/Freeplay/UserStyles/issues
  12. @preprocessor stylus
  13.  
  14.  
  15. --- SETTINGS ---
  16. @var checkbox darkmode "Dark Mode" 0
  17.  
  18. ==/UserStyle== */
  19.  
  20.  
  21. @-moz-document domain("greatest.deepsurf.us") {
  22. :root {
  23. if darkmode {
  24. /* DARK MODE COLORS */
  25. --color-primary: #272b36bd;
  26. --color-secondary: #072b3a ;
  27. --color-tertiary: #2c3242;
  28. --color-bg: #1c1f28;
  29. --color-text: #d1d1d1;
  30. --color-link: #00b3ff;
  31. --color-link-visited: cyan;
  32. --color-highlighted #287721;
  33. --shadow-normal: 0 0px 3px rgba(0,0,0,0.5);
  34. --shadow-button: none;
  35. --border-button: 1px solid rgba(150,150,150,.1);
  36. } else {
  37. /* LIGHT MODE COLORS */
  38. --color-primary: #980000bd;
  39. --color-secondary: white;
  40. --color-tertiary: white;
  41. --color-bg: #F6F6F6;
  42. --color-text: black;
  43. --color-link: #0265be;
  44. --color-link-visited: #cf2525;
  45. --color-highlighted: #9fefa3;
  46. --shadow-normal: 0 0 10px rgba(0, 0, 0, .01);
  47. --shadow-button: 0px 0px 0px 20px var(--color-bg) inset;
  48. --border-button: 1px #dcdcdc solid;
  49. }
  50. }
  51. * {
  52. transition: background .2s;
  53. }
  54. /* TEXT */
  55. h3, h2 {
  56. color: var(--color-text);
  57. }
  58. h3 {
  59. margin-bottom: 1em !important;
  60. }
  61. p {
  62. color: var(--color-text);
  63. }
  64. pre, textarea, .preview-results {
  65. background-color: var(--color-secondary) !important;
  66. border: var(--border-button) !important;
  67. border-radius: .3rem;
  68. color: var(--color-text);
  69. }
  70. .code-container, .diff {
  71. max-height: none !important;
  72. border: none !important;
  73. border-radius: 4px !important;
  74. filter invert(90%) hue-rotate(180deg)
  75. .unchanged {
  76. color grey !important
  77. }
  78. }
  79. pre.prettyprint {
  80. background-color: white !important;
  81. max-height: none;
  82. margin-top: 0;
  83. color: black;
  84. }
  85. .post-discussion > p:first-child,
  86. .sidebarred-main-content > p,
  87. {
  88. font-size: 0;
  89. }
  90. .sidebarred-main-content > h2 + p {
  91. font-size: inherit !important;
  92. margin-top: 0 !important;
  93. }
  94. /* BUTTONS/LINKS */
  95. select, option, input, button:not(.lum-gallery-button), code, #user-control-panel > li, .sign-in-link a,
  96. .pagination > *, .script-list + .pagination > *, .user-list + .pagination > *,
  97. a.list-option-button, #script-links > li > *, #script-feedback-suggestion a, .discussion-actions a, .report-link, .edit-comment, .post-discussion > p:first-of-type a, .discussion-up-level a, .post-discussion > div > .inline-list > li a,
  98. #script-content > ul li a,
  99. #about-user > p:last-child > *, #about-user > a:first-child,
  100. #install-area a, .expander, #contribution > a, #support-url > a, .script-in-sets > a,
  101. .sidebarred-main-content > p:last-child a, .sidebarred-main-content > p:first-of-type a,
  102. #home-top-sites a,
  103. #by-site-list > li > a {
  104. border: var(--border-button) !important;
  105. text-decoration: none !important;
  106. border-radius: .3rem !important;
  107. padding: 5px 14px;
  108. font-size: 14px;
  109. font-family: Segoe UI, Helvetica, Arial, sans-serif, Segoe UI Emoji !important;
  110. transition: all .2s;
  111. background-color: var(--color-secondary) !important;
  112. color: var(--color-text) !important;
  113. list-style: none;
  114. outline: none !important;
  115. }
  116. code {
  117. padding: 2px 4px !important;
  118. }
  119. select:hover, input:hover, input:focus, button:not(.lum-gallery-button):hover, #user-control-panel > li:hover, .sign-in-link a:hover,
  120. a.list-option-button:hover, #script-links > li > *:hover, #script-feedback-suggestion a:hover, #script-links .current span, .discussion-actions a:hover, .report-link:hover, .edit-comment:hover, .post-discussion > p:first-of-type a:hover, .discussion-up-level a:hover, .post-discussion > div > .inline-list > li a:hover,
  121. #script-content > ul li a:hover,
  122. #about-user > p:last-child > *:hover, #about-user > a:first-child:hover,
  123. .pagination > *:hover, .script-list + .pagination > *:hover, .user-list + .pagination > *:hover, .pagination > *:focus, .script-list + .pagination > *:focus, .user-list + .pagination > *:focus,
  124. #install-area a:hover, .expander:hover, #contribution > a:hover, #support-url > a:hover, .script-in-sets > a:hover,
  125. .sidebarred-main-content > p:last-child a:hover, .sidebarred-main-content > p:first-of-type a:hover,
  126. #home-top-sites a:hover,
  127. #by-site-list > li > a:hover {
  128. box-shadow: var(--shadow-button) !important;
  129. background-color: var(--color-tertiary) !important;
  130. text-decoration: none !important;
  131. }
  132. select:not(#remove-scripts-included) { /* Contributed by https://codeberg.org/Riedler */
  133. appearance:none;
  134. background-image:url("https://riedler.wien/sfto/darklearning/double_triangles_top_bottom_AAA.svg");
  135. background-repeat:no-repeat;
  136. background-position:center right 7px !important;
  137. background-size:auto 50%;
  138. }
  139. nav > li > a, .pagination > a, #user-control-panel > li > a, #script-links > li > a, div[class="list-option-group"] > ul > li > a, h2 > a ,
  140. .comment-meta-item-main a {
  141. text-decoration: none;
  142. color: var(--color-text);
  143. }
  144. .pagination {
  145. margin-bottom: 20px;
  146. }
  147. a {
  148. display: inline-block;
  149. }
  150. a, a.discussion-title, a.discussion-title:hover {
  151. text-underline-offset: .25em;
  152. color: var(--color-link);
  153. }
  154. a:hover, a.discussion-title:hover {
  155. text-decoration: underline;
  156. }
  157. a:visited {
  158. color: var(--color-link-visited);
  159. }
  160. body, html {
  161. background-color: var(--color-bg);
  162. font-family: Segoe UI, Helvetica, Arial, sans-serif, Segoe UI Emoji !important;
  163. }
  164. body > .width-constraint {
  165. max-width: 100% !important;
  166. margin: 0;
  167. padding: 10px;
  168. display: flex;
  169. flex-direction column
  170. // flex-wrap: wrap;
  171. }
  172. body > .width-constraint > * {
  173. width: 100%;
  174. }
  175. body > .width-constraint > section, .notice, .alert, .announcement {
  176. max-width: 80rem;
  177. margin: auto !important;
  178. }
  179. body > .width-constraint > section:first-child, .notice, .alert {
  180. margin-top: 20px !important;
  181. }
  182. body > .width-constraint > section:last-of-type {
  183. margin-bottom: 40px !important;
  184. }
  185. .alert, .announcement {
  186. background-color: var(--color-secondary);
  187. margin-bottom: 20px !important;
  188. }
  189. .alert *, .announcement {
  190. color: var(--color-text) !important;
  191. padding: 10px;
  192. }
  193. .announcement {
  194. margin-top: 10px !important;
  195. border-radius: .3rem;
  196. }
  197. section {
  198. border: none !important;
  199. }
  200. .notice {
  201. background-color: var(--color-secondary);
  202. }
  203. .text-content, .discussion-list, #browse-user-list, .inline-form, #new_user,
  204. #script-meta, #additional-info, #script-show-info-ad, #script-content .script-discussion-list, canvas,
  205. /*.multiform-page*/, #script-content form:not(.script-in-sets), table, .comment,
  206. #script-content > ul {
  207. padding: 1rem !important;
  208. margin: 0 auto !important;
  209. margin-bottom: 20px !important;
  210. border: var(--border-button) !important;
  211. box-shadow: var(--shadow-normal) !important;
  212. background-color: var(--color-tertiary) !important;
  213. color: var(--color-text);
  214. border-radius: .5rem;
  215. }
  216. .text-content > *:first-child {
  217. margin-top: 0 !important;
  218. }
  219. .text-content > *:last-child, #script-meta > *:last-child {
  220. margin-bottom: 0 !important;
  221. }
  222. @media only screen and (min-width: 940px) {
  223. body {
  224. margin-top: 44px;
  225. }
  226.  
  227. /* HEADER */
  228. #main-header {
  229. position: fixed;
  230. top: 0;
  231. width: 100%;
  232. height: 44px;
  233. padding: 0;
  234. z-index: 5;
  235. background-image: none;
  236. background-color: var(--color-primary);
  237. backdrop-filter: blur(10px);
  238. }
  239. #main-header > .width-constraint {
  240. max-width: 100%;
  241. padding-left: 10px;
  242. padding-right: 10px;
  243. display: flex !important;
  244. align-items: center;
  245. margin: auto !important;
  246. }
  247. #site-name {
  248. position: absolute;
  249. width: 200px;
  250. min-width: 200px;
  251. height: 30px;
  252. margin-top: auto;
  253. margin-bottom: auto;
  254. }
  255. #site-name img {
  256. height: 30px;
  257. }
  258. #site-name-text {
  259. margin-top: 0 !important;
  260. }
  261. #site-name-text > h1 {
  262. height: 30px;
  263. font-size: 25px;
  264. font-weight: 600;
  265. }
  266.  
  267. #site-nav {
  268. display: flex !important;
  269. height: 40px;
  270. padding-top: 1px;
  271. width: auto;
  272. align-items: center;
  273. margin-top: 0 !important;
  274. width: 100%;
  275. justify-content: flex-end;
  276. }
  277. #site-nav > * {
  278. position: relative !important;
  279. }
  280. #site-nav > nav {
  281. width: 100% !important;
  282. height: 20px;
  283. display: flex;
  284. align-items: center;
  285. justify-content: flex-end;
  286. }
  287. #nav-user-info {
  288. width: auto;
  289. order: 2;
  290. height: 20px;
  291. display: flex;
  292. align-items: center;
  293. }
  294. #nav-user-info .sign-out-link, #nav-user-info .sign-in-link {
  295. width: max-content !important;
  296. }
  297. #nav-user-info > form > select {
  298. margin: 0 0 0 26px;
  299. height: 32px;
  300. }
  301. #site-nav > nav > li + li {
  302. margin-left: 1em;
  303. }
  304. #nav-user-info .user-profile-link a, #nav-user-info .sign-out-link a {
  305. text-decoration: none;
  306. font-size: 16px;
  307. }
  308. #nav-user-info .sign-out-link {
  309. font-size: 0;
  310. margin-left: 16px;
  311. }
  312. #nav-user-info .with-submenu {
  313. padding-right: 16px;
  314. }
  315. #nav-user-info a:hover {
  316. text-decoration: underline;
  317. }
  318. .with-submenu > nav {
  319. background-color: var(--color-primary);
  320. backdrop-filter: blur(10px);
  321. }
  322. /* SIDEBAR */
  323. .sidebar ~ div {
  324. max-width: 50rem;
  325. }
  326. .sidebar {
  327. position: sticky;
  328. top: 44px;
  329. order: -1;
  330. margin: -10px 15px -10px -10px;
  331. padding: 20px 0 20px 10px;
  332. height: calc(100vh - 84px);
  333. max-height: calc(100vh - 84px);
  334. overflow-y: auto;
  335. overflow-x: hidden;
  336. z-index: 6;
  337. text-decoration: none !important;
  338. scrollbar-color: var(--color-primary) transparent;
  339. scrollbar-width: thin;
  340. }
  341. .sidebar-search {
  342. position: fixed;
  343. top: 5px;
  344. left: 180px;
  345. }
  346. .sidebar-search input[type="search"] {
  347. height: 32px;
  348. border: none !important;
  349. border-radius: .3rem !important;
  350. width: 170px;
  351. text-align: center;
  352. color: var(--color-text) !important;
  353. padding-inline-end: 30px;
  354. box-shadow: 0px 0px 2px rgba(0,0,0,0.1) !important;
  355. background-color: var(--color-primary) !important;
  356. color: white !important;
  357. font-weight: 700;
  358. filter: opacity(.5);
  359. transition: width .2s, background-color .5s, color .5s, filter .2s;
  360. }
  361. .sidebar-search input[type="search"]:focus, .sidebar-search input[type="search"]:hover {
  362. width: calc(100vw - 450px);
  363. transition: width .5s, background-color .2s, color .2s, filter .2s;
  364. filter: opacity(1);
  365. background-color: var(--color-secondary) !important;
  366. color: var(--color-text) !important;
  367. }
  368. .sidebar-search input[type="submit"] {
  369. display: none;
  370. }
  371. #script-list-option-groups > div, .list-option-group {
  372. padding: 10px;
  373. color: var(--color-text);
  374. background-color: var(--color-secondary);
  375. border-radius: .3rem;
  376. box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  377. }
  378. #script-list-option-groups > div > ul, .list-option-group > ul {
  379. background-color: transparent;
  380. box-shadow: none;
  381. border: none;
  382. margin: -10px;
  383. }
  384. .list-current {
  385. border-left-color: var(--color-primary) !important;
  386. border-left-width: 4px !important;
  387. }
  388. if darkmode {
  389. .list-current {
  390. background: none !important;
  391. background-color: var(--color-tertiary) !important;
  392. color: var(--color-text);
  393. }
  394. .list-option-group a:hover, .list-option-group a:focus {
  395. background: none !important;
  396. background-color: var(--color-tertiary) !important;
  397. box-shadow: none !important;
  398. }
  399. }
  400. /* LISTS */
  401. .sidebarred-main-content {
  402. margin-top: 10px !important;
  403. }
  404. .sidebarred-main-content > h2 {
  405. margin-top: 0;
  406. }
  407. #browse-script-list {
  408. margin-top: 0;
  409. }
  410. #browse-script-list, #user-script-list, #user-deleted-script-list, .script-list {
  411. display: grid;
  412. grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  413. grid-gap: 10px;
  414. border: none !important;
  415. box-shadow: none !important;
  416. background-color: transparent;
  417. }
  418. }
  419. #browse-script-list > li, #user-script-list > li, #user-deleted-script-list > li, #user-unlisted-script-list > li,
  420. #user-library-script-list > li {
  421. border: var(--border-button) !important;
  422. border-radius: .5rem;
  423. background-color: var(--color-tertiary);
  424. transition: box-shadow .2s;
  425. color: var(--color-text);
  426. display: flex;
  427. &:hover {
  428. box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  429. }
  430. }
  431. #browse-script-list > li > article, #user-script-list > li > article, #user-deleted-script-list > li > article, #user-unlisted-script-list > li > article {
  432. height: 100%;
  433. display: flex;
  434. flex-wrap: wrap;
  435. width: auto !important;
  436. flex-grow: 1 !important;
  437. max-width: 100% !important;
  438. }
  439. #browse-script-list > li > article > h2 {
  440. overflow: hidden;
  441. max-height: 100px;
  442. }
  443. .inline-script-stats {
  444. margin-top: auto;
  445. width: 100%;
  446. }
  447. .inline-script-stats dd {
  448. max-width: 100%;
  449. }
  450. #browse-script-list > li > article > h2 > a {
  451. font-weight: 600;
  452. }
  453. #browse-script-list > li > article > h2::before {
  454. content: "";
  455. display: flex;
  456. position: relative;
  457. z-index: 2;
  458. width: 100%;
  459. height: 40px;
  460. color: var(--color-tertiary);
  461. background: linear-gradient(transparent, currentColor);
  462. box-shadow: 0 10px 0 var(--color-tertiary);
  463. margin-top: -40px;
  464. transform: translateY(100px);
  465. pointer-events: none;
  466. }
  467. /* Greasy Fork Tweaks Thumbnail Images */
  468. #browse-script-list > li > article ~ div,
  469. #user-script-list > li > article ~ div,
  470. #user-deleted-script-list > li > article ~ div {
  471. max-height: 185px !important;
  472. height: calc(100% + 2em) !important;
  473. width: auto !important;
  474. max-width: 40% !important;
  475. margin-right: -1em !important;
  476. margin-top: -1em !important;
  477. margin-bottom: -1em !important;
  478. margin-left: 1em !important;
  479. border-top-right-radius: .5rem !important;
  480. border-bottom-right-radius: .5rem !important;
  481. padding: 0 !important;
  482. transition: max-width .5s, width .5s;
  483. display: flex !important;
  484. transition: max-width .5s;
  485. justify-content: center;
  486. }
  487. #browse-script-list > li > article ~ div > img,
  488. #user-script-list > li > article ~ div > img,
  489. #user-deleted-script-list > li > article ~ div > img {
  490. max-width: 100% !important;
  491. width: 100% !important;
  492. align-self: center;
  493. }
  494. #browse-script-list #script-list-ea {
  495. width: 100%;
  496. }
  497. #browse-script-list #script-list-ea + div:last-of-type {
  498. display: none !important;
  499. width: 0 !important;
  500. }
  501. .script-list li:not(.ad-entry) {
  502. border-right: 1px solid #DDDDDD;
  503. }
  504. .ad-entry, #codefund {
  505. grid-column: 1/-1;
  506. }
  507. .ad-entry > div {
  508. height: auto !important;
  509. padding: 0 !important;
  510. }
  511. [data-ea-publisher].loaded .ea-content a:link, [data-ea-type].loaded .ea-content a:link {
  512. color: var(--color-link) !important;
  513. }
  514. .sidebarred-main-content {
  515. display: flex;
  516. flex-wrap: wrap;
  517. height: min-content;
  518. }
  519. .sidebarred-main-content > * {
  520. width: 100%;
  521. }
  522. .sidebarred-main-content > p {
  523. width: auto;
  524. margin: 1em 0 0;
  525. }
  526. .sidebarred-main-content > p:last-child {
  527. order: -1;
  528. }
  529. /*** FILTER BY SITES PAGE ***/
  530. #by-site-list > li > a {
  531. font-size: inherit !important;
  532. }
  533.  
  534. /*** SCRIPT DETAILS PAGE ***/
  535. #script-info {
  536. display: flex;
  537. flex-wrap: wrap;
  538. background: none !important;
  539. }
  540. #script-info > * {
  541. width: 100%;
  542. }
  543. #script-info, #additional-info, #user-profile {
  544. background: none;
  545. background-color: var(--color-tertiary);
  546. box-shadow: none;
  547. color: var(--color-text);
  548. }
  549. #script-info > header {
  550. order: -1;
  551. width: 100%;
  552. }
  553. #script-info header h2 {
  554. font-weight: 600;
  555. }
  556. #script-links {
  557. margin: 12px 0;
  558. padding-top: 12px !important;
  559. padding: 0;
  560. display: flex;
  561. flex-wrap: wrap;
  562. position: sticky;
  563. top: 45px;
  564. display: inline;
  565. width: 150px;
  566. height: min-content;
  567. max-height: calc(100vh - 58px);
  568. overflow-y: auto;
  569. }
  570. #script-links .current {
  571. border: none !important;
  572. box-shadow: none;
  573. }
  574. #script-links li {
  575. margin: 8px 0px;
  576. }
  577. .script-show-applies-to .inline-list {
  578. display: flex;
  579. flex-wrap: wrap;
  580. }
  581. #script-content {
  582. margin: 20px;
  583. width: calc(100% - 200px);
  584. display: flex;
  585. flex-wrap: wrap;
  586. height: min-content;
  587. }
  588. #script-content > * {
  589. width: 100%;
  590. }
  591. .install-link {
  592. background-color: var(--color-highlighted) !important;
  593. }
  594. #script-feedback-suggestion, .script-in-sets, #install-area {
  595. margin: 0;
  596. width: auto !important;
  597. display: flex;
  598. flex-wrap: wrap;
  599. font-size: 0;
  600. }
  601. #script-feedback-suggestion a, .script-in-sets *, #install-area a,
  602. .post-discussion > p:first-child a,
  603. .sidebarred-main-content > p a {
  604. font-size: 14px;
  605. margin: 0;
  606. margin-right: 8px;
  607. margin-bottom: 1em;
  608. }
  609. .discussion-snippet {
  610. white-space: normal !important;
  611. }
  612. .script-in-sets {
  613. order: 1;
  614. width: 100% !important;
  615. }
  616. #script-meta {
  617. order: 2;
  618. max-width: none;
  619. flex: 1 1 600px;
  620. }
  621. #script-meta dt {
  622. max-width: none !important;
  623. }
  624. #script-show-info-ad {
  625. order: 3;
  626. margin-left: 1em !important;
  627. flex: 1 1 200px;
  628. }
  629. #additional-info {
  630. order: 3;
  631. display: flex;
  632. flex-wrap: wrap;
  633. }
  634. #additional-info > * {
  635. width: 100%;
  636. }
  637. .user-screenshots {
  638. order: -1;
  639. margin-top: 0 !important;
  640. margin-bottom: 1em;
  641. width: 100%;
  642. }
  643. .post-discussion {
  644. width: 100%;
  645. }
  646. section > *:first-child, #script-content > *:first-child, #script-content p, #script-content h3, form > p:first-of-type,
  647. .discussion-header {
  648. margin-top: 0 !important;
  649. }
  650. .multiform-page {
  651. padding: 0 !important;
  652. }
  653. canvas {
  654. background-color: white !important;
  655. }
  656. /*** FORUMS ***/
  657. .discussion-read {
  658. background-color: var(--color-secondary) !important;
  659. }
  660. .discussion-list-item {
  661. border-top: var(--border-button) !important;
  662. border-bottom: var(--border-button) !important;
  663. }
  664. .user-content {
  665. background: none;
  666. }
  667. .comment-meta-item a {
  668. margin-bottom: -100px;
  669. }
  670. .discussion-header h2 {
  671. margin-top: .5rem;
  672. }
  673. /* FAVORITES LIST */
  674. .post-discussion > div:last-of-type {
  675. order: 5;
  676. }
  677. /*** USER PAGE ***/
  678. /* About User */
  679. a.report-link.report-link-abs {
  680. margin-top: 1em !important;
  681. }
  682. /* Control Panel */
  683. #user-control-panel, #script-content > ul {
  684. display: flex;
  685. flex-wrap: wrap;
  686. grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  687. grid-gap: 10px;
  688. padding: 10px;
  689. list-style: none;
  690. }
  691. #user-control-panel > li {
  692. text-decoration: none;
  693. list-style: none;
  694. text-align: center;
  695. background-color: var(--color-secondary);
  696. padding: 5px 16px;
  697. border-radius: .3rem;
  698. }
  699. .post-discussion > div > .inline-list {
  700. display: grid;
  701. grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  702. grid-gap: 4px 6px;
  703. }
  704. .post-discussion > div > .inline-list > li a {
  705. display: block;
  706. white-space: nowrap;
  707. overflow: hidden;
  708. text-overflow: ellipsis;
  709. }
  710.  
  711.  
  712. /*** HOMEPAGE ***/
  713. body .width-constraint > .text-content > h2 {
  714. z-index: 2;
  715. position: relative;
  716. margin-bottom: 1rem;
  717. margin-top: 2rem !important;
  718. }
  719. #home-script-nav {
  720. margin-bottom: 60px;
  721. z-index: 1;
  722. width: max-content;
  723. max-width: none;
  724. border: none !important;
  725. }
  726. #home-top-sites {
  727. margin-top: 1rem;
  728. z-index: 2;
  729. position: relative;
  730. font-size: 0;
  731. }
  732.  
  733. /*** POPUPS ***/
  734. .lum-lightbox {
  735. z-index: 100;
  736. }
  737.  
  738.  
  739. }