]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Added place for cc logo
authorSvante Bengtson <redacted>
Mon, 22 Feb 2016 11:31:46 +0000 (12:31 +0100)
committerSvante Bengtson <redacted>
Mon, 22 Feb 2016 11:31:46 +0000 (12:31 +0100)
css/mock1.css
index_mock1.html

index d87fc7b6b42387951a38553dcfc6ce9d62ff0c69..bcb1310c0888c2ddf5e16b06664ea8d006cf4b8d 100644 (file)
@@ -1,10 +1,11 @@
 /* vars */
 :root {
   --navbar-bg: white;
 /* vars */
 :root {
   --navbar-bg: white;
-  --nlink-col: black;
   --jumbotron-bg: rgba(75,235,74,.4);
   --footer-bg: 36,62,22;
   --jumbotron-bg: rgba(75,235,74,.4);
   --footer-bg: 36,62,22;
+  --copyright-bg: 0,0,0;
   --link-color: #428bca;
   --link-color: #428bca;
+  --nlink-col: black;
   --text-color: #333;
   --footer-text-color: #fff;
   --border-color: 0,0,0;
   --text-color: #333;
   --footer-text-color: #fff;
   --border-color: 0,0,0;
@@ -219,6 +220,9 @@ a.hchild:active {
     width: 100%;
     border-bottom: 1px solid rgba(var(--footer-border-color),.5);
   }
     width: 100%;
     border-bottom: 1px solid rgba(var(--footer-border-color),.5);
   }
+  .footerchild:last-child {
+  border: none;
+  }
 }
 .footerchild ul,
 .footerchild ul ul {
 }
 .footerchild ul,
 .footerchild ul ul {
@@ -234,4 +238,8 @@ margin: 0;
 }
 .footer .footerchild p {
   margin: 0;
 }
 .footer .footerchild p {
   margin: 0;
+}
+.copyright {
+  background: rgba(var(--copyright-bg),.5);
+  height: 50px;
 }
\ No newline at end of file
 }
\ No newline at end of file
index 12c9ef2e03545012a7579c344024580b08eb3b09..f41cfa35f1118d0549ff305b6429a8c29b7fde7a 100644 (file)
@@ -91,6 +91,9 @@
             <p><a>Some other links</a></p>
             </div>
         </footer>
             <p><a>Some other links</a></p>
             </div>
         </footer>
+        <footer class="copyright">
+            <img alt="CC-0 Logo" />
+        </footer>
     </div>
 </body>
 </html>
     </div>
 </body>
 </html>