]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/gitweb/gitweb.css
Update gitweb.css to stay in sync with latest changes to default.css.
[oss-web.git] / in / gitweb / gitweb.css
index 40f6a020f432d129a5fd3a94aeae80b4b03c877f..6a73d7a47789e482ff6301fdb06e603e99c9fb11 100644 (file)
+/* =============================================
+  Clear - Accessibilty
+================================================ */
+
+* {
+       margin: 0;
+       padding: 0;
+}
+
+.clearfix:after {
+       content: ".";
+       display: block;
+       height: 1px;
+       clear: both;
+       visibility: hidden;
+}
+
+.clearfix {
+       display: inline-block;
+}
+
+/* Hides from IE-mac \*/
+
+.clearfix {
+       display: block;
+}
+
+/* End hide from IE-mac */
+
+/* =============================================
+  Main Blocks
+================================================ */
+
 body {
        font-family: sans-serif;
        font-size: small;
-       margin: 10px;
-       background-color: #fff;
        color: #494949;
+       background-color: #FFF;
+       margin: 16px 24px;
+}
+
+#container {
+       background-image: url(/style/sidebar_border.gif);
+       background-repeat: repeat-y;
+}
+
+#error-503 #container {
+       background-image: none;
+}
+
+#wrapper {}
+
+/* =============================================
+  Header
+================================================ */
+
+#header {
+       height: 86px;
+       padding-bottom: 16px;
+       margin-bottom: 18px;
+}
+
+#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 {
+}
+
+#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;
+}
+
+/* =============================================
+  Original gitweb CSS, modified (body is at top)
+================================================ */
+
 a {
        color: #4a80be;
        text-decoration: none;