Some readability tweaks
Docx4java.org - Readability Tweaks by fallenmax
Details
Authorfallenmax
LicenseNo License
Categorywebapp.docx4java.org
Created
Updated
Size738 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Docx4java.org - Readability Tweaks
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Some readability tweaks
@author Me
==/UserStyle== */
@-moz-document domain("webapp.docx4java.org") {
body {
max-width: 800px;
margin: 0 auto;
padding: 0 12px;
overflow-x: hidden;
font-family: sans-serif;
line-height: 1.4;
}
.DocDefaults {
font-size: 16px;
font-family: sans-serif;
color: initial;
line-height: 1.4;
}
.c {
font-family: monospace;
color: #36ccff
}
a {
text-decoration: none;
}
table {
width: 100% !important;
overflow: hidden;
word-wrap: anywhere;
}
.SchemaFragment {
border:none;
background: none;
margin: 0;
}
}