Improve readability of VeganFTA.
veganfta.com by vgn
Details
Authorvgn
LicenseNo License
Categoryveganfta.com
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 veganfta.com - 03/01/2023, 14:33:56
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("veganfta.com") {
body {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
font-size: 16px;
line-height: 1.7;
}
article.post {
background-color: #eee;
}
.td-post-content {
font-size: 1.125rem;
line-height: inherit;
margin-left: auto;
margin-right: auto;
max-width: 70ch;
font-weight: 425;
}
.author-box-wrap {
margin-left: auto;
margin-right: auto;
max-width: 78ch;
background-color: #f9f9f9;
border: 0;
border-radius: 0.25rem;
}
.author-box-wrap .desc {
font-size: 1rem;
line-height: inherit;
max-width: 65ch;
}
.td-author-url {
font-size: inherit;
font-style: initial;
}
.td-author-description {
font-size: inherit;
padding-top: 1rem;
}
.avatar {
border-radius: 9000px;
overflow: hidden;
}
.td-footer-wrap .vc_separator > span {
display: none;
}
.td_block_related_posts {
border-top: 1px solid #ddd;
padding-top: 1rem;
margin-top: 4rem;
}
.td-post-header {
width: 100%;
}
.td-post-header-holder {
position: relative;
min-height: 300px;
max-height: 620px;
}
.td-post-title {
margin-bottom: 2rem;
left: 50%;
transform: translateX(-50%);
max-width: 1000px;
}
.td-social-icon-wrap .td-icon-font {
font-size: 16px;
width: 40px;
height: 28px;
line-height: 28px;
}
}