MediaWiki:Vector.css: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: @media screen { #mw-page-base { background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%); background-color: transparent; } body { background-color: #EAFFEA; background-image: url('https://tcrf.net/images/8/81/TCRF-Background.png'); } } div.topicon { position: absolute; z-index: 10; top:-55px; right: 10px; display: block !important; }")
 
No edit summary
 
Line 5: Line 5:
     background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%);
     background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%);
     background-color: transparent;
     background-color: transparent;
  }
  body {
    background-color: #EAFFEA;
    background-image: url('https://tcrf.net/images/8/81/TCRF-Background.png');
   }
   }
}
}

Latest revision as of 19:47, 25 January 2024

/* All CSS here will be loaded for users of the Vector skin */

@media screen {
  #mw-page-base {
    background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%);
    background-color: transparent;
  }
}

div.topicon {
  position: absolute;
  z-index: 10;
  top:-55px;
  right: 10px;
  display: block !important;
}