Compact userstyle for a widescreen
当前为
/* ==UserStyle==
@name UserStyles.World (USw) - WideScreen v.43
@namespace https://greasyfork.org/en/users/8-decembre?sort=updated
@version 430.00
@author decembre
@description Compact userstyle for a widescreen
@license unlicense
==/UserStyle== */
/* ==== 0- UserStyles.World (USw) - WideScreen ) v.43 (new43) - (URL PREF) ==== */
@-moz-document domain("userstyles.world") {
/* (new42) START- WIDESCREEN - ALL */
/* (new42) TOP NAVBAR */
.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 */
html body > main {
display: inline-block;
height: 100vh !important;
min-height: calc(100vh - 130px);
/* max-height: calc(100vh - 11vh) !important; */
width: 100%;
/* overflow: hidden !important; */
/* border: 1px solid red !important; */
}
/* (new42) SEARCH - 2nd CONATINER*/
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 */
.rwrap {
flex-flow: row wrap;
margin-top: 0 !important;
overflow-x: hidden !important;
/* border: 1px solid aqua !important; */
}
/* (new42) FOOTER */
footer {
-moz-user-select: text;
height: 30px;
outline-width: 0;
}
footer .wrapper {
min-height: 30px !important;
padding: 0 !important;
}
/* (new42) FOOTER - STCKY BOTTOM */
.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 */
/* (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;
overflow-y: auto !important;
/* border: 1px solid violet !important; */
}
/* (new42 )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) SEARCH 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) SEARCH 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;
}
/* (new10)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.py\:l .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.py\:l .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;
}
/* (new42) URL PREF - SEARCH - SEARCH ORDER - STICKY */
.wrapper.py\:l .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.py\:l .ta\:c p ,
.wrapper.py\:l .ta\:c h1 {
float: left !important;
width: 50%;
padding: 0 20px !important;
font-size: 22px !important;
}
.wrapper.py\:l .ta\:c h1 {
text-align: right;
}
.wrapper.py\:l .ta\:c p {
height: 36px !important;
line-height: 36px !important;
text-align: left;
font-size: 15px !important;
}
/* (new25) URL PREF - SEARCH - SEARCH NO RESULT */
.wrapper.py\:l 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.py\:l section .ta\:c p {
display: inline-block !important;
float: none !important;
width: 100% !important;
text-align: center !important;
}
/* (new42) URL PREF - SEARCH - SEARCH - FORMS */
/* (new42) URL PREF - SEARCH - SEARCH - TOP FORMS CONTAINER - ALL */
.wrapper.py\:l .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.py\:l .ta\:c + section > form .section + .section input {
display: flex;
margin: 0.5rem 0 1.5rem;
width: 100%;
}
/* URL PREF - SEARCH - 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 - 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;
}
/* SEARCH 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;
}
/* SEARCH 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 - SEARCH BUTTON */
.Form-control {
display: inline-block;
max-width: 5%;
min-width: 5%;
}
/* END - URL PREF - SEARCH === */
}
@-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) 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) 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) 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) FORM - ALL */
/* content section > .Form-box > label , */
#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) 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) 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) START - URL PREF - ACCOUNT */
}
@-moz-document url-prefix("https://userstyles.world/user/") {
/* (new42) START - URL PREF - USER */
/* (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) 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) 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;
}
/* (new42) SOCIALS */
#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.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;
}
#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;
/* transition: unset !important; */
border: 1px solid red !important;
}
#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.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; */
}
/* (new42) 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;
/* overflow-y: auto !important; */
/* border: 1px solid green !important; */
}
#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; */
}
.card.col.gap {
min-width: 18% !important;
flex-basis: calc(100% / 4 - 24rem) !important;
margin: 0 0.5rem 1rem;
}
/* (new42) - CARDS CONTAINER */
.rwrap {
flex-flow: row wrap;
height: 83vh !important;
margin: 0 !important;
padding: 0 0 40px 0 !important;
overflow-x: hidden !important;
overflow-y: auto !important;
border-left: 3px solid red !important;
}
/* (new42) START - 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) SECTIONS - ALL */
#content section {
/* float: right !important; */
/* width: 56% !important; */
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;
}
/* LEFT */
/* 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) 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 {
height: 40vh !important;
border: 1px dotted aqua !important;
} */
#content section#preview h1 + p + .card .screenshot picture {
height: 38vh !important;
/* border: 1px dotted violet !important; */
}
/* RIGHT */
/* 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;
}
/* SECTIONS - LEFT - 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 0.5rem !important;
border-top: 1px solid red !important;
border-left: 3px solid red !important;
}
#content section#description .md {
max-height: 25vh !important;
overflow-y: scroll;
}
/* SECTIONS - NOTES - RIGHT */
#content section#notes {
float: right !important;
clear: both !important;
width: 59% !important;
height: 38.4vh !important;
margin: 0 0px 0 0px !important;
padding: 0 0.5rem !important;
border-top: 1px solid red !important;
border-left: 3px solid red !important;
}
#content section#notes .md {
max-height: 34vh !important;
overflow-y: scroll;
}
/* (new43) SECTIONS - RIGHT - STATS / DETAILS */
#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) SECTIONS - RIGHT - DETAILS TAGS */
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; */
}
/* (new42) SECTIONS - RIGHT - CODE */
#content section#code {
float: left !important;
clear: none !important;
width: 40% !important;
/* margin: 0 0 0 0 !important; */
margin: 0 5px 0 10px !important;
padding: 0 0.5rem !important;
border-top: 1px solid red !important;
}
#content section#code mark {
position: absolute !important;
display: inline-block !important;
width: 19% !important;
line-height: 12px !important;
margin: -3.2vh 0 0 10vw !important;
font-size: 12px !important;
text-align: center !important;
}
/* (new43) SECTIONS - RIGHT - REVIEW */
section:last-of-type {
margin-bottom: 0 !important;
}
section#reviews{
position: absolute !important;
float: none !important;
width: 100px !important;
height: 40px !important;
right: 24.55% !important;
margin: 0 0 0 0px !important;
padding: 0 0.5rem !important;
overflow: hidden !important;
background: red!important;
border: 1px solid red !important;
}
section#reviews:hover {
position: absolute !important;
float: none !important;
width: 30% !important;
height: auto !important;
right: 0% !important;
margin: 0 0 0 0px !important;
padding: 0 0.5rem !important;
background: green !important;
border: 1px solid red !important;
}
/* (new42) 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.3vh !important;
/* left : 0 !important; */
margin: 0 0 0 -35px !important;
border-radius: 3px !important;
text-align: center !important;
opacity: 1 !important;
z-index: 5000000 !important;
background: blue !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: 3.3vh !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 */
}