Honestly, this site is a bit of a horror show. Some more significant changes than the other clean styles
Fantasyfootballscout.co.uk clean by sonho
Details
Authorsonho
LicenseNo License
Categoryfantasyfootballscout.co.uk
Created
Updated
Size1.9 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 fantasyfootballscout.co.uk
@version 20240128.14.35
@namespace ?
==/UserStyle== */
@-moz-document domain("fantasyfootballscout.co.uk") {
/* Unset the narrow width */
section.head-inner.inner,
#content {
max-width: unset;
}
/* Fix post image to be centered */
.postimage {
min-height: unset !important;
display: flex;
justify-content: center;
}
/* Make nav bar height reduced */
#header .nav-secondary ul > li {
padding: 4px 7px;
}
/* Nav bar items height reduced */
nav#menu div ul.menu li a {
font-size: 15px;
padding: 4px 7px;
}
/* Hide right "privacy" */
#qc-cmp2-container {
display: none;
}
/* Fix logo top left */
#menu .small-scout {
background-size: auto 25px !important;
margin-top: 1px;
}
/* Unsticky header */
#header {
position: unset !important;
}
/* Fix search */
.nav-container {
z-index: 10000 !important;
height: 46px !important;
background-color: unset !important;
}
.nav-container .search-form {
background-color: unset;
}
.nav-container .login-form {
background-color: unset;
}
.search-submit.icon-search {
left: 28px !important;
}
/* Hide advert */
.header-advert {
display: none;
}
/* Hide comments */
#homecrowdcommentswidget-3 {
display: none;
}
/* hide side */
#content aside.content-aside {
display: none;
}
/* hide right */
#desktop-sidebar {
display: none;
}
/* center content */
#content .inside {
float: unset;
width: unset;
}
#content .inside article {
display:flex;
justify-content:center;
}
#content .inside article .article-holder {
width:960px;
}
}