X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gitweb.css;h=abf18cccf7971af82a7238f941d759c731bb2377;hb=84b601a962cbfcf00bf86e6e98747944d63b802f;hp=8c58cad59d130b416372fc56a2b59e01903a407f;hpb=c700a75ed533971cf9a24c547590baaf12181c64;p=m6w6%2Fgitweb-theme diff --git a/gitweb.css b/gitweb.css index 8c58cad..abf18cc 100644 --- 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; @@ -178,6 +185,24 @@ a.rss_logo:hover { background-color: #ee5500; } +a.rss_logo:first-child { + margin-right: 25px; +} + +/* 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 ---------------------------------------------------------------------------- */ @@ -369,7 +394,7 @@ th .header { float: right; } -.object_header td, +.object_header td, .object_header th { vertical-align: top; }