d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > Private Messages Too Small Now > Help
Prev12
Closed New Topic
Member
Posts: 27,258
Joined: Jun 16 2010
Gold: 273,466.90
Jul 3 2017 02:42am
I like this new layout, but a "Change Theme" option would be nice too, for those who want to spice up things :D
Member
Posts: 14,714
Joined: Apr 4 2007
Gold: 15,081.69
Jul 3 2017 03:33am
I just think making it harder to click is needless, they could have the capacity shown while adding in "messages" next to it to make the clickable area for it larger and I'd be happy.
Member
Posts: 3,386
Joined: May 4 2013
Gold: 1,780.00
Jul 3 2017 03:45am
Add to your usercss

Code


ul.barR li:nth-child(1) a:before {
content: "Messages: ";
}



Effect:

Member
Posts: 15,344
Joined: Feb 7 2008
Gold: 0.00
Jul 3 2017 03:52am
Quote (nuvo @ 3 Jul 2017 11:45)
Add to your usercss

Code
ul.barR li:nth-child(1) a:before {
content: "Messages: ";
}


Effect:

https://i.imgur.com/neuFObl.png


That's pretty good, thanks for that. Finetuned it to this for my use on it.

Code
ul.barR li:nth-child(1) a:before {
content: "Messages: ";
}

ul.barR li:nth-child(3) a:before, ul.barR li:nth-child(4) a:before {
content: "My ";
}

ul.barR li:nth-child(5) a:before {
content: "Topic ";
}





/e If you want to hide the email icon:

Code
ul.barR div.e2{
display: none !important;
}


/e2 And if you dream about being rich, just add some fg :P

Code
ul.barR li:nth-child(2) a:before {
content: "10,00";
font-weight: bold;
}


This post was edited by Cfwx on Jul 3 2017 04:02am
Member
Posts: 32,478
Joined: Jul 14 2009
Gold: 198,336.35
Jul 3 2017 06:44am
Quote (nuvo @ Jul 3 2017 05:45pm)
Add to your usercss

Code
ul.barR li:nth-child(1) a:before {
content: "Messages: ";
}


Effect:

https://i.imgur.com/neuFObl.png


what is usercss? can someone help me? i hate this new style too
Retired Moderator
Posts: 30,390
Joined: Feb 25 2009
Gold: 113,241.00
Trader: Trusted
Jul 3 2017 08:13am
Quote (TwistedFury @ 3 Jul 2017 14:44)
what is usercss? can someone help me? i hate this new style too


If you are using chrome, there is a extension you can download that is called " User CSS ". :)
Member
Posts: 32,478
Joined: Jul 14 2009
Gold: 198,336.35
Jul 3 2017 08:40am
Quote (Tandfen @ Jul 3 2017 10:13pm)
If you are using chrome, there is a extension you can download that is called " User CSS ". :)


ah ok thanks
Go Back To General Help Topic List
Prev12
Closed New Topic