diff --git a/style-aqua.css b/style-aqua.css index fa144b26a..4f1e7f0ea 100644 --- a/style-aqua.css +++ b/style-aqua.css @@ -17,7 +17,7 @@ h2.info2 { h2.error { - background:blue; + background:red; color:white; color:white; font-size:20px; @@ -77,7 +77,7 @@ div.debit{ } div.redcontent{ position: absolute; - top:40px; + top:44px; left:250px; width:600px; background-color:#E3F0FF; @@ -151,24 +151,22 @@ td.cell{ border-width:1pt; font-size:11pt; } -a.mtitle:link { - text-decoration:none; - color:black; +td.selectedcell{ + border-style:solid; + border-width:1pt; + font-size:11pt; + background:blue ; + color:white; } -a.mtitle:visited { - text-decoration:none; - color:black; - } -a.mtitle:active { +a.mtitle{ text-decoration:none; - background:#0F4CD0; - } - + color:blue; +} a.mtitle:hover { color:white; background-color:#5D90CD; - text-decoration:underline; + text-decoration:none; } a.one:link { diff --git a/style-elegant.css b/style-elegant.css index a0ec3e6c7..cf7c26f8f 100644 --- a/style-elegant.css +++ b/style-elegant.css @@ -151,6 +151,14 @@ td.cell{ border-width:1pt; font-size:11pt; } +td.selectedcell{ + border-style:solid; + border-width:1pt; + font-size:11pt; + background:blue ; + color:white; +} + a.mtitle:link { text-decoration:none; color:black; diff --git a/style-light.css b/style-light.css index 4805fdcd4..da38034be 100644 --- a/style-light.css +++ b/style-light.css @@ -71,13 +71,13 @@ div.debit{ } div.redcontent{ position: absolute; - top:40px; + top:50px; left:250px; width:600px; } div.ccontent{ position: absolute; - top:40px; + top:50px; left:130px; width:680px; } @@ -144,24 +144,28 @@ td.cell{ border-width:1pt; font-size:11pt; } -a.mtitle:link { - text-decoration:none; - color:black; +td.selectedcell{ + border-style:solid; + border-width:1pt; + font-size:11pt; + background:blue ; + color:white; } -a.mtitle:visited { - text-decoration:none; - color:black; - } -a.mtitle:active { - text-decoration:none; - background:#0F4CD0; +a.mtitle { + height:30px; + text-decoration:none; + display:block; +color:blue; } a.mtitle:hover { - color:white; - background-color:#5D90CD; - text-decoration:underline; + height:30px; + + color:white; + background-color:#5D90CD; + text-decoration:none; + display:block; } a.one:link { diff --git a/style.css b/style.css index b03128ad5..78a5fe46f 100644 --- a/style.css +++ b/style.css @@ -130,22 +130,24 @@ td.odd{ border:Opt } td.cell{ + color:blue; +background-color:#C5CACD; border-style:solid; border-width:1pt; font-size:11pt; } -a.mtitle:link { - text-decoration:none; - color:white +td.selectedcell{ + border-style:solid; + border-width:1pt; + font-size:11pt; + background:blue ; + color:white; } -a.mtitle:visited { - text-decoration:none; - color:white - } -a.mtitle:active { - background:#0F4CD0; - } +a.mtitle { + text-decoration:none; + color:white; +} a.mtitle:hover { background:#4BCCD0; }