X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=e5eb53f4ebad9f14942985fb4a0a7ab572eced5a;hp=dd455b4af65e0d874c0ed1495fc50d12002894c9;hb=342cc2d2194973735c620d54520089ebcc3e2899;hpb=49a661b05516fe933207608d96be5fc7923dd58c diff --git a/gitweb.css b/gitweb.css index dd455b4..e5eb53f 100644 --- a/gitweb.css +++ b/gitweb.css @@ -313,8 +313,8 @@ th .header { .readme { background: #eaf2f5; border: 1px solid #bedce7; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 15px auto; padding: 15px; @@ -500,6 +500,9 @@ span.refs span.ref { height: 18px; padding: 0 6px; text-overflow: ellipsis; + background-image: url('ref.png'); + background-repeat: no-repeat; + padding-left: 18px; } span.refs span.tag { @@ -512,6 +515,9 @@ span.refs span.tag { height: 18px; padding: 0 6px; text-overflow: ellipsis; + background-image: url('tag.png'); + background-repeat: no-repeat; + padding-left: 18px; } span.refs span.head { @@ -524,6 +530,9 @@ span.refs span.head { height: 18px; padding: 0 6px; text-overflow: ellipsis; + background-image: url('head.png'); + background-repeat: no-repeat; + padding-left: 18px; } span.refs a { @@ -602,6 +611,20 @@ div.chunk_block div.new { border-left: 5px solid #EAF2F5; } +/* Category +---------------------------------------------------------------------------- */ + +td.category { + background: #E6F1F6; /* old browsers */ + background: -moz-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%); /* firefox */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8D8E7), color-stop(100%,#E6F1F3)); /* webkit */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8D8E7', endColorstr='#E6F1F3',GradientType=0 ); /* ie */ + background: -o-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%); + font-weight: bold; + border-bottom: 1px solid #D1D1D1; + border-top: 1px solid #D1D1D1; +} + /* Age ---------------------------------------------------------------------------- */