Skip to content

Dark Mode CIS 194 Spring 2013 by mistygibbon

Screenshot of Dark Mode CIS 194 Spring 2013

Details

Authormistygibbon

LicenseNo License

Categoryhttps://www.cis.upenn.edu/~cis1940/spring13/

Created

Updated

Code size808 B

Code checksume8b08cea

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for CIS 194 (Spring 2013) course website

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Dark Mode CIS 194 Spring 2013
@version    20240314.19.22
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.cis.upenn.edu/~cis1940/spring13/"), url-prefix("https://www.seas.upenn.edu/~cis1940/spring13/") {
body,
#content {
    background-color: #121212;
}

h1,
h2,
p,
li,
code,
font {
    color: #FFFFFFc0 !important;
}

pre.sourceCode span.fu {
    color: lightblue;
}

/* unvisited link */
a:link {
    color: skyblue;
    text-decoration: underline;
}

/* visited link */
a:visited {
    color: powderblue;
    text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: hotpink;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: blue;
    text-decoration: underline;
}

#nav {
    background-color: #ddddff30;
}
}

Reviews

No reviews yet.