X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=b2cd8ddc40e19160055e8b545bda6a0f50974181;hp=c595073370b461090019002e790d1e1e9e53e93a;hb=e88c514f6f5233447a8bb9debcd140bc719e5082;hpb=aadd51d179d56841e3624315035f521aba6c4177 diff --git a/gitweb.css b/gitweb.css old mode 100755 new mode 100644 index c595073..b2cd8dd --- a/gitweb.css +++ b/gitweb.css @@ -44,10 +44,15 @@ a { outline: none; } /* General ---------------------------------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} + body { font: 13px Helvetica,arial,freesans,clean,sans-serif; line-height: 1.4; - margin: 0; + margin: 0 0 105px; background-color: #fff; color: #000000; } @@ -140,11 +145,13 @@ td, th { ---------------------------------------------------------------------------- */ .page_footer { + position: absolute; + left: 0; + bottom: 0; + width: 100%; height: 80px; line-height: 80px; - padding: 0 30px; margin-top: 15px; - margin-bottom: 30px; background: #f1f1f1; border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; @@ -154,6 +161,7 @@ td, th { color: #666; display: inline; float: left; + margin-left: 25px; } a.rss_logo { @@ -178,6 +186,29 @@ a.rss_logo:hover { background-color: #ee5500; } +.rss_logo { + margin-right: 25px; + background: yellow; +} + +.rss_logo:last-child { + margin-right: 5px; +} + +/* Index include +---------------------------------------------------------------------------- */ + +.index_include { + width: 95%; + margin: 0 auto 15px; + background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent; + border: 1px solid #DFDFDF; + padding: 8px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + /* Elements ---------------------------------------------------------------------------- */ @@ -358,6 +389,22 @@ th .header { width: 99%; } +.author .avatar, +.author_date .avatar { + position: relative; + top: 3px; +} + +.object_header .avatar { + border: 1px solid #D8D8D8; + float: right; +} + +.object_header td, +.object_header th { + vertical-align: top; +} + /* Refs ---------------------------------------------------------------------------- */ @@ -524,7 +571,7 @@ td.error { /* blob view */ td.pre, div.pre, div.diff { - white-space: pre; + white-space: pre-wrap; } /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */ @@ -544,3 +591,4 @@ td.pre, div.pre, div.diff { .kwb { color:#6b3099; } .kwc { color:#d4663d; } .kwd { color:#2928ff; } +