]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Add the footer back
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 057225f410744ac2435c4d6b5706fa2d5fad202f..0e5912a36e8d4c2aedf2833d4797cf6256d78305 100644 (file)
@@ -28,7 +28,6 @@
        width: 70%;
 }
 
-
 .nav-item {
        margin-left: 2px;
        margin-right: 2px;
@@ -126,7 +125,16 @@ textarea {
        box-sizing: inherit;
        /* enable the "border-box effect" everywhere */
 }
-
+body {
+    padding-bottom: 120px;
+}
+footer {
+       font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
+       position: absolute;
+       bottom: 0;
+       width: 100%;
+       height: 55px;
+  }
 .body-for-sticky {
        position: relative;
        /* for the footer to move with the page size */
@@ -134,22 +142,6 @@ textarea {
        /* for the footer to be at the bottom */
 }
 
-.footer {
-       font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
-       position: fixed;
-       left: 0;
-       bottom: 0;
-       width: 100%;
-       background-color: #333;
-       color: white;
-       text-align: center;
-}
-
-
-.footer a {
-       color: #4B86EE;
-}
-
 .topnav {
        background-color: #333;
        overflow: hidden;
@@ -179,15 +171,6 @@ textarea {
        color: white;
 }
 
-
-[data-tab-content] {
-       display: none;
-}
-
-.active[data-tab-content] {
-       display: block;
-}
-
 .tab.active {
        background-color: #AAA;
 }
@@ -196,71 +179,6 @@ textarea {
        background-color: #AAA;
 }
 
-#headerContainer,
-#headerTitle {
-       background-color: #4B86EE;
-       font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
-       height: 62px;
-       margin-top: -10px;
-       padding: 10px 25px;
-       position: relative;
-}
-
-#headerContainer {
-       margin-left: -15px;
-       z-index: 10;
-
-       -webkit-box-shadow: 0 3px 3px .01px rgba(0, 0, 0, 0.2);
-       box-shadow: 0 3px 3px .01px rgba(0, 0, 0, 0.2);
-}
-
-#headerContainer:before {
-       border-color: #034FD5 transparent;
-       border-style: solid;
-       border-width: 1em 0 0 1em;
-       bottom: -1em;
-       content: '';
-       display: block;
-       left: 0;
-       position: absolute;
-}
-
-#headerContainer h2,
-#headerContainer h2 small {
-       color: white !important;
-       margin-bottom: 0px;
-
-}
-
-#headerContainer h2 small {
-       font-weight: lighter;
-}
-
-#headerTitle {
-       background-color: white;
-       margin-right: 15px;
-       z-index: 9;
-}
-
-#headerTitle h2 {
-       line-height: 1.5;
-       margin-bottom: 0px;
-}
-
-#headerTitle h2 i {
-       color: #f2f2f2;
-       font-size: 80px;
-       position: absolute;
-       right: 0;
-       top: -30px;
-       z-index: -1;
-}
-
-#headerTitle h2 small {
-       color: #bbb;
-}
-
-
 body {
        padding-top: 45px;
        background-image: url("../img/linen.png");