Skip to content

openjdk mailing list by mscg

Details

Authormscg

LicenseNo License

Categoryjdk

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Restyle of the OpenJDK mailing list pages

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           openjdk mailing list
@namespace      MscG styles
@author         MscG
@version        20240829.19.24
==/UserStyle== */
@-moz-document url-prefix("https://mail.openjdk.org/pipermail") {
    * {
        font-size: 20px;
    }

    body {
        margin: 0 auto;
        width: 60%;
    }

    body h1, body h2, body h3 {
        font-size: 2em;
    }

    pre {
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;
    }

    table {
        border: 0;
        border-collapse: collapse;
    }
    
    th, td {
        border: solid 2px;
    }

    table td {
        margin: 0;
        padding: 5px;
    }

    @media (max-width : 980px) {
        table {
            font-size: 1em;
        }
        
        th, td {
            border: solid 3px;
            padding: 10px;
        }
    }
	
    @media (max-width : 980px) and (orientation : portrait) {
        * {
            font-size: 35px;
        }

        body {
            width: 95%;
        }
    }
	
    @media (max-width : 980px) and (orientation : landscape) {
        * {
            font-size: 22px;
        }

        body {
            width: 80%;
        }
    }

}

Reviews

No reviews yet.