aboutsummaryrefslogtreecommitdiffstats
path: root/styles/grey
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-18 21:11:52 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-18 21:11:52 +0000
commit6aa513f5cd80c9d04d9c242b8b86f0966e5656c8 (patch)
treef41d8713fd1dc0f1b8aa85df8c4825c93e9d10f0 /styles/grey
parenta34c8777a5c7f2112f7d03a86a1dc68e5b756143 (diff)
downloadphpicalendar-6aa513f5cd80c9d04d9c242b8b86f0966e5656c8.tar.gz
phpicalendar-6aa513f5cd80c9d04d9c242b8b86f0966e5656c8.tar.bz2
phpicalendar-6aa513f5cd80c9d04d9c242b8b86f0966e5656c8.zip
Added links to months in year view via a new style class. Update styles.
Diffstat (limited to 'styles/grey')
-rw-r--r--styles/grey/default.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/grey/default.css b/styles/grey/default.css
index 48644b9..03189ef 100644
--- a/styles/grey/default.css
+++ b/styles/grey/default.css
@@ -36,6 +36,13 @@ a.ps2:link { color: #0066FF; background-color: transparent; }
a.ps2:visited { color: #0066FF; background-color: transparent; }
a.ps2:active { color: #3366CC; background-color: transparent; }
a.ps2:hover { color: #000099; background-color: transparent; }
+
+/* This is the link style for year months */
+a.ps3 { text-decoration: none; }
+a.ps3:link { color: #000000; background-color: transparent; }
+a.ps3:visited { color: #000000; background-color: transparent; }
+a.ps3:active { color: #000000; background-color: transparent; }
+a.ps3:hover { color: #000000; background-color: transparent; text-decoration: underline;}
/* Body attributes */

© 2014-2024 Faster IT GmbH | imprint | privacy policy