summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-12 04:05:37 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-12 04:05:37 +0000
commit5ece5fdc55596b08577f446ff9432026c798da57 (patch)
tree0eb1d4434f12f77b7b56fc8e1548b828f68dde73 /stylesheet.css
parenteaf7260e0a6318f25cc6fcb18661ca04acd46005 (diff)
tag style changes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@86 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/stylesheet.css b/stylesheet.css
index b4c69c5..72955f6 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -105,6 +105,21 @@ a:hover {
color: #00aa44;
}
+a.tag {
+ font-size: 14px;
+ color: #000000;
+ text-decoration: underline;
+ font-style: italic;
+}
+
+a.tag:visited, a.tag:active {
+ color: #00ff00;
+}
+a.tag:hover {
+
+ color: #00aa44;
+}
+
#matrix,#single {
padding: 10px;
}