Improve the readability of docs.oracle.com
docs.oracle.com readability improvements by gabe-rivera1

Details
Authorgabe-rivera1
LicenseMIT
Categoryoracle
Created
Updated
Code size1.6 kB
Code checksumaa0b8344
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name docs.oracle.com
@version 20250206.22.32
@namespace ?
==/UserStyle== */
@-moz-document domain("docs.oracle.com") {
/* ==UserStyle==
@name docs.oracle.com readability improvements
@namespace docs.oracle
@description Improve the readability of docs.oracle.com
@author gabe-rivera1 <gabe-rivera1@outlook.com> (https://github.com/gabe-rivera1/userstyles)
@homepageURL https://github.com/gabe-rivera1/userstyles
@supportURL https://github.com/gabe-rivera1/userstyles
@preprocessor none
@version 0.1
@license MIT
==/UserStyle== */
html {font-family:sans-serif;}
article{
font-family: Arial
}
article.ohc-grid-type p {
font-family: Arial;
font-size: .84rem;
line-height: 1.51rem;
color: #000;
}
article h1{
font-size: 2.0rem;
}
article h2{
font-size: 1.5rem;
padding-top: 1.5rem;
padding-bottom: 0;
border-bottom: 1px solid #ccc;
}
.oj-treeview-select-single .oj-typography-body-sm {
font-size: 14px !important;
line-height: 14px !important;
}
.toc-heading {
color: #000 !important;
font-family: Arial;
border-bottom: 1px solid #ccc;
margin: 0;
}
.oj-bg-neutral-10 {
background-color: #fff !important;
}
.navigation-side-bar {
background-color: #f5f5f5 important;
border-right: 1px solid #ccc;
}
#auxiliaryTools{
border-left: 1px solid #ccc;
}
.oj-treeview-select-single .oj-treeview-item-content {
padding-top: 8px;
padding-bottom: 8px;
}
.oj-navigationlist-focused-element.oj-navigationlist-item-content.oj-navigationlist-item-no-icon, td {
font-family: monospace;
}
}