X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=1a5a44e2eba82c85e4344e8a9bfb96387aecc510;hp=afe4f9efc3c52b125fd77a12ea8818db298bd739;hb=d037a7b5b22b515f7f15169b15e9bf9631af4809;hpb=fbe9f778729cdc1ae17cb77ea5ce37778863e62b diff --git a/gitweb.css b/gitweb.css index afe4f9e..1a5a44e 100755 --- a/gitweb.css +++ b/gitweb.css @@ -47,6 +47,7 @@ a { outline: none; } body { font-family: "Monaco", "Courier New", monospace; font-size: 12px; + line-height: 1.5; margin: 0; background-color: #fff; color: #000000; @@ -61,6 +62,22 @@ a:hover { text-decoration: underline; } +td.list a[href*='a=tree'], td.list a[href*='a=blob'] { + padding-left: 20px; + display: block; + float: left; + height: 16px; + line-height: 16px; +} + +td.list a[href*='a=tree'] { + background: url(dir.png) center left no-repeat; +} + +td.list a[href*='a=blob'] { + background: url(txt.png) center left no-repeat; +} + i { font-style: normal; } @@ -88,6 +105,7 @@ td, th { background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F5F5F5)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 ); /* ie */ + background: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%); border-bottom: 1px solid #dfdfdf; } @@ -198,6 +216,7 @@ a.rss_logo:hover { background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EFEFEF)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 ); /* ie */ + background: -o-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%); height: 2.5em; border-bottom: 1px solid #e1e1e1; } @@ -460,3 +479,4 @@ td.pre, div.pre, div.diff { .kwb { color:#6b3099; } .kwc { color:#d4663d; } .kwd { color:#2928ff; } +