Make schauauf.linz.at useable on small screens and block other users
schauauflinz.at by TomK32
Details
AuthorTomK32
LicenseCC0-1.0
Categoryschauauflinz.at
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name schauauflinz.at
@namespace USO Archive
@author Thomas R. Koll
@description `Make schauauf.linz.at useable on small screens`
@version 20220424.8.31
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
/* Copyright 2022 Thomas R. Koll, <tomk32@tomk32.de>
Licensed under CC0 - Public Domain
V: 0.1 - 2022-04-24
*/
@-moz-document domain("schauauf.linz.at") {
/* general */
body {
font-size: 1.2em !important;
min-width: unset;
}
.css-naschkatze, .css-rstrasslinz, .css-ronny, .css-da-linzabua, .css-maximilianhelm { display: none; }
@media only screen and (max-width: 1000px) {
#main {
display: flex;
flex-flow: column-reverse;
}
#content {
width: auto;
}
#twocolumn {
width: auto;
display: flex;
flex-flow: column;
}
#twocolumn > div {
width: auto !important;
}
#twocolumn div#map-container-detail {
/* wider but give it some space to allow scrolling past it */
margin: 0 auto;
width: 90%;
height: auto;
}
}
#bg-top {
display: flex;
}
#bg-top .dashboard {
position: relative
}
#bg-top .dashboard .tools {
left: unset;
right: 1em;
top: 1em
}
}
@-moz-document regexp(".*\\/\\/schauauf.linz.at\\/meldung_erstellen\\/index.html\\??.*") {
/* general */
body {
font-size: 1.2em !important;
}
/* narrow screens */
@media only screen and (max-width: 1000px) {
/* sidebar */
#main > div {
float: none;
width: auto;
}
/* $#%! */
div#map-create {
width: auto;
}
#createMessageForm .webform_label, #createMessageForm .webform_field {
width: auto !important;
float: none;
}
}
}