]> git.armaanb.net Git - stagit.git/blobdiff - resources/style.css
Removes unused CSS
[stagit.git] / resources / style.css
index c90665aec9bca2a650d128a0b2abfb200b95cea1..4347fdbf72db69b22bb32d1a2b1f8fc35f45e4bf 100644 (file)
@@ -1,9 +1,7 @@
 body {
        font-size: 0.8rem;
        font-family: monospace;
-       color: #ebdbb2;
-       background-color: #282828;
-       max-width: 100%;
+       max-width: 125ch;
        width: max-content;
 }
 
@@ -34,10 +32,6 @@ article img {
        max-width: 100%;
 }
 
-a {
-       color: #83a598;
-}
-
 table thead td {
        font-weight: bold;
 }
@@ -48,7 +42,6 @@ table td {
 
 #content table td {
        vertical-align: top;
-       white-space: nowrap;
 }
 
 #branches tr:hover td,
@@ -56,7 +49,7 @@ table td {
 #index tr:hover td,
 #log tr:hover td,
 #files tr:hover td {
-       background-color: #333;
+       background-color: #eee;
 }
 
 #index tr td:nth-child(2),
@@ -75,29 +68,30 @@ table td {
 }
 
 .desc {
-       color: #928374;
+       color: #555;
+       margin: 0.5em 0;
 }
 
 hr {
        border: 0;
-       border-top: 1px solid #928374;
+       border-top: 1px solid #555;
        height: 1px;
 }
 
 pre a.h {
-       color: #fe8019;
+       color: #555;
 }
 
 .A,
 span.i,
 pre a.i {
-       color: #b8bb26;
+       color: #00A000;
 }
 
 .D,
 span.d,
 pre a.d {
-       color: #fb4934;
+       color: #A00000;
 }
 
 pre a.h:hover,
@@ -106,17 +100,19 @@ pre a.d:hover {
        text-decoration: none;
 }
 
-.url td:nth-child(2) {
-       padding-top:    0.2em;
-       padding-bottom: 0.9em;
+.clone {
+       padding: 0.25em 0.5em;
+       border: 1px solid #555;
+       border-radius: 5px;
+       width: max-content;
+       margin: 0.5em 0;
 }
 
-.url td:nth-child(2) span {
-       padding: 1px 5px;
-       border: 1px solid #ebdbb2;
-       border-radius: 5px;
+.clone a {
+       color: #555;
 }
 
-.url td:nth-child(2) span a {
-       color: #ebdbb2;
+.logo {
+       float: left;
+       padding-right: 1em;
 }