]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/gitweb/gitweb.css
Updated gitweb.css supports code highlighting w/new gitweb.cgi
[oss-web.git] / in / gitweb / gitweb.css
index 40f6a020f432d129a5fd3a94aeae80b4b03c877f..4baef91dd3189552dee2e6bcb78797c702e402f4 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;
@@ -36,6 +183,10 @@ img.avatar {
        vertical-align: middle;
 }
 
+a.list img.avatar {
+       border-style: none;
+}
+
 div.page_header {
        height: 25px;
        padding: 8px;
@@ -76,9 +227,17 @@ div.page_footer {
 
 div.page_footer_text {
        float: left;
+       color: #555555;
        font-style: italic;
 }
 
+div#generating_info {
+       margin: 4px;
+       font-size: smaller;
+       text-align: center;
+       color: #505050;
+}
+
 div.page_body {
        padding: 8px;
        font-family: monospace;
@@ -254,6 +413,11 @@ tr.no-previous td.linenr {
        font-weight: bold;
 }
 
+/* for 'blame_incremental', during processing */
+tr.color1 { background-color: #f6fff6; }
+tr.color2 { background-color: #f6f6ff; }
+tr.color3 { background-color: #fff6f6; }
+
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -345,6 +509,23 @@ td.mode {
        font-family: monospace;
 }
 
+/* progress of blame_interactive */
+div#progress_bar {
+       height: 2px;
+       margin-bottom: -2px;
+       background-color: #d8d9d0;
+}
+div#progress_info {
+       float: right;
+       text-align: right;
+}
+
+/* format of (optional) objects size in 'tree' view */
+td.size {
+       font-family: monospace;
+       text-align: right;
+}
+
 /* styling of diffs (patchsets): commitdiff and blobdiff views */
 div.diff.header,
 div.diff.extended_header {
@@ -358,14 +539,18 @@ div.diff.header {
 
        margin-top: 4px;
        padding: 4px 0px 2px 0px;
+       border: solid #d9d8d1;
+       border-width: 1px 0px 1px 0px;
 }
 
 div.diff.header a.path {
+       text-decoration: underline;
 }
 
 div.diff.extended_header,
 div.diff.extended_header a.path,
 div.diff.extended_header a.hash {
+       color: #777777;
 }
 
 div.diff.extended_header .info {
@@ -539,3 +724,32 @@ span.match {
 div.binary {
        font-style: italic;
 }
+
+div.remote {
+       margin: .5em;
+       border: 1px solid #d9d8d1;
+       display: inline-block;
+}
+
+table.shortlog td.author {
+       font-size: 70%;
+       vertical-align: middle;
+}
+
+/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
+
+/* Highlighting theme definition: */
+
+.num    { color:#2928ff; }
+.esc    { color:#ff00ff; }
+.str    { color:#ff0000; }
+.dstr   { color:#818100; }
+.slc    { color:#838183; font-style:italic; }
+.com    { color:#838183; font-style:italic; }
+.dir    { color:#008200; }
+.sym    { color:#000000; }
+.line   { color:#555555; }
+.kwa    { color:#000000; font-weight:bold; }
+.kwb    { color:#830000; }
+.kwc    { color:#000000; font-weight:bold; }
+.kwd    { color:#010181; }