styling social links
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 5f233c0..f848301 100644 (file)
@@ -204,31 +204,59 @@ td, th {
 .page_footer,
 .site-footer {
   width: 100%;
-  height: 80px;
   background: var(--bg-alt);
+  margin: 0;
 }
 
 .page_footer {
+  height: 40px;
   position: absolute;
   left: 0;
   bottom: 0;
-  line-height: 80px;
-  margin-top: 15px;
+  line-height: 40px;
   border-top: 2px solid var(--border);
   border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {
   color: var(--fg);
+  text-align: right;
+  padding-right: 2em;
   display: inline;
   float: right;
-  margin-right: 25px;
-  width: 80%;
+  width: calc(100% - 2em);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 
+.site-footer {
+  display: flex;
+  flex-direction: row;
+  flex-wrap: nowrap;
+  justify-content: space-around;
+  align-items: stretch;
+  align-content: stretch;
+}
+
+.site-footer .columns {
+  width: 30%;
+  display: block;
+  flex-grow: 0;
+  flex-shrink: 1;
+  flex-basis: auto;
+  align-self: auto;
+  order: 0;
+}
+
+.social-links ul li {
+  display: inline-block;
+  margin: 1em;
+  padding: 0.5em;
+  background-color: var(--fg);
+  color: var(--bg);
+}
+
 a.rss_logo {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);