]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Overview: Make top margin of bottom row smaller
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 6fe7f51508fa2e725574c2886bff2a2fc521a2cd..0650f689cbbe7965624da3cd17cd4eedcf950f5f 100644 (file)
        margin: 2px;
 }
 
-.form-control {
-       height: 10px;
-       margin: 5px;
-}
-  
 .short-form-control {
        width: 70%;
 }
 
-.nav-item {
-       margin-left: 2px;
-       margin-right: 2px;
-}
-.navbar-nav li> {
-       border-radius: 4px;
-}
-.navbar-nav li>a:hover,.navbar-nav li.active {
-       color: white;
-       background-color: #4B86EE;
-       border-radius: 4px;
-}
-.navbar-nav li>a:hover,.navbar-nav li>a:focus {
-       color: white;
-       background-color: #6ca0f8;
-       border-radius: 4px;
-}
 
 .align_right {
        width: 10px;
        text-align: right;
 }
 
-
-
-
-*,
-*:before,
-*:after {
-       box-sizing: inherit;
-       /* enable the "border-box effect" everywhere */
-}
 body {
     padding-bottom: 120px;
 }
@@ -104,10 +73,9 @@ footer {
 }
 
 
-
 body {
        padding-top: 45px;
-       background-image: url("../img/linen.png");
+       background-image: url("../img/background.jpg");
        display: flex;
        flex-direction: column;
 }
@@ -197,5 +165,60 @@ body {
 
 .table-striped>tbody>tr:nth-child(even)>td, 
 .table-striped>tbody>tr:nth-child(even)>th {
-   background-color: #c9c9c949;
+   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%;
+  }
+}
+
+/* Medium screens (min-width: 577px) and (max-width: 768px) */
+@media (min-width: 577px) and (max-width: 768px) {
+  /* Change the font size for all headings */
+  
+}
+
+/* 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;
+}