X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/3f431b7a3666a818f0895e14049b1d25aa8df924..809f7483740d9eae0abd77aa670fe26b5ce70c41:/css/unrealircd-admin.css diff --git a/css/unrealircd-admin.css b/css/unrealircd-admin.css index 057225f..0e5912a 100644 --- a/css/unrealircd-admin.css +++ b/css/unrealircd-admin.css @@ -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");