X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/ef866d8c9503c717e53173655402b3769d529fec..809f7483740d9eae0abd77aa670fe26b5ce70c41:/css/unrealircd-admin.css diff --git a/css/unrealircd-admin.css b/css/unrealircd-admin.css index 899e027..0e5912a 100644 --- a/css/unrealircd-admin.css +++ b/css/unrealircd-admin.css @@ -1,200 +1,357 @@ .unrealircd_overview { - font-family: arial, sans-serif; - border-collapse: collapse; - border-radius: 15px; - width: 25%; - box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); + font-family: arial, sans-serif; + border-collapse: collapse; + border-radius: 7px; + width: 25%; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } -.users_overview { - font-family: arial, sans-serif; - border-collapse: collapse; - border-radius: 15px; - width: 100%; - box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); +.badge-pill { + box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } -table { - border-collapse: collapse; - margin: 25px 0; - font-size: 0.9em; - font-family: sans-serif; - min-width: 400px; - box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); +.curvy { + border-radius: 7px; + margin: 2px; } -td { - text-align: left; - padding: 8px; +.alert { + width: 90%; } -th { - text-align: left; - padding: 8px; - background-color: #4B86EE; - color: white; +.form-control { + height: 10px; + margin: 5px; } - -th:first-of-type { - border-top-left-radius: 10px; - color: white; + +.short-form-control { + width: 70%; } -th:last-of-type { - border-top-right-radius: 10px; - color: white; +.nav-item { + margin-left: 2px; + margin-right: 2px; } - -tr:last-of-type td:first-of-type { - border-bottom-left-radius: 10px; - +.navbar-nav li> { + border-radius: 4px; } - -tr:last-of-type td:last-of-type { - border-bottom-right-radius: 10px; +.navbar-nav li>a:hover,.navbar-nav li.active { + color: white; + background-color: #4B86EE; + border-radius: 4px; } - -tr:nth-child(even) { - background-color: #bec8d3; +.navbar-nav li>a:hover,.navbar-nav li>a:focus { + color: white; + background-color: #6ca0f8; + border-radius: 4px; } -tr:nth-child(odd) { - background-color: whitesmoke; +.tkl_add_boxheader { + + font-weight: bold; + background-color: #4B86EE; + width: 24%; + color: white; + margin-top: 20px; + border: 10px solid #4B86EE; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } -.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; +.align_right { + width: 10px; + text-align: right; } -.footer a { - color: #4B86EE; +.tkl_add_form { + background-color: lightgray; + padding: 10px; + width: 24%; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); + line-height: 30px; } -.row { - display: flex; +.tkl_add_form_contents { + margin-left: auto; + margin-right: 0; } - -.column { - flex: 50%; - padding: 5px; +.users_overview { + font-family: arial, sans-serif; + border-collapse: collapse; + border-radius: 7px; + width: 100%; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } - -.topnav { - background-color: #333; - overflow: hidden; - font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; - +.input_text { + border-radius: 7px; } -/* Style the links inside the navigation bar */ -.topnav a { - float: left; - color: #f2f2f2; - text-align: center; - padding: 14px 16px; - text-decoration: none; - font-size: 17px; +.filter-fields { + height: 30px; + width: 400px; + padding: 5px 5px; + margin: 8px 0; + border-radius: 7px; } -/* Change the color of links on hover */ -.topnav a:hover { - background-color: #ddd; - color: black; -} -/* Add a color to the active/current link */ -.topnav a.active { - background-color: #4B86EE; - color: white; +.align_label { + width: 80px; + display: inline-block; + text-align: right; } - -[data-tab-content] { - display: none; +.align_right_button_tkl_add { + width: 400px; + display: inline-block; + text-align: right; } -.active[data-tab-content] { - display: block; -} +textarea { + height: 30px; + width: 400px; + padding: 5px 5px; + margin: 8px 0; + border-radius: 7px; + } -.tab.active { - background-color: #AAA; -} -.tab:hover { - 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); +*, +*:before, +*:after { + box-sizing: inherit; + /* enable the "border-box effect" everywhere */ } - -#headerContainer:before { - border-color: #034FD5 transparent; - border-style: solid; - border-width: 1em 0 0 1em; - bottom: -1em; - content: ''; - display: block; - left: 0; - position: absolute; +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 */ + min-height: 100%; + /* for the footer to be at the bottom */ } -#headerContainer h2, -#headerContainer h2 small { - color: white !important; - margin-bottom: 0px; +.topnav { + background-color: #333; + overflow: hidden; + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; + } -#headerContainer h2 small { - font-weight: lighter; +/* Style the links inside the navigation bar */ +.topnav a { + float: left; + color: #f2f2f2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; } -#headerTitle { - background-color: white; - margin-right: 15px; - z-index: 9; +/* Change the color of links on hover */ +.topnav a:hover { + background-color: #ddd; + color: black; } -#headerTitle h2 { - line-height: 1.5; - margin-bottom: 0px; +/* Add a color to the active/current link */ +.topnav a.active { + background-color: #4B86EE; + color: white; } -#headerTitle h2 i { - color: #f2f2f2; - font-size: 80px; - position: absolute; - right: 0; - top: -30px; - z-index: -1; +.tab.active { + background-color: #AAA; } -#headerTitle h2 small { - color: #bbb; +.tab:hover { + background-color: #AAA; } body { - background-image: url("/img/linen.png"); -} \ No newline at end of file + padding-top: 45px; + background-image: url("../img/linen.png"); + display: flex; + flex-direction: column; +} + +@media screen and (max-width: 768px) { + body { padding-top: 0px; } +} + +/* CSS */ +.cute_button { + align-items: center; + appearance: none; + background-color: #4B86EE; + background-size: calc(100% + 20px) calc(100% + 20px); + border-radius: 7px; + border-width: 0; + box-shadow: none; + box-sizing: border-box; + color: #FFFFFF; + cursor: pointer; + display: inline-flex; + font-family: CircularStd, sans-serif; + font-size: 1rem; + height: auto; + justify-content: center; + line-height: 1.5; + padding: 6px 20px; + position: relative; + text-align: center; + text-decoration: none; + transition: background-color .2s, background-position .2s; + user-select: none; + -webkit-user-select: none; + touch-action: manipulation; + vertical-align: top; + white-space: nowrap; +} + +.cute_button:active, +.cute_button:focus { + outline: none; +} + +.cute_button:hover { + background-position: -20px -20px; + background-color: #034FD5; +} + +.cute_button:focus:not(:active) { + box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em; +} + +.cute_button2 { + align-items: center; + appearance: none; + height: 27px; + background-color: green; + border-radius: 7px; + font-weight: bold; + border-width: 0; + box-shadow: none; + box-sizing: border-box; + color: #FFFFFF; + cursor: pointer; + display: inline-flex; + font-family: CircularStd, sans-serif; + font-size: 1rem; + justify-content: center; + line-height: 1.5; + position: relative; + text-align: center; + text-decoration: none; + transition: background-color .2s, background-position .2s; + user-select: none; + -webkit-user-select: none; + touch-action: manipulation; + white-space: nowrap; +} + +.cute_button2:active, +.cute_button2:focus { + outline: none; +} + +.cute_button2:hover { + background-position: -20px -20px; + background-color: #353c47; +} + +.cute_button2:focus:not(:active) { + box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em; +} + + + +/* The close button */ +.closebtn { + margin-left: 15px; + color: white; + font-weight: bold; + float: right; + font-size: 22px; + line-height: 20px; + cursor: pointer; + transition: 0.3s; +} + + +.checkbox-dropdown { + width: 200px; + border: 1px solid #aaa; + padding: 10px; + position: relative; + margin: 0 auto; + + user-select: first; +} + +/* Display CSS arrow to the right of the dropdown text */ +.checkbox-dropdown:after { + content:''; + height: 0; + position: absolute; + width: 0; + border: 6px solid transparent; + border-top-color: #000; + top: 50%; + right: 10px; + margin-top: -3px; +} + +/* Reverse the CSS arrow when the dropdown is active */ +.checkbox-dropdown.is-active:after { + border-bottom-color: #000; + border-top-color: #fff; + margin-top: -9px; +} + +.checkbox-dropdown-list { + list-style: none; + margin: 0; + padding: 0; + position: absolute; + top: 100%; /* align the dropdown right below the dropdown text */ + border: inherit; + border-top: none; + left: -1px; /* align the dropdown to the left */ + right: -1px; /* align the dropdown to the right */ + opacity: 0; /* hide the dropdown */ + + transition: opacity 0.4s ease-in-out; + height: 100px; + overflow: scroll; + overflow-x: hidden; + pointer-events: none; /* avoid mouse click events inside the dropdown */ +} +.is-active .checkbox-dropdown-list { + opacity: 1; /* display the dropdown */ + pointer-events: auto; /* make sure that the user still can select checkboxes */ +} + +.checkbox-dropdown-list li label { + display: block; + border-bottom: 1px solid silver; + padding: 10px; + + transition: all 0.2s ease-out; +} + +.checkbox-dropdown-list li label:hover { + background-color: #555; + color: white; +}