Skip to content

submit.cs.umd.edu by algomorph

Details

Authoralgomorph

LicenseNo License

Categorysubmit.cs.umd.edu

Created

Updated

Size804 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for the Marmoset Submit Server (still used at CS Department of University of Maryland, College Park, and a few other locations. Hopefully, not for much longer.)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Empty @name replaces the default template - 4/30/2022, 2:11:07 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://submit.cs.umd.edu") {
    
body {
    color: #cfcfcf;
    background: #333;
}

th {
    vertical-align: bottom;
    padding: 4px;
    border: 1px solid #8e8e8e;
    margin: 0px;
    background: #4b0a0a;
}

a:visited {
    color: rgb(110, 149, 187) !important;
}

tr.r0 {
    background: #41403d;
    background-color: rgb(74, 73, 69);
}

tr.r1 {
    background-color: #717070;
}

a,
a:visited,
a:hover {
    color: #9d9db2;
}
a:link {
    color: #c1aa8d;
}

.tray-file-view {
    margin: 3px;
    border: 2px solid #191919;
}
    
}

Reviews

No reviews yet.