Skip to content

Tweaks to Pobre TV (defunct) by deeznews

Screenshot of Tweaks to Pobre TV (defunct)

Details

Authordeeznews

LicenseNo License

CategoryPobre.TV

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Portuguese website tweaks

  • Remove categories in thumbnails;
  • Better font readability;
  • News tab with 4 columns and responsive;
  • etc.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Tweaks to Pobre.tv
@version      20230214.01.38
@namespace    userstyles.world/user/deeznews
@description  Portuguese website tweaks
- Remove categories in thumbnails;
- Better font readability;
- News tab with 4 columns and responsive;
- etc.
@author       deeznews
@license      No License
==/UserStyle== */

@-moz-document url("pobre.wtf"), domain("pobre.wtf") {
/* PÁGINA PRINCIPAL */

.navbar .nav-link {
font-weight: 400;
}

#home-slider .slider h3 {
font-weight: 400;
}

@media (min-width: 576px){
.d-sm-inline {
    display: none!important;
}
}

#home-content .row span { 
font-weight: 500;
}

.item-poster .infos {
font-weight: 600;
}

.item-poster .infos span {
font-size: 12.5px;
margin-bottom: 15px;
}

.item-poster .infos .c {
display: none;
}


/* PÁGINA NOTÍCIAS */

@media (min-width: 992px) {
.col-md-6{
width: 33.3%;
}
}

@media (min-width: 1200px) {
.col-md-6{
width: 25%;
}
}

.media.blog-media .media-body {
    border-radius: 0 0 13px 13px;
}    
    
@media (min-width: 992px) {
.media.blog-media, .media.blog-media>a {
display: block;
}
}

.media.blog-media>a div {
max-height: 200px;
height: 200px;
border-radius: 13px 13px 0 0;
}

@media (min-width: 768px) {
.media.blog-media>a div {
max-height: 220px;
height: 220px;
}
}

@media (min-width: 992px) {
.media.blog-media>a div {
max-height: 170px;
height: 170px;
}
}
  
  @media (min-width: 1200px) {
.media.blog-media>a div {
max-height: 200px;
height: 200px;
}
}

}

Reviews

No reviews yet.