Skip to content

www.ilfattoquotidiano.it by btoni

Screenshot of www.ilfattoquotidiano.it

Details

Authorbtoni

LicenseNo License

CategoryNews

Created

Updated

Code size8.5 kB

Code checksum400d3289

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Visualizzazione con meno spazi vuoti

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.ilfattoquotidiano.it
@version      20250324.23.28
@namespace    https://userstyles.world/user/btoni
@description  Visualizzazione con meno spazi vuoti
@author       btoni
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.ilfattoquotidiano.it/") {
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.ifq-header__super-bar {
	height: 34px;
}
.ifq-main,.ifq-header,.ifq-footer {
    max-width: 75rem;
}
.ifq-news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.25rem;
	flex-direction: column;
	padding: 0;
}
.ifq-section-category__bottom {
    gap: 0.25rem;
}
.ifq-news__content {
	display: flex;
	gap: 0.25rem;
	justify-content: space-between;
}
.ifq-news-meta__author-name, .ifq-news-meta__author-role {
    font-style:italic;
    font-family: "Barlow", sans-serif;
}
.ifq-news-meta__author-name span,.ifq-footer__logo {
    display:none;
}
.ifq-news__eyelet {
	color: #a83946;
	font-family:  "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 500;
}
.ifq-news-spotlight-alt__eyelet {
	color: #a83946;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.1rem;
	line-height: 1.2857142857;
	letter-spacing: 0.01rem;
	font-weight: 500;
}
.ifq-news__title {
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-optical-sizing: auto;
    margin: 0;
}
.ifq-news-spotlight__title {
    font-weight: 600;
    font-family: "Barlow Condensed", serif;
    font-size: 2.45rem;
    line-height: 1.1;
    letter-spacing: -0.053rem;
    font-style: normal;
}
.ifq-news-spotlight-alt__title {
    font-weight: 600;
    font-family: "Barlow Condensed", serif;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -0.05rem;
    font-style: normal;
    font-optical-sizing: auto;
}
.ifq-news-spotlight__excerpt {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
}
.ifq-news-spotlight-alt__excerpt {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
}
.ifq-news-aside__title {
    font-weight: 600;
    font-family: "Barlow Condensed", serif;
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: 0;
    font-style: normal;
    font-optical-sizing: auto;
}

.ifq-adv-flux {
    text-align: center;
    display: none;
    min-height: 0px;
}
.ifq-section-category__content {
    display: flex;

    gap: 1rem;
    border-bottom: 1px solid #7F8589;
    padding-bottom: 0rem;
}
.ifq-news-spotlight-alt {
    padding-bottom: 0.5rem;
    gap: 1rem;
}
.ifq-news-blog__title {
    font-family: "Georgia", serif;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 400;
}
.ifq-section-header {
    background-color: #ccc;
    height: 20px;
    padding: 5px;
}
.ifq-news-category__title{
    font-family: "Barlow Condensed", sans-serif;
}
.ifq-section-header--category,
.ifq-section-header--archive,
.ifq-section-header--magazine,
.ifq-section-header--millennium,
.ifq-section-header--blog,
.ifq-section-header--video,
.ifq-section-header--sport,
.ifq-section-header--salute {
    border-bottom: none;
    border-top: none;
    color: white !important;
    background-color: rgba(168, 57, 70, 0.5);
    height: 25px;
    padding: 5px;
    /*box-shadow: 2px 2px 8px  rgba(168, 57, 70, 0.5);*/
    border-radius: 4px;
}
.ifq-section-category {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-top: none;
    border-bottom: 0px solid #7F8589;
    padding: 0 0 0rem 0;
    /*margin-bottom: -50px*/
}
.ifq-main-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.ifq-header__super-bar {
    display: flex;
    justify-content: space-between;
    padding: 0rem;
    gap: 0.5rem;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.ifq-news__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    height: auto;
}
.ifq-section-category__content {
    display: flex;
    gap: 1rem;
    border-bottom: 0px solid #7F8589;
    padding-bottom: 0rem;
}
.ifq-section-category:has(header.ifq-section-header--sport),
.ifq-section-header--sport {
    background-color: #f9e7e5;
    padding: 20px 10px
}
.ifq-section-category:has(header.ifq-section-header--millennium),
.ifq-section-header--millennium {
    background-color: #eee;
    padding: 20px 10px
}
.ifq-section-category:has(header.ifq-section-header--magazine),
.ifq-section-header--magazine {
    background-color: #e1d2f2;
    padding: 20px 10px
}
:where(.ifq-post__content,
.ifq-post-video__content) p {
    font-weight: 300;
    font-family: "Georgia", serif;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000000;
}
#div-flx-intext-container-0,
#div-flx-intext-container-1,
#div-flx-intext-container-2,
.ifq-issues-menu,
.ifq-header__subscription,
picture,
.ifq-news-spotlight__readmore,
.ifq-news-spotlight-alt__readmore,
.ifq-news-in-edicola-archive__bottomline {
    display: none !important;
}
.ifq-home-live-box.red {
    background-color: #993842;
    padding: 10px
}
.ifq-header__logo h1 a img {
    height: 70px;
   /* content: url('https://st.ilfattoquotidiano.it/wp-content/themes/ifq-2025/assets/img/fq-www/logo-ifq.svg');
    position:relative;
    top:-10px;
    left:-20px;
    */
}
.ifq-header__logo {
    text-align: left;
    float: left;
    display: block
}
.ifq-news-spotlight__image img {
    max-width: 400px;
}
.ifq-news-spotlight__image img:hover {
    max-width: 1920px;
}
.ifq-news-spotlight {
    padding-bottom: 0rem;
}
.ifq-news-spotlight__image--with-excerpt {
    width: 50%;
}
.ifq-news-spotlight__content {
    padding: 0px
}
.ifq-news-spotlight-alt__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 0 0rem;
}
.ifq-news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0;
    width: 100%;
    padding: 0;
}
.ifq-news-spotlight__related {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1rem;
    line-height: 1.2857142857;
    letter-spacing: 0.01rem;
}
.ifq-post-video__title {
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.25rem;
    line-height: 1.2222222222;
    letter-spacing: -0.015rem;
    font-style: normal;
    font-optical-sizing: auto;
}
.ifq-post-video__excerpt {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.01rem;
    color: #ffffff;
}
body,
.ifq-news-spotlight__readmore,
.ifq-news-spotlight-alt__readmore {
    font-family: "Barlow Condensed", serif;
    font-size: 1.1rem;
}
.ifq-post__content {
    margin-top: 0px;
}
h3.ifq-news-spotlight__related p {
    margin: 5px
}
.ifq-news-spotlight__eyelet {
    font-family: "Barlow Condensed", sans-serif;
}
.adv {
    display:none;
}
.ifq-post__title {
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 2.625rem;
	line-height: 1.2380952381;
	letter-spacing: -0.015rem;
	font-style: normal;
	font-optical-sizing: auto;
}
.ifq-post__excerpt {
	font-weight: 400;
	font-family: "Barlow Condensed", serif;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.01rem;
	color: #5A5A5A;
}
.ifq-header__super-bar-logo img {
    height:33px;
    content: url('https://st.ilfattoquotidiano.it/wp-content/themes/ifq-2025/assets/img/fq-www/logo-ifq.svg');
}
.ifq-news-meta[class*="--blog"] {
	flex-direction: column;
	gap: 0.3rem;
	align-items: flex-start;
	justify-content: flex-start;
}
a:hover {
    color:#a83946;
}

.ifq-news__content--top, .ifq-news__content--video {
	flex-direction: row;
}
.ifq-news__content--video .ifq-news__image-container--video {
    width:130px;
    float:right;
}
}

Reviews

No reviews yet.