Difference between revisions of "Template:USTC-Software/js/addBackground"

(Created page with "$(document).ready(function () { $("body").css("background", "url('https://static.igem.org/mediawiki/2019/0/06/T--USTC-Software--lhr.svg')"); $("div.card").css("background", "...")
 
Line 1: Line 1:
 
$(document).ready(function () {
 
$(document).ready(function () {
   $("body").css("background", "url('https://static.igem.org/mediawiki/2019/0/06/T--USTC-Software--lhr.svg')");
+
   $("#HQ_page").css("background", "url('https://static.igem.org/mediawiki/2019/0/06/T--USTC-Software--lhr.svg')");
 
   $("div.card").css("background", "rgba(255, 255, 255, .5)");
 
   $("div.card").css("background", "rgba(255, 255, 255, .5)");
 
});
 
});

Revision as of 11:27, 3 October 2019

$(document).ready(function () {

  $("#HQ_page").css("background", "url('https://static.igem.org/mediawiki/2019/0/06/T--USTC-Software--lhr.svg')");
  $("div.card").css("background", "rgba(255, 255, 255, .5)");

});