]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/gitweb/gitweb.css
Git integration is looking quite good now.
[oss-web.git] / in / gitweb / gitweb.css
index 40f6a020f432d129a5fd3a94aeae80b4b03c877f..3689284c93cb643a44743c56a713dff3899a319d 100644 (file)
@@ -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;