Fix for Okoun mobile
Okoun Mobile fix by leknin
Details
Authorleknin
LicenseNo License
Categoryokoun
Created
Updated
Size5.2 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 Okoun Mobile fix
@namespace github.com/openstyles/stylus
@version 1.1.2
@description Okoun Mobile fix
@author Leknin
==/UserStyle== */
@-moz-document domain("okoun.cz") {
textarea {
/* padding: 2px; */
/* min-width: 15em; */
width: 100%;
height: 7em;
}
input[type=checkbox] {
transform: scale(2);
}
.expbutton .hd {
font-size: 20pt;
font-family: sans-serif;
padding: 0;
}
.pager ul li {
font-size: 18pt;
}
.yui-button button {
font-size: 25pt !important;
line-height: 1.5em !important;
}
.pager-top {
right: unset;
top: 16px;
}
input.text {
font-size: 25pt;
}
.search input.text {
width: 180pt !important;
}
body {
padding: 0;
min-width: auto;
}
#body {
padding: 0;
margin: 0;
}
.head .user {
font-size: 22pt;
}
.post.content textarea {
margin: .5em .5em 0 0;
font-size: 22pt;
}
/*popisek za jmenem*/
.item .meta .descr, .item .meta .hpdescr, .item .meta .permalink {
font-size: 13pt !important;
}
/* reklamy fuc */
#adwrapper-lb, #adwrapper-bs { visibility: hidden; display:none !important}
/* rozdeleni sloupcu */
.main .ctx {
visibility: hidden;
height: 0;
display: none;
}
.main .main {
width: 100%;
}
/* ramecek prispevku */
.listing .item {
padding-bottom: 0;
}
.listing { padding-top: 16px;
}
/*pryc kategorie*/
h3 {
position: absolute;
z-index: -11;
visibility: hidden ;
display: none;
}
h2 {
font-family: sans-serif;
font-size: 2.5em;
}
.welcome {
height: 0;
visibility: hidden;
display: none;
}
div.content {
font-size: 25pt;
}
/* popisek audirka*/
.descr {
position: absolute;
right: 3%;
display: none;
visibility: hidden;
}
/* button s oblidenosti klubu*/
.yui-button.top {
float: inherit;
margin-bottom: 0.5em;
}
.head .menu, .board .main .settings {
font-size: 25pt;
}
.head .menu {
margin-left: 0em;
}
/*Zalamovaní v prispevku*/
.content, .item .meta, body.userlist .main .main, body.boardlist .main .main {
font-size: 25pt;
overflow-wrap: break-word !important;
word-wrap: break-word !important;
}
a {
overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
.title {overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
.nobr {overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
span.nobr {overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
.spoiler {overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
pre {
font-family: inherit; /* Use the default font */
white-space: normal; /* Allow automatic text wrapping */
word-wrap: break-word; /* Break long words to fit within the container */
padding: 0; /* Remove any padding */
margin: 0; /* Remove any margin */
background-color: transparent; /* Remove background color */
border: none; /* Remove borders */
line-height: normal; /* Use the default line height */
overflow: visible; /* Allow content to overflow if needed */
}
/*checkboxy pryc*/
.boardlist .item input {display:none!important}
/*obrazky uzsi*/
.item .content img {
max-width: 100%;
}
/*text uzsi*/
.item .content, .item .title {padding-right: 50px;}
/*ikonky mensi*/
.ico.user img {
max-height: 50px !important;
max-width: 50px !important;
}
/*Avatar pryc*/
div.user:nth-child(2) > img:nth-child(1) {display:none!important}
/*otevrit nove*/
#new-opener {
font-size: 25pt !important;
}
/*transliterate*/
.cyr-tr-button {
font-size: 25pt;
}
/*Fix Embed Me*/
div.meta> img.embed-me-fumen {display: none !important;}
div.meta> img.embed-me-image {display: none !important;}
div.meta> iframe.imgur-embed-iframe-pub {display: none !important;}
div.meta> div.embed-me {display: none !important;}
div.meta> video.embed-me {display: none !important;}
div.meta> a.hpdescr.embed-me {display: none !important;}
div.meta> iframe {display: none !important;}
video.embed-me {
max-width: 95%;
/*max-height: 1000px; */
}
div.embed-me> iframe {
width: 852.8px;
height: 480px;
}
/*Fix Embed URL*/
a.hpdescr>.css-ezmpfnsevdr {display: none !important;}
}
@-moz-document url-prefix("https://www.okoun.cz/favourites.jsp?new=1"), url-prefix("https://beta.okoun.cz/favourites.jsp?new=1"), url-prefix("https://www.okoun.cz/favourites.jsp"), url-prefix("https://beta.okoun.cz/favourites.jsp"), url-prefix("https://www.okoun.cz/myBoards.jsp"), url-prefix("https://beta.okoun.cz/myBoards.jsp"), url-prefix("https://www.okoun.cz/searchBoards.do"), url-prefix("https://beta.okoun.cz/searchBoards.do") {
/* Kategorie a horni tlacitko pryc */
.boardlist h3 {display: none}
form>span:first-child button.submit {display:none}
}