X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fcss%2FMAPSStyle.css;h=93bf030c844e05d2cc8e27710a91d0b8996b2f5f;hb=fabecda8b02db16f5321ae8b958b3bc3ac30a49c;hp=3945309299dc0fd7dbda3e950e1db74008223abf;hpb=8d6e59ba7728e19d42da1533b9f24d0216867899;p=clearscm.git diff --git a/maps/css/MAPSStyle.css b/maps/css/MAPSStyle.css index 3945309..93bf030 100644 --- a/maps/css/MAPSStyle.css +++ b/maps/css/MAPSStyle.css @@ -75,14 +75,88 @@ body { width: 125px; } +#highlightrow table tr:hover td { + background: #c1dffc; + color: steelblue; +} + +#quickstats { + background-color: #579; +} +#quickstats table { + width: 100%; + overflow: hidden; + border-collapse: collapse; +} +#quickstats tr { + color: white; + display: block; +} +#quickstats tr:hover { + background: #c1dffc; + color: steelblue; +} +#quickstats a { + color: white; + text-decoration: none; +} +#quickstats td a:hover { + background: #c1dffc; + color: steelblue; +} +#quickstats tr td:first-child { + position: relative; +} +#quickstats a:before { + content: ''; + position: absolute; + left: 0; + top: 0; + bottom: 0; + display: block; + width: 142px; +} + + +#quickwrap { + width: 130px; +} +#quickwrap table { + width: 100%; + table-layout: fixed; + border-collapse: collapse; + background: #579; +} +#quickwrap td.link a { + float: left; + width: 10px; + margin-left: -60px; + padding: 0 60px; + position: relative; + text-decoration: none; + color: white; + font-size: 12px; + font-weight: bold; +} + +#quickwrap td.link a:hover { + background: #c1dffc; + color: steelblue; +} +#quickwrap table tr:hover td { + background: #c1dffc; + color: steelblue; +} + .quickstats { - font-size: 10px; + font-size: 12px; + font-weight: bold; line-height: 10px; margin: 2px; width: 125px; } .quickstats a:link { - color: white; + color: #c1dffc; text-decoration: none; } .quickstats a:visited { @@ -92,9 +166,6 @@ body { color: steelblue; background: white; } -.quickstats a:active { - color: Yellow; -} .toolbar a:hover { background: transparent; @@ -132,12 +203,16 @@ body { font-weight: bold; line-height: 12px; font-size: 12px; + text-align: left; + width: 68px; } .smallnumber { color: white; line-height: 12px; font-size: 12px; + text-align: right; + width: 25px; } .header { @@ -422,7 +497,7 @@ img { border-right: solid 3px SteelBlue; border-left: 1px dotted #ccc; border-bottom: 1px dotted #ccc; - font-size: 12px; + font-size: 14px; } .tablebottomleft { background: White; @@ -477,6 +552,7 @@ img { background: White; border-left: 1px dotted #ccc; border-bottom: 1px dotted #ccc; + border-top: 1px dotted #ccc; font-size: 14px; }