X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=gitweb.css;h=a062934106cfcc293fc20ef123af73c586530ca9;hb=bdd6d5ffc5107af540e893c16f5e0ebb6265591a;hp=7cb593e011a58d866511fe587d3835e87ff58dab;hpb=e189d61c96325066459c054bd1642d1792794a34;p=m6w6%2Fgitweb-theme diff --git a/gitweb.css b/gitweb.css index 7cb593e..a062934 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; @@ -154,6 +161,7 @@ td, th { color: #666; display: inline; float: left; + margin-left: 25px; } a.rss_logo { @@ -178,6 +186,15 @@ a.rss_logo:hover { background-color: #ee5500; } +.rss_logo { + margin-right: 25px; + background: yellow; +} + +.rss_logo:last-child { + margin-right: 5px; +} + /* Index include ---------------------------------------------------------------------------- */ @@ -288,9 +305,22 @@ th .header { } .title { - width: 95%; + margin: 0 auto 15px auto; padding: 5px; + width: 95%; +} + +.readme { + background: #eaf2f5; + border: 1px solid #bedce7; + box-sizing: border-box; margin: 0 auto 15px auto; + padding: 15px; + width: 95%; +} + +.readme h1 { + margin-top: 0; } .projects_list,