]> 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 597592bd0d6806c76ba93c89636cd5957a3d2066..4baef91dd3189552dee2e6bcb78797c702e402f4 100644 (file)
@@ -7,6 +7,26 @@
        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: 0 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 {
-       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;
+       padding-bottom: 16px;
+       margin-bottom: 18px;
 }
 
 #homeLink {
@@ -67,7 +93,6 @@ body {
 ================================================ */
 
 #topInfo {
-       float: right;
 }
 
 #topInfo p {
@@ -124,21 +149,6 @@ body {
        text-decoration: underline;
 }
 
-
-/* =============================================
-  Titles
-================================================ */
-
-h2 {
-       color: #23292F;
-       font-size: 38px;
-       font-style: italic;
-       font-weight: normal;
-       margin-top: 6px;
-       line-height: 40px;
-       margin-bottom: 0;
-}
-
 /* =============================================
   Original gitweb CSS, modified (body is at top)
 ================================================ */
@@ -173,6 +183,10 @@ img.avatar {
        vertical-align: middle;
 }
 
+a.list img.avatar {
+       border-style: none;
+}
+
 div.page_header {
        height: 25px;
        padding: 8px;
@@ -213,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;
@@ -391,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%;
@@ -482,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 {
@@ -495,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 {
@@ -676,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; }