Greasy Fork is available in English.

UserStyles.World (USw) - WideScreen v.61

Compact userstyle for a widescreen

  1. /* ==UserStyle==
  2. @name UserStyles.World (USw) - WideScreen v.61
  3. @namespace https://greasyfork.org/en/users/8-decembre?sort=updated
  4. @version 610.00
  5. @author decembre
  6. @description Compact userstyle for a widescreen
  7. @license unlicense
  8. ==/UserStyle== */
  9.  
  10.  
  11. @-moz-document domain("userstyles.world") {
  12.  
  13. /* ==== 0- UserStyles.World (USw) - WideScreen ) v.61 (new61) - TEST > ENABLE-OPT : A / B / A+B -(URL PREF) ==== */
  14.  
  15.  
  16. /* (new42) START- WIDESCREEN - ALL */
  17. html[data-color-scheme="dark"] {
  18. background: #222 !important;
  19. }
  20. html[data-color-scheme="light"] {
  21. background: white !important;
  22. }
  23. html:not([data-color-scheme="light"]):not([data-color-scheme="dark"]) {
  24. background: white !important;
  25. }
  26. /* (new42) TOP NAVBAR - ALL */
  27. .navbar {
  28. position: sticky !important;
  29. display: inline-block !important;
  30. width: 100% !important;
  31. min-width: 100% !important;
  32. top: 0rem !important;
  33. z-index: 500 !important;
  34. }
  35. nav > .wrapper {
  36. display: inline-block !important;
  37. width: 100% !important;
  38. min-width: 100% !important;
  39. }
  40. nav.navbar ul.menu {
  41. padding: 0 !important;
  42. }
  43. nav a.left {
  44. display: inline-block !important;
  45. height: 4vh !important;
  46. line-height: 4vh !important;
  47. margin-right: auto;
  48. padding: 0 !important;
  49. }
  50. nav a.left svg {
  51. position: relative !important;
  52. display: inline-block !important;
  53. height: 38px !important;
  54. line-height: 38px !important;
  55. top: 0.5vh !important;
  56. }
  57. nav a.left .name {
  58. position: relative !important;
  59. display: inline-block !important;
  60. height: 2vh !important;
  61. line-height: 2vh !important;
  62. top: -1vh !important;
  63. padding: 0 !important;
  64. }
  65. .navbar .menu {
  66. align-items: center;
  67. display: inline-flex !important;
  68. }
  69.  
  70. /* (new52) NAVBAR SIDEBAR - [data-flags="sidebar"] > [data-flags*="sidebar"] */
  71. [data-flags*="sidebar"] {
  72. padding-left: 0 !important;
  73. }
  74.  
  75. body[data-flags*="sidebar"] #navbar .name::after {
  76. content: "🔻";
  77. position: relative ;
  78. height: 1rem;
  79. left: 10px !important;
  80. right: 0 !important;
  81. top: 0px;
  82. z-index: 0;
  83. }
  84. #navbar a.logo:hover:not(.btn),
  85. #navbar a.logo:active:not(.btn),
  86. #navbar a.logo:focus:not(.btn) {
  87. text-decoration: unset !important;
  88. }
  89.  
  90. body[data-flags*="sidebar"] #navbar {
  91. position: sticky !important;
  92. display: inline-block !important;
  93. width: 100% !important;
  94. min-width: 15% !important;
  95. max-width: 15% !important;
  96. height: 5vh !important;
  97. top: 0rem !important;
  98. left: 0 !important;
  99. padding-top: 0.9vh !important;
  100. border-radius: 0 0 5px 0!important;
  101. overflow: hidden !important;
  102. overflow-y: hidden !important;
  103. z-index: 500 !important;
  104. border: none !important;
  105. }
  106. body[data-flags*="sidebar"] #navbar:hover {
  107. position: sticky !important;
  108. display: inline-block !important;
  109. width: 100% !important;
  110. height: 5vh !important;
  111. top: 0rem !important;
  112. left: 0 !important;
  113. padding: 0.6vh 0 0 0 !important;
  114. overflow: visible !important;
  115. overflow-y: visible !important;
  116. z-index: 500 !important;
  117. /* border: 1px solid aqua !important; */
  118. }
  119. body[data-flags*="sidebar"] #navbar:hover .menu {
  120. position: relative !important;
  121. display: inline-block !important;
  122. width: 100% !important;
  123. min-width: 100% !important;
  124. max-width: 100% !important;
  125. padding: 0.2vh 15px 0 15px !important;
  126. border-radius: 0 0 5px 0 !important;
  127. z-index: 5000 !important;
  128. /* background: red !important; */
  129. border: 1px solid red !important;
  130. }
  131.  
  132. /* DARK /NOT DARK */
  133. html[data-color-scheme="dark"] body[data-flags*="sidebar"] #navbar:hover .menu {
  134. background: #111 !important;
  135. }
  136. html[data-color-scheme="light"] body[data-flags*="sidebar"] #navbar:hover .menu {
  137. background: white !important;
  138. }
  139.  
  140. /* (new54) DROPDOWN MENU - OPTIONS */
  141. .Dropdown:hover > ul,
  142. .Dropdown:focus-within > ul {
  143. display: flex;
  144. left: 40% !important;
  145. top: 0vh !important;
  146. /* background: red !important; */
  147. }
  148. #navbar .Dropdown:hover ,
  149. #navbar .Dropdown:focus-within {
  150. margin: 0 0 0 -10px !important;
  151. padding: 0 0 0 5px !important;
  152. border-left: 3px solid red !important;
  153. }
  154.  
  155. /* (new53) DROPDOWN MENU - OPTIONS */
  156. main#content section.header.flex .Dropdown:hover > ul,
  157. main#content section.header.flex.Dropdown:focus-within > u {
  158. display: flex;
  159. left: 5% !important;
  160. top: 2vh !important;
  161. }
  162.  
  163.  
  164. /* (new42) MAIN CONTAINER - ALL */
  165. html body > main {
  166. display: inline-block;
  167. height: 100vh !important;
  168. min-height: calc(100vh - 130px);
  169. width: 100%;
  170. /* border: 1px solid red !important; */
  171. }
  172.  
  173. /* (new42) 2nd CONATINER - ALL */
  174. main .wrapper {
  175. width: 100%;
  176. min-width: 100% !important;
  177. max-width: 100% !important;
  178. margin: auto;
  179. padding: 0 1rem 0 1rem;
  180. /* border: 1px solid violet !important; */
  181. }
  182.  
  183. /* (new42) CARDS CONTAINER - ALL */
  184. .rwrap {
  185. flex-flow: row wrap;
  186. margin-top: 0 !important;
  187. overflow-x: hidden !important;
  188. /* border: 1px solid aqua !important; */
  189. }
  190.  
  191.  
  192. /* (new54) FOOTER - STCKY BOTTOM - ALL */
  193. /* .Footer-wrapper.u-LayoutMaxWidth , */
  194. body > b ,
  195. html body[data-flags*="view_redesign"] > body > b ,
  196. html body[data-flags*="sidebar"] > b {
  197. position: fixed !important;
  198. height: 3vh !important;
  199. width: 100% !important;
  200. bottom: 0.2vh !important;
  201. left: 0 !important;
  202. right: 0 !important;
  203. transition: unset !important;
  204. overflow: hidden !important;
  205. z-index: 50000000 !important;
  206. /* background: red !important; */
  207. }
  208. .u-LayoutMaxWidth {
  209. width: 100%;
  210. padding: 0 1rem !important;
  211. margin: 0 !important;
  212. }
  213. /* (new54) */
  214. footer.Footer{
  215. position: fixed !important;
  216. /* display: inline-block !important; */
  217. height: 3vh !important;
  218. width: 100% !important;
  219. bottom: 0.2vh !important;
  220. overflow: hidden !important;
  221. z-index: 5000 !important;
  222. transition: height ease 0.7s !important;
  223. }
  224. /* (new54) */
  225. footer.Footer:hover{
  226. position: fixed !important;
  227. height: 30vh !important;
  228. width: 99.9% !important;
  229. bottom: 0.2vh !important;
  230. overflow: hidden !important;
  231. z-index: 5000 !important;
  232. transition: height ease 0.7s !important;
  233. }
  234.  
  235. /* (new53) MEMO - OPTions */
  236. /* (new53) ENABLE-OPT A [SIDEBAR] - WIDESCSREEN - ALL */
  237. body[data-flags*="sidebar"] {
  238. width: 100% !important;
  239. /* border: 1px solid aqua !important; */
  240. }
  241.  
  242. /* (new53) ENABLE-OPT B [SIDEBAR] - WIDESCSREEN - ALL */
  243. body[data-flags*="view_redesign"] {
  244. width: 100% !important;
  245. /* border: 1px solid lime !important; */
  246. }
  247.  
  248. /* (new53) ENABLE-OPT A + B [SIDEBAR + NEW DESIGN] - WIDESCSREEN - ALL */
  249. body[data-flags*="sidebar"][data-flags*="view_redesign"] {
  250. width: 100% !important;
  251. /* border: 1px dotted fuchsia !important; */
  252. }
  253.  
  254. /* (new42) END - WIDESCREEN - ALL */
  255. }
  256.  
  257. @-moz-document url("https://userstyles.world/explore"), url("https://userstyles.world/"), url-prefix("https://userstyles.world/search?q="), url-prefix("https://userstyles.world/search?") {
  258. /* SHOME / SEARCH / EXPLORE */
  259.  
  260. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - MAIN CONTAINER */
  261. body[data-flags*="view_redesign"] > main ,
  262. html body > main {
  263. display: inline-block;
  264. height: 100vh;
  265. width: 100%;
  266. margin: 1.2vh 0 0 0 !important;
  267. }
  268. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main ,
  269. body[data-flags*="sidebar"] > main {
  270. display: inline-block;
  271. height: 100vh;
  272. width: 100%;
  273. margin: 2.2vh 0 0 0 !important;
  274. }
  275.  
  276.  
  277.  
  278.  
  279. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SECTIONS ALL */
  280. html body > main section:not(.Pagination-wrapper){
  281. display: inline-block !important;
  282. width: 100%;
  283. min-width: 100% !important;
  284. max-width: 100% !important;
  285. margin: -1vh 0 0 0 !important;
  286. }
  287. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP TITLE */
  288. html body > main section.header.flex:not(.Pagination-wrapper){
  289. display: inline-block !important;
  290. width: 100%;
  291. min-width: 100% !important;
  292. max-width: 100% !important;
  293. }
  294.  
  295. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - RESULTS */
  296. html body > main#content section.header.flex + section + section:not(.Pagination-wrapper) {
  297. display: inline-block !important;
  298. width: 100%;
  299. min-width: 100% !important;
  300. max-width: 100% !important;
  301. height: 100vh;
  302. }
  303.  
  304. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP HEADER EXPLORE / SEARCH */
  305. .wrapper .header {
  306. position: sticky;
  307. display: inline-block;
  308. min-width: 100%;
  309. right: 42px;
  310. text-align: center;
  311. top: -5px !important;
  312. margin-top: -2rem;
  313. width: 100%;
  314. z-index: 500000 !important;
  315. background: #111 !important;
  316. }
  317. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP TITTLE - STICKY */
  318. .wrapper .header.flex {
  319. position: sticky !important;
  320. display: inline-block !important;
  321. width: 100%;
  322. min-width: 100%;
  323. margin-top: 0rem !important;
  324. right: 42px;
  325. top: 0vh !important;
  326. text-align: center;
  327. z-index: 50000 !important;
  328. background: red !important;
  329. }
  330. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP FORM - STICKY */
  331. .wrapper .header.flex + section {
  332. position: sticky;
  333. display: inline-block !important;
  334. width: 100vw !important;
  335. min-width: 98.8vw !important;
  336. max-width: 98.8vw !important;
  337. top: 0vh !important;
  338. right: 0 !important;
  339. left: 0 !important;
  340. margin: 0 0rem -1.5rem -1rem !important;
  341. text-align: center;
  342. z-index: 5000;
  343. background: #111 !important;
  344. }
  345.  
  346.  
  347. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - CARD SIZE */
  348. .card.col.gap {
  349. min-width: 13.9% !important;
  350. max-width: 13.9% !important;
  351. flex-basis: unset !important;
  352. margin: 0 0.2rem 0.5rem !important;
  353. padding: 0.2rem !important;
  354. border: 1px solid red !important;
  355. }
  356.  
  357. .wrapper .ta\:c + section > form > input {
  358. float: left;
  359. min-height: 25px !important;
  360. max-height: 25px !important;
  361. margin-bottom: 0;
  362. margin-top: -12px;
  363. padding-bottom: 0;
  364. padding-top: 0;
  365. width: 75%;
  366. }
  367. .wrapper .ta\:c + section > form > .btn.primary {
  368. float: right;
  369. min-height: 25px !important;
  370. max-height: 25px !important;
  371. margin-top: -12px;
  372. padding-bottom: 0;
  373. padding-top: 0;
  374. }
  375.  
  376. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SEARCH ORDER - STICKY */
  377. .wrapper .ta\:c.header {
  378. position: sticky;
  379. display: inline-block !important;
  380. width: 100vw !important;
  381. min-width: 98.8vw !important;
  382. max-width: 98.8vw !important;
  383. margin: -2rem 0 0rem -1rem !important;
  384. top: -5px !important;
  385. right: 0 !important;
  386. left: 0!important;
  387. text-align: center;
  388. z-index: 50!important;
  389. background: #111 !important;
  390. }
  391. .wrapper .ta\:c p ,
  392. .wrapper .ta\:c h1 {
  393. float: left !important;
  394. width: 50%;
  395. padding: 0 20px !important;
  396. font-size: 22px !important;
  397. }
  398. .wrapper .ta\:c h1 {
  399. text-align: right;
  400. }
  401. .wrapper .ta\:c p {
  402. height: 36px !important;
  403. line-height: 36px !important;
  404. text-align: left;
  405. font-size: 15px !important;
  406. }
  407. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP FORMS CONTAINER */
  408. /* .wrapper section.ta\:c , */
  409. section .Form.Form-inline{
  410. position: fixed !important;
  411. display: inline-block !important;
  412. width: 100% !important;
  413. min-width: 18vw !important;
  414. max-width: 18vw !important;
  415. height: 4.7vh !important;
  416. margin: 0!important;
  417. top: 0vh !important;
  418. right: 5% !important;
  419. z-index: 500 !important;
  420. /* border-bottom: 1px solid red !important; */
  421. }
  422. .wrapper .ta\:c + section > form.Form.Form-inline[action="/explore"] {
  423. position: fixed !important;
  424. display: inline-block !important;
  425. vertical-align: top;
  426. height: 4vh !important;
  427. width: 100% !important;
  428. min-width: 50vw !important;
  429. max-width: 5vw !important;
  430. margin: 0rem 0 0 -1rem !important;
  431. top: 5vh !important;
  432. right: 0 !important;
  433. padding: 0 !important;
  434. z-index: 50000 !important;
  435. background: #111 !important;
  436. border: transparent !important;
  437. border-bottom: 1px solid red !important;
  438. }
  439. .wrapper section.ta\:c + section {
  440. margin-top: 2.8rem !important;
  441. }
  442. .wrapper section.ta\:c + section > form.Form.Form-inline {
  443. display: inline-block !important;
  444. vertical-align: top !important;
  445. height: 11vh !important;
  446. top: 0px;
  447. margin: 0rem auto 0rem auto;
  448. padding: 0.3rem;
  449. border: 1px solid red !important;
  450. }
  451. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SORT - CONATINER */
  452. .wrapper section.ta\:c + section > form.Form.Form-inline .Form-section.Form-row {
  453. display: inline-block !important;
  454. align-items: center;
  455. min-width: 30% !important;
  456. max-width: 30% !important;
  457. height: 4vh !important;
  458. margin-right: 1rem;
  459. }
  460. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SORT - ITEMS */
  461. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row label[for="sort"] {
  462. display: block !important;
  463. float: left !important;
  464. clear: none !important;
  465. max-width: 80px !important;
  466. min-width: 80px !important;
  467. height: 4vh !important;
  468. line-height: 4vh !important;
  469. margin: 0 0 0 0 !important;
  470. }
  471. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-menu {
  472. display: inline-block !important;
  473. max-width: 65% !important;
  474. height: 4vh !important;
  475. margin: 0 0 0 0 !important;
  476. }
  477. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-menu .Form-select + svg {
  478. position: absolute !important;
  479. display: inline-block !important;
  480. margin: -2.5vh 0rem 0 9.5rem !important;
  481. pointer-events: none;
  482. }
  483.  
  484. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SEARCH NO RESULT */
  485. .wrapper section .ta\:c {
  486. display: inline-block !important;
  487. width: 100% !important;
  488. height: 36px !important;
  489. line-height: 36px !important;
  490. margin-top: 130px !important;
  491. background: red !important;
  492. }
  493. .wrapper section .ta\:c p {
  494. display: inline-block !important;
  495. float: none !important;
  496. width: 100% !important;
  497. text-align: center !important;
  498. }
  499.  
  500. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - FORMS */
  501.  
  502. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP FORMS CONTAINER - ALL */
  503. .wrapper .ta\:c + section > form.Form.Form-inline {
  504. display: inline-block !important;
  505. vertical-align: top !important;
  506. min-width: 100%;
  507. height: 8vh !important;
  508. top: 0px;
  509. margin: 0rem auto 0rem auto;
  510. padding: 0.3rem;
  511. border: 1px solid gray !important;
  512. }
  513. .wrapper .ta\:c + section > form .section + .section input {
  514. display: flex;
  515. margin: 0.5rem 0 1.5rem;
  516. width: 100%;
  517. }
  518. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - KEYWORD / SORT FORMs */
  519. .wrapper .header.flex.f-col + section > form.Form.Form-inline .Form-section.Form-row:first-of-type {
  520. position: relative !important;
  521. display: inline-block !important;
  522. min-width: 20%;
  523. max-width: 20%;
  524. height: 8vh !important;
  525. top: -3vh !important;
  526. margin: 0vh 0 0vh 0 !important;
  527. /* border: 1px solid tomato !important; */
  528. }
  529. .wrapper .header.flex.f-col + section > form.Form.Form-inline .Form-section.Form-row:last-of-type {
  530. position: relative !important;
  531. display: inline-block !important;
  532. min-width: 20%;
  533. max-width: 20%;
  534. height: 8vh !important;
  535. margin: 0vh 0 0 0 !important;
  536. top: 0.5vh !important;
  537. /* border: 1px solid red !important; */
  538. }
  539. .wrapper .header.flex.f-col + section > form.Form.Form-inline .Form-section.Form-control {
  540. position: relative !important;
  541. display: inline-block !important;
  542. min-width: 6%;
  543. max-width: 6%;
  544. height: 8vh !important;
  545. top: -2.5vh !important;
  546. margin: 0vh 0 0vh 0 !important;
  547. text-align: center !important;
  548. /* border: 1px solid tomato !important; */
  549. }
  550. .wrapper .header.flex.f-col + section > form.Form.Form-inline .btn.icon {
  551. position: relative !important;
  552. display: inline-block !important;
  553. margin-top: 3vh !important;
  554. top: -0.6vh !important;
  555. }
  556. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - TOP FORMS CONTAINER */
  557. /* .wrapper section.ta\:c , */
  558. section .Form.Form-inline{
  559. position: fixed !important;
  560. display: inline-block !important;
  561. width: 100% !important;
  562. min-width: 18vw !important;
  563. max-width: 18vw !important;
  564. height: 4.7vh !important;
  565. margin: 0!important;
  566. top: 0vh !important;
  567. right: 5% !important;
  568. z-index: 500 !important;
  569. /* border-bottom: 1px solid red !important; */
  570. }
  571. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - KEYWORD LABEL */
  572. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row label {
  573. display: inline-block !important;
  574. float: none !important;
  575. margin-top: 0px !important;
  576. min-width: 250px !important;
  577. max-width: 250px;
  578. }
  579. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-menu ,
  580. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-row {
  581. display: flex;
  582. margin: 0px 0px 0px 2px !important;
  583. width: 99% !important;
  584. }
  585. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SORT FORM */
  586. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row + .Form-section.Form-row {
  587. position: relative !important;
  588. display: inline-block !important;
  589. min-width: 20%;
  590. max-width: 20%;
  591. top: -0.3vh !important;
  592. border: 1px solid red !important;
  593. }
  594. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - INPUT / SORT */
  595. .wrapper .ta\:c + section > form.Form.Form-inline > .Form-section.Form-row:first-child .Form-row input ,
  596. .wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-menu #sort {
  597. width: 99%;
  598. height: 100% !important;
  599. min-height: 3.8vh !important;
  600. max-height: 3.8vh !important;
  601. margin: 0 0 0 0 !important;
  602. padding: 0 5px !important;
  603. }
  604.  
  605. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - SEARCH BUTTON */
  606. .Form-control {
  607. display: inline-block;
  608. max-width: 5%;
  609. min-width: 5%;
  610. }
  611.  
  612. /* (new54) URL PREF - HOME /SEARCH / EXPLORE - CARDS */
  613. .card.col.gap .card-body,
  614. .card-footer {
  615. padding: 0.1rem !important;
  616. }
  617. .card.col.gap .name{
  618. line-height: 15px !important;
  619. min-height: 5.2vh !important;
  620. max-height: 5.2vh !important;
  621. font-size: 0.9em;
  622. white-space: normal !important;
  623. }
  624.  
  625. /* END - URL-PREF - HOME /SEARCH / EXPLORE === */
  626. }
  627.  
  628. @-moz-document url("https://userstyles.world/") {
  629. /* HOME */
  630.  
  631. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main, body[data-flags*="sidebar"] > main {
  632. margin: -3.6vh 0 0 0 !important;
  633. }
  634. body #content section h2 {
  635. position: sticky;
  636. display: inline-block;
  637. width: 100%;
  638. max-width: 100%;
  639. min-width: 100%;
  640. margin: 0;
  641. top: -1.1vh;
  642. z-index: 100;
  643. /* background: red !important; */
  644. }
  645. /* DARK / NOT DARK */
  646. html[data-color-scheme="dark"] body #content section h2 {
  647. background: #111 !important;
  648. }
  649. html[data-color-scheme="light"] body #content section h2 {
  650. background: white !important;
  651. }
  652.  
  653. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section h2 + p ,
  654. body[data-flags*="sidebar"] > main#content section h2 + p ,
  655. body #content section h2 + p {
  656. position: sticky;
  657. display: inline-block !important;
  658. width: 100%;
  659. max-width: 100%;
  660. min-width: 100%;
  661. top: 3.2vh !important;
  662. margin: 0;
  663. z-index: 100;
  664. /* background: blue !important; */
  665. }
  666. html body > main#content section h2 + p ,
  667. html body[data-flags*="view_redesign"] > main#content section h2 + p {
  668. top: 4.2vh !important;
  669. /* background: green !important; */
  670. }
  671. /* DARK / NOT DARK */
  672. html[data-color-scheme="dark"] body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section h2 + p ,
  673. html[data-color-scheme="dark"] body[data-flags*="sidebar"] > main#content section h2 + p ,
  674. html[data-color-scheme="dark"] body #content section h2 + p ,
  675. html[data-color-scheme="dark"] body > main#content section h2 + p ,
  676. html[data-color-scheme="dark"] body[data-flags*="view_redesign"] > main#content section h2 + p {
  677. background: #111 !important;
  678. }
  679. html[data-color-scheme="light"] body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section h2 + p ,
  680. html[data-color-scheme="light"] body[data-flags*="sidebar"] > main#content section h2 + p ,
  681. html[data-color-scheme="light"] body #content section h2 + p ,
  682. html[data-color-scheme="light"] body > main#content section h2 + p ,
  683. html[data-color-scheme="light"] body[data-flags*="view_redesign"] > main#content section h2 + p {
  684. background: white !important;
  685. }
  686.  
  687.  
  688.  
  689. /* END - (new55) URL-PREF - HOME */
  690. }
  691.  
  692. @-moz-document url-prefix("https://userstyles.world/search?q="), url-prefix("https://userstyles.world/search?") {
  693. /* SEARCH */
  694.  
  695.  
  696. /* (new48) URL PREF - SEARCH - TOP TITLE - STICKY */
  697. html body > main section.header.flex.f-col:not(.Pagination-wrapper){
  698. position: sticky !important;
  699. display: inline-block;
  700. max-width: 100%;
  701. min-width: 100%;
  702. width: 100%;
  703. top: -2vh !important;
  704. margin: 0 0 0 0 !important;
  705. z-index: 100 !important;
  706. /* background: red !important; */
  707. /* border: 1px solid blue !important; */
  708. }
  709.  
  710. /* URL PREF - SEARCH - DARK /NOT DARK */
  711. html[data-color-scheme="dark"] body > main section:not(.Pagination-wrapper):first-of-type {
  712. background: #111 !important;
  713. }
  714. html[data-color-scheme="light"] body > main section:not(.Pagination-wrapper):first-of-type {
  715. background: white !important;
  716. }
  717.  
  718.  
  719. /* (new60) URL PREF - SEARCH - TOP FORMS CONTAINER */
  720. html body > main section:not(.Pagination-wrapper):first-of-type + section {
  721. position: sticky !important;
  722. display: inline-block !important;
  723. width: 100%;
  724. height: 6.2vh !important;
  725. max-width: 100%;
  726. min-width: 100%;
  727. margin: 0 0 1.5vh 0 !important;
  728. top: 6.8vh !important;
  729. padding: 5px 20px !important;
  730. text-align: center !important;
  731. z-index: 100;
  732. background: brown !important;
  733. /* border: 1px solid violet !important; */
  734. }
  735. /* .wrapper section.ta\:c , */
  736. section .Form.Form-inline {
  737. /* position: fixed !important; */
  738. position: relative !important;
  739. display: inline-flex !important;
  740. width: 100% !important;
  741. min-width: 98vw !important;
  742. max-width: 98vw !important;
  743. height: 5vh !important;
  744. margin: 0!important;
  745. top: 0vh !important;
  746. right: 0% !important;
  747. left: -5px !important;
  748. /* padding: 0px 10px !important; */
  749. border-radius: 3px !important;
  750. z-index: 500000 !important;
  751. /* background: olive !important; */
  752. /* border: 1px solid lime !important; */
  753. }
  754.  
  755.  
  756. /* (new52) URL PREF - SEARCH - SIDEBAR - TOP FORMS CONTAINER */
  757. [data-flags*="sidebar"] section .Form.Form-inline{
  758. right: 25% !important;
  759. }
  760. section .Form.Form-inline > div {
  761. display: inline-flex !important;
  762. align-items: center;
  763. height: 5vh !important;
  764. width: auto !important;
  765. margin: 0 0 0 0 !important;
  766. }
  767. /* .Form-section.Form-row {
  768. display: flex;
  769. align-items: center;
  770. margin: 0 1rem 0 4rem !important;
  771. } */
  772. section .Form.Form-inline > .Form-section.Form-row:first-of-type {
  773. display: flex;
  774. align-items: center;
  775. margin: 0 0rem 0 0rem !important;
  776. /* border: 1px solid yellow !important; */
  777. }
  778.  
  779. section .Form.Form-inline > .Form-section.Form-row:first-of-type + .Form-section.Form-control {
  780. position: relative !important;
  781. display: inline-block !important;
  782. /* float: right !important; */
  783. align-items: center;
  784. margin: 2px 10rem 0 0rem !important;
  785. left: 8rem !important;
  786. /* border: 1px dotted yellow !important; */
  787. }
  788. section .Form.Form-inline > .Form-section.Form-row:first-of-type + .Form-section.Form-control button.btn.icon {
  789. align-items: center;
  790. display: flex;
  791. padding: 0 8px !important;
  792. /* border-radius: 0 5px 5px 0 !important; */
  793. /* border: 1px dotted violet !important; */
  794. }
  795.  
  796.  
  797. /* URL PREF - SEARCH - DARK /NOT DARK */
  798. html[data-color-scheme="dark"] section .Form.Form-inline {
  799. background: #111 !important;
  800. }
  801. html[data-color-scheme="light"] section .Form.Form-inline {
  802. background: white !important;
  803. }
  804.  
  805. .Form-control {
  806. display: flex !important;
  807. /* max-width: 5%;
  808. min-width: 5%; */
  809. margin: 0 1rem 0 4rem !important;
  810. }
  811. .Form-row label {
  812. display: inline-block !important;
  813. max-width: 20% !important;
  814. min-width: 20% !important;
  815. margin: 0 0.5rem 0 0;
  816. /* align-items: right !important; */
  817. text-align: right !important;
  818. /* border: 1px solid aqua !important; */
  819. }
  820.  
  821. /* (new48) URL PREF - SEARCH - RESULTS */
  822. html body > main ,
  823. html body > main#content section.header.flex + section + section:not(.Pagination-wrapper) {
  824. display: inline-block;
  825. height: 100% !important;
  826. width: 100% !important;
  827. max-width: 100% !important;
  828. min-width: 100% !important;
  829. /* border: 1px dashed yellow; */
  830. }
  831.  
  832.  
  833. /* html body > main section:not(.Pagination-wrapper) {
  834. display: inline-block;
  835. margin: -1vh 0 0;
  836. max-width: 100%;
  837. min-width: 100%;
  838. width: 100%;
  839. } */
  840. .rwrap {
  841. width: 100% !important;
  842. min-width: 100% !important;
  843. max-width: 100% !important;
  844. height: 100% !important;
  845. margin-top: 1.5vh !important;
  846. top: 30vh !important;
  847. padding: 0 0 3vh !important;
  848. /* border: 1px solid aqua !important; */
  849. }
  850. /* (new48) URL PREF - SEARCH - RESULTS - CARDS SIZE */
  851. .rwrap .card.col.gap {
  852. flex-basis: unset;
  853. max-width: 15.9% !important;
  854. min-width: 15.9% !important;
  855. margin: 0 0.4rem 0.5rem !important;
  856. padding: 0.2rem;
  857. border: 1px solid red !important;
  858. /* border: 1px solid aqua !important; */
  859. }
  860.  
  861. /* (new48) START - URL-PREF - SEARCH */
  862. }
  863.  
  864. @-moz-document url("https://userstyles.world/explore") {
  865. /* EXPLORE */
  866.  
  867. /* (new42) URL PREF - EXPLORE - MAIN CONTAINER */
  868. html body > main {
  869. /* display: inline-block !important; */
  870. width: 100%;
  871. height: 100% !important;
  872. /* min-height: 100vh !important; */
  873. /* max-height: 100vh !important; */
  874. /* overflow: hidden !important; */
  875. /* border: 1px solid lime !important; */
  876. }
  877. /* html body > main {
  878. min-height: calc(100vh - 130px);
  879. } */
  880.  
  881. /* (new48) URL PREF - EXPLORE - TOP TITLE - STICKY */
  882. html body > main section:not(.Pagination-wrapper):first-of-type {
  883. position: sticky !important;
  884. display: inline-block;
  885. max-width: 100%;
  886. min-width: 100%;
  887. width: 100%;
  888. top: -1.7vh !important;
  889. margin: 0 0 0 0 !important;
  890. z-index: 100 !important;
  891. /* background: red !important; */
  892. /* border: 1px solid blue !important; */
  893. }
  894. /* NOT DARK */
  895. html[data-color-scheme="dark"] body > main section:not(.Pagination-wrapper):first-of-type {
  896. background: #111 !important;
  897. }
  898. /* html:not([data-color-scheme="dark"]) body > main section:not(.Pagination-wrapper):first-of-type , */
  899. html[data-color-scheme="light"] body > main section:not(.Pagination-wrapper):first-of-type {
  900. background: white !important;
  901. }
  902.  
  903.  
  904. /* (new48) URL PREF - EXPLORE - CARD CONTAINER */
  905. .rwrap {
  906. /* position: sticky !important; */
  907. /* display: inline-block !important; */
  908. /* flex-flow: row wrap; */
  909. margin-top: 0;
  910. height: 100% !important;
  911. width: 100% !important;
  912. min-width: 100% !important;
  913. max-width: 100% !important;
  914. /* min-height: calc(100vh - 13.1vh) !important; */
  915. /* max-height: calc(100vh - 13.1vh) !important; */
  916. top: 30vh !important;
  917. padding: 0 0 3vh 0 !important;
  918. /* overflow-x: hidden; */
  919. /* overflow-y: auto !important; */
  920. /* border: 1px solid aqua !important; */
  921. }
  922. .rwrap {
  923. width: 100%;
  924. height: 100%;
  925. max-width: 100%;
  926. min-width: 100%;
  927. margin-top: 1.5vh !important;
  928. padding: 0 0 3vh !important;
  929. top: 30vh;
  930. /* border: 1px solid green !important; */
  931. }
  932.  
  933. /* (new48) URL PREF - EXPLORE - CARD SIZE */
  934. .card.col.gap {
  935. min-width: 16.1% !important;
  936. max-width: 16.1% !important;
  937. flex-basis: unset !important;
  938. margin: 0 0.3rem 0.5rem !important;
  939. padding: 0.2rem !important;
  940. border: 1px solid red !important;
  941. }
  942.  
  943.  
  944. /* (new45) URL PREF - EXPLORE - CARDS */
  945. .card.col.gap .card-body,
  946. .card-footer {
  947. padding: 0.1rem !important;
  948. }
  949. .card.col.gap .name{
  950. line-height: 15px !important;
  951. min-height: 5.2vh !important;
  952. max-height: 5.2vh !important;
  953. font-size: 0.9em;
  954. white-space: normal !important;
  955. }
  956.  
  957. /* (new48) URL PREF - EXPLORE - PAGINATION */
  958. .Pagination-wrapper {
  959. position: fixed !important;
  960. display: inline-block !important;
  961. max-width: 30% !important;
  962. top: 0vh !important;
  963. right: 29vw !important;
  964. margin: 0 !important;
  965. text-align: left !important;
  966. z-index: 500 !important;
  967. /* border-bottom: 1px solid aqua !important; */
  968. }
  969. .Pagination-wrapper .Pagination {
  970. justify-content: left !important;
  971. align-items: left !important;
  972. }
  973.  
  974. /* END - URL-PREF - EXPLORE */
  975. }
  976.  
  977. @-moz-document url("https://userstyles.world/account"), url-prefix("https://userstyles.world/account/"), url-prefix("https://userstyles.world/account#") {
  978. /* ACCOUNT */
  979.  
  980. /* (new45) URL PREF - ACCOUNT - MAIN CONTAINER */
  981. html body > main {
  982. display: inline-block;
  983. width: 100%;
  984. height: 100vh;
  985. min-height: calc(100vh - 8vh) !important;
  986. max-height: calc(100vh - 8vh) !important;
  987. overflow: hidden !important;
  988. /* border: 1px solid violet !important; */
  989. }
  990.  
  991.  
  992. /* (new45) URL PREF - ACCOUNT - SECTIONS - ALL */
  993.  
  994. #content section h2{
  995. margin: 0em 0 0.1rem !important;
  996. font-size: 1.1em !important;
  997. }
  998. #content section:not(#details) p {
  999. margin-bottom: -1vh !important;
  1000. }
  1001. #content section#welcome p {
  1002. margin: -1vh 0 0 0 !important;
  1003. }
  1004.  
  1005. #content section > .Form-box {
  1006. min-height: 29.2vh !important;
  1007. max-height: 29.2vh !important;
  1008. margin: 0.4rem auto 0.1rem 0 !important;
  1009. padding: 0.1rem !important;
  1010. }
  1011. #content section#biography > .Form-box {
  1012. min-height: 27.8vh !important;
  1013. max-height: 27.8vh !important;
  1014. /* border: 1px solid olive !important; */
  1015. }
  1016.  
  1017. #content section#links > .Form-box ,
  1018. #content section#settings > .Form-box {
  1019. min-height: 32.2vh !important;
  1020. max-height: 32.2vh !important;
  1021. /* border: 1px solid lime !important; */
  1022. }
  1023.  
  1024.  
  1025.  
  1026. /* (new53) URL PREF - ACCOUNT - WELCOME - BLOCKS CONATINER */
  1027. #content section#welcome {
  1028. float: left !important;
  1029. width: 100% !important;
  1030. min-width: 99% !important;
  1031. height: auto !important;
  1032. margin: 0 5px 5px 10px !important;
  1033. padding: 0 0.5rem !important;
  1034. border-radius: 3px !important;
  1035. border: 1px solid red !important;
  1036. }
  1037. #content section#welcome h1{
  1038. margin: 0em 0 0rem !important;
  1039. font-size: 1.3em !important;
  1040. }
  1041. /* (new45) URL PREF - ACCOUNT - DETAILS / NAME / PASSWORD - TOP - 3 BLOCKS CONATINERS */
  1042. #content section#password ,
  1043. #content section#name ,
  1044. #content section#details {
  1045. float: left !important;
  1046. width: 32% !important;
  1047. height: 36vh !important;
  1048. /* border: 1px solid yellow !important; */
  1049. }
  1050.  
  1051. /* (new53) URL PREF - ACCOUNT - BIOGRAPHY / LINKS / SETTINGS - BOTTOM - 3 BLOCKS CONATINERS */
  1052. #content section#settings ,
  1053. #content section#links ,
  1054. #content section#biography {
  1055. float: left !important;
  1056. width: 32% !important;
  1057. height: 38vh !important;
  1058. /* border: 1px solid green !important; */
  1059. }
  1060. /* (new48) URL PREF - ACCOUNT - FLAGS */
  1061. #content section#flags {
  1062. float: left !important;
  1063. width: 100% !important;
  1064. min-width: 74.6% !important;
  1065. max-width: 74.6% !important;
  1066. max-height: 6vh !important;
  1067. min-height: 6vh !important;
  1068. padding: 0.4rem 0.8rem 0.1rem 0.1rem !important;
  1069. border: 1px solid red !important;
  1070. }
  1071. #content section#flags h2 {
  1072. float: left !important;
  1073. width: 12% !important;
  1074. max-height: 4vh !important;
  1075. min-height: 4vh !important;
  1076. line-height: 3vh !important;
  1077. font-size: 1.1em;
  1078. margin: 0 0 0.1rem;
  1079. padding: 0 0 0 10px !important;
  1080. }
  1081. #content section#flags p {
  1082. float: left !important;
  1083. width: 15% !important;
  1084. max-height: 4vh !important;
  1085. min-height: 4vh !important;
  1086. line-height: 1.6vh !important;
  1087. margin-bottom: 0vh !important;
  1088. }
  1089. #content section#flags > .Form-box {
  1090. float: right !important;
  1091. min-width: 64.6% !important;
  1092. max-width: 64.6% !important;
  1093. max-height: 4vh !important;
  1094. min-height: 4vh !important;
  1095. margin: 0 0 0 0 !important;
  1096. }
  1097. /* (new53) */
  1098. #content section#flags .Form.Form-box >div{
  1099. float: left !important;
  1100. min-width: 43.8% !important;
  1101. max-width: 43.8% !important;
  1102. height: 1.8vh !important;
  1103. margin: -0.5rem 0 0.5rem 0 !important;
  1104. padding: 0.1rem;
  1105. }
  1106.  
  1107.  
  1108. /* (new48) URL PREF - ACCOUNT - ACTION - LAST BOTTOM - 1 BLOCK CONATINER */
  1109. #content section#actions {
  1110. float: right !important;
  1111. width: 100% !important;
  1112. min-width: 20.6% !important;
  1113. max-width: 20.6% !important;
  1114. height: 4.6vh !important;
  1115. padding: 0 0 !important;
  1116. border: 1px solid lime !important;
  1117. }
  1118. #content section#actions h2 {
  1119. float: left !important;
  1120. height: 4vh !important;
  1121. padding: 0 0 0 20px !important;
  1122. border: 1px solid red !important;
  1123. }
  1124. #content section#actions a {
  1125. float: right !important;
  1126. height: 4vh !important;
  1127. border: 1px solid red !important;
  1128. }
  1129.  
  1130. /* (new45) URL PREF - ACCOUNT - FORM - ALL */
  1131. #content section > .Form-box .Form-section.Form-full > label {
  1132. display: flex;
  1133. margin-bottom: 0.1rem !important;
  1134. }
  1135. .Form:not(.Form-inline) .Form-section:not(:first-of-type),
  1136. .Form:not(.Form-inline) .Form-control {
  1137. margin-top: 0.4rem !important;
  1138. }
  1139. .Form.Form-box .btn.icon.primary ,
  1140. .Form:not(.Form-inline) .Form-section:not(:first-of-type) .btn.primary,
  1141. .Form:not(.Form-inline) .Form-control .btn.primary {
  1142. position: absolute !important;
  1143. display: inline-block !important;
  1144. height: 100% !important;
  1145. min-height: 28px !important;
  1146. max-height: 28px !important;
  1147. line-height: 20px !important;
  1148. padding: 2px 4px!important;
  1149. }
  1150. #content section#flags .Form.Form-box .btn.icon.primary {
  1151. margin: 0.3vh 0 0 0 !important;
  1152. }
  1153.  
  1154. /* (new53) URL PREF - ACCOUNT - FORM - PASSWORD */
  1155. #content section#password > .Form.Form-box > .Form-section.Form-full > label[for="current-password"]{
  1156. float: left !important;
  1157. width: 60% !important;
  1158. border: 1px solid aqua !important;
  1159. }
  1160. #content section#password > .Form.Form-box > .Form-section.Form-full > label[for="current-password"] + i{
  1161. float: right !important;
  1162. width: 40% !important;
  1163. line-height: 10px !important;
  1164. padding: 2px 3px !important;
  1165. font-size: 0.7em !important;
  1166. border: 1px solid green !important;
  1167. }
  1168.  
  1169. /* (new45) URL PREF - ACCOUNT - FORM - BIOGRAPHY */
  1170. #content section#biography > .Form.Form-box label[for="biography"] {
  1171. float: left !important;
  1172. width: 60% !important;
  1173. border: 1px solid aqua !important;
  1174. }
  1175. #content section#biography > .Form.Form-box label[for="biography"] + i {
  1176. float: right !important;
  1177. width: 40% !important;
  1178. padding: 4px 3px !important;
  1179. font-size: 0.7em !important;
  1180. border: 1px solid green !important;
  1181. }
  1182. /* #content section#biography > .Form.Form-box textarea {
  1183. min-height: 10vh !important;
  1184. max-height: 25vh !important;
  1185. } */
  1186. #content section#biography .md {
  1187. display: inline-block !important;
  1188. width: 100% !important;
  1189. min-height: 34.5vh !important;
  1190. max-height: 34.52vh !important;
  1191. padding: 0 5px !important;
  1192. border-radius: 5px !important;
  1193. overflow: hidden !important;
  1194. overflow-y: auto !important;
  1195. border: 1px solid red !important;
  1196. }
  1197. #content section#biography p {
  1198. margin-bottom: 0.1rem !important;
  1199. }
  1200. #content section#biography ul {
  1201. padding-left: 16px !important;
  1202. }
  1203. /* (new45) URL PREF - ACCOUNT - BIOGRAPHY FULL + TEXTAREA */
  1204. #content section#biography > .md + .Form.Form-box {
  1205. position: absolute !important;
  1206. display: inline-block !important;
  1207. width: 20px !important;
  1208. max-height: 3vh !important;
  1209. min-height: 3vh !important;
  1210. margin: 0 0px 0px 0px !important;
  1211. bottom: 45.3vh !important;
  1212. left: 29.8vw !important;
  1213. padding: 0px 0px 0 30px !important;
  1214. overflow: hidden !important;
  1215. z-index: 5000 !important;
  1216. background: green !important;
  1217. }
  1218. #content section#biography > .md + .Form.Form-box:not(:hover):before {
  1219. content: "✏️" !important;
  1220. position: absolute !important;
  1221. width: 21px !important;
  1222. height: 21px !important;
  1223. top: 1px !important;
  1224. left: 3px !important;
  1225. padding: 1px !important;
  1226. font-size: 14px !important;
  1227. border-radius: 100% !important;
  1228. text-align: center !important;
  1229. border: 1px solid red !important;
  1230. }
  1231.  
  1232. #content section#biography > .md + .Form.Form-box:hover {
  1233. position: absolute !important;
  1234. display: inline-block !important;
  1235. width: calc(100% + 110px) !important;
  1236. max-height: 39.2vh !important;
  1237. min-height: 39.2vh !important;
  1238. margin: 0 0px 0px 0px !important;
  1239. left: 30vw !important;
  1240. bottom: 9.8vh !important;
  1241. padding: 5px 30px !important;
  1242. z-index: 5000 !important;
  1243. background: red !important;
  1244. }
  1245. #content section#biography > .md + .Form.Form-box textarea {
  1246. max-height: 29vh !important;
  1247. min-height: 29vh !important;
  1248. }
  1249.  
  1250.  
  1251. /* (new45) END - URL-PREF - ACCOUNT */
  1252. }
  1253.  
  1254. @-moz-document url-prefix("https://userstyles.world/user/") {
  1255. /* USER */
  1256.  
  1257. /* (new42) URL PREF - USER - MAIN CONTAINER */
  1258. html body > main {
  1259. display: inline-block;
  1260. width: 100%;
  1261. height: 100vh;
  1262. min-height: calc(100vh - 8vh) !important;
  1263. max-height: calc(100vh - 8vh) !important;
  1264. overflow: hidden !important;
  1265. /* border: 1px solid violet !important; */
  1266. }
  1267. /* (new52) URL PREF - ACCOUNT - SIDEBAR ENABLE */
  1268. body[data-flags*="sidebar"] > main#content {
  1269. height: 100vh !important;
  1270. max-height: 100vh !important;
  1271. min-height: 100vh !important;
  1272. width: 100%;
  1273. margin-top: -5vh !important;
  1274. overflow: hidden;
  1275. /* background: red !important; */
  1276. }
  1277. body[data-flags*="sidebar"] > main#content section#details {
  1278. margin: 8vh 5px 1rem 10px !important;
  1279. }
  1280. /* (new52)*/
  1281. body[data-flags*="sidebar"] > main#content section.styles,
  1282. body[data-flags*="sidebar"] > main#content section#styles {
  1283. height: 96.9vh !important;
  1284. max-width: 84.2%;
  1285. min-width: 84.2%;
  1286. margin: 0vh 0 0 0 !important;
  1287. padding: 0 0.5rem 0rem 0.5rem !important;
  1288. /* border: 1px solid aqua !important; */
  1289. }
  1290.  
  1291. body[data-flags*="sidebar"] > main#content section#styles .rwrap,
  1292. body[data-flags*="sidebar"] > main#content section.styles .rwrap {
  1293. max-height: 93vh !important;
  1294. min-height: 93vh !important;
  1295. padding: 3px !important;
  1296. }
  1297.  
  1298.  
  1299. /* (new42) URL PREF - USER - SECTIONS - ALL */
  1300. #content section {
  1301. float: left !important;
  1302. width: 100%;
  1303. margin: 0 5px 0 10px !important;
  1304. padding: 0 0.5rem !important;
  1305. /* border: 1px solid aqua !important; */
  1306. }
  1307. #content section h1{
  1308. margin: 0em 0 0rem !important;
  1309. font-size: 1.3em !important;
  1310. }
  1311. #content section h2{
  1312. margin: 0em 0 0.1rem !important;
  1313. font-size: 1.3em !important;
  1314. }
  1315. #content section > p {
  1316. margin-bottom: 0em !important;
  1317. }
  1318.  
  1319. /* (new45) URL PREF - USER - SECTIONS - LEFT */
  1320. #content section#details ,
  1321. #content section#biography ,
  1322. #content section#links ,
  1323. #content section.socials {
  1324. float: left !important;
  1325. clear: both !important;
  1326. width: 15% !important;
  1327. line-height: 1.2rem !important;
  1328. margin: 0 5px 1rem 10px !important;
  1329. padding: 0 0.5rem !important;
  1330. border-left: 3px solid aqua !important;
  1331. }
  1332.  
  1333. /* (new45) URL PREF - USER - SECTION - DETAILS */
  1334. #content section#details {
  1335. line-height: 1.2rem !important;
  1336. margin: 2rem 5px 1rem 10px !important;
  1337. border-left: 3px solid aqua !important;
  1338. }
  1339. #content section#details .joined.flex {
  1340. margin: 4px 0 0 0 !important;
  1341. border-top: 1px solid aqua !important;
  1342. }
  1343.  
  1344. #content section#details .joined.flex time {
  1345. display: inline-block !important;
  1346. min-width: 72% !important;
  1347. left: -27% !important;
  1348. }
  1349. /* (new45) URL PREF - USER - SECTION - BIOGRAPHY */
  1350. /* #content section#biography h2 {
  1351. text-decoration: none;
  1352. display: inline-table;
  1353. text-decoration: underline;
  1354. }
  1355. #content section#biography h2:after {
  1356. content: "";
  1357. width: 70%;
  1358. border-bottom: 0.1em solid #f00;
  1359. display: table-caption;
  1360. vertical-align: baseline;
  1361. position: relative;
  1362. top: 1.2em;
  1363. } */
  1364. #content section#biography .md {
  1365. max-height: 480px;
  1366. margin: 1rem 0 0 0 !important;
  1367. overflow-y: auto !important;
  1368. }
  1369. #content section#biography .md > p {
  1370. margin-bottom: 0.3rem !important;
  1371. }
  1372. #content section#biography ul {
  1373. padding-left: 16px !important;
  1374. }
  1375. /* (new45) URL PREF - USER - SECTION - SOCIALS / LINKS */
  1376. #content section#links ,
  1377. #content section.socials {
  1378. float: left !important;
  1379. clear: both !important;
  1380. width: 15% !important;
  1381. margin: 0 5px 0 10px !important;
  1382. padding: 0 0.5rem !important;
  1383. border-left: 3px solid red !important;
  1384. }
  1385. #content section#links .flex ,
  1386. #content section.socials .flex {
  1387. position: relative !important;
  1388. display: inline-block !important;
  1389. width: 100% !important;
  1390. min-width: 100% !important;
  1391. max-width: 100% !important;
  1392. line-height: 15px !important;
  1393. margin: -2vh 0 0 0 !important;
  1394. white-space: pre !important;
  1395. }
  1396.  
  1397. /* (new45) URL PREF - USER - SECTION - SOCIALS / LINKS - BUTTONS */
  1398. #content section#links .flex a.btn.icon ,
  1399. #content section.socials .flex a.btn.icon {
  1400. position: relative !important;
  1401. display: inline-block !important;
  1402. vertical-align: top !important;
  1403. align-items: center;
  1404. width: 100% !important;
  1405. min-width: 89% !important;
  1406. max-width: 89% !important;
  1407. height: 5.5vh !important;
  1408. line-height: 1vh !important;
  1409. margin: 0 0 -1.5rem -26% !important;
  1410. padding: 0 5px !important;
  1411. border: 1px solid red !important;
  1412. }
  1413. #content section#links .flex a.btn.icon::after ,
  1414. #content section.socials .flex a.btn.icon::after {
  1415. position: absolute !important;
  1416. display: inline-block !important;
  1417. vertical-align: bottom !important;
  1418. height: 2vh !important;
  1419. line-height: 30px !important;
  1420. margin-left: 0px !important;
  1421. top: 12px !important;
  1422. /* background: red !important; */
  1423. }
  1424. #content section#links .flex a.btn.icon > svg ,
  1425. #content section.socials .flex a.btn.icon > svg {
  1426. position: absolute !important;
  1427. display: inline-block !important;
  1428. vertical-align: bottom !important;
  1429. height: 3vh !important;
  1430. line-height: 30px !important;
  1431. margin-left: 15px !important;
  1432. top: 14px !important;
  1433. /* background: red !important; */
  1434. }
  1435.  
  1436. /* (new44) URL PREF - USER - SECTION - RIGHT */
  1437. #content section.styles ,
  1438. #content section#styles {
  1439. display: inline-block !important;
  1440. float: none !important;
  1441. clear: none !important;
  1442. width: 100% !important;
  1443. min-width: 84.2% !important;
  1444. max-width: 84.2% !important;
  1445. height: 91.5vh !important;
  1446. margin: 0.1vh 0px 0 0px !important;
  1447. padding: 0 0.5rem 2rem 0.5rem!important;
  1448. overflow: hidden !important;
  1449. /* border: 1px solid green !important; */
  1450. }
  1451. #content section.styles h2 ,
  1452. #content section#styles h2 {
  1453. float: left !important;
  1454. width: 100% !important;
  1455. min-width: 20vw !important;
  1456. max-width: 20vw !important;
  1457. height: 4vh !important;
  1458. margin: 0 0 0.1rem;
  1459. font-size: 1.3em;
  1460. }
  1461. #content section.styles > .flex:not(.rwrap) ,
  1462. #content section#styles > .flex:not(.rwrap) {
  1463. width: 100% !important;
  1464. min-width: 30vw !important;
  1465. max-width: 30vw !important;
  1466. height: 4vh !important;
  1467. margin: 0 0 0.1rem;
  1468. font-size: 1.1em;
  1469. /* border: 1px solid aqua !important; */
  1470. }
  1471.  
  1472. /* (new46)URL PREF - USER - CARDS CONTAINER */
  1473. #content section#styles .rwrap ,
  1474. #content section.styles .rwrap {
  1475. display: inline-block !important;
  1476. flex-flow: unset !important;
  1477. width: 100% !important;
  1478. max-height: 87vh !important;
  1479. min-height: 87vh !important;
  1480. margin: 0 0 0 0 !important;
  1481. padding: 3px 0 40px 0 !important;
  1482. overflow: hidden !important;
  1483. overflow-y: auto !important;
  1484. /* border: 1px dashed aqua !important; */
  1485. border-top: 1px solid red !important;
  1486. border-left: 3px solid red !important;
  1487. }
  1488.  
  1489. /* (new48) URL PREF - USER - CARDS */
  1490. .grid.flex.rwrap .card.col.gap {
  1491. display: inline-block !important;
  1492. height: 23.2vh !important;
  1493. min-width: 16.2% !important;
  1494. max-width: 16.2% !important;
  1495. flex-basis: unset !important;
  1496. margin: 0 0.1rem 0.2rem 0.1rem !important;
  1497. border: 1px solid red !important;
  1498. }
  1499. .card.col.gap .card-body,
  1500. .card-footer {
  1501. padding: 0.1rem !important;
  1502. }
  1503.  
  1504.  
  1505. /* (new46) URL PREF - USER - RATING ORDER */
  1506.  
  1507. /* (new53) URL PREF - USER - Nb VIEW */
  1508. .card-footer .fg\:3.flex:nth-child(1) {
  1509. margin: 1.7vh 0 0 0vw !important;
  1510. order: unset !important; /* default is 0 */
  1511. }
  1512. .card-footer .fg\:3.flex:nth-child(1) .ml\:s[data-tooltip]::before {
  1513. content: attr(data-tooltip);
  1514. position: absolute;
  1515. width: 195px;
  1516. line-height: 1.2;
  1517. bottom: -3px !important;
  1518. left: 0vw !important;
  1519. margin: 0px 0 3px -4px !important;
  1520. padding: 0 3px;
  1521. font-size: 0.8rem !important;
  1522. text-align: left;
  1523. opacity: 1 !important;
  1524. white-space: nowrap !important;
  1525. overflow: hidden !important;
  1526. text-overflow: ellipsis !important;
  1527. }
  1528. /* (new53) URL PREF - USER - RATING */
  1529. .card-footer .fg\:3.flex:nth-child(3) {
  1530. position: relative !important;
  1531. display: inline-block !important;
  1532. order: unset !important;
  1533. left: -7.2vw !important;
  1534. margin: 2px 0 0 0 !important;
  1535. font-size: 55% !important;
  1536. z-index: 1 !important;
  1537. }
  1538. .card-footer .fg\:3.flex:nth-child(3) span {
  1539. display: none !important;
  1540. margin-left: 0.1rem !important;
  1541. }
  1542.  
  1543. /* (new53) URL PREF - USER - Nb INSTALL */
  1544. .card-footer .fg\:3.flex:nth-child(2) {
  1545. margin: -7px 0 4px -1.5vw !important;
  1546. order: 3;
  1547. }
  1548. .card-footer .fg\:3.flex:nth-child(2) span{
  1549. font-size: 0 !important;
  1550. }
  1551. .card-footer .fg\:3.flex:nth-child(2) .ml\:s[data-tooltip]::before {
  1552. content: attr(data-tooltip);
  1553. width: 200px;
  1554. line-height: 1.2;
  1555. bottom: -8px !important;
  1556. left: -12.1vw !important;
  1557. margin: 0px 0 2px 0 !important;
  1558. padding: 0 3px;
  1559. font-size: 0.8rem !important;
  1560. text-align: right;
  1561. white-space: nowrap !important;
  1562. overflow: hidden !important;
  1563. text-overflow: ellipsis !important;
  1564. opacity: 1 !important;
  1565. color: red !important;
  1566. }
  1567.  
  1568.  
  1569. /* (new48) URL PREF - USER - CARDS - PREVIEW SCREENSHOT */
  1570. .card.col.gap .card-header.thumbnail > picture {
  1571. position: relative;
  1572. display: flex;
  1573. padding-top: 37.25% !important;
  1574. }
  1575. .grid.flex.rwrap .card.col.gap .card-header.thumbnail > picture img {
  1576. position: absolute;
  1577. height: 9.8vh;
  1578. top: 0;
  1579. left: 0;
  1580. object-fit: contain !important;
  1581. object-position: center top;
  1582. }
  1583.  
  1584. /* (new48) URL PREF - USER - CARDS - NAME */
  1585. .card.col.gap .name{
  1586. line-height: 15px !important;
  1587. min-height: 3.5vh !important;
  1588. max-height: 3.5vh !important;
  1589. font-size: 0.9em;
  1590. white-space: normal !important;
  1591. overflow: hidden !important;
  1592. overflow-y: auto !important;
  1593. }
  1594.  
  1595. /* (new48) URL PREF - USER - PAGINATION */
  1596. #content section.Pagination-wrapper {
  1597. position: fixed;
  1598. display: inline-block;
  1599. max-width: 30%;
  1600. min-height: 4vh !important;
  1601. max-height: 4vh !important;
  1602. margin: 0;
  1603. right: 1vw;
  1604. text-align: left;
  1605. top: 0vh;
  1606. z-index: 500;
  1607. }
  1608. .Pagination {
  1609. min-height: 3.7vh !important;
  1610. max-height: 3.7vh !important;
  1611. margin: 0.2vh 0 0 0 !important;
  1612. padding: 0.125rem;
  1613. }
  1614. /* (new42) END - URL-PREF - USER */
  1615. }
  1616.  
  1617. @-moz-document url-prefix("https://userstyles.world/style/") {
  1618. /* STYLE */
  1619.  
  1620. /* (new42) MAIN CONTAINER */
  1621. html {
  1622. display: inline-block;
  1623. width: 100% !important;
  1624. min-width: 100vw !important;
  1625. max-width: 100vw !important;
  1626.  
  1627. overflow: hidden !important;
  1628. /* border: 1px solid violet !important; */
  1629. }
  1630. html body > main {
  1631. display: inline-block;
  1632. width: 100%;
  1633. height: 100vh;
  1634. min-height: calc(100vh - 8vh) !important;
  1635. max-height: calc(100vh - 8vh) !important;
  1636. overflow: hidden !important;
  1637. /* border: 1px solid violet !important; */
  1638. }
  1639. /* (new50)[data-flags="sidebar"] > [data-flags*="sidebar"] */
  1640. html body[data-flags*="sidebar"] > main {
  1641. display: inline-block !important;
  1642. width: 100% !important;
  1643. height: 100vh !important;
  1644. min-height: calc(100vh - 4vh) !important;
  1645. max-height: calc(100vh - 4vh) !important;
  1646. margin: -4vh 0 0 0 !important;
  1647. overflow: hidden !important;
  1648. /* border: 1px solid violet !important; */
  1649. }
  1650.  
  1651. #content section h1{
  1652. margin: 0em 0 0rem !important;
  1653. font-size: 1.3em !important;
  1654. }
  1655. /* (new49) */
  1656. #content section h1 span {
  1657. display: inline-block !important;
  1658. width: 100% !important;
  1659. min-width: 100% !important;
  1660. max-width: 100% !important;
  1661. color: red !important;
  1662. }
  1663.  
  1664. #content section h2{
  1665. margin: 0em 0 0.1rem !important;
  1666. font-size: 1.3em !important;
  1667. }
  1668.  
  1669. #content section > p {
  1670. margin-bottom: 0em !important;
  1671. }
  1672.  
  1673. /* (new46) URL PREF - STYLE - IMPORTED FROM */
  1674. #content section#preview > p {
  1675. position: absolute;
  1676. width: 76px !important;
  1677. top: 5.6vh !important;
  1678. left: 62.5vw !important;
  1679. padding: 0.2rem !important;
  1680. white-space: nowrap !important;
  1681. overflow: hidden !important;
  1682. background: red;
  1683. }
  1684. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"]*/
  1685. body[data-flags*="sidebar"] #content section#preview > p {
  1686. top: 1.6vh !important;
  1687. }
  1688.  
  1689. /* URL PREF - STYLE - LEFT */
  1690.  
  1691. /* URL PREF - STYLE - SECTIONS - PREVIEW - LEFT */
  1692.  
  1693. /* (new56) URL PREF - STYLE - PREVIEW */
  1694. #content section#preview {
  1695. float: left !important;
  1696. width: 40% !important;
  1697. height: 55vh !important;
  1698. margin: 0 0px 0 10px !important;
  1699. padding: 0 0.5rem !important;
  1700. /* border: 1px solid red !important; */
  1701. }
  1702. /* (new52) body[data-flags="sidebar"]> [data-flags*="sidebar"] */
  1703. body[data-flags*="sidebar"] #content section#preview {
  1704. height: 55vh !important;
  1705. margin: 4vh 0px 0 10px !important;
  1706. }
  1707.  
  1708. #content section#preview h1 + .card {
  1709. min-width: var(--card-min-width);
  1710. height: 44vh !important;
  1711. /* border: 1px solid aqua !important; */
  1712. }
  1713. #content section#preview .card .screenshot {
  1714. display: inline-block !important;
  1715. width: 100% !important;
  1716. height: 100% !important;
  1717. min-height: 44vh !important;
  1718. max-height: 44vh !important;
  1719. padding: 0 !important;
  1720. /* border: 1px solid lime !important; */
  1721. }
  1722.  
  1723. .card .screenshot picture:not(.blurred) {
  1724. align-items: center;
  1725. bottom: 0;
  1726. display: flex;
  1727. justify-content: center;
  1728. /* height: 41vh !important; */
  1729. min-height: 44vh !important;
  1730. max-height: 44vh !important;
  1731. padding: 0;
  1732. right: 0;
  1733. /* border: 1px solid aqua !important; */
  1734. }
  1735. .card .screenshot picture.blurred {
  1736. display: inline-block !important;
  1737. justify-content: center;
  1738. /* height: 41vh !important; */
  1739. min-height: 50vh !important;
  1740. max-height: 50vh !important;
  1741. padding: 0;
  1742. right: 0;
  1743. top: -4.5vh !important;
  1744. /* border: 1px solid yellow !important; */
  1745. }
  1746.  
  1747. .card .screenshot img[alt] {
  1748. position: unset;
  1749. max-width: 100%;
  1750. min-height: 44vh !important;
  1751. max-height: 44vh !important;
  1752. object-fit: contain;
  1753. object-position: center center;
  1754. }
  1755.  
  1756. /* (new46) URL PREF - STYLE - PREVIEW - WITH IMPORTED */
  1757. #content section#preview h1 + p + .card {
  1758. min-width: var(--card-min-width);
  1759. height: 44.4vh !important;
  1760. /* border: 1px dashed aqua !important; */
  1761. }
  1762. #content section#preview h1 + p + .card .screenshot picture {
  1763. height: 44vh !important;
  1764. /* border: 1px dotted violet !important; */
  1765. }
  1766.  
  1767. /* URL PREF - STYLE - RIGHT */
  1768.  
  1769. /* (new53) URL PREF - STYLE - SECTIONS - HEADER - RIGHT */
  1770. #content section.header.flex {
  1771. float: right !important;
  1772. max-width: 59vw !important;
  1773. min-width: 59vw !important;
  1774. margin: 0 0 0 0px !important;
  1775. padding: 0 0.5rem !important;
  1776. border-bottom: 1px solid red !important;
  1777. border-left: 3px solid red !important;
  1778. }
  1779. #content section.header.flex .actions.flex > .Dropdown > .btn.icon ,
  1780. #content section.header.flex .actions.flex > .Dropdown ,
  1781. #content section.header.flex .share.flex span ,
  1782. #content section.header.flex .share.flex button ,
  1783. #content section.header.flex .actions.flex > div ,
  1784. #content section.header.flex .actions.flex > a{
  1785. min-height: 25px !important;
  1786. max-height: 25px !important;
  1787. line-height: 20px !important;
  1788. margin: 0 5px 0 0 !important;
  1789. padding: 0 4px !important;
  1790. }
  1791.  
  1792. /* (new47) URL PREF - STYLE - MIRROR BUT - TOOLTIP */
  1793. #content section.header.flex .Dropdown > ul > li > a[href^="/mirror/"]::before {
  1794. content: attr(data-tooltip);
  1795. position: absolute;
  1796. display: inline-block !important;
  1797. width: 350px !important;
  1798. height: auto !important;
  1799. line-height: 1.2;
  1800. bottom: 88% !important;
  1801. margin-bottom: 5px;
  1802. margin-left: -100px;
  1803. left: -15%;
  1804. padding: 0.5rem;
  1805. font-size: 0.875rem;
  1806. text-align: center;
  1807. color: var(--fg-1);
  1808. background-color: green !important;
  1809. /* border: 1px solid aqua !important; */
  1810. }
  1811. #content section.header.flex .Dropdown > ul > li > a[href^="/mirror/"]::after {
  1812. border-bottom: medium none;
  1813. border-left: 10px solid transparent !important;
  1814. border-right: 10px solid transparent !important;
  1815. border-style: solid solid none;
  1816. border-top-color: green !important;
  1817. border-width: 8px 8px medium;
  1818. bottom: 80% !important;
  1819. content: " ";
  1820. left: 35%;
  1821. margin-left: -5px;
  1822. position: absolute;
  1823. width: 0;
  1824. }
  1825.  
  1826. /* (new54) URL PREF - STYLE - SECTIONS - DESCRPTIONS - RIGHT */
  1827. #content section#description {
  1828. float: right !important;
  1829. clear: none !important;
  1830. width: 59% !important;
  1831. min-height: 15.5vh !important;
  1832. max-height: 15.5vh !important;
  1833. margin: 0 0px 0 0px !important;
  1834. padding: 0 0rem !important;
  1835. overflow: visible !important;
  1836. border-top: 1px solid red !important;
  1837. border-left: 3px solid red !important;
  1838. }
  1839. #content section#description > h2 {
  1840. padding: 0 0.5rem !important;
  1841. text-decoration: none !important;
  1842. }
  1843. html body > main#content section#description > h2::before {
  1844. color: red;
  1845. content: "▼";
  1846. position: relative;
  1847. right: 0vw;
  1848. top: 0vh;
  1849. margin: 0 20px 0 0;
  1850. text-decoration: none !important;
  1851. font-size: 0.5em;
  1852. }
  1853. #content section#description .md {
  1854. display: inline-block !important;
  1855. width: 100% !important;
  1856. max-height: 10vh !important;
  1857. min-height: 10vh !important;
  1858. margin: 0 0 0 -3px !important;
  1859. padding: 0 0.5rem !important;
  1860. overflow-x: hidden;
  1861. overflow-y: auto;
  1862. border-left: 3px solid red !important;
  1863. }
  1864.  
  1865. html body > main#content section#description .md:hover {
  1866. position: relative !important;
  1867. display: inline-block !important;
  1868. height: 100% !important;
  1869. max-height: 45vh;
  1870. margin: 0 !important;
  1871. padding: 5px !important;
  1872. overflow-x: hidden !important;
  1873. overflow-y: auto !important;
  1874. opacity: 1 !important;
  1875. transform: unset !important;
  1876. transition: unset !important;
  1877. z-index: 100 !important;
  1878. /* background: orange !important; */
  1879. border-left: 3px solid tomato !important;
  1880. border-top: 1px solid red !important;
  1881. }
  1882.  
  1883. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"]*/
  1884. body[data-flags*="sidebar"] #content section#description .md {
  1885. min-height: 69vh !important;
  1886. max-height: 69vh !important;
  1887. }
  1888. /* (new54) */
  1889. #content section#description + b {
  1890. position: static !important;
  1891. height: 0 !important;
  1892. padding: 0 !important;
  1893. margin: 0 !important;
  1894. }
  1895. /* (new53) URL PREF - STYLE - SECTIONS - NOTES - RIGHT */
  1896. /* body[data-flags*="sidebar"] #content section#notes , */
  1897. #content section#notes {
  1898. float: right !important;
  1899. clear: none !important;
  1900. width: 100% !important;
  1901. min-width: 58.99vw !important;
  1902. max-width: 58.99vw !important;
  1903. min-height: 56vh !important;
  1904. max-height: 56vh !important;
  1905. margin: 0 !important;
  1906. padding: 0 !important;
  1907. overflow: visible;
  1908. border-top: 1px solid red !important;
  1909. border-left: 3px solid red !important;
  1910. }
  1911. /* (new52) body[data-flags="sidebar"]> [data-flags*="sidebar"] */
  1912. /* body[data-flags*="sidebar"] #content section#notes {
  1913. margin: -37.2vh 0px 0 0px !important;
  1914. } */
  1915. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"]- HOVER */
  1916.  
  1917. #content section#notes > h2:before {
  1918. content: "▼" !important;
  1919. position: absolute !important;
  1920. top: 1vh !important;
  1921. left: 5px !important;
  1922. margin: 0 !important;
  1923. font-size: 0.5em !important;
  1924. text-decoration: unset !important;
  1925. }
  1926. /* LIGHT */
  1927. html[data-color-scheme="light"] #content section#notes:hover {
  1928. background: white !important;
  1929. }
  1930. #content section#notes .md {
  1931. position: relative;
  1932. height: 100% !important;
  1933. min-height: 52.4vh !important;
  1934. max-height: 52.4vh !important;
  1935. margin: 0 !important;
  1936. overflow: hidden !important;
  1937. overflow-y: auto !important;
  1938. opacity: 1 !important;
  1939. /* background: #111 !important; */
  1940. border-left: 3px solid tomato !important;
  1941. border-top: 1px solid red !important;
  1942. }
  1943.  
  1944. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"]- HOVER */
  1945. body[data-flags*="sidebar"] #content b section#notes:hover .md ,
  1946. body[data-flags*="sidebar"] #content section#notes:hover .md {
  1947. min-height: 69.2vh !important;
  1948. max-height: 69.2vh !important;
  1949. }
  1950. /* LIGHT */
  1951. html[data-color-scheme="light"] #content section#notes:hover .md {
  1952. background: white !important;
  1953. }
  1954.  
  1955. #content section#notes h2{
  1956. position: relative !important;
  1957. display: inline-block !important;
  1958. width: 100% !important;
  1959. max-width: 100% !important;
  1960. min-width: 100% !important;
  1961. margin: 0 0 0 0 !important;
  1962. left: 0 !important;
  1963. padding: 0 0 0 20px !important;
  1964. font-size: 1.3em !important;
  1965. text-align: left !important;
  1966. opacity: 1 !important;
  1967. /* background: #1a1a1a !important; */
  1968. border-left: 3px solid tomato !important;
  1969. border-bottom: 1px solid red !important;
  1970. }
  1971. /* LIGHT */
  1972. html[data-color-scheme="light"] #content section#notes h2 {
  1973. background: white !important;
  1974. }
  1975.  
  1976. /* (new43) URL PREF - STYLE - SECTIONS - STATS / DETAILS - RIGHT */
  1977.  
  1978. #content section#stats ,
  1979. #content section#details {
  1980. float: left !important;
  1981. clear: none !important;
  1982. width: 29.15% !important;
  1983. height: 17vh !important;
  1984. margin: 0 0px 2px 9px !important;
  1985. padding: 0 0 0 0.5rem !important;
  1986. border-left: 3px solid red !important;
  1987. }
  1988.  
  1989. /* (new48) DETAILS - LISCENCE */
  1990. #content section#details>p:nth-child(3){
  1991. width: 99.35% !important;
  1992. margin-bottom: 0;
  1993. white-space: nowrap !important;
  1994. overflow: hidden !important;
  1995. text-overflow: ellipsis !important;
  1996. /* border-left: 3px solid red !important; */
  1997. }
  1998.  
  1999. /* (new50) URL PREF - STYLE - SECTIONS- DETAILS TAGS - RIGHT */
  2000. section#details > p:nth-child(4){
  2001. display: inline-block !important;
  2002. width: 100% !important;
  2003. margin-bottom: 0;
  2004. white-space: nowrap !important;
  2005. overflow: hidden !important;
  2006. text-overflow: ellipsis !important;
  2007. /* border: 1px solid aqua !important; */
  2008. }
  2009. section#details > p:hover:nth-child(4) {
  2010. position: relative !important;
  2011. display: inline-block !important;
  2012. width: 100% !important;
  2013. margin-bottom: 0;
  2014. white-space: normal !important;
  2015. overflow: hidden !important;
  2016. text-overflow: ellipsis !important;
  2017. z-index: 500000 !important;
  2018. background: green !important;
  2019. border: 1px solid red !important;
  2020. }
  2021.  
  2022. section#details > p:nth-child(4) span{
  2023. display: inline-block !important;
  2024. float: none !important;
  2025. height: 100% !important;
  2026. margin: 0 0 0 0 !important;
  2027. /* border: 1px solid aqua !important; */
  2028. }
  2029. section#details > p:hover:nth-child(4) span {
  2030. height: 100% !important;
  2031. margin: 0 5px 0 0 !important;
  2032. background: red !important;
  2033. /* border: 1px solid aqua !important; */
  2034. }
  2035.  
  2036. /* (new50) DETAILS - SIZE */
  2037. body section#details > p:last-of-type {
  2038. position: absolute;
  2039. top: 75px !important;
  2040. right: 15px;
  2041. padding: 0 5px !important;
  2042. }
  2043. body[data-flags*="sidebar"][data-flags*="view_redesign"] section#details > p:last-of-type ,
  2044. body[data-flags*="sidebar"] section#details > p:last-of-type {
  2045. top: 55px !important;
  2046. }
  2047.  
  2048. /* DARK /NOT DARK */
  2049. html[data-color-scheme="dark"] body section#details > p:last-of-type {
  2050. background: #111 !important;
  2051. }
  2052. html[data-color-scheme="light"] body section#details > p:last-of-type {
  2053. background: white !important;
  2054. }
  2055.  
  2056. /* (new49) URL PREF - STYLE - SECTIONS - CODE - RIGHT */
  2057. #content section#code {
  2058. float: left !important;
  2059. clear: none !important;
  2060. height: 100% !important;
  2061. min-height: 35.5vh !important;
  2062. max-height: 35.5vh !important;
  2063. width: 40% !important;
  2064. margin: 0 5px 0 10px !important;
  2065. padding: 0 0.5rem !important;
  2066. overflow: hidden !important;
  2067. border-top: 1px solid red !important;
  2068. }
  2069. #content section#code mark {
  2070. position: absolute !important;
  2071. display: inline-block !important;
  2072. width: 18% !important;
  2073. line-height: 12px !important;
  2074. margin: -3.2vh 0 0 10vw !important;
  2075. padding: 2px !important;
  2076. font-size: 12px !important;
  2077. text-align: center !important;
  2078. }
  2079. #content section#code .Style-source>pre {
  2080. display: inline-block !important;
  2081. width: 100% !important;
  2082. height: 100% !important;
  2083. min-height: 31vh !important;
  2084. max-height: 31vh !important;
  2085. margin: 0 !important;
  2086. padding: 0.5rem !important;
  2087. overflow: hidden !important;
  2088. overflow-x: hidden !important;
  2089. overflow-y: auto !important;
  2090. border-top: 1px solid red !important;
  2091. }
  2092.  
  2093. #content section#code .Style-source > pre > code {
  2094. display: inline-block !important;
  2095. height: 100% !important;
  2096. width: 100% !important;
  2097. padding: 0.5rem !important;
  2098. white-space: pre-wrap !important;
  2099. word-break: normal !important;
  2100. resize: vertical;
  2101. }
  2102.  
  2103. /* REVIEWS */
  2104. /* (new46) URL PREF - STYLE - SECTIONS - REVIEW - RIGHT */
  2105. section:last-of-type {
  2106. margin-bottom: 0 !important;
  2107. }
  2108. section#reviews{
  2109. position: fixed !important;
  2110. float: none !important;
  2111. width: 120px !important;
  2112. height: 3vh !important;
  2113. top: 4.3vh !important;
  2114. right: 23.244% !important;
  2115. margin: 3px 0 0 0px !important;
  2116. padding: 0 0.5rem !important;
  2117. overflow: hidden !important;
  2118. background: #111 !important;
  2119. border: 1px solid red !important;
  2120. border-left: 3px solid red !important;
  2121. }
  2122. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2123. body[data-flags*="sidebar"] section#reviews{
  2124. top: 1.3vh !important;
  2125. }
  2126.  
  2127. /* (new44) LIGHT */
  2128. html[data-color-scheme="light"] section#reviews {
  2129. background: white !important;
  2130. }
  2131. section#reviews:hover {
  2132. position: fixed !important;
  2133. float: none !important;
  2134. width: 30% !important;
  2135. height: auto !important;
  2136. min-height: 92vh !important;
  2137. max-height: 92vh !important;
  2138. right: 0% !important;
  2139. margin: 0 0 0 0px !important;
  2140. padding: 0.5rem !important;
  2141. overflow-y: auto !important;
  2142. background: #111 !important;
  2143. border: 1px solid red !important;
  2144. border-left: 3px solid red !important;
  2145. }
  2146. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2147. body[data-flags*="sidebar"] section#reviews:hover {
  2148. position: fixed !important;
  2149. float: none !important;
  2150. width: 30% !important;
  2151. height: auto !important;
  2152. min-height: 95vh !important;
  2153. max-height: 95vh !important;
  2154. right: 0% !important;
  2155. margin: 0 0 0 0px !important;
  2156. padding: 0.5rem !important;
  2157. overflow-y: auto !important;
  2158. background: #111 !important;
  2159. border: 1px solid red !important;
  2160. border-left: 3px solid red !important;
  2161. }
  2162.  
  2163. section#reviews:before {
  2164. content: "▼" !important;
  2165. position: absolute !important;
  2166. top: 1.5vh !important;
  2167. left: 100px !important;
  2168. margin: 0 !important;
  2169. font-size: 0.5em !important;
  2170. text-decoration: unset !important;
  2171. }
  2172. /* (new44) LIGHT */
  2173. html[data-color-scheme="light"] section#reviews:hover {
  2174. background: white !important;
  2175. }
  2176.  
  2177. section#reviews .Box {
  2178. margin-bottom: 0.2rem !important;
  2179. padding: 0.3rem !important;
  2180. }
  2181.  
  2182. /* (new47) URL PREF - STYLE - REVIEWS - COUNTER */
  2183. section#reviews {
  2184. content: counter(myIndex, decimal);
  2185. counter-increment: myIndex 0 !important;
  2186. }
  2187. section#reviews .Box:before {
  2188. counter-increment: myIndex ! important;
  2189. content: "☆ "counter(myIndex, decimal);
  2190. position: fixed !important;
  2191. display: inline-block !important;
  2192. width: 70px !important;
  2193. top: 4.8vh !important;
  2194. margin: 0 0 0 -86px !important;
  2195. border-radius: 3px 0 0 3px !important;
  2196. text-align: center !important;
  2197. opacity: 1 !important;
  2198. z-index: 5000000 !important;
  2199. background: #333 !important;
  2200. border: 1px solid red !important;
  2201. }
  2202. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2203. body[data-flags*="sidebar"] section#reviews .Box:before {
  2204. top: 2vh !important;
  2205. }
  2206. /* (new44) URL PREF - STYLE - LIGHT */
  2207. html[data-color-scheme="light"] section#reviews .Box:before {
  2208. background: white !important;
  2209. }
  2210.  
  2211. section#reviews .Box:after {
  2212. content: "★" !important;
  2213. position: fixed !important;
  2214. display: inline-block !important;
  2215. width: 15px !important;
  2216. height: 15px !important;
  2217. line-height: 15px !important;
  2218. top: 5.5vh !important;
  2219. margin: 0 0 0 -24px !important;
  2220. padding: 0 !important;
  2221. border-radius: 100% !important;
  2222. text-align: center !important;
  2223. font-size: 12px !important;
  2224. z-index: 5000000 !important;
  2225. background: green !important;
  2226. }
  2227. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2228. body[data-flags*="sidebar"] section#reviews .Box:after {
  2229. top: 2.7vh !important;
  2230. }
  2231.  
  2232. /* ===== (new53) URL-PREF - STYLE - ENABLE-OPT A + B ==== */
  2233.  
  2234. /* (new54) URL PREF - STYLE - ENABLE-OPT A + B [SIDEBAR + NEW DESIGN] - WIDESCSREEN - ALL */
  2235. html body[data-flags*="view_redesign"] > main#content {
  2236. display: inline-block !important;
  2237. width: 100%;
  2238. min-width: 100% !important;
  2239. max-width: 100% !important;
  2240. height: 100vh;
  2241. min-height: calc(100vh - 4vh) !important;
  2242. max-height: calc(100vh - 4vh) !important;
  2243. margin: 0vh 0 0 0 !important;
  2244. overflow: hidden !important;
  2245. /* border: 1px dotted violet !important; */
  2246. }
  2247. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content {
  2248. display: inline-block !important;
  2249. width: 100%;
  2250. min-width: 100% !important;
  2251. max-width: 100% !important;
  2252. height: 100vh;
  2253. min-height: calc(100vh - 4vh) !important;
  2254. max-height: calc(100vh - 4vh) !important;
  2255. margin: -4vh 0 0 0 !important;
  2256. overflow: hidden !important;
  2257. /* border: 1px dotted violet !important; */
  2258. }
  2259. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - ALL - NOT PREVIEW / REVIEWS ! ;*/
  2260. body[data-flags*="view_redesign"] > main#content section:not(#preview) ,
  2261. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section:not(#preview){
  2262. grid-area: unset !important;
  2263. float: right !important;
  2264. clear: none !important;
  2265. width: 100%;
  2266. min-width: 56.54vw !important;
  2267. max-width: 56.54vw !important;
  2268. /* overflow: hidden; */
  2269. }
  2270.  
  2271. /* (new54) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - PREVIEW */
  2272. html body[data-flags*="view_redesign"] > main#content section#preview ,
  2273. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#preview {
  2274. display: inline-block !important;
  2275. grid-area: unset !important;
  2276. width: 100%;
  2277. min-width: 40vw !important;
  2278. max-width: 40vw !important;
  2279. height: 100%;
  2280. max-height: 55.5vh !important;
  2281. min-height: 55.5vh !important;
  2282. margin: 0vh 0px 0 0px !important;
  2283. overflow: hidden;
  2284. /* border: 1px dotted aqua!important; */
  2285. }
  2286. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#preview {
  2287. margin: 4vh 0px 0 0px !important;
  2288. }
  2289.  
  2290. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - IMPORTED FROM */
  2291. body[data-flags*="view_redesign"] > main#content section#preview > p ,
  2292. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#preview > p ,
  2293. html body[data-flags*="view_redesign"] > main#content section#preview > p {
  2294. top: 5.4vh !important;
  2295. left: 78vw !important;
  2296. background: green !important;
  2297. }
  2298. /* (new56) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - HEADER */
  2299. body[data-flags*="sidebar"] > main#content section.header.flex:not(#preview) ,
  2300. body[data-flags*="view_redesign"] > main#content section.header.flex:not(#preview) {
  2301. height: 100% !important;
  2302. max-height: 4.5vh !important;
  2303. min-height: 4.5vh !important;
  2304. margin: 0 0 0 0 !important;
  2305. top: 0vh !important;
  2306. padding: 0 20px 0 20px !important;
  2307. /* border-bottom: 1px solid red; */
  2308. border-left: 3px solid red;
  2309. /* background:green !important; */
  2310. }
  2311. body[data-flags*="sidebar"] > main#content section.header.flex.mt:not(#preview) ,
  2312. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section.header.flex.mt:not(#preview) {
  2313. height: 100% !important;
  2314. max-height: 4.5vh !important;
  2315. min-height: 4.5vh !important;
  2316. margin: 0vh 0 0 0 !important;
  2317. padding: 0 20px 0 20px !important;
  2318. /* border-bottom: 1px solid red; */
  2319. border-left: 3px solid red;
  2320. background: red !important;
  2321. }
  2322.  
  2323.  
  2324. /* (new56) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - DETAILS */
  2325.  
  2326. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#details {
  2327. display: inline-block !important;
  2328. float: left !important;
  2329. clear: none !important;
  2330. width: 100% !important;
  2331. min-width: 27.15% !important;
  2332. max-width: 27.15% !important;
  2333. height: 100% !important;
  2334. max-height: 17.5vh !important;
  2335. min-height: 17.5vh !important;
  2336. margin: 0 0 0px 34px !important;
  2337. padding: 0 0 0 0.5rem !important;
  2338. /* background: green !important; */
  2339. border-left: 3px solid red !important;
  2340. }
  2341.  
  2342. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - STATS */
  2343. html body[data-flags*="view_redesign"] > main#content section#stats ,
  2344. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#stats {
  2345. display: inline-block !important;
  2346. float: left !important;
  2347. width: 100% !important;
  2348. min-width: 28vw !important;
  2349. max-width: 28vw !important;
  2350. height: 100% !important;
  2351. max-height: 17.5vh !important;
  2352. min-height: 17.5vh !important;
  2353. margin: 0 0 0 23px !important;
  2354. /* background: brown !important; */
  2355. border-left: 3px solid red !important;
  2356. }
  2357.  
  2358. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - DESCRIPTION */
  2359. html body[data-flags*="view_redesign"] > main#content section#description ,
  2360. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#description {
  2361. width: 100%;
  2362. min-width: 56.54vw !important;
  2363. max-width: 56.54vw !important;
  2364. max-height: 15.5vh !important;
  2365. min-height: 15.5vh !important;
  2366. margin: 0 0 0 0 !important;
  2367. overflow: visible !important;
  2368. /* background: olive !important; */
  2369. border-left: 3px solid red !important;
  2370. }
  2371. html body[data-flags*="view_redesign"] > main#content section#description .md ,
  2372. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#description .md {
  2373. position: relative;
  2374. display: inline-block !important;
  2375. width: 100% !important;
  2376. max-height: 10vh !important;
  2377. min-height: 10vh !important;
  2378. margin: 0 0 0 0!important;
  2379. padding: 0 0.5rem;
  2380. overflow: hidden !important;
  2381. overflow-y: auto !important;
  2382. /* background: tan !important; */
  2383. border-left: none !important;
  2384. }
  2385. html body[data-flags*="view_redesign"] > main#content section#description h2 ,
  2386. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#description h2 {
  2387. text-decoration: none !important;
  2388. border-bottom: 1px solid red !important;
  2389. }
  2390. html body[data-flags*="view_redesign"] > main#content section#description > h2::before ,
  2391. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#description > h2::before {
  2392. content: "▼";
  2393. position: relative !important;
  2394. font-size: 0.5em;
  2395. right: 0vw !important;
  2396. top: 0vh !important;
  2397. margin: 0 20px 0 0 !important;
  2398. text-decoration: unset;
  2399. color: red !important;
  2400. }
  2401.  
  2402. html body[data-flags*="view_redesign"] > main#content section#description .md:hover ,
  2403. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#description .md:hover {
  2404. position: relative;
  2405. display: inline-block !important;
  2406. height: 100% !important;
  2407. max-height: 45vh !important;
  2408. min-width: 56.54vw !important;
  2409. max-width: 56.54vw !important;
  2410. margin: 0 0 0 0 !important;
  2411. padding: 5px;
  2412. transform: unset !important;
  2413. transition: unset !important;
  2414. opacity: 1 !important;
  2415. overflow: hidden !important;
  2416. overflow-y: auto !important;
  2417. z-index: 100 !important;
  2418. background: #111 !important;
  2419. /* background: orange !important; */
  2420. border-top: 1px solid red;
  2421. border-bottom: 1px solid red !important;
  2422. border-left: 3px solid tomato !important;
  2423. }
  2424. html[data-color-scheme="light"] body[data-flags*="view_redesign"] > main#content section#description .md:hover ,
  2425. html[data-color-scheme="light"] body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#description .md:hover {
  2426. background: white !important;
  2427. }
  2428. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - NOTES */
  2429. body[data-flags*="view_redesign"] > main#content section#notes ,
  2430. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#notes {
  2431. width: 100%;
  2432. min-width: 56.54vw !important;
  2433. max-width: 56.54vw !important;
  2434. min-height: 57vh !important;
  2435. max-height: 57vh !important;
  2436. margin: 0 0 0 0 !important;
  2437. padding: 0 !important;
  2438. overflow: visible !important;
  2439. border-left: none !important;
  2440. border-top: 1px solid red;
  2441. }
  2442. html body[data-flags*="view_redesign"] > main#content section#notes {
  2443. min-height: 54vh !important;
  2444. max-height: 54vh !important;
  2445. margin: 0 0 0 0 !important;
  2446. }
  2447.  
  2448. html body[data-flags*="view_redesign"] > main#content section#notes h2 ,
  2449. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#notes h2 {
  2450. position: relative;
  2451. display: inline-block;
  2452. width: 100%;
  2453. max-width: 100% !important;
  2454. min-width: 100% !important;
  2455. left: 0px !important;
  2456. margin: 0 0 0 0 !important;
  2457. padding: 0 0 0 5px;
  2458. font-size: 1.3em;
  2459. text-align: center;
  2460. opacity: 1;
  2461. /* background: #1a1a1a !important; */
  2462. border-bottom: 1px solid red;
  2463. border-left: 3px solid tomato !important;
  2464. }
  2465. body[data-flags*="view_redesign"] > main#content section#notes .md ,
  2466. body[data-flags*="view_redesign"] > main#content section#notes:hover .md ,
  2467. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#notes .md ,
  2468. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#notes:hover .md {
  2469. position: relative;
  2470. height: 100vh;
  2471. max-height: 54vh !important;
  2472. min-height: 54vh !important;
  2473. min-width: 56.54vw !important;
  2474. max-width: 56.54vw !important;
  2475. margin: 0 0 0 0 !important;
  2476. padding: 5px;
  2477. transform: unset !important;
  2478. transition: unset !important;
  2479. opacity: 1 !important;
  2480. overflow: hidden !important;
  2481. overflow-y: auto !important;
  2482. /* background: #111 !important; */
  2483. /* background: orange !important; */
  2484. border-top: 1px solid red;
  2485. border-left: 3px solid tomato !important;
  2486. }
  2487. html body[data-flags*="view_redesign"] > main#content section#notes .md ,
  2488. html body[data-flags*="view_redesign"] > main#content section#notes:hover .md {
  2489. max-height: 50vh !important;
  2490. min-height: 50vh !important;
  2491. overflow: hidden !important;
  2492. overflow-y: auto !important;
  2493. }
  2494.  
  2495. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - CODE */
  2496. main#content section#notes + b {
  2497. width: 0 !important;
  2498. height: 0 !important;
  2499. padding:0 !important;
  2500. margin: 0 !important;
  2501. }
  2502. /* #content section#code , */
  2503. html body[data-flags*="view_redesign"] > main#content section#code ,
  2504. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#code{
  2505. grid-area: unset !important;
  2506. float: left !important;
  2507. clear: none !important;
  2508. width: 100%;
  2509. min-width: 40vw !important;
  2510. max-width: 40vw !important;
  2511. height: 100%;
  2512. max-height: 35.4vh !important;
  2513. min-height: 35.4vh !important;
  2514. padding: 0 0.5rem 1rem 0.5rem !important;
  2515. overflow: hidden;
  2516. /* background: gold !important; */
  2517. }
  2518.  
  2519.  
  2520. /* (new53) URL PREF - STYLE - ENABLE-OPT A + B / Same NO OPTIONS - SECTIONS - REVIEWS */
  2521.  
  2522. /* /* (new53) URL PREF - STYLE - ENABLE-OPT A + B - SECTIONS - REVIEW - RIGHT */
  2523. /* section:last-of-type {
  2524. margin-bottom: 0 !important;
  2525. } */
  2526. html body[data-flags*="view_redesign"] > main#content section#reviews ,
  2527. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews {
  2528. position: fixed !important;
  2529. display: inline-block !important;
  2530. float: none !important;
  2531. width: 100% !important;
  2532. min-width: 120px !important;
  2533. max-width: 120px !important;
  2534. height: 4vh !important;
  2535. /* top: 4.7vh !important; */
  2536. left: unset !important;
  2537. right: 23.244% !important;
  2538. margin: 3px 0 0 0px !important;
  2539. padding: 0 0.5rem !important;
  2540. overflow: hidden !important;
  2541. /* background: blue !important; */
  2542. border: 1px solid red !important;
  2543. border-left: 3px solid red !important;
  2544. }
  2545. /* (new54) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2546. /* body[data-flags*="view_redesign"] > main#content section#reviews{
  2547. top: 1vh !important;
  2548. } */
  2549. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews{
  2550. top: 1vh !important;
  2551. }
  2552. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#notes + b section#reviews {
  2553. top: 1vh !important;
  2554. }
  2555. /* html body[data-flags*="view_redesign"] > main#content section#notes + b section#reviews , */
  2556. /* html body[data-flags*="view_redesign"] main#content section#notes + b section#reviews{
  2557. top: 4.7vh !important;
  2558. } */
  2559.  
  2560.  
  2561. /* (new53) LIGHT */
  2562. html[data-color-scheme="light"] body[data-flags*="view_redesign"] > main#content section#reviews ,
  2563. html[data-color-scheme="light"] body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews {
  2564. background: white !important;
  2565. }
  2566.  
  2567. html body[data-flags*="view_redesign"] > main#content section#reviews:hover ,
  2568. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews:hover {
  2569. position: fixed !important;
  2570. float: none !important;
  2571. min-width: 30vw !important;
  2572. height: auto !important;
  2573. min-height: 92vh !important;
  2574. max-height: 92vh !important;
  2575. right: 0% !important;
  2576. margin: 0 0 0 0px !important;
  2577. padding: 0.5rem !important;
  2578. overflow-y: auto !important;
  2579. background: #111 !important;
  2580. border: 1px solid red !important;
  2581. border-left: 3px solid red !important;
  2582. }
  2583. /* (new52) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2584. html body[data-flags*="view_redesign"] > main#content section#reviews:hover ,
  2585. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews:hover {
  2586. position: fixed !important;
  2587. float: none !important;
  2588. width: 30% !important;
  2589. height: auto !important;
  2590. min-height: 95vh !important;
  2591. max-height: 95vh !important;
  2592. right: 0% !important;
  2593. margin: 0 0 0 0px !important;
  2594. padding: 0.5rem !important;
  2595. overflow-y: auto !important;
  2596. background: #111 !important;
  2597. border: 1px solid red !important;
  2598. border-left: 3px solid red !important;
  2599. }
  2600. html body[data-flags*="view_redesign"] > main#content section#reviews:before ,
  2601. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews:before {
  2602. content: "▼" !important;
  2603. position: absolute !important;
  2604. top: 1.5vh !important;
  2605. left: 100px !important;
  2606. margin: 0 !important;
  2607. font-size: 0.5em !important;
  2608. text-decoration: unset !important;
  2609. }
  2610. /* (new44) LIGHT */
  2611. html[data-color-scheme="light"] body[data-flags*="view_redesign"] > main#content section#reviews:hover ,
  2612. html[data-color-scheme="light"] body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews:hover {
  2613. background: white !important;
  2614. }
  2615.  
  2616. html body[data-flags*="view_redesign"] > main#content section#reviews .Box ,
  2617. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews .Box {
  2618. margin-bottom: 0.2rem !important;
  2619. padding: 0.3rem !important;
  2620. }
  2621.  
  2622. /* (new53) URL PREF - STYLE - REVIEWS - COUNTER */
  2623. html body[data-flags*="view_redesign"] > main#content section#notes + b section#reviews ,
  2624. html body[data-flags*="view_redesign"] > main#content section#reviews ,
  2625. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews {
  2626. content: counter(myIndex, decimal);
  2627. counter-increment: myIndex 0 !important;
  2628. }
  2629.  
  2630. /* (new54) body[data-flags="sidebar"] > [data-flags*="sidebar"] */
  2631. html body[data-flags*="view_redesign"] > main#content section#notes + b section:before ,
  2632. html body[data-flags*="view_redesign"] > main#content section#reviews .Box:before {
  2633. top: 4vh !important;
  2634. }
  2635. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#notes + b section#reviews .Box:before ,
  2636. html body[data-flags*="view_redesign"] > main#content section#reviews .Box:before ,
  2637. html body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews .Box:before {
  2638. counter-increment: myIndex ! important;
  2639. content: "☆ "counter(myIndex, decimal);
  2640. position: fixed !important;
  2641. display: inline-block !important;
  2642. width: 70px !important;
  2643. top: 1.8vh !important;
  2644. margin: 0 0 0 -86px !important;
  2645. border-radius: 3px 0 0 3px !important;
  2646. text-align: center !important;
  2647. opacity: 1 !important;
  2648. z-index: 5000000 !important;
  2649. background: #333 !important;
  2650. border: 1px solid red !important;
  2651. }
  2652.  
  2653.  
  2654. /* (new44) URL PREF - STYLE - LIGHT */
  2655. html[data-color-scheme="light"] body[data-flags*="view_redesign"] > main#content section#reviews .Box:before ,
  2656. html[data-color-scheme="light"] body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews .Box:before {
  2657. background: white !important;
  2658. }
  2659. html body[data-flags*="view_redesign"] > main#content section#notes + b section#reviews .Box:after ,
  2660. html body[data-flags*="view_redesign"] > main#content section#reviews .Box:after ,
  2661. body[data-flags*="sidebar"][data-flags*="view_redesign"] > main#content section#reviews .Box:after {
  2662. content: "★" !important;
  2663. position: fixed !important;
  2664. display: inline-block !important;
  2665. width: 15px !important;
  2666. height: 15px !important;
  2667. line-height: 15px !important;
  2668. top: 6.4vh !important;
  2669. margin: 0 0 0 -24px !important;
  2670. padding: 0 !important;
  2671. border-radius: 100% !important;
  2672. text-align: center !important;
  2673. font-size: 12px !important;
  2674. z-index: 5000000 !important;
  2675. background: green !important;
  2676. }
  2677.  
  2678.  
  2679. /* (new42) END - URL-PREF - STYLE */
  2680. }
  2681.  
  2682. @-moz-document url-prefix("https://userstyles.world/docs/") {
  2683. /* DOCS (new61) */
  2684.  
  2685. html {
  2686. display: inline-block;
  2687. width: 100%;
  2688. height: 100% !important;
  2689. min-height: 100vh !important;
  2690. max-height: 100vh !important;
  2691. overflow: hidden !important;
  2692. /* border: 1px solid aqua !important; */
  2693. }
  2694. html body ,
  2695. html body[data-flags*="sidebar"][data-flags*="view_redesign"] {
  2696. display: inline-block;
  2697. width: 100%;
  2698. height: auto !important;
  2699. min-height: 100vh !important;
  2700. max-height: calc(100vh + 2vh) !important;
  2701. overflow: hidden !important;
  2702. /* border: 1px solid yellow !important; */
  2703. }
  2704. html body > main {
  2705. position: absolute !important;
  2706. display: inline-block;
  2707. width: 100% !important;
  2708. height: auto !important;
  2709. min-height: 100vh !important;
  2710. max-height: 100vh !important;
  2711. left: 0 !important;
  2712. /* border: 1px solid aqua !important; */
  2713. }
  2714.  
  2715.  
  2716. body[data-flags*="sidebar"] #navbar:hover {
  2717. position: sticky !important;
  2718. display: inline-block !important;
  2719. width: 100% !important;
  2720. height: 5vh !important;
  2721. left: 0 !important;
  2722. top: 0 !important;
  2723. padding: 0.6vh 0 0;
  2724. overflow: visible;
  2725.  
  2726. z-index: 500;
  2727. }
  2728.  
  2729. /* TABLE OF CONTENT - FIXED */
  2730. html body > main > article.docs.md header + p {
  2731. position: fixed !important;
  2732. left: 0 !important;
  2733. top: 17.5vh !important;
  2734. padding: 0.5vh 0.5vw 0.5vw 30px !important;
  2735. border-radius: 0 5px 0 0 !important;
  2736. z-index: 100 !important;
  2737. /* background: green !important; */
  2738. }
  2739. header + p + ul {
  2740. position: fixed !important;
  2741. left: 0 !important;
  2742. top: 20vh !important;
  2743. padding: 2.5vh 0.5vw 0.5vw 30px !important;
  2744. border-radius: 0 5px 5px 0 !important;
  2745. /* background: green !important; */
  2746. }
  2747.  
  2748. /* INFOS - NO SIDEBAR */
  2749. html body > main > article.docs.md {
  2750. width: 55% !important;
  2751. height: 100% !important;
  2752. max-height: 90vh !important;
  2753. margin: 5vh 0 0 25% !important;
  2754. overflow: hidden !important;
  2755. overflow-y: auto !important;
  2756. border-left: 1px solid red !important;
  2757. }
  2758. /* INFOS - NO SIDEBAR */
  2759. html body[data-flags*="sidebar"] > main > article.docs.md {
  2760. width: 55% !important;
  2761. height: 100% !important;
  2762. max-height: 95vh !important;
  2763. margin: 0vh 0 0 25% !important;
  2764. overflow: hidden !important;
  2765. overflow-y: auto !important;
  2766. border-left: 1px solid red !important;
  2767. /* border-left: 1px solid yellow !important; */
  2768. }
  2769.  
  2770. /* (new61) */
  2771. html body > main > .docs.md li a + ul {
  2772. width: 64% !important;
  2773. border-left: 4px solid violet !important;
  2774. }
  2775.  
  2776.  
  2777.  
  2778.  
  2779. /* END - (new57) URL-PREF - DOCS */
  2780. }
  2781.  
  2782. @-moz-document url-prefix("https://userstyles.world/edit/") {
  2783. /* EDIT USERSTYLES */
  2784.  
  2785. /* (new59) LIMIT INDICATOR */
  2786. #content>form>label[for="name"]:after {
  2787. content: "Your input must be up to 50 characters" !important;
  2788. margin: 0 0 0 100px !important;
  2789. padding: 0 5px !important;
  2790. border-radius: 5px !important;
  2791. color: gold !important;
  2792. background-color: brown !important;
  2793. }
  2794.  
  2795.  
  2796.  
  2797. /* END - (new57) URL-PREF - EDIT USERSTYLES */
  2798. }
  2799.  
  2800.  
  2801.  
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.  
  2834.  
  2835.  
  2836.  
  2837.  
  2838.  
  2839.