]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Move plugins.php class file to Class/class-plugins.php
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 5aa44b65aa3b6e5d00b16e99ac73daf98b342ab9..04e2c4d2b91fa7bed3225637e8c554b411a00b55 100644 (file)
 .unrealircd_overview {
-    font-family: arial, sans-serif;
-    border-collapse: collapse;
-    border-radius: 15px;
-    width: 25%;
+       font-family: arial, sans-serif;
+       border-collapse: collapse;
+       border-radius: 7px;
+       width: 25%;
+       box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 }
 
-td,
-th {
-    border: 1px solid #000;
-    text-align: left;
-    padding: 8px;
+.badge-pill {
+       box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 }
 
-tr:nth-child(even) {
-    background-color: #bec8d3;
+.curvy {
+       border-radius: 7px;
+       margin: 2px;
 }
 
-* {
-    box-sizing: border-box;
+.short-form-control {
+       width: 70%;
 }
 
-.row {
-    display: flex;
+
+.align_right {
+       width: 10px;
+       text-align: right;
+}
+
+.input_text {
+       border-radius: 7px;
+}
+
+.filter-fields {
+       height: 30px;
+       width: 400px;
+       padding: 5px 5px;
+       margin: 8px 0;
+       border-radius: 7px;
+}
+
+
+.align_label {
+       width: 80px;
+       display: inline-block;
+       text-align: right;
 }
 
-.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;
+       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;
+
+
+body {
+       padding-top: 45px;
+       background-image: url("../img/background.jpg");
+       background-attachment: fixed;
+       display: flex;
+       flex-direction: column;
 }
 
-/* Change the color of links on hover */
-.topnav a:hover {
-    background-color: #ddd;
-    color: black;
+
+.alert-short {
+       width: 40%;     
 }
 
-/* Add a color to the active/current link */
-.topnav a.active {
-    background-color: #4e50c2;
-    color: white;
+/* The close button */
+.closebtn {
+       color: black;
+       font-weight: bold;
+       float: right;
+       font-size: 22px;
+       line-height: 20px;
+       cursor: pointer;
+       transition: 0.3s;
 }
 
 
-[data-tab-content] {
+.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;
+  }
+
+  /* Hide the sidebar */
+  .sidebar {
     display: none;
+  }
+
+  /* Make the main content take up the full width of the screen */
+  .main-content {
+    width: 100%;
+  }
 }
 
-.active[data-tab-content] {
-    display: block;
+/* 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.active {
-    background-color: #AAA;
+/* Large screens (min-width: 769px) */
+@media (min-width: 769px) {
+  /* CSS rules for large screens go here */
+}
+/* Portrait screens (max-width: 576px) */
+@media (max-width: 576px) and (max-height: 812px) {
+  /* CSS rules for portrait screens go here */
+}
+
+/* Landscape screens (min-width: 577px) and (max-height: 812px) */
+@media (min-width: 577px) and (max-height: 812px) {
+  /* CSS rules for landscape screens go here */
+}
+
+.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
+       width: inherit;
+}
+
+.card-header .badge {
+       top:-10px;
+       left:20px;
+}
+
+.card-header i.fa {
+       line-height: 74px;
+}
+
+#top-country ul {
+       list-style: none;
+}
+
+#top-country li {
+  padding: 5px;
+  display: inline-block;
+  margin: 9px;
+  border: solid 1px #ccc;
 }
 
-.tab:hover {
-    background-color: #AAA;
-}
\ No newline at end of file
+#top-country li .drag {
+  text-align: center;
+}
+
+#top-country li .count {
+  text-align: center;
+  font-size: 2.2rem;
+}
+
+#top-country li .count span {
+  display:block;
+  text-align: center;
+  font-size: 1rem;
+}
+
+/* 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;
+    }
+
+    #sidebarlol {
+        height: calc(100% - 60px - 50px);
+    }
+}
+
+/* Virtual link - hover effect (eg on Server Bans) */
+.virtuallink {
+       text-decoration: none;
+}
+.virtuallink:hover {
+       text-decoration: underline;
+       cursor: pointer;
+}
+
+/* TD that may wrap - eg for Reason / Topic */
+.tdwrap {
+  white-space: normal !important;
+}