Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.17 KB | None | 0 0
  1. @import "https://archmonger.github.io/Blackberry-Themes/Themes/Blackberry-Flat/bbf_organizr_minimal_edition.css";
  2. /*ORG SIDEBAR LOCK*/
  3. @media (min-width: 768px) {
  4. #page-wrapper {
  5.     position: inherit;
  6.     margin: 0 0 0 40px;
  7. }
  8. .sidebar-nav {
  9.     background: #162027;
  10. }}
  11. @media only screen and (min-width: 768px) {
  12.     .sidebar,
  13.     .sidebar .sidebar-head {
  14.         width: 40px !important;
  15.     }
  16.     .sidebar .hide-menu {
  17.         display: none;
  18.     }
  19.     .sidebar:hover{
  20.         box-shadow: none;
  21.     }
  22.         #side-menu>li>a {
  23.     padding-left: 5px !important;
  24.     }
  25.     #side-menu li a {
  26.     color: var(--font-color-secondary);
  27.     font-weight: 600 !important;
  28.     padding: 5px 5px !important;
  29.     margin-bottom: 0px !important;
  30. }}
  31. @media only screen and (min-width: 768px) {
  32.   /* Always minimized sidenav*/
  33.   .sidebar, .sidebar .sidebar-head {
  34.       width: 40px !important;
  35.   }
  36. }
  37.     /* CALENDAR FIX */
  38. @media screen and (min-width: 768px) {
  39.     .fc-toolbar {
  40.     padding: 7px !important;
  41.     margin-top: 0px !important;
  42. }}
  43. /*scrollbars*/
  44. ::-webkit-scrollbar {
  45.     width: 15px;
  46. }
  47. ::-webkit-scrollbar-track {
  48.     background-color: rgba(0,0,0,0);
  49. }
  50. ::-webkit-scrollbar-thumb {
  51.     min-height: 50px;
  52.     background-color: rgba(255,255,255,.15);
  53.     border: 3px solid transparent;
  54.     border-radius: 8px;
  55.     background-clip: padding-box;
  56. }
  57. pre::-webkit-scrollbar-track {
  58.     background-color: rgba(255,255,255,0);
  59. }
  60. pre::-webkit-scrollbar-thumb {
  61.     background-color: rgba(0,0,0,.15);
  62. }
  63. /*TOP LOGO FIX*/
  64. @media screen and (min-width: 768px) {
  65. .navbar {
  66.     padding-left: 25px;
  67. }
  68. img.dark-logo {
  69.     max-width: 190px !important;
  70. }
  71. .navbar-left li:nth-child(3) {
  72.     display: block;
  73. }
  74. .sidebar .sidebar-head h3 {
  75.     margin-bottom: 4px;
  76.     display: none;
  77. }
  78. /* Sidenav Fixes */
  79. .nav-second-level .sidebar-tabName {
  80.   top: 15px;
  81. }
  82. /*-----------------------------------------------------------------------*/
  83. .lazyload:not(.homepageImageTitle) {
  84.     background-color: rgba(0, 0, 0, 0) !important;
  85. }
  86. .sidebar .sidebar-head {
  87.     padding: 0px 20px !important;
  88. }
  89. .nav-second-level .sidebar-tabName {
  90.     position: absolute;
  91.     top: 14px;
  92. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement