diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 17:17:59 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 17:17:59 -0500 |
| commit | ecbcf4b0a82717003c5da05b34c3126f5f4b8b10 (patch) | |
| tree | 20d3402add4ec1144b01e21d9c4eb50d50b6a5a6 /docs/css/slightoranges.css | |
| parent | bcd0a993547ec61396bad0233b4ce4efc20ddbf8 (diff) | |
docs
Diffstat (limited to 'docs/css/slightoranges.css')
| -rw-r--r-- | docs/css/slightoranges.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/css/slightoranges.css b/docs/css/slightoranges.css new file mode 100644 index 0000000..2559a91 --- /dev/null +++ b/docs/css/slightoranges.css @@ -0,0 +1,36 @@ +body {
+ color: #000000;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 0;
+}
+TD, TH, .BOD, FONT {
+ color: #000000;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 0;
+}
+a:link {
+ color: #2050ca;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
+a:visited {
+ color: #1030aa;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
+a:active {
+ color: #a0a0c7;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
+a:hover {
+ color: #9090f0;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
\ No newline at end of file |
