Last active
February 11, 2018 20:08
-
-
Save theuves/0eb1bb79453551ce6ac00166f5bee7b7 to your computer and use it in GitHub Desktop.
Userstyle para melhorar o <tableless.com.br>.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0px 15%; | |
margin-bottom: 200px; | |
} | |
small { | |
color: gray; | |
} | |
#tb-header { | |
padding-bottom: 100px; | |
} | |
.tb-post-box { | |
margin-bottom: 75px; | |
} | |
small, | |
.tb-author, | |
.tb-lnk-comments, | |
.tb-categ-flag { | |
text-transform: uppercase !important; | |
} | |
.tb-feature-post { | |
padding-bottom: 20px !important; | |
} | |
.tb-hero-title { | |
font-size: 50px !important; | |
margin-bottom: 0px; | |
} | |
.tb-hero-p { | |
margin-top: 20px !important; | |
font-size: 1.4rem !important; | |
margin-bottom: 10px; | |
font-style: italic; | |
color: gray; | |
line-height: 180%; | |
} | |
/** | |
* Página inicial. | |
* (Botão "+ ARTIGOS") | |
*/ | |
.tb-btn.tb-btn-seeall { | |
margin-top: 20px; | |
} | |
/** | |
* Somente para artigos. | |
*/ | |
.tb-post-header {margin-bottom: 50px;} | |
.tb-post-content {max-width: 100%;} | |
pre {font-size: 16px;} | |
.tb-channels, /* Geral. */ | |
nav, /* Geral. */ | |
.tb-home-banner, /* Geral. */ | |
#_hj_feedback_container, /* Geral. */ | |
.tb-posts-categs, /* Geral. */ | |
.tb-comuna, /* Geral. */ | |
footer, /* Geral. */ | |
.tb-aside, /* Artigos. */ | |
.tb-banner-article, /* Artigos. */ | |
.tb-post-img, /* Página inicial. */ | |
.tb-categ-banner /* Categorias. */ { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment