evaluating if it's better to modify the script or style everything
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 88dd962..3c7a7b1 100644 (file)
@@ -201,60 +201,51 @@ td, th {
 /* Page Footer
 ---------------------------------------------------------------------------- */
 
+.page_footer,
+.site-footer {
+  width: 100%;
+  background: var(--bg-alt);
+}
+
 .page_footer {
+  height: 40px;
   position: absolute;
   left: 0;
   bottom: 0;
-  width: 100%;
-  height: 80px;
-  line-height: 80px;
+  line-height: 40px;
   margin-top: 15px;
-  background: var(--bg);
   border-top: 2px solid var(--border);
   border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {
+  background-color: var(--accent);
   color: var(--fg);
+  text-align: right;
   display: inline;
-  float: left;
-  margin-left: 25px;
-  width: 80%;
+  float: right;
+  width: calc(100% - 2em);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 
-a.rss_logo {
-  float: right;
-  padding: 3px 1px;
-  width: 35px;
-  line-height: 10px;
-  border: 1px solid;
-  border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
-  color: #ffffff;
-  background-color: #ff6600;
-  font-weight: bold;
-  font-family: 'Montserrat', sans-serif;
-  font-size: 80%;
-  text-align: center;
-  text-decoration: none;
-  margin-top: 30px;
-  margin-left: 5px;
-}
+.site-footer {
 
-a.rss_logo:hover {
-  background-color: #ee5500;
 }
 
-.rss_logo {
-  margin-right: 25px;
-  background: yellow;
+a.rss_logo {
+  border: 0;
+  clip: rect(1px, 1px, 1px, 1px);
+  clip-path: inset(100%);
+  height: 1px;
+  overflow: hidden;
+  padding: 0;
+  position: absolute;
+  white-space: nowrap;
+  width: 1px;
 }
 
-.rss_logo:last-child {
-  margin-right: 5px;
-}
 
 /* Index include
 ---------------------------------------------------------------------------- */