Only in header no monospace fonts
[m6w6/gitweb-theme] / gitweb.css
index 4ec74c40cec96c257a74636e45748c21eea61b6c..9f48e39f50ca3eae6d3af7865c01d7c47b5ab85a 100755 (executable)
@@ -45,7 +45,7 @@ a { outline: none; }
 ---------------------------------------------------------------------------- */
 
 body {
-    font-family: Helvetica,Arial,Freesans,Clean,sans-serif;
+    font-family: "Monaco", "Courier New", monospace;
     font-size: 12px;
     margin: 0;
     background-color: #fff;
@@ -81,9 +81,9 @@ td, th {
     line-height: 50px;
     position: relative;
     padding: 0 27px;
-    margin-bottom: 30px;
+    margin-bottom: 20px;
     font-size: 20px;
-    font-family: Helvetica,Arial,Freesans,Clean,sans-serif;
+    font-family: Helvetica, Arial, Freesans, Clean, sans-serif;
     background: #FFFFFF; /* old browsers */
     background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%); /* firefox */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F5F5F5)); /* webkit */
@@ -162,7 +162,6 @@ a.rss_logo:hover {
 .tree,
 .commit_search,
 .history {
-    font-family: "Monaco", "Courier New", monospace;
     width: 95%;
     margin: 0 auto 15px auto;
     border: 1px solid #d8d8d8;
@@ -193,7 +192,8 @@ a.rss_logo:hover {
 .shortlog tr.dark, .shortlog tr.light,
 .tree tr.dark, .tree tr.light,
 .commit_search tr.dark, .commit_search tr.light,
-.history tr.dark, .history tr.light {
+.history tr.dark, .history tr.light,
+.heads tr.dark, .heads tr.light {
     background: #F9F9F9; /* old browsers */
     background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%); /* firefox */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EFEFEF)); /* webkit */
@@ -213,8 +213,10 @@ th .header {
     margin: 0;
 }
 
-.pre {
-    font-family: "Monaco", "Courier New", monospace;
+.projsearch {
+    position: absolute;
+    right: 4%;
+    top: 15px;
 }
 
 .commit_search {
@@ -225,7 +227,6 @@ th .header {
 .list_head,
 .page_path,
 .search {
-    font-family: "Monaco", "Courier New", monospace;
     width: 94%;
     background: #eaeaea;
     color: #545454;
@@ -235,7 +236,6 @@ th .header {
 }
 
 .history {
-    font-family: "Monaco", "Courier New", monospace;
     background: #eaeaea;
 }
 
@@ -245,7 +245,6 @@ th .header {
 }
 
 .projects_list,
-.heads,
 .tags {
     width: 95%;
     background: #f0f0f0;
@@ -255,8 +254,15 @@ th .header {
     margin: 0 auto 15px auto;
 }
 
+.heads {
+    width: 95%;
+    color: #545454;
+    border: 1px solid #d8d8d8;
+    padding: 5px;
+    margin: 0 auto 15px auto;
+}
+
 .header {
-    font-family: "Monaco", "Courier New", monospace;
     width: 94%;
     margin: 0 auto 15px auto;
     background: #eaf2f5;
@@ -272,7 +278,6 @@ th .header {
 }
 
 .title_text {
-    font-family: "Monaco", "Courier New", monospace;
     width: 94%;
     background: #eaf2f5;
     border: 1px solid #bedce7;
@@ -281,7 +286,6 @@ th .header {
 }
 
 .log_body {
-    font-family: "Monaco", "Courier New", monospace;
     width: 94%;
     background: #eaf2f5;
     border: 1px solid #bedce7;
@@ -307,14 +311,6 @@ th .header {
     margin: 0 auto 15px auto;
 }
 
-.author_date {
-    width: 94%;
-    background: #f0f0f0;
-    border: 1px solid #d8d8d8;
-    padding: 5px;
-    margin: 0 auto 15px auto;
-}
-
 .page_body > .list_head {
     width: 98.5%;
 }
@@ -355,11 +351,14 @@ span.refs span.head {
     border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 }
 
+span.refs a {
+    color: #000;
+}
+
 /* Diffs
 ---------------------------------------------------------------------------- */
 
 .patchset {
-    font-family: "Monaco", "Courier New", monospace;
     overflow: auto;
 }