testing images sizes
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 5b3051e..5483548 100644 (file)
@@ -55,7 +55,8 @@ a { outline: none; }
   --link-visited: #e7b788;
   --border: 34,40,49,0.035;
   --accent: #FD7014;
-  --bluish-grey: #3f4c77;
+  --shadow: 0,0,0,0.2;
+  --bluish-grey: #282d3d;
   --dark-grey: #393E46;
   --light-grey: #ababcf;
 /* Icons */
@@ -78,6 +79,7 @@ a { outline: none; }
     --bg-alt: #222831;
     --fg: #D8D9CF;
     --border: 216,217,207,0.2;
+    --shadow: 255,255,255,0.2;
   --file-icon: url("file.svg");
   --dir-icon: url("folder.svg");
   --ref-icon: url("commit.svg");
@@ -169,6 +171,7 @@ td, th {
 /* Page Header
 ---------------------------------------------------------------------------- */
 
+/* breadcrumbs */
 .page_header {
   height: 50px;
   line-height: 50px;
@@ -177,8 +180,6 @@ td, th {
   margin-bottom: 20px;
   font-size: 20px;
   font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif;
-  background: var(--bluish-grey); /* old browsers */
-  background: linear-gradient(112deg, var(--bluish-grey) 10%, var(--light-grey) 75%);
   border-bottom: 1px solid rgba(var(--border));
 }
 
@@ -214,21 +215,18 @@ td, th {
 
 .page_footer,
 .site-footer {
+  background-color: var(--bluish-grey);
   width: 100%;
-  background: var(--bluish-grey); /* old browsers */
-  background: linear-gradient(112deg, var(--bluish-grey) 65%, var(--light-grey) 100%);
   margin: 0;
 }
 
 .page_footer {
   height: 40px;
   line-height: 40px;
-  border-top: 2px solid rgba(var(--border));
-  border-bottom: 1px solid rgba(var(--border));
 }
 
 .page_footer_text {
-  color: var(--bg);
+  color: var(--fg);
   text-align: right;
   padding-right: 2em;
   display: inline;
@@ -318,10 +316,10 @@ div.page_header a img.logo {
 .history {
   width: 95%;
   margin: 0 auto 15px auto;
-/*  border: 1px solid rgba(var(--border));
-  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
-  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
-  box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
+  border: 1px solid rgba(var(--border));
+  -moz-box-shadow: 0 0 3px rgba(var(--shadow));
+  -webkit-box-shadow: 0 0 3px rgba(var(--shadow));
+  box-shadow: 0 0 3px rgba(var(--shadow));
 }
 
 .project_list th,
@@ -406,7 +404,7 @@ th .header {
 
 .title {
   font-size: 2em;
-  font-style: capitalize;
+  text-transform: capitalize;
   margin: 0 auto 15px auto;
   padding: 5px;
   width: 95%;
@@ -488,25 +486,22 @@ th .header {
   width: 95%;
   background: var(--bluish-grey);
   color: var(--light-grey);
-  border: 1px solid #d8d8d8;
   padding: 5px;
   margin: 0 auto 15px auto;
 }
 
 .heads {
   width: 95%;
-  color: #545454;
-  border: 1px solid #d8d8d8;
+  color: var(--fg);
   padding: 5px;
   margin: 0 auto 15px auto;
 }
 
 .header {
-  width: 94%;
+  text-transform: capitalize;
   margin: 0 auto 15px auto;
-  background: var(--light-grey);
-  border: 1px solid rgba(var(--border));
   padding: 5px;
+  width: 95%;
 }
 
 .header .age {
@@ -519,7 +514,6 @@ th .header {
 .title_text {
   width: 94%;
   background: #eaf2f5;
-  border: 1px solid #bedce7;
   padding: 5px;
   margin: 0 auto 0 auto;
 }
@@ -527,8 +521,6 @@ th .header {
 .log_body {
   width: 94%;
   background: #eaf2f5;
-  border: 1px solid #bedce7;
-  border-top: 0;
   padding: 5px;
   margin: 0 auto 15px auto;
 }
@@ -537,7 +529,6 @@ th .header {
   line-height: 1.4em;
   width: 94%;
   background: #f8f8f8;
-  border: 1px solid #d8d8d8;
   padding: 5px;
   margin: 15px auto 15px auto;
 }
@@ -545,7 +536,6 @@ th .header {
 .diff_tree {
   width: 95%;
   background: #f0f0f0;
-  border: 1px solid #d8d8d8;
   padding: 5px;
   margin: 0 auto 15px auto;
 }
@@ -566,10 +556,11 @@ th .header {
 .author_date .avatar {
   position: relative;
   top: 3px;
+  width: 32;
+  height: 32;
 }
 
 .object_header .avatar {
-  border: 1px solid #D8D8D8;
   float: right;
 }
 
@@ -586,8 +577,6 @@ span.refs span {
   display: inline-block;
   margin: 0;
   background-color: var(--bg);
-  border: 1px solid rgba(var(--border));
-  border-radius: 3px;
   height: 18px;
   padding: 0 6px;
   text-overflow: ellipsis;
@@ -598,8 +587,6 @@ span.refs span.ref {
   display: inline-block;
   margin: 0;
   background-color: var(--bg-alt);
-  border: 1px solid var(--link);
-  border-radius: 3px;
   height: 18px;
   padding: 0 6px;
   text-overflow: ellipsis;