Welcome Guest ( Log In | Register )

2 Pages V < 1 2  
Reply to this topicStart new topic
> CSS userstyle + Chrome Extension: HV Dark, night's out, lights out - last updated 24/01/2013

 
post Nov 23 2012, 11:57
Post #21
ConfusedPerv



~
********
Group: Members
Posts: 3,149
Joined: 1-May 12
Level 366 (Dovahkiin)


hello,i'm using your theme in firefox,and i've got some problems when i choose an item,the color is not changing,so it's hard to differ which item i pick or not.
(IMG:[i1118.photobucket.com] http://i1118.photobucket.com/albums/k611/ConfusedPerv/1tkOG.png)

and also,this..
(IMG:[i1118.photobucket.com] http://i1118.photobucket.com/albums/k611/ConfusedPerv/1tkRA.png)

any info about how to change the font color of the item?it's barely visible.. (IMG:[invalid] style_emoticons/default/sad.gif)

by the way,thank you very much for making this excellent theme..! (IMG:[invalid] style_emoticons/default/biggrin.gif)

This post has been edited by ConfusedPerv: Nov 23 2012, 12:00
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2013, 09:44
Post #22
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


We're version 1 now.

Everything was rewritten using the selectors specified in the official HV stylesheet.
Manual overrides of inline styles were implemented as necessary.

The same code is now used for both Gecko (Firefox) and WebKit (Safari, Google Chrome) engines.
Comments are now included, for ease of modification.

Attached File  HVDark_1.0.crx.zip ( 5.67k ) Number of downloads: 452

Attached File  HVDark_1.0.mozilla.css ( 12.68k ) Number of downloads: 2740


All issues mentioned in the thread up to here should now be resolved.
I can't address any contrast issues with the HV Font Engine, so use custom fonts instead.

==========

Highlight of the changes
- text input fields are now consistently styled
- onmouse/onmouseout text color

Attached Image

Attached Image

Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 27 2013, 13:05
Post #23
MikukoAya



The Devouring Chaos
*******
Group: Gold Star Club
Posts: 1,044
Joined: 25-May 11
Level 388 (Godslayer)


Well, not really compatible with HVSTATs (at least not 5.5.1) due the color making certain text of HVSTATS not show up.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 27 2013, 17:07
Post #24
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


Attached Image

Attached Image

HVSTAT has a knack for declaring background colors without any corresponding text colors.

I have no desire to find out the extent to which this occurs, but for combat... just tack on the classes and IDs into the appropriate section, for example:

CODE
/* userstyle + userscript fixes */

div.duration>div, /* effect duration counter for HV MA*/
.hvstat-powerup-box, .hvstat-powerup-box-none /* gem indicator, HVSTAT */
.hvstat-duration-badge>div, .hvstat-duration-badge-character>div, /* HVSTAT status effects */
.hvstat-duration-badge-monster>div, /* monster effect durations in HVSTAT */
#hvstat-proficiency-popup /* HVSTAT proficiencies in sidebar */
{background:#363940 !important;color:#F1F1F1 !important;}
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 28 2013, 11:25
Post #25
MikukoAya



The Devouring Chaos
*******
Group: Gold Star Club
Posts: 1,044
Joined: 25-May 11
Level 388 (Godslayer)


QUOTE(ctxl @ Jan 27 2013, 07:07) *

Attached Image

Attached Image

HVSTAT has a knack for declaring background colors without any corresponding text colors.

I have no desire to find out the extent to which this occurs, but for combat... just tack on the classes and IDs into the appropriate section, for example:

CODE
/* userstyle + userscript fixes */

div.duration>div, /* effect duration counter for HV MA*/
.hvstat-powerup-box, .hvstat-powerup-box-none /* gem indicator, HVSTAT */
.hvstat-duration-badge>div, .hvstat-duration-badge-character>div, /* HVSTAT status effects */
.hvstat-duration-badge-monster>div, /* monster effect durations in HVSTAT */
#hvstat-proficiency-popup /* HVSTAT proficiencies in sidebar */
{background:#363940 !important;color:#F1F1F1 !important;}



Nice, thanks.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 13 2013, 12:37
Post #26
Xwai9



Bayonetta
******
Group: Gold Star Club
Posts: 798
Joined: 22-July 11
Level 414 (Godslayer)


HI ctxl i just test the chrome version
for the HVstat still have some place not compatible
the follow picture will show it
Attached Image
i have try to fix it myself but i...i fail it

/* userstyle + userscript fixes */

div.duration>div, /* effect duration counter for HV MA*/
.hvstat-powerup-box, .hvstat-powerup-box-none /* gem indicator, HVSTAT */
.hvstat-duration-badge>div, .hvstat-duration-badge-character>div, /* HVSTAT status effects */
.hvstat-duration-badge-monster>div, /* monster effect durations in HVSTAT */
.hvstat-scan-button>div,
#hvstat-proficiency-popup /* HVSTAT proficiencies in sidebar */
{background:#363940 !important;color:#F1F1F1 !important;}

i have try to add the scan button and skill button into the code but it is not working.
can you help to fix it thanks (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 14 2013, 09:03
Post #27
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


QUOTE(Xwai9 @ Feb 13 2013, 02:37) *
i have try to add the scan button and skill button into the code but it is not working.

Attached Image

Here you go, new bit at the bottom:

CODE
/* userstyle + userscript fixes */

div.duration>div, /* effect duration counter for HV MA*/
.hvstat-powerup-box, .hvstat-powerup-box-none /* gem indicator, HVSTAT */
.hvstat-duration-badge>div, .hvstat-duration-badge-character>div, /* HVSTAT status effects */
.hvstat-duration-badge-monster>div, /* monster effect durations in HVSTAT */
#hvstat-proficiency-popup /* HVSTAT proficiencies in sidebar */
{background:#363940 !important;color:#F1F1F1 !important;}

.hvstat-scan-button, .hvstat-skill-button /* HVSTAT skill and scan buttons */
{color:#F1F1F1 !important;background:#191B21 !important;}
.hvstat-skill-button[style="opacity: 0.3;"] {} /* inactive skill */
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 15 2013, 10:27
Post #28
Xwai9



Bayonetta
******
Group: Gold Star Club
Posts: 798
Joined: 22-July 11
Level 414 (Godslayer)


QUOTE(ctxl @ Feb 14 2013, 09:03) *

Attached Image

Here you go, new bit at the bottom:

CODE
/* userstyle + userscript fixes */

div.duration>div, /* effect duration counter for HV MA*/
.hvstat-powerup-box, .hvstat-powerup-box-none /* gem indicator, HVSTAT */
.hvstat-duration-badge>div, .hvstat-duration-badge-character>div, /* HVSTAT status effects */
.hvstat-duration-badge-monster>div, /* monster effect durations in HVSTAT */
#hvstat-proficiency-popup /* HVSTAT proficiencies in sidebar */
{background:#363940 !important;color:#F1F1F1 !important;}

.hvstat-scan-button, .hvstat-skill-button /* HVSTAT skill and scan buttons */
{color:#F1F1F1 !important;background:#191B21 !important;}
.hvstat-skill-button[style="opacity: 0.3;"] {} /* inactive skill */



thanks for the work (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 7 2013, 16:51
Post #29
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


Done by request: original menu images converted to B&W and inverted.

Attached File  whitemenu.user.css ( 2.88k ) Number of downloads: 234


All clickable:

Attached Image

In battle:

Attached Image

I'll be baking some variation of this into the next version once I make note of all the substitutable images and play with the possible colors to use. (Definitely not angry red, don't worry.)

Note to self: create negative masks and specify color via alpha channel + CSS.
Or wait until CSS filters work in major browsers. Change to grayscale + invert.

Scratch space on what to substitute for the final version:

CODE
http://hentaiverse.org/?s=Character&ss=it (battle items)
-------
http://ehgt.org/v/items/iteminventory.png
http://ehgt.org/v/items/battleinventory.png

http://hentaiverse.org/?s=Bazaar&ss=ml (monster lab)
-------
unlock slot, create monster

http://hentaiverse.org/?s=Bazaar&ss=ib (item bot)
-------
add/update task

http://hentaiverse.org/?s=Battle&ss=ar (arena + ring of blood + grindfest)
http://hentaiverse.org/?s=Battle&ss=ba (active battle)
-------
start buttons, not currently in battle message

http://hentaiverse.org/?s=Character&ss=eq (equipment)
http://hentaiverse.org/?s=Character&ss=eq&slot=1 (equipment slots)
-------
item set buttons
equip/unequip

http://hentaiverse.org/?s=Bazaar&ss=ml&slot=1 (monster)
http://hentaiverse.org/?s=Character&ss=au (auras)
http://hentaiverse.org/?s=Bazaar&ss=fr (forge)
-------
all sorts of crap


This post has been edited by ctxl: Mar 7 2013, 17:25
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 15 2014, 05:19
Post #30
eovcoo5



おっぱい星人 (( • ̀ω•́ )✧)
********
Group: Members
Posts: 2,583
Joined: 16-September 10
Level 391 (Dovahkiin)


(IMG:[invalid] style_emoticons/default/anime_cry.gif) please help

Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 15 2014, 05:49
Post #31
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


QUOTE(eovcoo5 @ Jul 15 2014, 05:19) *

(IMG:[invalid] style_emoticons/default/anime_cry.gif) please help
-- snip --

No easy way i for this one i fear since the bar-color is a 1px wide bar that gets stretched as needed.
So to change the color you'd need to override the image.

Easiest way is probably a user-script that removes the src attribute from the image and sets the appropiate background color.

// edit:
Had a couple minutes to spare, see here: https://forums.e-hentai.org/index.php?s=&am...t&p=3402065

This post has been edited by simrock87: Jul 15 2014, 06:19
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


2 Pages V < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 28th June 2025 - 13:46