edit to Evanita Montalvo style. Modified the font size.
Ravelry - Increased Font Size--va edit to by falcz
Details
Authorfalcz
LicenseCC0-1.0
Categoryravelry.com
Created
Updated
Size2.8 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 Ravelry - Increased Font Size
@namespace USO Archive
@author Evanita Montalvo
@description `This theme increases the text for readability. This comes at the cost of some layout issues but being able to read is much more important than the visuals of the site. PLEASE NOTE: This only adjusts the font size. For the Classic look, you'll need to also have my other theme enabled. https://userstyles.org/styles/185312/ravelry-return-to-subtle-greensThis theme can be used with the following Extensions: Stylish and Stylus(recommended) for Chrome, Firefox, and Kiwi Browser(Android) and Cascadea for Safari(Mac). Install extension first and then come to this page to use the Install Style button. You can come back here to also update your style when I push an update.If you have any suggestions please reach out to EWM on Ravelry via the following project page.https://www.ravelry.com/projects/EWM/ravelry-stylish-updatecheck-project-page-for-updatesIf you would like to donate to show support I have a Ko-fi page here https://ko-fi.com/evanitawmontalvo`
@version 20201011.4.13
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("ravelry.com") {
/*Ravelry Theme - Return to Subtle Greens by Evanita(EWM)
This theme is to help those who need the font much larger for readability. Unfortunately the larger size font will come at the cost of some layout issues but being able to read is much more important than the visuals of the site*/
body, ol, ul, td, th, input, select, table {
font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
font-size: 18px !important;
}
body.supports_subnavigation.with_subnavigation .breadcrumbs__crumb a {
font-size: 18px;
}
.c-navigation_dropdown__content li {
font-size: 16px;
}
.navigation_v2__tab {
font-size: 16px;
}
body.supports_subnavigation.with_subnavigation .tabs--subnavigation li > span {
font-size: 16px;
}
.forum_glance .controls {
font-size: 16px;
}
.discussions_content .forum_glance h2 {
font-size: 16px;
}
.navigation_v2__notification .count {
font-size: 16px;
}
body.topics_index .pagination, .page_links .pagination {
font-size: 16px;
}
#footer .linkbar {
font-size: 16px;
}
.reaction_button {
font-size: 16px;
}
.topics #reply_container textarea {
font-size: 16px;
}
.floating_tip {
font-size: 16px;
}
.clicker_v2--standard, .clicker_v2--advanced_search, .clicker_v2--secondary {
font-size: 16px;
}
.topics_show .topic_date {
font-size: 14px;
}
.topics_show .summary {
font-size: 14px;
}
ul.tag_set li.tag a, span.tag_word a {
font-size: 14px;
}
}