*NEW* adding JavaScript for CSS here and there in the ♥Hentai Heroes game♥
< Feedback on CSS Define
on line 106: for the OCD script part, which is used in the harem info, I made a few changes so it looks a bit cleaner //OCD Script info sheet.insertRule('#TabsContainer {' + 'position: absolute; ' + 'z-index: 99; ' + 'bottom: 35px; ' + 'left: 17px; ' + 'width: 240px !important; ' + 'height: 430px !important; ' + 'box-sizing: content-box; ' + 'border: 1px solid rgb(156, 182, 213); ' + 'box-shadow: 1px -1px 1px 0px rgba(0,0,0,0.3) !important; ' + 'font: normal 10px/16px Tahoma, Helvetica, Arial, sans-serif; ' + 'color: #ffffff !important; ' + 'background: #000000f0 !important; ' );
thx for your feedback, it's true it looks much better, so i add it right now ^^
Sign in to post a reply.
on line 106: for the OCD script part, which is used in the harem info, I made a few changes so it looks a bit cleaner
//OCD Script info
sheet.insertRule('#TabsContainer {'
+ 'position: absolute; '
+ 'z-index: 99; '
+ 'bottom: 35px; '
+ 'left: 17px; '
+ 'width: 240px !important; '
+ 'height: 430px !important; '
+ 'box-sizing: content-box; '
+ 'border: 1px solid rgb(156, 182, 213); '
+ 'box-shadow: 1px -1px 1px 0px rgba(0,0,0,0.3) !important; '
+ 'font: normal 10px/16px Tahoma, Helvetica, Arial, sans-serif; '
+ 'color: #ffffff !important; '
+ 'background: #000000f0 !important; '
);