]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Use datatables in "Server Bans" view (initial work / demo)
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index eb566fbab696bae6d4235de7726c6c9d1c92ba92..ab6e95be61e5a3c7e1e1741ac4ceb288bda31d85 100644 (file)
 .unrealircd_overview {
-    font-family: arial, sans-serif;
-    border-collapse: collapse;
-    border-radius: 7px;
-    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: 7px;
-    width: 100%;
-    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
-}
-
-select {
-    border-radius: 7px;
-}
-
-a {
-    color: white;
-    text-decoration: none;
-}
-
-.secure-connection {
-    color: darkgreen;
-    border: 3px solid darkgreen;
-    background-color: rgba(0, 255, 0, 0.1);
-}
-
-.operclass-label {
-    color:brown;
-    border: 3px solid brown;
-    background-color: rgba(255, 166, 0, 0.247);
-}
-.noaccount {
-    color: darkred;
-    border: 3px solid darkred;
-    background-color: rgba(255, 78, 78, 0.295);
-}
-.label {
-
-    font-family: 'Heebo', sans-serif;
-    font-size: 0.65rem;
-    font-weight: 500;
-    letter-spacing: 0.025rem;
-    font-style: normal;
-    text-transform: uppercase;
-    border-radius: 7px;
-    -webkit-border-radius: 1rem;
-    -moz-border-radius: 1rem;
-    padding: 0.20rem 0.50rem;
-    border-style: solid;
-    
-    }
-textarea {
-    height: 30px;
-    width: 400px;
-    padding: 5px 5px;
-    margin: 8px 0;
-    border-radius: 7px;
-  }
-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);
+.badge-pill {
+       box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 }
 
-td {
-    text-align: left;
-    padding: 8px;
+.curvy {
+       border-radius: 7px;
+       margin: 2px;
 }
 
-th {
-    text-align: left;
-    padding: 8px;
-    background-color: #4B86EE;
-    color: white;
+.short-form-control {
+       width: 70%;
 }
 
-th:first-of-type {
-    border-top-left-radius: 10px;
-    color: white;
-}
 
-th:last-of-type {
-    border-top-right-radius: 10px;
-    color: white;
+.align_right {
+       width: 10px;
+       text-align: right;
 }
 
-tr:last-of-type td:first-of-type {
-    border-bottom-left-radius: 10px;
-
+.input_text {
+       border-radius: 7px;
 }
 
-tr:last-of-type td:last-of-type {
-    border-bottom-right-radius: 10px;
-}
-
-tr:nth-child(even) {
-    background-color: #bec8d3;
-}
-
-tr:nth-child(odd) {
-    background-color: whitesmoke;
-}
-
-html {
-    height: 100%;
-    /* for the page to take full window height */
-    box-sizing: border-box;
-
-    /* to have the footer displayed at the bottom of the page without scrolling */
-    font-family: arial, sans-serif;
-
-}
-
-*,
-*:before,
-*:after {
-    box-sizing: inherit;
-    /* enable the "border-box effect" everywhere */
-}
-
-.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 */
-}
-
-.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;
+.filter-fields {
+       height: 30px;
+       width: 400px;
+       padding: 5px 5px;
+       margin: 8px 0;
+       border-radius: 7px;
 }
 
 
-.footer a {
-    color: #4B86EE;
+.align_label {
+       width: 80px;
+       display: inline-block;
+       text-align: right;
 }
 
-.row {
-    display: flex;
-}
-
-.column {
-    flex: 50%;
-    padding: 5px;
-}
+body {
+    padding-bottom: 120px;
+}
+footer {
+       font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
+       position: absolute;
+       bottom: 0;
+       width: 100%;
+       height: 55px;
+       display: none !important;
+  }
 
 .topnav {
-    background-color: #333;
-    overflow: hidden;
-    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
+       background-color: #333;
+       overflow: hidden;
+       font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
 
 }
 
 /* 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;
+       float: left;
+       color: #f2f2f2;
+       text-align: center;
+       padding: 14px 16px;
+       text-decoration: none;
+       font-size: 17px;
 }
 
-/* Change the color of links on hover */
-.topnav a:hover {
-    background-color: #ddd;
-    color: black;
+
+body {
+       padding-top: 45px;
+       background-image: url("../img/background.jpg");
+       display: flex;
+       flex-direction: column;
 }
 
-/* Add a color to the active/current link */
-.topnav a.active {
-    background-color: #4B86EE;
-    color: white;
+
+.alert-short {
+       width: 40%;     
 }
 
+/* The close button */
+.closebtn {
+       color: black;
+       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;
+}
+
+.table-striped>tbody>tr:nth-child(even)>td, 
+.table-striped>tbody>tr:nth-child(even)>th {
+   background-color: #a5a5a549;
+ }
+ .table-striped>tbody>tr:nth-child(odd)>td, 
+ .table-striped>tbody>tr:nth-child(odd)>th {
+       background-color: #ffffff;
+  }
+       
+  /* Small screens (max-width: 576px) */
+@media (max-width: 576px) {
+   /* Change the font size for all headings */
+   h1, h2, h3, h4, h5, h6 {
+    font-size: 18px;
+  }
 
-[data-tab-content] {
+  /* Hide the sidebar */
+  .sidebar {
     display: none;
-}
+  }
 
-.active[data-tab-content] {
-    display: block;
+  /* Make the main content take up the full width of the screen */
+  .main-content {
+    width: 100%;
+  }
 }
 
-.tab.active {
-    background-color: #AAA;
+/* Medium screens (min-width: 577px) and (max-width: 768px) */
+@media (min-width: 577px) and (max-width: 768px) {
+  /* Change the font size for all headings */
+  
 }
 
-.tab:hover {
-    background-color: #AAA;
+/* Large screens (min-width: 769px) */
+@media (min-width: 769px) {
+  /* CSS rules for large screens go here */
 }
-
-#headerContainer,
-#headerTitle {
-    background-color: #4B86EE;
-    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
-    height: 62px;
-    margin-top: -10px;
-    padding: 10px 25px;
-    position: relative;
+/* Portrait screens (max-width: 576px) */
+@media (max-width: 576px) and (max-height: 812px) {
+  /* CSS rules for portrait screens go here */
 }
 
-#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);
+/* Landscape screens (min-width: 577px) and (max-height: 812px) */
+@media (min-width: 577px) and (max-height: 812px) {
+  /* CSS rules for landscape screens go here */
 }
 
-#headerContainer:before {
-    border-color: #034FD5 transparent;
-    border-style: solid;
-    border-width: 1em 0 0 1em;
-    bottom: -1em;
-    content: '';
-    display: block;
-    left: 0;
-    position: absolute;
+.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
+       width: inherit;
 }
 
-#headerContainer h2,
-#headerContainer h2 small {
-    color: white !important;
-    margin-bottom: 0px;
-
+.card-header .badge {
+       top:-10px;
+       left:20px;
 }
 
-#headerContainer h2 small {
-    font-weight: lighter;
+.card-header i.fa {
+       line-height: 74px;
 }
 
-#headerTitle {
-    background-color: white;
-    margin-right: 15px;
-    z-index: 9;
+#top-country ul {
+       list-style: none;
 }
 
-#headerTitle h2 {
-    line-height: 1.5;
-    margin-bottom: 0px;
+#top-country li {
+  padding: 5px;
+  display: inline-block;
+  margin: 9px;
+  border: solid 1px #ccc;
 }
 
-#headerTitle h2 i {
-    color: #f2f2f2;
-    font-size: 80px;
-    position: absolute;
-    right: 0;
-    top: -30px;
-    z-index: -1;
+#top-country li .drag {
+  text-align: center;
 }
 
-#headerTitle h2 small {
-    color: #bbb;
+#top-country li .count {
+  text-align: center;
+  font-size: 2.2rem;
 }
 
-
-body {
-    background-image: url("/img/linen.png");
-    display: flex;
-    flex-direction: column;
-}
-
-/* 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;
-}
-
-.alert {
-    padding: 10px;
-    background-color: #b62c22;
-    /* Red */
-    color: white;
-    margin-bottom: 15px;
-    margin-top: 15px;
-    border-radius: 7px;
-    width: 100%;
+#top-country li .count span {
+  display:block;
+  text-align: center;
+  font-size: 1rem;
 }
 
-.success {
-    padding: 10px;
-    background-color: #208120;
-    /* Red */
-    color: white;
-    margin-bottom: 15px;
-    margin-top: 15px;
-    border-radius: 7px;
-    width: 100%;
-}
+/* Show version and 4-icons "footer" at bottom-left,
+ * if screen height is sufficient.
+ */
+@media only screen and (min-height: 650px) and (min-width: 768px) {
+    footer {
+        float: left;
+        width: 160px;
+        height: 60px;
+        display: block !important;
+    }
 
-.information-bar {
-    padding: 10px;
-    background-color: #245788;
-    /* Red */
-    color: white;
-    margin-bottom: 15px;
-    margin-top: 15px;
-    border-radius: 7px;
-    width: 100%;
+    #sidebarlol {
+        height: calc(100% - 60px - 50px);
+    }
 }
-
-/* 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;
-}
\ No newline at end of file