Last active
December 18, 2015 08:29
-
-
Save Angles/5754449 to your computer and use it in GitHub Desktop.
Safari UserCSS for this site with famous old political documents, easier on eyes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Safari UserCSS - avalon law yale edu Better */ | |
/* http://avalon.law.yale.edu/(STAR) */ | |
/* version 1.3 */ | |
body { | |
background-color: slategray !important; | |
font-size: 1.3em !important; | |
} | |
table, p { | |
background-color: #E0E0E0 !important; | |
} | |
.nothing { | |
color: #002211 !important; | |
color: #660000 ! important; | |
color: #d5bf9b ! important; | |
color: #004400 ! important; | |
} | |
span.listheader { | |
color: #002244 !important; | |
font-weight: bold !important; | |
font-size: 1.1em !important; | |
} | |
A:link { | |
background-color: #E0E0E0 !important; | |
color:#002211 ! important; | |
text-decoration: none ! important;} | |
A:visited { | |
color: #005500 ! important; | |
font-style: italic ! important;} | |
A:active { | |
color:red ! important; | |
font-style: italic ! important;} | |
A:hover { | |
color:#444400 ! important; | |
text-decoration: underline ! important;} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment