Loading. Please Wait... 
 |
 |
 |
[Shop] Boulay's corner - Closed until further notice - Featuring some CSS works, Updated: 25/06/2017 - Consumables, Materials, Equipments, Collectibles | Proxy, Free Section |
|
Oct 10 2014, 19:51
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14

|
Don't use the 0.6.3.3.3 version of Equipment Comparison. That version doesn't work well with Account Bound gears. Use the latest version. And I figured out a solution. Append these lines anywhere in your Style Script: CODE div [style="float: left; width: 35px; padding: 2px 0px 2px 2px; color: darkgreen;"] { color: lightgreen !important;} div [style="float: left; width: 35px; color: darkgreen;"] { color: lightgreen !important;} strong[style="color: darkgreen;"] { color: lightgreen !important;} div [style="float: left; width: 45px; padding: 0px 3px 0px 0px; color: darkorchid;"] { color: magenta !important;} div [style="float: right; width: 45px; padding: 0px 3px 0px 0px; color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 35px; padding: 2px 0px 2px 2px; color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 45px; color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 35px; color: darkorchid;"] { color: magenta !important;} strong[style="color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 35px; padding: 2px 0px 2px 2px; color: red;"] { color: #FF6666 !important;} div [style="float: left; width: 35px; color: red;"] { color: #FF6666 !important;} strong[style="color: red;"] { color: #FF6666 !important;}
|
|
|
|
 |
|
Oct 10 2014, 20:10
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(tetron @ Oct 10 2014, 19:51)  Don't use the 0.6.3.3.3 version of Equipment Comparison. That version doesn't work well with Account Bound gears. Use the latest version. And I figured out a solution. Append these lines anywhere in your Style Script: CODE div [style="float: left; width: 35px; padding: 2px 0px 2px 2px; color: darkgreen;"] { color: lightgreen !important;} div [style="float: left; width: 35px; color: darkgreen;"] { color: lightgreen !important;} strong[style="color: darkgreen;"] { color: lightgreen !important;} div [style="float: left; width: 45px; padding: 0px 3px 0px 0px; color: darkorchid;"] { color: magenta !important;} div [style="float: right; width: 45px; padding: 0px 3px 0px 0px; color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 35px; padding: 2px 0px 2px 2px; color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 45px; color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 35px; color: darkorchid;"] { color: magenta !important;} strong[style="color: darkorchid;"] { color: magenta !important;} div [style="float: left; width: 35px; padding: 2px 0px 2px 2px; color: red;"] { color: #FF6666 !important;} div [style="float: left; width: 35px; color: red;"] { color: #FF6666 !important;} strong[style="color: red;"] { color: #FF6666 !important;} It works too, but I thought that only the green was unreadable, that's why I didn't touch the others... My settings were partly to blame, I forgot that I already changed some of the colors in the script ^^ Anyway, new version. Thanks for taking the trouble of doing it (IMG:[ invalid] style_emoticons/default/smile.gif) [attachmentid=51884] [attachmentid=51885]
|
|
|
|
 |
|
Oct 10 2014, 20:17
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14

|
QUOTE(boulay @ Oct 10 2014, 23:40)  It works too, but I thought that only the green was unreadable, that's why I didn't touch the others... My settings were partly to blame, I forgot that I already changed some of the colors in the script ^^ Anyway, new version. Thanks for taking the trouble of doing it (IMG:[ invalid] style_emoticons/default/smile.gif) [attachmentid=51884] [attachmentid=51885] NP. Your style script just made HV a lot more fun to play! (IMG:[ invalid] style_emoticons/default/laugh.gif)
|
|
|
Oct 10 2014, 23:54
|
qinkin1979
Group: Catgirl Camarilla
Posts: 4,804
Joined: 13-December 13

|
Scroll of Swiftness (available: 50) Scroll of Protection (available: 50) Aether Shard (available: 2)
Thank you
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
Oct 11 2014, 18:16
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
QUOTE(boulay @ Oct 11 2014, 23:13)  Thanks for the info, but I should have precised that I have absolutely no knowledge in scripting (except for css). Therefore, all of this looks like it's written in chinese for me (IMG:[ invalid] style_emoticons/default/laugh.gif) 1) Create a text file, rename it to "HV_Dark.user.js". 2) Open the file with a text editor. 3) Paste the following code to it, save and exit. CODE // ==UserScript== // @name Dark Theme for HentaiVerse // @description Replace the original HV skin with a custom dark skin // @include http://hentaiverse.org/* // @resource boulay_css http://forums.e-hentai.org/index.php?act=Attach&type=post&id=51884 // @grant GM_addStyle // @grant GM_getResourceText // ==/UserScript==
GM_addStyle(GM_getResourceText('boulay_css'));
4) Install the script. Haven't tested it but you get the idea. This post has been edited by djackallstar: Oct 11 2014, 18:17
|
|
|
|
 |
|
Oct 11 2014, 18:49
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(djackallstar @ Oct 11 2014, 18:16)  1) Create a text file, rename it to "HV_Dark.user.js". 2) Open the file with a text editor. 3) Paste the following code to it, save and exit. CODE // ==UserScript== // @name Dark Theme for HentaiVerse // @description Replace the original HV skin with a custom dark skin // @include http://hentaiverse.org/* // @resource boulay_css http://forums.e-hentai.org/index.php?act=Attach&type=post&id=51884 // @grant GM_addStyle // @grant GM_getResourceText // ==/UserScript==
GM_addStyle(GM_getResourceText('boulay_css'));
4) Install the script. Haven't tested it but you get the idea. Oh, it's just the header. I feel silly now... (IMG:[ invalid] style_emoticons/default/tongue.gif) This post has been edited by boulay: Oct 11 2014, 19:02
|
|
|
|
 |
|
Oct 11 2014, 21:56
|
qinkin1979
Group: Catgirl Camarilla
Posts: 4,804
Joined: 13-December 13

|
Infusion of Flames Infusion of Storms Scroll of Shadows Thank you
|
|
|
Oct 12 2014, 22:55
|
Tugamos
Group: Members
Posts: 153
Joined: 18-September 14

|
[wsOH-As-01] Superior Ethereal Axe of Slaughter | 70,000c
cod please, thank you!
This post has been edited by Tugamos: Oct 12 2014, 22:56
|
|
|
Oct 13 2014, 05:25
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
Binding of the Cheetah (available: 1) @ 39,000c /u
CoD plz~
|
|
|
Oct 13 2014, 12:12
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(qinkin1979 @ Oct 11 2014, 21:56)  Infusion of Flames Infusion of Storms Scroll of Shadows Thank you
QUOTE(Tugamos @ Oct 12 2014, 22:55)  [wsOH-As-01] Superior Ethereal Axe of Slaughter | 70,000c
cod please, thank you!
QUOTE(djackallstar @ Oct 13 2014, 05:25)  Binding of the Cheetah (available: 1) @ 39,000c /u
CoD plz~
All sent, thanks (IMG:[ invalid] style_emoticons/default/smile.gif) Refilled some trophies, as usual Nagato and Mikuru were very generous with me ^^
|
|
|
|
 |
|
Oct 13 2014, 14:42
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
Scroll of the Avatar (available: 10) @ 600c /u
ManBearPig Tail (available: 8) @ 250c /u Holy Hand Grenade of Antioch (available: 9) @ 250c /u Mithra's Flower (available: 8) @ 250c /u Dalek Voicebox (available: 5) @ 250c /u
Lock of Blue Hair (available: 35) @ 400c /u Bunny-Girl Costume (available: 41) @ 500c /u Hinamatsuri Doll (available: 38) @ 500c /u Broken Glasses (available: 51) @ 500c /u
CoD plz~
|
|
|
Oct 15 2014, 03:34
|
AlcheT
Group: Gold Star Club
Posts: 870
Joined: 24-June 14

|
[OH-Rs-02] Exquisite Arctic Rapier of Slaughter | 7,000c | 38.36WD 24%PA 2PABs(DEX,AGI)
c sent
|
|
|
Oct 15 2014, 03:57
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
1 x Repurposed Actuator @ 35,000c /u
CoD plz~
|
|
|
Oct 16 2014, 01:41
|
qinkin1979
Group: Catgirl Camarilla
Posts: 4,804
Joined: 13-December 13

|
Infusion of Lightning Scroll of Swiftness (available: 50) Scroll of Protection (available: 50)
|
|
|
Oct 16 2014, 01:41
|
djackallstar
Group: Gold Star Club
Posts: 8,216
Joined: 23-July 14

|
Infusion of Lightning (available: 20) @ 60c /u Scroll of Swiftness (available: 50) @ 110c /u Scroll of Protection (available: 50) @ 270c /u Scrap Cloth (available: 200) @ 80c /u
CoD plz~
|
|
|
Oct 16 2014, 12:47
|
simplesimon32
Group: Gold Star Club
Posts: 569
Joined: 18-January 14

|
Requesting all Saplings available for 1,800c /u (CoD, please).
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|