Skip to content

Readable further Java guides by jonathanjameswatson

Screenshot of Readable further Java guides

Details

Authorjonathanjameswatson

LicenseMIT License

Categorycl.cam.ac.uk

Created

Updated

Size629 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the further Java guide for the Cambridge University computer science further Java course more readable

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Readable further Java guides
@version      20211025.11.11
@namespace    userstyles.world/user/jonathanjameswatson
@description  Makes the further Java guide for the Cambridge University computer science further Java course more readable
@author       jonathanjameswatson
@license      MIT License
==/UserStyle== */

@-moz-document url-prefix("https://www.cl.cam.ac.uk/teaching/2122/FJava/workbook") {
body {
    max-width: 50rem;
    margin: auto;
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1.45;
    padding: 2rem;
    padding-bottom: 0;
}

pre {
    overflow-x: auto;
}
}

Reviews

No reviews yet.