UserStyles.World (USw) - WideScreen v.44

Compact userstyle for a widescreen

目前為 2023-04-10 提交的版本,檢視 最新版本

/* ==UserStyle==
@name        UserStyles.World (USw) - WideScreen v.44
@namespace   https://greasyfork.org/en/users/8-decembre?sort=updated
@version     440.00
@author      decembre
@description Compact userstyle for a widescreen
@license     unlicense
==/UserStyle== */


/* ==== 0- UserStyles.World (USw) - WideScreen ) v.44 (new44) - (URL PREF) ==== */

@-moz-document domain("userstyles.world") {

/* (new42) START- WIDESCREEN - ALL */

/* (new42) TOP NAVBAR - ALL */
.navbar {
    position: sticky !important;
    display: inline-block !important;
    width: 100% !important;
    min-width: 100% !important;
    top: 0rem !important;
    z-index: 500 !important;
}
nav > .wrapper {
    display: inline-block !important;
    width: 100% !important;
    min-width: 100% !important;
}
nav.navbar ul.menu {
    padding: 0 !important;
}
nav a.left {
    display: inline-block !important;
    height: 4vh !important;
    line-height: 4vh !important;
    margin-right: auto;
    padding: 0 !important;
}
nav a.left svg {
    position: relative !important;
    display: inline-block !important;
    height: 38px !important;
    line-height: 38px !important;
    top: 0.5vh !important;
}
nav a.left .name {
    position: relative !important;
    display: inline-block !important;
    height: 2vh !important;
    line-height: 2vh !important;
    top: -1vh !important;
    padding: 0 !important;
}
.navbar .menu {
    align-items: center;
    display: inline-flex !important;
}

/* (new42) MAIN CONTAINER - ALL */
html body > main {
    display: inline-block;
    height: 100vh !important;
    min-height: calc(100vh - 130px);
    width: 100%;
/* border: 1px solid red !important; */
}

/* (new42) 2nd CONATINER - ALL */
main .wrapper {
    width: 100%;
    min-width: 100% !important;;
    max-width: 100% !important;
    margin: auto;
    padding: 0 1rem 0 1rem;
/* border: 1px solid violet !important; */
}

/* (new42) CARDS CONTAINER - ALL */
.rwrap {
    flex-flow: row wrap;
    margin-top: 0 !important;
    overflow-x: hidden !important;
/* border: 1px solid aqua !important; */
}

/* (new42) FOOTER - ALL */
footer {
    -moz-user-select: text;
    height: 30px;
    outline-width: 0;
}
footer .wrapper {
    min-height: 30px !important;
    padding: 0 !important;
}
/* (new42) FOOTER - STCKY BOTTOM - ALL */
.Footer {
    position: fixed !important;
    height: 30vh !important;
    width: 100% !important;
    bottom: -27vh !important;
    transition: bottom ease 0.7s !important;
background-color: #1a1a1a !important;
}
.Footer:hover {
    bottom:0vh !important;
}
.Footer-wrapper {
    width: 100%;
    padding: 2px 1rem 1rem 1rem !important;
    transition: bottom ease 0.7s !important;
}


/* (new42) END - WIDESCREEN - ALL */
}



@-moz-document url-prefix("https://userstyles.world/search?q="), url("https://userstyles.world/explore") {
/* START -  URL PREF - SEARCH / EXPLORE */

/* (new42) URL PREF - SEARCH / EXPLORE - MAIN CONTAINER */
html body > main {
    display: inline-block;
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 8vh) !important;
    max-height: calc(100vh - 8vh) !important;
    overflow: hidden !important;
    overflow-y: auto !important;
/* border: 1px solid violet !important; */
}

/* (new42 ) URL PREF - SEARCH / EXPLORE - TOP HEADER EXPLORE / SEARCH */
.wrapper .header {
    position: sticky;
    display: inline-block;
    min-width: 100%;
    right: 42px;
    text-align: center;
    top: -5px !important;
    margin-top: -2rem;
    width: 100%;
    z-index: 500000 !important;
background: #111 !important;
}

/* (new42) URL PREF - SEARCH / EXPLORE - TOP TITTLE - STICKY */
.wrapper .header.flex {
    position: sticky !important;
    display: inline-block !important;
    width: 100%;
    min-width: 100%;
    margin-top: 0rem !important;
    right: 42px;
    top: 0vh !important;
    text-align: center;
    z-index: 50000 !important;
background: red !important;
}
/* (new42) URL PREF - SEARCH / EXPLORE - TOP FORM - STICKY */
.wrapper .header.flex  + section  {
    position: sticky;
    display: inline-block !important;
    width: 100vw !important;
    min-width: 98.8vw !important;
    max-width: 98.8vw !important;
    top: 0vh !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 0rem -1.5rem -1rem !important;
    text-align: center;
    z-index: 5000;
background: #111 !important;
}


/* (new44) URL PREF - SEARCH / EXPLORE - CARD SIZE */
.card.col.gap {
    min-width: 13% !important;
    flex-basis: calc(100% / 4 - 24rem) !important;
    margin: 0 0.5rem 1rem;
}

.wrapper .ta\:c + section > form > input {
    float: left;
    min-height: 25px !important;
    max-height: 25px !important;
    margin-bottom: 0;
    margin-top: -12px;
    padding-bottom: 0;
    padding-top: 0;
    width: 75%;
}
.wrapper .ta\:c + section > form > .btn.primary {
    float: right;
    min-height: 25px !important;
    max-height: 25px !important;
    margin-top: -12px;
    padding-bottom: 0;
    padding-top: 0;
}

/* (new44) URL PREF - SEARCH / EXPLORE - SEARCH ORDER - STICKY */
.wrapper .ta\:c.header {
    position: sticky;
    display: inline-block !important;
    width: 100vw !important;
    min-width: 98.8vw !important;
    max-width: 98.8vw !important;
    margin: -2rem 0 0rem -1rem !important;
    top: -5px !important;
    right: 0 !important;
    left:  0!important;
    text-align: center;
    z-index: 50!important;
    background: #111 !important;
}
.wrapper .ta\:c p ,
.wrapper .ta\:c h1 {
    float: left !important;
    width: 50%;
    padding: 0 20px !important;
    font-size: 22px  !important;
}
.wrapper .ta\:c h1 {
    text-align: right;
}
.wrapper .ta\:c p {
    height: 36px !important;
    line-height: 36px !important;
    text-align: left;
    font-size: 15px  !important;
}

/* (new44) URL PREF - SEARCH / EXPLORE - SEARCH NO RESULT */
.wrapper section .ta\:c {
    display: inline-block !important;
    width: 100% !important;
    height: 36px !important;
    line-height: 36px !important;
    margin-top: 130px !important;
background: red !important;
}
.wrapper section .ta\:c  p {
    display: inline-block !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}

/* (new44) URL PREF - SEARCH / EXPLORE - FORMS */

/* (new44) URL PREF - SEARCH / EXPLORE - TOP FORMS CONTAINER - ALL  */ 
.wrapper .ta\:c + section > form.Form.Form-inline {
    display: inline-block !important;
    vertical-align: top !important;
    min-width: 100%;
    height: 10vh !important;
    top: 0px;
    margin: 0rem auto 0rem auto;
    padding: 0.3rem;
border: 1px solid gray !important;
}
.wrapper .ta\:c + section > form .section +  .section input {
    display: flex;
    margin: 0.5rem 0 1.5rem;
    width: 100%;
}
/* URL PREF - SEARCH / EXPLORE - KEYWORD  / SORT FORMs */
.wrapper .header.flex.f-col + section > form.Form.Form-inline .Form-section.Form-row:first-of-type {
    position: relative !important;
    display: inline-block !important;
    min-width: 20%;
    max-width: 20%;
    height: 8vh !important;
    top: -3vh !important;
    margin: 0vh 0 0vh 0 !important;
/* border: 1px solid tomato !important; */
}
.wrapper .header.flex.f-col + section > form.Form.Form-inline .Form-section.Form-row:last-of-type {
    position: relative !important;
    display: inline-block !important;
    min-width: 20%;
    max-width: 20%;
    height: 8vh !important;
    margin: 0vh 0 0 0 !important;
    top: 0.5vh !important;
/* border: 1px solid red !important; */
}
.wrapper .header.flex.f-col + section > form.Form.Form-inline .Form-section.Form-control {
    position: relative !important;
    display: inline-block !important;
    min-width: 6%;
    max-width: 6%;
    height: 8vh !important;
    top: -2.5vh !important;
    margin: 0vh 0 0vh 0 !important;
    text-align: center !important;
/* border: 1px solid tomato !important; */
}
.wrapper .header.flex.f-col + section > form.Form.Form-inline .btn.icon {
    position: relative !important;
     display: inline-block !important;
    margin-top: 3vh !important;
    top: -0.6vh !important;
}
/* URL PREF - SEARCH / EXPLORE - KEYWORD  LABEL */
.wrapper.py\:l .ta\:c + section > form.Form.Form-inline .Form-section.Form-row label {
    display: inline-block !important;
    float: none !important;
    margin-top: 0px !important;
    min-width: 250px !important;
    max-width: 250px;
}
.wrapper.py\:l .ta\:c + section > form.Form.Form-inline .Form-section.Form-row  .Form-menu ,
.wrapper.py\:l .ta\:c + section > form.Form.Form-inline .Form-section.Form-row  .Form-row {
    display: flex;
    margin: 0px 0px 0px 2px !important;
    width: 99% !important;
}
/* URL PREF - SEARCH / EXPLORE - SORT FORM */
.wrapper.py\:l .ta\:c + section > form.Form.Form-inline .Form-section.Form-row +  .Form-section.Form-row {
    position: relative !important;
    display: inline-block !important;
    min-width: 20%;
    max-width: 20%;
    top: -0.3vh !important;
border: 1px solid red !important;
}
/* URL PREF - SEARCH / EXPLORE - INPUT / SORT */
.wrapper.py\:l .ta\:c + section > form.Form.Form-inline > .Form-section.Form-row:first-child .Form-row input ,
.wrapper.py\:l .ta\:c + section > form.Form.Form-inline .Form-section.Form-row  .Form-menu #sort {
    width: 99%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* URL PREF - SEARCH / EXPLORE - SEARCH BUTTON */
.Form-control {
    display: inline-block;
    max-width: 5%;
    min-width: 5%;
}

/* END - URL PREF - SEARCH / EXPLORE  === */
}


@-moz-document  url("https://userstyles.world/explore") {
/* (new42) START -  URL PREF - EXPLORE */

/* (new42) URL PREF - EXPLORE - MAIN CONTAINER */
html body > main {
    display: inline-block;
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 8vh) !important;
    max-height: calc(100vh - 8vh) !important;
    overflow: hidden !important;
/* border: 1px solid violet !important; */
}
/* (new42) URL PREF - EXPLORE - TOP FORMS CONTAINER  */ 
.wrapper section.ta\:c {
    position: sticky  !important;
    display: inline-block !important;
    width: 100% !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 4vh !important;
    margin: 11vh 0 -3.9vh -1rem !important;
    top: -3vh !important;
/* border: 1px solid yellow !important; */
}
.wrapper .ta\:c + section > form.Form.Form-inline[action="/explore"] {
    position: sticky  !important;
    display: inline-block !important;
    vertical-align: top;
    height: 6.6vh !important;
    width: 100% !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin: 0rem 0 0 -1rem !important;
    top: -3vh !important;
    padding: 0.3rem 0 0.3rem 43% !important;
    z-index: 50000 !important;
background: #111 !important;
border: 1px solid green !important;
}
.wrapper section.ta\:c + section > form.Form.Form-inline {
    display: inline-block !important;
    vertical-align: top !important;
    height: 11vh !important;
    top: 0px;
    margin: 0rem auto 0rem auto;
    padding: 0.3rem;
border: 1px solid red !important;
}
/* (new42) URL PREF - EXPLORE - SORT - CONATINER */
.wrapper section.ta\:c + section > form.Form.Form-inline .Form-section.Form-row {
    display: inline-block !important;
    align-items: center;
    min-width: 30% !important;
    max-width: 30% !important;
    height: 4.6vh !important;
    margin-right: 1rem;
}
/* (new42) URL PREF - EXPLORE - SORT - ITEMS */
.wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row label[for="sort"] {
    display: block !important;
    float: left  !important;
clear: none !important;
    max-width: 80px !important;
    min-width: 80px !important;
height: 4.6vh !important;
line-height: 4vh !important;
margin: 0 0 0 0 !important;
}
.wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-menu {
    display: inline-block !important;
    max-width: 65% !important;
    height: 5vh !important;
    margin: 0 0 0 0 !important;

}
.wrapper .ta\:c + section > form.Form.Form-inline .Form-section.Form-row .Form-menu .Form-select + svg {
    position: absolute !important;
    display: inline-block !important;
    margin: -3.3vh 0rem 0 9.5rem !important;
    pointer-events: none;
}

/* (new42) URL PREF - EXPLORE - CARD CONTAINER */
.rwrap {
    flex-flow: row wrap;
    margin-top: 0;
    height: 100vh;
    min-height: calc(100vh - 19.5vh) !important;
    max-height: calc(100vh - 19.5vh) !important;
    overflow-x: hidden;
    overflow-y: auto !important;
/* border: 1px solid aqua !important; */
}

/* END -  URL PREF - EXPLORE */
}


@-moz-document url("https://userstyles.world/account") {
/* (new42) START -  URL PREF - ACCOUNT */

/* (new42) URL PREF - ACCOUNT - MAIN CONTAINER */
html body > main {
    display: inline-block;
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 8vh) !important;
    max-height: calc(100vh - 8vh) !important;
    overflow: hidden !important;
/* border: 1px solid violet !important; */
}


/* (new42) URL PREF - ACCOUNT - SECTIONS - ALL */
#content section {
    float: left !important;
    width: 100%;
    margin:  0 5px 5px 10px !important;
    padding: 0 0.5rem !important;
    border-radius: 3px  !important;
border: 1px solid red  !important;
}
#content section  h1{
    margin: 0em 0 0rem !important;
    font-size: 1.3em !important;
}
#content section  h2{
    margin: 0em 0 0.1rem !important;
    font-size: 1.1em !important;
}
#content section > p {
    margin-bottom: 0em !important;
}
#content section > .Form-box {
    min-height: 29.2vh !important;
    max-height: 29.2vh !important;
    margin: 0.4rem auto 0.1rem 0 !important;
    padding: 0.1rem !important;
}
#content section#biography > .Form-box  {
    min-height: 34.8vh !important;
    max-height: 34.8vh !important;
}
#content section#socials > .Form-box ,
#content section#settings > .Form-box {
    min-height: 32.2vh !important;
    max-height: 32.2vh !important;
}
/* (new42) URL PREF - ACCOUNT - SETTINGS - BLOCKS CONATINER */

#content section#welcome {
    float: left !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 9vh !important;
/* border: 1px solid blue  !important; */
}
#content section#password ,
#content section#name ,
#content section#info {
    float: left !important;
    width: 32% !important;
    height: 36vh !important;
/* border: 1px solid yellow  !important; */
}
#content section#settings ,
#content section#socials ,
#content section#biography {
    float: left !important;
    width: 32% !important;
    height: 39vh !important;
/* border: 1px solid green  !important; */
}
#content section#actions {
    float: left !important;
    width: 100% !important;
    min-width: 97.6% !important;
    height: 4.6vh !important;
    padding: 0 40% !important;
/* border: 1px solid red  !important; */
}
#content section#actions h2  {
    float: left !important;
    height: 4vh !important;
    padding: 0 20px !important;
border: 1px solid red  !important;
}
#content section#actions a  {
    float: right !important;
    height: 4vh !important;
border: 1px solid red  !important;
}

/* (new42) URL PREF - ACCOUNT - FORM - ALL */
#content section > .Form-box .Form-section.Form-full > label {
    display: flex;
    margin-bottom: 0.1rem !important;
}
.Form:not(.Form-inline) .Form-section:not(:first-of-type), 
.Form:not(.Form-inline) .Form-control {
    margin-top: 0.4rem !important;
}

/* (new42) URL PREF - ACCOUNT - FORM - PASSWORD */
#content section#password > .Form.Form-box > .Form-section.Form-full > label[for="current-password"]{
   float: left !important;
   width: 60% !important;
border: 1px solid aqua !important;
}
#content section#password > .Form.Form-box > .Form-section.Form-full > label[for="current-password"] + i{
   float: right !important;
   width: 40% !important;
   padding: 4px 3px  !important;
   font-size: 0.7em !important;
border: 1px solid green !important;
}

/* (new42) URL PREF - ACCOUNT - FORM - BIOGRAPHY */
#content section#biography > .Form.Form-box label[for="biography"] {
   float: left !important;
   width: 60% !important;
border: 1px solid aqua !important;
}
#content section#biography > .Form.Form-box label[for="biography"]  + i {
   float: right !important;
   width: 40% !important;
   padding: 4px 3px  !important;
   font-size: 0.7em !important;
border: 1px solid green !important;
}
#content section#biography > .Form.Form-box textarea {
    min-height: 10vh !important;
    max-height: 25vh !important;
}

/* (new42) END -  URL PREF - ACCOUNT */
}

@-moz-document url-prefix("https://userstyles.world/user/") {
/* (new42) START -  URL PREF - USER */

/* (new42) URL PREF - USER - MAIN CONTAINER */
html body > main {
    display: inline-block;
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 8vh) !important;
    max-height: calc(100vh - 8vh) !important;
    overflow: hidden !important;
/* border: 1px solid violet !important; */
}


/* (new42) URL PREF - USER - SECTIONS - ALL */
#content section {
    float: left !important;
    width: 100%;
    margin:  0 5px 0 10px !important;
    padding: 0 0.5rem !important;
/* border: 1px solid aqua  !important; */
}
#content section  h1{
    margin: 0em 0 0rem !important;
    font-size: 1.3em !important;
}
#content section  h2{
    margin: 0em 0 0.1rem !important;
    font-size: 1.3em !important;
}
#content section > p {
    margin-bottom: 0em !important;
}

/* (new42) URL PREF - USER - SECTIONS - LEFT */
#content section#details ,
#content section#biography ,
#content section#links ,
#content section.socials {
    float: left !important;
    clear: both  !important;
    width: 20% !important;
    margin:  0 5px 5px 10px !important;
    padding: 0 0.5rem !important;
border-left: 3px solid red  !important;
}

/* (new44) URL PREF - USER - SECTION - SOCIALS / LINKS */
#content section#links ,
#content section.socials {
    float: left !important;
    clear: both  !important;
    width: 20% !important;
    margin:  0 5px 0 10px !important;
    padding: 0 0.5rem !important;
border-left: 3px solid red  !important;
}
#content section#links .flex ,
#content section.socials .flex {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    line-height: 15px !important;
    margin: -2vh 0 0 0 !important;
    white-space: pre !important;
}

/* (new44) URL PREF - USER - SECTION - SOCIALS / LINKS - BUTTONS */
#content section#links .flex a.btn.icon ,
#content section.socials .flex a.btn.icon {
    position: relative !important;
    display: inline-block !important;
    vertical-align: top !important;
    align-items: center;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 5.5vh !important;
    line-height: 1vh !important;
    margin: 0 0 -1.5rem -19% !important;
    padding: 0 5px !important;
border: 1px solid red !important;
}
#content section#links .flex a.btn.icon::after , 
#content section.socials .flex a.btn.icon::after {
    position: absolute !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    height: 2vh !important;
    line-height: 30px !important;
    margin-left: 0px !important;
    top: 12px !important;
/* background: red !important; */
}
#content section#links .flex a.btn.icon > svg  ,
#content section.socials .flex a.btn.icon > svg {
    position: absolute !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    height: 3vh !important;
    line-height: 30px !important;
    margin-left: 15px !important;
    top: 14px !important;
/* background: red !important; */
}

/* (new44) URL PREF - USER - SECTION - RIGHT */
#content section.styles ,
#content section#styles {
    display: inline-block !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    min-width: 78% !important;
    height: 91.5vh !important;
    margin:  0.1vh 0px 0 0px !important;
    padding: 0 0.5rem 2rem  0.5rem!important;
    overflow: hidden !important;
/* border: 1px solid green  !important; */
}
#content section.styles h2 ,
#content section#styles h2 {
    float: left !important;
    width: 100% !important;
    min-width: 20vw !important;
    max-width: 20vw !important;
    height: 4vh !important;
    margin: 0 0 0.1rem;
    font-size: 1.3em;
}
#content section.styles > .flex:not(.rwrap)  ,
#content section#styles > .flex:not(.rwrap)  {
    width: 100% !important;
    min-width: 30vw !important;
    max-width: 30vw !important;
    height: 4vh !important;
    margin: 0 0 0.1rem;
    font-size: 1.1em;
/* border: 1px solid aqua  !important; */
}

/* (new44)URL PREF - USER - CARDS CONTAINER */
#content section.styles .rwrap {
    flex-flow: row wrap;
    max-height: 85vh !important;
    margin-top: 0;
    padding: 0 0.5rem 2rem  0.5rem!important;
    overflow: hidden !important;
    overflow-y: auto !important;
/* border: 1px dashed aqua  !important; */
}
.rwrap {
    flex-flow: row wrap;
    height: 87vh !important;
    margin: 0 !important;
    padding: 0 0 40px 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
border-left: 3px solid red !important;
}
/*(new44) URL PREF - USER - CARDS */
.card.col.gap {
    min-width: 18.8% !important;
    flex-basis: calc(100% / 4 - 24rem) !important;
    margin: 0 0.5rem 1rem;
}
.card.col.gap .card-body, .card-footer {
    padding: 0.1rem !important;
}
.card.col.gap .name{
    line-height: 15px !important;
    min-height: 5.5vh !important;
    max-height: 5.5vh !important;
    font-size: 0.9em;
    white-space: normal !important;
}

/* (new42) END -  URL PREF - USER */
}


@-moz-document url-prefix("https://userstyles.world/style/") {
/* (new42) START - URL PREF - STYLE */

/* (new42) MAIN CONTAINER */
html body > main {
    display: inline-block;
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 8vh) !important;
    max-height: calc(100vh - 8vh) !important;
    overflow: hidden !important;
/* border: 1px solid violet !important; */
}

/* (new42) URL PREF - STYLE - SECTIONS - ALL */
#content section {
    margin:  0 0 0 0 !important;
    padding: 0 0.5rem !important;
/* border: 1px solid aqua  !important; */
}
#content section  h1{
    margin: 0em 0 0rem !important;
    font-size: 1.3em !important;
}
#content section  h2{
    margin: 0em 0 0.1rem !important;
    font-size: 1.3em !important;
}

#content section > p {
    margin-bottom: 0em !important;
}

/* URL PREF - STYLE - LEFT */

/* URL PREF - STYLE - SECTIONS - PREVIEW - LEFT */

/* (new42) PREVIEW */
#content section#preview {
    float: left !important;
    width: 40% !important;
    height: 52vh !important;
    margin:  0 5px 0 10px !important;
    padding: 0 0.5rem !important;
/* border: 1px solid red  !important; */
}
#content section#preview .card {
    min-width: var(--card-min-width);
    height: 47vh !important;
/* border: 1px solid aqua  !important; */
}
.card .screenshot picture {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    height: 43vh !important;
    padding: 0;
    right: 0;
}
/* (new42) URL PREF - STYLE - PREVIEW - WITH IMPORTED */
#content section#preview h1 + p + .card {
    min-width: var(--card-min-width);
    height: 42vh !important;
/* border: 1px dashed aqua  !important; */
}
#content section#preview h1 + p + .card .screenshot picture {
    height: 38vh !important;
/* border: 1px dotted violet  !important; */
}

/* URL PREF - STYLE - RIGHT  */

/* URL PREF - STYLE - SECTIONS - HEADER - RIGHT */
#content section.header.flex {
    float: right !important;
    width: 59% !important;
    margin:  0 0 0 0px !important;
    padding: 0 0.5rem !important;
border-bottom: 1px solid red  !important;
border-left: 3px solid red  !important;
}

/* (new44) URL PREF - STYLE - SECTIONS - DESCRPTIONS  - RIGHT */
#content section#description {
    float: right !important;
    clear: none  !important;
    width: 59% !important;
    height: 30vh !important;
    margin:  0 0px 0 0px !important;
    padding: 0 0rem !important;
    overflow: visible !important;
border-top: 1px solid red !important;
border-left: 3px solid red  !important;
}
#content section#description h2 {
    padding: 0 0.5rem !important;
}
#content section#description .md {
    min-height: 65vh !important;
    max-height: 60vh !important;
margin: 0 0 0 -3px !important;
    padding: 0 0.5rem !important;
    overflow-y: auto !important;
    border-left: 3px solid red  !important;
}
#content section#description +  b {
    height: 0 !important;
}
/* (new44) URL PREF - STYLE - SECTIONS - NOTES - RIGHT */
#content section#notes {
    float: right !important;
    clear: both  !important;
    width: 100% !important;
    min-width: 5.2% !important;
    max-width: 5.2% !important;
    height: 3.5vh !important;
    margin:  -30vh 0px 0 0px !important;
    padding: 0 0.5rem !important;
    overflow: hidden !important;
border-top: 1px solid red !important;
border-left: 3px solid red  !important;
}
#content section#notes:hover {
    float: right !important;
    clear: both  !important;
    width: 100% !important;
    min-width: 29.3% !important;
    max-width: 29.3% !important;
    height: 3.5vh !important;
    margin:  -30vh 0px 0 0px !important;
    padding: 0 0.5rem !important;
    overflow: visible !important;
border-top: 1px solid red !important;
background: #1a1a1a !important;
border-left: 3px solid red  !important;
}
#content section#notes h2:before {
    content: "▼" !important;
    position: absolute !important;
    top: 1vh !important;
    left: 5px !important;
    margin: 0 !important;
    font-size: 0.5em !important;
    text-decoration: unset !important;
}
/* LIGHT */
html[data-color-scheme="light"] #content section#notes:hover {
background: white !important;
}
#content section#notes .md {
    max-height: 4vh !important;
    max-height: 4vh !important;
overflow: hidden !important;
    overflow-y: hidden !important;
opacity: 0 !important;
transition: opacity ease 1s !important;
}
#content b section#notes:hover .md ,
#content section#notes:hover .md {
position: relative !important;
    height: 100vh !important;
    max-height: 65.2vh !important;
    max-height: 65.2vh !important;
    min-width: 59vw !important;
    max-width: 59vw !important;
/* left: -100% !important; */
padding: 5px  !important;
transform: translate(-51%, 0% ) !important;
    overflow-y: auto !important;
opacity: 1 !important;
transition: opacity ease 0.9s !important;
background: #111 !important;
border-top: 1px solid red !important;
}
/* LIGHT */
html[data-color-scheme="light"] #content section#notes:hover  .md {
background: white !important;
}

#content section#notes  h2{
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
    min-width: 100px !important;
    max-width: 100px !important;
    margin: 0 0 0 0 !important;
left: -10px !important;
padding: 0 0 0 5px !important;
    font-size: 1.3em !important;
text-align: center !important;
opacity: 1 !important;
    background: #1a1a1a !important;
border-left: 3px solid tomato !important;
border-bottom: 1px solid red !important;
}
/* LIGHT */
html[data-color-scheme="light"] #content section#notes  h2 {
background: white !important;
}

/* (new43) URL PREF - STYLE - SECTIONS - STATS / DETAILS - RIGHT */

#content section#stats ,
#content section#details {
    float: left !important;
    clear: none  !important;
    width: 29.35% !important;
    height: 17vh !important;
    margin:  0 0px 2px 4px !important;
    padding: 0 0.5rem !important;
border-left: 3px solid red  !important;
}
/* (new43) URL PREF - STYLE - SECTIONS- DETAILS TAGS - RIGHT  */
section#details > p:last-of-type{
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 0;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
/* border: 1px solid aqua !important; */
}
section#details > p:hover:last-of-type {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 0;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    z-index: 500000 !important;
background: green !important;
border: 1px solid red !important;
}

section#details > p:last-of-type span{
    display: inline-block !important;
    float: none  !important;
    height: 100% !important;
    margin: 0 0 0 0 !important;
/* border: 1px solid aqua !important; */
}
section#details > p:hover:last-of-type span {
    height: 100% !important;
    margin: 0 5px 0 0 !important;
background: red !important;
/* border: 1px solid aqua !important; */
}

/* (new44) URL PREF - STYLE - SECTIONS - CODE - RIGHT */
#content section#code {
    float: left !important;
    clear: none !important;
    width: 40% !important;
    margin: 0 5px 0 10px !important;
    padding: 0 0.5rem !important;
    overflow: hidden !important;
border-top: 1px solid red  !important;
}
#content section#code  mark {
   position: absolute !important;
    display: inline-block !important;
    width: 18% !important;
    line-height: 12px  !important;
    margin:  -3.2vh 0 0 10vw !important;
    padding: 2px !important;
    font-size: 12px !important;
    text-align: center !important;
}
#content section#code .Style-source>pre  {
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.5rem !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
border-top: 1px solid red  !important;
}

#content section#code .Style-source > pre > code {
    display: inline-block !important;
    height: 19rem;
    min-height: 19rem;
    max-height: 19rem !important;
    width: 100% !important;
    padding: 0.5rem;
    white-space: pre-wrap !important;
    word-break: normal !important;
    resize: vertical;
    overflow: hidden !important;
overflow-y: auto !important;
}


/* (new44) URL PREF - STYLE - SECTIONS - REVIEW - RIGHT */
section:last-of-type {
    margin-bottom: 0 !important;
}
section#reviews{
    position: absolute !important;
    float: none !important;
    width: 120px !important;
    height: 4vh !important;
    right: 23.247% !important;
    margin:  3px 0 0 0px !important;
    padding: 0 0.5rem !important;
    overflow: hidden !important;
background: #111 !important;
border: 1px solid red  !important;
border-left: 3px solid red  !important;
}
/* (new44) LIGHT */
html[data-color-scheme="light"] section#reviews {
background: white !important;
}
section#reviews:hover {
    position: absolute !important;
    float: none !important;
    width: 30% !important;
    height: auto !important;
    min-height: 92vh !important;
    max-height: 92vh !important;
    right: 0% !important;
    margin:  0 0 0 0px !important;
    padding: 0.5rem !important;
    overflow-y: auto !important;
background: #111 !important;
border: 1px solid red  !important;
border-left: 3px solid red  !important;
}
section#reviews:before {
    content: "▼" !important;
position: absolute !important;
top: 1.5vh !important;
left: 100px !important;
    margin: 0 !important;
    font-size: 0.5em !important;
    text-decoration: unset !important;
}
/* (new44) LIGHT */
html[data-color-scheme="light"] section#reviews:hover  {
background: white !important;
}

section#reviews .Box {
    margin-bottom: 0.2rem !important;
    padding: 0.3rem !important;
}

/* (new44) URL PREF - STYLE - REVIEWS - COUNTER */
section#reviews  {
    content: counter(myIndex, decimal);
    counter-increment: myIndex  0 !important;
}
section#reviews .Box:before {
    counter-increment: myIndex ! important;
    content: counter(myIndex, decimal);
    position: fixed !important;
    display: inline-block !important;
    width: 40px  !important;
    top: 3.1vh !important;
    margin: 0 0 0 -35px  !important;
    border-radius: 3px !important;
    text-align: center !important;
    opacity: 1 !important;
    z-index:  5000000 !important;
background: #333 !important;
}
/* (new44) LIGHT */
html[data-color-scheme="light"] section#reviews .Box:before  {
background: white !important;
}


section#reviews .Box:after {
    content: "★" !important;
    position: fixed !important;
    display: inline-block !important;
    width: 15px  !important;
    height: 15px  !important;
    line-height: 15px  !important;
    top: 2.4vh !important;
    margin: 0 0 0 -5px  !important;
    padding: 0 !important;
    border-radius: 100% !important;
    text-align: center !important;
    font-size: 12px  !important;
    z-index:  5000000 !important;
background: green !important;
}


/* (new42) START -  URL PREF - STYLE */
}