Skip to content

plank's site styles by worblo

Details

Authorworblo

LicenseNo License

Categoryeecs.utk

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

work in progress css sheet for plank's cs website

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Plank CSS
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    A new userstyle
@author         Weston
==/UserStyle== */
@-moz-document url-prefix("http://web.eecs.utk.edu/~jplank/"), url-prefix("https://web.eecs.utk.edu/~jplank/General-Teaching/"), url-prefix("https://web.eecs.utk.edu/~jplank/") {
    body {
        background-color: #242424;
        color: #ebdbb2;
        font-family: Arial, Helvetica, sans-serif;
        margin:20px;
    }
    
    h1{
        font-size:48px;
        font-family: sans-serif;
        color:#689d6a;
        color:#d65d0e;
        margin:0;
    }
    
    h2{
        font-size:18px;
        margin:0;
    }
    
    h2:nth-of-type(2){
        display:block;
        font-size:40px;
        padding:15px;
        padding-left: 0;
        text-align:center;
    }
    
    h3{
        color:#98971a;
    }
    
    a{
        color:#7fa2ac;
        text-decoration: none;
    }
    
    t{
        font-style: italic;
    }
    
    table{
        font-size:18px;
        border:none;
        border-spacing:0;
        margin-left:auto;
        margin-right: auto;
    }
    
    td{
        border:none;
        padding-bottom:10px;
        padding-top:10px;
    }
    
    tr{
        background-color:#504945;
        color:#ebdbb2;
    }
    tr:nth-of-type(odd){
        background-color:#202020
    }
    pre{
        color: #e7d7ad;
        background-color:#32302f;
    }
    font{
        color: #fb4934; 
    }

}

Reviews

No reviews yet.