Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.64 KB | None | 0 0
  1. #backgroundTest {
  2.     background: linear-gradient(to bottom right, #1f2833, #378481) !important;
  3. }
  4.  
  5.   h1 {
  6.     font-size: 70px;
  7.     font-family: 'Ubuntu'
  8. }
  9.   h3 {
  10.     font-family: 'Ubuntu'
  11. }
  12.   p {
  13.     font-family: 'Ubuntu'
  14. }
  15.  
  16. .tabLoaded {
  17.     -webkit-filter: drop-shadow(0 0 5px #66fcf1) !important;
  18. }
  19.  
  20. html {
  21.     font-family: 'ubuntu' !important;
  22. }
  23.  
  24. #menu-Organizr-Support .fa-life-ring:before {
  25.     background-image: url("https://your-image.png");
  26.     background-repeat: no-repeat;
  27.     background-size: 28px;
  28.     color: transparent;
  29.     content: "\f1cd";
  30. }
  31.  
  32. #github .fa-github:before {
  33.     background-image: url("https://your-image.png");
  34.     background-repeat: no-repeat;
  35.     background-size: 28px;
  36.     color: transparent;
  37.     content: "\f1cd";
  38. }
  39.  
  40. #sign-out .fa-sign-out:before {
  41.     background-image: url("https://i.imgur.com/nNRDSS6.png");
  42.     background-repeat: no-repeat;
  43.     background-size: 28px;
  44.     color: transparent;
  45.     content: "\f1cd";
  46. }
  47.  
  48. #scroll {
  49.     background-color:  #66fcf1;
  50. }
  51.  
  52. .internal-listing {
  53.     background: #1F2833 !important;
  54. }
  55.  
  56. .owl-carousel.owl-loaded {
  57.     background: #1F2833 !important;
  58. }
  59.  
  60. .fc-toolbar.fc-header-toolbar {
  61.     background-color: #66fcf1 !important;
  62. }
  63.  
  64. .fc-widget-content.fc-today {
  65.     background-color: #1b232d !important;
  66. }
  67.  
  68. #calendar h2{
  69.     color: #45a29e !important;
  70.     font-family: 'ubuntu'!important;
  71. }    
  72.    
  73. .fc-day-top.fc-today {
  74.     background-color: #1b232d !important;
  75.     font-family: 'ubuntu'!important;
  76. }
  77.    
  78. .fc-day-header.fc-mon.fc-today {
  79.     background-color: #2a3747 !important;
  80.     font-family: 'ubuntu'!important;
  81. }    
  82.  
  83. #side-menu > li > a.active, #side-menu > li > ul > li > a.active {
  84.     -webkit-box-shadow: inset 4px 0 0 0 #66fcf1 !important;
  85.     font-family: 'ubuntu'!important;
  86. }
  87.    
  88. #homepageOrderqBittorrent > div > div > h2 > img {
  89.     display: none;
  90. }
  91.  
  92. #homepageOrderqBittorrent > div > div > h2:before {
  93.     content: " qBitTorrent";
  94.     text-transform: none;
  95.     line-height: 22px;
  96.     font-size: 18px;
  97.     font-family: 'ubuntu';
  98.     font-weight: 300;
  99.     color: #dce2ec;
  100. }    
  101.  
  102. #homepageOrderqBittorrent > div > div > div.white-box {
  103.     background: transparent;
  104. }
  105.  
  106. #qBittorrent-queue .qBittorrent-queue {
  107.     color: #c5c6c7;
  108. }
  109.  
  110. #homepageOrderqBittorrent > div > div.col-md-12 > ul.nav-tabs > li > a {
  111.     background: #66fcf1;
  112.     color: #45a29e;
  113.     font-weight: 500;
  114. }
  115.  
  116. #wrapper > nav > div > ul > li > a > b.hidden-xs {
  117.     color: #dce2ec !important;
  118. }  
  119.    
  120. #sidemenu {
  121.     font-family: 'ubuntu' !important;
  122. }  
  123.    
  124. #plexRecent {
  125.     font-family: 'ubuntu' !important;
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement