widget and avatar picture
4 posters
Page 1 of 1
widget and avatar picture
Hello ^^
Happy New Year to everyone!
I arrived with two questions/requests. And I hope none of them are unsolvable. ^^
The first is that even last year, @pedxz helped solve the bottom image of my widgets. However, since then the Lastet/Recent topic section has revolted, and the bottom does not show the image. https://i.imgur.com/st0vqUp.jpg
The second is where it shows who posted on that topic last. That's where the avatar picture appears. I want a crescent in that corner:
https://i.imgur.com/As3Vs5j.jpg
I want this crescent there: http://www.pngall.com/wp-content/uploads/2016/03/Half-Moon-PNG.png
Thanks in advance <3
Happy New Year to everyone!
I arrived with two questions/requests. And I hope none of them are unsolvable. ^^
The first is that even last year, @pedxz helped solve the bottom image of my widgets. However, since then the Lastet/Recent topic section has revolted, and the bottom does not show the image. https://i.imgur.com/st0vqUp.jpg
The second is where it shows who posted on that topic last. That's where the avatar picture appears. I want a crescent in that corner:
https://i.imgur.com/As3Vs5j.jpg
I want this crescent there: http://www.pngall.com/wp-content/uploads/2016/03/Half-Moon-PNG.png
Thanks in advance <3
Re: widget and avatar picture
Hello @Mineko,
About the "Latest topics" here:
About the shape of the moon, add this in your stylesheet:
About the "Latest topics" here:
- Code:
#recentTopics > table::after {
content: url(https://i.imgur.com/eLlcQbw.png);
}
About the shape of the moon, add this in your stylesheet:
- Code:
.boxFRM {
position: relative;
}
.boxFRM::after {
content: '';
display: inline-block;
background-image: url(https://i15.servimg.com/u/f15/19/28/44/36/half-m10.png);
height: 80px;
width: 80px;
position: absolute;
bottom: -6px;
right: -9px;
background-size: cover;
background-position: center;
filter: drop-shadow(1px 1px 9px #4f5b77);
}
Last edited by pedxz on January 8th 2021, 3:00 pm; edited 1 time in total
TonnyKamper likes this post
Re: widget and avatar picture
I love it. : D The lastet / recent section now works. : D Although there would be so many problems with it that it is a little wider than the others. Yet in theory it is the same 220px wide.
Um ... That's not exactly what I thought. Sorry-sorry. I didn't explain well enough. Please dont eat me. q.q
I thought that way. https://i.imgur.com/X2BxJ17.png
Um ... That's not exactly what I thought. Sorry-sorry. I didn't explain well enough. Please dont eat me. q.q
I thought that way. https://i.imgur.com/X2BxJ17.png
Re: widget and avatar picture
@Mineko: nevermind it was my fault - SORRY I changed the code of my first post
TonnyKamper likes this post
Re: widget and avatar picture
I love it. Seriously. I love it. Thank you very, very, very much. @pedxz
One question: what can I do with this? q.q
One question: what can I do with this? q.q
Re: widget and avatar picture
If this is solved, please click the green solved button above the topic.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: widget and avatar picture
okay, I just remembered a question >.> related to this, so I didn't indicate that the problem was solved.
Re: widget and avatar picture
Replace this code:
to:
- Code:
#recentTopics > table::after {
content: url(https://i.imgur.com/eLlcQbw.png);
}
to:
- Code:
#recentTopics > table::after {
content: '';
display: block !important;
width: 214px !important;
background-image: url("https://i.imgur.com/eLlcQbw.png");
height: 75px;
}
TonnyKamper likes this post
Re: widget and avatar picture
Problem solved & topic archived.
|
Similar topics
» Login widget picture resize
» Picture below Avatar
» Picture-avatar request
» online picture over avatar
» change the unknown avatar picture
» Picture below Avatar
» Picture-avatar request
» online picture over avatar
» change the unknown avatar picture
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum