Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.63 KB | None | 0 0
  1. body {
  2.   font-size: .875rem;
  3.   background-color: #F7F7F7;
  4.    
  5. }
  6.  
  7. .feather {
  8.   width: 16px;
  9.   height: 16px;
  10.   vertical-align: text-bottom;
  11. }
  12.  
  13. /*
  14.  * Sidebar
  15.  */
  16.  
  17. .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
  18.     color: rgba(255, 255, 255, .75);
  19. }
  20. .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  21.     color: rgba(255, 255, 255, 1);
  22. }
  23.  
  24. .sidebar {
  25.     min-width: 250px;
  26.     max-width: 250px;
  27.     min-height: calc(100vh - 56px);
  28.     transition: all 0.3s;
  29. }
  30. .sidebar ul li a {
  31.     display: block;
  32.     padding: .75rem 1rem;
  33.     color: rgba(255, 255, 255, .75);
  34.     text-decoration: none;
  35. }
  36. .sidebar ul li a:hover, .sidebar ul .active a {
  37.     color: rgba(255, 255, 255, 1);
  38.     background: rgba(0, 0, 0, .25);
  39. }
  40. .sidebar ul ul a {
  41.     padding-left: 2.5rem;
  42.     background: rgba(0, 0, 0, .25);
  43. }
  44. .sidebar [data-toggle="collapse"] {
  45.     position: relative;
  46. }
  47. .sidebar [data-toggle="collapse"]:before {
  48.     content: "\25bc";
  49.     font-family: "Font Awesome 5 Free";
  50.     font-weight: 900;
  51.     position: absolute;
  52.     right: 1rem;
  53. }
  54. .sidebar [aria-expanded="true"] {
  55.     background: rgba(0, 0, 0, .25);
  56. }
  57. .sidebar [aria-expanded="true"]:before {
  58.     content: "\25b2";
  59. }
  60. .sidebar.toggled {
  61.     margin-left: -250px;
  62. }
  63.  
  64. .content {
  65.     width: 100%;
  66. }
  67.  
  68. .display-5 {
  69.     font-size: 2.5rem;
  70.     font-weight: 300;
  71.     line-height: 1.2;
  72. }
  73.  
  74. @media (max-width: 768px) {
  75.     .sidebar {
  76.         margin-left: -250px;
  77.     }
  78.     .sidebar.toggled {
  79.         margin-left: 0;
  80.     }
  81. }
  82.  
  83. #credits {
  84.     color: white;
  85.     position: fixed !important;
  86.     bottom: 0 !important;
  87.     padding-left: 10px;
  88. }
  89. /*
  90.  * Utilities
  91.  */
  92.  
  93. .mainding {
  94.     margin-left: 2px !important;
  95. }
  96. .border-top { border-top: 1px solid #e5e5e5; }
  97. .border-bottom { border-bottom: 1px solid #e5e5e5; }
  98.  
  99.  
  100. /*Top tiles*/
  101.  
  102. .tile-stats {
  103.     padding: 5px;
  104.     position: relative;
  105.     display: block;
  106.     margin-bottom: 12px;
  107.     border: 1px solid #E4E4E4;
  108.     -webkit-border-radius: 5px;
  109.     overflow: hidden;
  110.     padding-bottom: 5px;
  111.     -webkit-background-clip: padding-box;
  112.     -moz-border-radius: 5px;
  113.     -moz-background-clip: padding;
  114.     border-radius: 5px;
  115.     background-clip: padding-box;
  116.     background: #FFF;
  117.     transition: all 300ms ease-in-out;
  118.     min-width: 37.3vh;
  119. }
  120. .tile-stats:hover .icon i {
  121.     animation-name: tansformAnimation;
  122.     animation-duration: .5s;
  123.     animation-iteration-count: 1;
  124.     color: rgba(58, 58, 58, 0.41);
  125.     animation-timing-function: ease;
  126.     animation-fill-mode: forwards;
  127.     -webkit-animation-name: tansformAnimation;
  128.     -webkit-animation-duration: .5s;
  129.     -webkit-animation-iteration-count: 1;
  130.     -webkit-animation-timing-function: ease;
  131.     -webkit-animation-fill-mode: forwards;
  132.     -moz-animation-name: tansformAnimation;
  133.     -moz-animation-duration: .5s;
  134.     -moz-animation-iteration-count: 1;
  135.     -moz-animation-timing-function: ease;
  136.     -moz-animation-fill-mode: forwards
  137. }
  138.  
  139. .tile-stats .icon {
  140.     width: 20px;
  141.     height: 20px;
  142.     color: #BAB8B8;
  143. /*    position: absolute;*/
  144.     float: right;
  145.     right: 53px;
  146.     top: 22px;
  147.     z-index: 1;
  148.     margin-right: 22px;
  149. }
  150. .tile-stats .icon i {
  151.     margin: 0;
  152.     font-size: 35px;
  153.     line-height: 0;
  154.     vertical-align: bottom;
  155.     align-content: right;
  156.     padding: 0;
  157. }
  158.  
  159.  i.fa.fa-battery-half::before {
  160. /*    padding-right: 50px !important;*/
  161. }
  162.  
  163. /*Data Table*/
  164.  
  165. .tabeldiv {
  166.     padding-bottom: 50px !important;
  167. }
  168.  
  169. /*Profiel*/
  170. .profieldata {
  171.     width: 75vw;
  172. }
  173.  
  174. .bigger {
  175.     font-size: 1.3em;
  176.     font-weight: 500;
  177. }
  178.  
  179. /*Admin Dashboard*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement