From: R. Steve McKown Date: Thu, 17 Dec 2009 17:14:57 +0000 (-0700) Subject: Git integration is looking quite good now. X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=c94ab1230f28257b655c07f86cc33ac0c719e0aa Git integration is looking quite good now. --- diff --git a/in/gitweb/git-logo.png b/in/gitweb/git-logo.png index f4ede2e..63fc01d 100644 Binary files a/in/gitweb/git-logo.png and b/in/gitweb/git-logo.png differ diff --git a/in/gitweb/githeader.md b/in/gitweb/githeader.md new file mode 100644 index 0000000..de487ab --- /dev/null +++ b/in/gitweb/githeader.md @@ -0,0 +1,3 @@ +title: OSS Projects Repository +template: bodyheader +ctime: 2009-12-17 diff --git a/in/gitweb/gitweb.css b/in/gitweb/gitweb.css index 40f6a02..3689284 100644 --- a/in/gitweb/gitweb.css +++ b/in/gitweb/gitweb.css @@ -1,3 +1,17 @@ +/* ============================================= + Clear - Accessibilty +================================================ */ + +* { + margin: 0; + padding: 0; + border: 0; +} + +/* ============================================= + Main Blocks +================================================ */ + body { font-family: sans-serif; font-size: small; @@ -6,6 +20,129 @@ body { color: #494949; } +/* ============================================= + Header +================================================ */ + +#header { + font-family: "Times New Roman", Times, serif; + font-size: 14px; + margin-bottom: 18px; + width: 955px; + margin-left: auto; + margin-right: auto; + padding: 16px 0; + height: 86px; +} + +#homeLink { + float: left; + width: 280px; + padding-right: 21px; +} + +#homeLink a .homeLinkText { + display: none; +} + +#homeLink a { + display: block; + width: 280px; + height: 86px; + background-image: url(/style/banner.jpg); + background-repeat: no-repeat; + background-position: 0px 5px; +} + +#homeLink a:hover { + background-position: 0px -112px; +} + +#homeLink a:active, +#homeLink.onClick a { + background-position: 0px -110px; +} + +/* ============================================= + Top Info +================================================ */ + +#topInfo { + float: right; +} + +#topInfo p { + color: #444444; + line-height: 18px; + margin-bottom: 18px; + text-align: right; +} + +#topInfo h2 { + color: #23292F; + font-size: 38px; + font-style: italic; + font-weight: normal; + margin-top: 6px; + line-height: 40px; + text-align: right; +} + +#topInfo a { + color: #4A80BE; + text-decoration: none; +} + +#topInfo a:hover { + text-decoration: underline; +} + + +/* ============================================= + Bread Crumbs +================================================ */ + +#breadCrumbs { + width: 100%; + float: right; + margin-top: 8px; + border-top: 1px solid #d4d4d4; +} + +#breadCrumbs p { + color: #444444; + line-height: 18px; + margin-top: 2px; + text-align: right; +} + +#breadCrumbs a { + color: #4A80BE; + text-decoration: none; +} + +#breadCrumbs a:hover { + text-decoration: underline; +} + + +/* ============================================= + Titles +================================================ */ + +h2 { + color: #23292F; + font-size: 38px; + font-style: italic; + font-weight: normal; + margin-top: 6px; + line-height: 40px; +} + +/* ============================================= + Original gitweb CSS, modified (body is at top) +================================================ */ + a { color: #4a80be; text-decoration: none; diff --git a/in/style/bodyheader.tmpl b/in/style/bodyheader.tmpl new file mode 100644 index 0000000..e3a3ef9 --- /dev/null +++ b/in/style/bodyheader.tmpl @@ -0,0 +1,35 @@ +<%def name="contents()">\ +${body} +\ +####################################################################### + diff --git a/in/style/default.css b/in/style/default.css index b51756b..3bca629 100644 --- a/in/style/default.css +++ b/in/style/default.css @@ -650,9 +650,9 @@ hr { #footer { margin: 18px 0 0 0; border-top: 1px solid #d4d4d4; - background-color: #F0F2F6; + //background-color: #F0F2F6; padding-bottom: 20px; - border-bottom: 1px solid #d4d4d4; + //border-bottom: 1px solid #d4d4d4; } #footerInner { diff --git a/in/style/none.tmpl b/in/style/none.tmpl new file mode 100644 index 0000000..9cba21f --- /dev/null +++ b/in/style/none.tmpl @@ -0,0 +1,5 @@ +<%def name="contents()">\ +${body} +\ +####################################################################### +${self.contents()}