Adjusted styles to Gitweb 1.7.3.2
[m6w6/gitweb-theme] / gitweb.css
index fe758c294b8e360cc29ab47029c92a9f036c695f..712c77f4b22a14c3599de55419b5f8fa2f52b203 100755 (executable)
@@ -81,7 +81,7 @@ 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;
     background: #FFFFFF; /* old browsers */
@@ -109,9 +109,6 @@ td, th {
 }
 
 .page_header img.logo {
-    float: right;
-    padding: 1.5em 1.0em;
-    border: 0;
     display: none;
 }
 
@@ -129,10 +126,6 @@ td, th {
     border-bottom: 1px solid #ddd;
 }
 
-.page_footer a {
-    padding-top: 5em;
-}
-
 .page_footer_text {
     color: #666;
     display: inline;
@@ -167,7 +160,8 @@ a.rss_logo:hover {
 .project_list,
 .shortlog,
 .tree,
-.commit_search {
+.commit_search,
+.history {
     font-family: "Monaco", "Courier New", monospace;
     width: 95%;
     margin: 0 auto 15px auto;
@@ -198,7 +192,9 @@ a.rss_logo:hover {
 .project_list tr.dark, .project_list tr.light,
 .shortlog tr.dark, .shortlog tr.light,
 .tree tr.dark, .tree tr.light,
-.commit_search tr.dark, .commit_search tr.light {
+.commit_search tr.dark, .commit_search 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 */
@@ -218,31 +214,46 @@ th .header {
     margin: 0;
 }
 
+.pre {
+    font-family: "Monaco", "Courier New", monospace;
+}
+
+.projsearch {
+    position: absolute;
+    right: 4%;
+    top: 15px;
+}
+
 .commit_search {
     background: #eaeaea;
 }
 
 .page_nav,
-.history,
 .list_head,
 .page_path,
 .search {
+    font-family: "Monaco", "Courier New", monospace;
     width: 94%;
-    background: #f0f0f0;
+    background: #eaeaea;
     color: #545454;
     border: 1px solid #d8d8d8;
     padding: 5px;
     margin: 0 auto 15px auto;
 }
 
+.history {
+    font-family: "Monaco", "Courier New", monospace;
+    background: #eaeaea;
+}
+
 .title {
     width: 95%;
     padding: 5px;
 }
 
 .projects_list,
-.heads,
 .tags {
+    font-family: "Monaco", "Courier New", monospace;
     width: 95%;
     background: #f0f0f0;
     color: #545454;
@@ -251,6 +262,15 @@ th .header {
     margin: 0 auto 15px auto;
 }
 
+.heads {
+    font-family: "Monaco", "Courier New", monospace;
+    width: 95%;
+    color: #545454;
+    border: 1px solid #d8d8d8;
+    padding: 5px;
+    margin: 0 auto 15px auto;
+}
+
 .header {
     font-family: "Monaco", "Courier New", monospace;
     width: 94%;
@@ -287,6 +307,7 @@ th .header {
 }
 
 .page_body {
+    font-family: "Monaco", "Courier New", monospace;
     line-height: 1.4em;
     width: 94%;
     background: #f8f8f8;
@@ -303,14 +324,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%;
 }
@@ -351,6 +364,10 @@ span.refs span.head {
     border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 }
 
+span.refs a {
+    color: #000;
+}
+
 /* Diffs
 ---------------------------------------------------------------------------- */