Line 4: | Line 4: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | |||
+ | ////////////////////// | ||
+ | $("body").css({ | ||
+ | "background-image": "url(https://www.toptal.com/designers/subtlepatterns/patterns/qbkls.png)" | ||
+ | "padding": "80px 0 0 0"; | ||
+ | "user-select": "none"; | ||
+ | "height": "100%"; | ||
+ | "min-width": "800px"; | ||
+ | "background-repeat": "repeat"; | ||
+ | "background-attachment": "fixed"; | ||
+ | "font-family": "'Roboto', 'Noto', sans-serif"; | ||
+ | "font-weight": "lighter"; | ||
+ | "cursor": "url('virus.png'), auto"; | ||
+ | }) | ||
+ | ////////////////////// | ||
+ | |||
$("#HQ_page").attr('id',''); | $("#HQ_page").attr('id',''); |
Revision as of 15:57, 5 July 2018