Zeigt die Seite nur im linken Viertel der LED-Wall; begrenzt Content zwischen Header und Footer
lightspray.studiomux.de/audiluma – linkes Viertel by pimmelkopter
Details
Authorpimmelkopter
LicenseNo License
Categorytest.lightspray.left.quarter
Created
Updated
Code size1.5 kB
Code checksum81a924c0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name lightspray.studiomux.de/audiluma – linkes Viertel
@namespace github.com/openstyles/stylus
@version 1.3.0
@description Zeigt die Seite nur im linken Viertel der LED-Wall; begrenzt Content zwischen Header und Footer
==/UserStyle== */
/* ==UserStyle==
@name lightspray.studiomux.de/audiluma – linkes Viertel
@namespace github.com/openstyles/stylus
@version 1.1.0
@description Zeigt die Seite nur im linken Viertel der LED-Wall
==/UserStyle== */
@-moz-document url-prefix("https://lightspray.studiomux.de/audiluma/") {
.header-logo{
width:100% !important;
max-width:100% !important;
min-height:20vh !important;
margin-top: -5% !important;
}
.info{
display:block !important;
width:100% !important;
margin-left: 30% !important;
}
.header{
height: 15px !important;
min-height: 15vh !important;
}
.main{
background-color: #ffffff10 !important;
}
.main,
.header,
.header-logo,
.content,
.info,
.footer{
width: 25vw !important;
}
.content{
max-height:85vh !important;
min-width: 25vw !important;
overflow:hidden !important; /* auto kann scrollen */
display:block !important;
scale: 80% !important;
margin-bottom: -15% !important;
}
.active{
scale: 110% !important;
}
}