X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fcss%2FMAPSStyle.css;h=93bf030c844e05d2cc8e27710a91d0b8996b2f5f;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=ca8c491cfa005482cdded23fafb115cd9b440942;hpb=2911826fd83a57b69c528e4daaf8df30c00b6d2b;p=clearscm.git diff --git a/maps/css/MAPSStyle.css b/maps/css/MAPSStyle.css index ca8c491..93bf030 100644 --- a/maps/css/MAPSStyle.css +++ b/maps/css/MAPSStyle.css @@ -75,31 +75,96 @@ 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; } - -.smallnumber a:link { - color: yellow; +.quickstats a:link { + color: #c1dffc; text-decoration: none; } - -.smallnumber a:visited { +.quickstats a:visited { color: white; - font-weight: bold; - background-color: yellow; -} -.smallnumber a:hover { - color: yellow; - background: blue; } - .quickstats a:hover { - background: blue; - color: white; + color: steelblue; + background: white; } .toolbar a:hover { @@ -138,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 { @@ -428,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; @@ -436,7 +505,7 @@ img { border-left: solid 3px SteelBlue; border-right: 1px dotted #ccc; border-bottom: solid 3px SteelBlue; - font-size: 14px; + font-size: 12px; -moz-border-radius-bottomleft: 7px; border-bottom-left-radius: 7px; } @@ -483,6 +552,7 @@ img { background: White; border-left: 1px dotted #ccc; border-bottom: 1px dotted #ccc; + border-top: 1px dotted #ccc; font-size: 14px; } @@ -570,21 +640,17 @@ img { .menu { font-weight: bold; } - .menu a:link { color: White; text-decoration: none; } - .menu a:visited { color: White; } - .menu a:hover { color: Yellow; background: none; } - .menu a:active { color: Yellow; } @@ -593,20 +659,16 @@ img { .intromenu { font-weight: bold; } - .intromenu a:link { color: Red; } - .intromenu a:visited { color: white; } - .intromenu a:hover { color: White; background: Red; } - .intromenu a:active { color: Yellow; }