Forocoches New
Forocoches New by damian
Details
Authordamian
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.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 Forocoches New
@version 1.9
@namespace userstyles.world/user/damian
@description Forocoches New
@author damian
@license CC0-1.0
==/UserStyle== */
@-moz-document regexp("(http[s]?:\\/\\/)*(www\\.)?forocoches.*") {
/* aumentar separación entre posts */
separator-large {
height: 20px;
}
/* aumentar tamaño avatar */
.thread-profile-image {
width: 64px;
height: 64px;
margin-top: -14px;
}
/* ocultar publicidad */
.optidigital-wrapper-div[style="min-height:100px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: auto;"] {
display: none !important;
}
section[style="min-width: 300px; height: 600px"] {
display: none;
}
section[style="min-width: 300px; height: 1050px"] {
display: none;
}
/* fijar menú de la derecha */
.hide-forum-descriptions > a > div:nth-child(1) > div:nth-child(2){
margin: 20px 0 20px 0 !important;
}
#sidebar > section:nth-child(3){
position: sticky !important;
top: 125px;
}
}