diff --git a/html/style-light.css b/html/style-light.css
index 74fa8a094..f80d2e58a 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -230,6 +230,7 @@ td.cell{
td.selectedcell{
border-style:solid;
border-width:1pt;
+ width:75px;
font-size:10px;
background:blue ;
color:white;
@@ -248,6 +249,7 @@ a.mtitle:hover {
background-color:#5D90CD;
text-decoration:none;
display:block;
+
}
a.cell {
text-decoration:none;
@@ -268,8 +270,8 @@ a.cell:hover {
a.mtitle2 {
height:30px;
text-decoration:none;
-color:white;
- }
+ color:blue;
+}
a.mtitle2:hover {
height:30px;
@@ -277,41 +279,49 @@ a.mtitle2:hover {
color:green;
background-color:#5D90CD;
text-decoration:none;
- }
+ }
a.one:link {
- text-decoration:underline;
+ text-decoration:none;
color:#3010FF
}
a.one:visited {
- text-decoration:underline;
+ text-decoration:none;
color:#3010FF
}
+
a.one:active {
- background: #0000FF
+ background: #0000FF;
}
a.one:hover {
+ text-decoration:underline;
background:#3010FF;
- color:#FFFFFF
+ color:#FFFFFF;
}
a.two:link {
text-decoration:none;
- color:#3010FF
+ background:#3010FF;
+ color:yellow;
+ padding: 0.1em 0.5em;
}
a.two:visited {
text-decoration:none;
- color:#3010FF
+ background:#3010FF;
+ color:yellow;
+ padding: 0.1em 0.5em;
}
a.two:active {
- background: #0000FF;
+ background:#3010FF;
+ color:yellow;
+ padding: 0.1em 0.5em;
}
a.two:hover {
background:#3010FF;
color:#FFFFFF;
- font-size:19px
+ padding: 0.1em 0.5em;
}
th.doc {
@@ -342,4 +352,9 @@ a.detail:hover
text-decoration: none;
display: block;
}
+
+li.menuv,ol.menuv {
+ display:inline;
+ padding:1em 1em;
+}
/* */