From a6925ca86c0828e07ca7760106bde8270a4ea273 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 30 Nov 2003 13:14:11 +0000 Subject: [PATCH] New style mtitle2 --- style-aqua.css | 10 ++++++++++ style-elegant.css | 4 ++-- style-light.css | 14 ++++++++++++++ style.css | 8 ++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/style-aqua.css b/style-aqua.css index 4f1e7f0ea..c998e5a5f 100644 --- a/style-aqua.css +++ b/style-aqua.css @@ -169,6 +169,16 @@ a.mtitle:hover { text-decoration:none; } +a.mtitle2{ + text-decoration:none; + color:blue; +} +a.mtitle2:hover { + color:white; + background-color:#5D90CD; + text-decoration:none; + } + a.one:link { text-decoration:underline; color:#3010FF diff --git a/style-elegant.css b/style-elegant.css index cf7c26f8f..1b9a391f8 100644 --- a/style-elegant.css +++ b/style-elegant.css @@ -168,12 +168,12 @@ a.mtitle:visited { color:black; } -a.mtitle:active { +a.mtitle2:active { text-decoration:none; background:#0F4CD0; } -a.mtitle:hover { +a.mtitle2:hover { color:white; background-color:#5D90CD; text-decoration:underline; diff --git a/style-light.css b/style-light.css index da38034be..f3a16f49b 100644 --- a/style-light.css +++ b/style-light.css @@ -168,6 +168,20 @@ a.mtitle:hover { display:block; } +a.mtitle2 { + height:30px; + text-decoration:none; +color:white; + } + +a.mtitle2:hover { + height:30px; + + color:green; + background-color:#5D90CD; + text-decoration:none; + } + a.one:link { text-decoration:underline; color:#3010FF diff --git a/style.css b/style.css index 78a5fe46f..3e366037f 100644 --- a/style.css +++ b/style.css @@ -152,6 +152,14 @@ a.mtitle:hover { background:#4BCCD0; } +a.mtitle2 { + text-decoration:none; + color:white; +} +a.mtitle2:hover { + background:#4BCCD0; + } + a.one:link { text-decoration:underline; color:#3010FF