Replies

Oct 29, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

I never use CSS that has potential to affect another page somewhere, but here's the /* hide pet images on training page */ .container-fluid div.row.w-100 > div.col-3.p-3 > center > img[src^='//img.subeta.net/pets/'], .container-fluid div.row.w-100 > div.col-3.p-3 > center > img[src^='//img.subeta.net/pets/'] + br { display:none; }

[font=Cambria]Useful Custom CSS[/font]

Oct 29, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

thank you! o: & the last one didn't seem to affect any other pages but with this one... well, we'll see i guess. the training page is just too long with 30 pets ><;

oh sacred spork, smite mine enemies

Oct 30, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

The chances are very low, but new things come out, and old things get changed, that's all. :p

[font=Cambria]Useful Custom CSS[/font]

Oct 30, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

true! and they've been changing all sorts of things lately, so we'll see how long this one sticks haha

oh sacred spork, smite mine enemies

Nov 6, 2017 8 years ago
Thundercracker
made a living
User Avatar
Serrated

Uhm that new bar on the pet pages that show how much to the next tier. To get rid of it I found this: .pet_stats.segment.ui > .progress {display:none !important;}

helps.

Holiday Clickables | |

Nov 6, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

I love that bar, but I'll add this to the first page when it next gets updated! ?

[font=Cambria]Useful Custom CSS[/font]

Nov 10, 2017 8 years ago
Merlin
parties with the undead
User Avatar
Mullberry

So this is probably an obvious thing but I'm wondering if someone could share the customcss header tag? The one I found to replace the default header doesn't work for me. I tried using inspect but I must be tired because i'm coming up empty on the way to get this to work.

{ background-position: 0% 48% ; background-image: url(image here); }

Nov 10, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

What exactly is your goal? :)

[font=Cambria]Useful Custom CSS[/font]

Nov 10, 2017 8 years ago
Merlin
parties with the undead
User Avatar
Mullberry

@ Sorcerer Hi! I'd like to replace the default header with one of my own. I'm trying to make my own site theme :) However it looks like all those tags do is change the bottom border of the header. I'm guessing there must be a different one. (I think the sites I've found regarding this stuff must be really outdated. I've also seen in older posts about adding the style tags but those don't seem to work anymore, they just disappear when the page is submitted.) A lot of it still works but this one thing is driving me nuts haha

EDIT: I figured it out! :) In case anyone else needs it I'll post the codes :)

this is the code for the longest part of the background: -ban { background-image: url(IMG URL); background-position: -120px 0px;}

This is for the postcard thingy: (if you put none instead of the url it will remove it completely) { background-image: url(IMG URL); width: 375px; height: 159px; }

thanks for this thread and to those who keep making helpful fixes :)

Nov 10, 2017 8 years ago
FCoD
needs more chocolate
User Avatar
Ms. Hollyhock

Congrats!

I'm interested in trying something like this myself. I'm curious as to how it will look, could you post a screenie so I can get a general idea?

RIP Mom, I love & miss you more than you know. Tell Dede hi.

Ocean Conservation Namibia on YouTube... they do good work! https://www.ocnamibia.org

https://www.hopeforpaws.org/

Nov 10, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Here's a good starting place for a custom header. You can remove 'center' for a left-aligned image instead. Change to another colour to match your theme. Header image should be 111px tall, any width. /* remove postcards / {display:none;} / remove main banner image

[font=Cambria]Useful Custom CSS[/font]

Nov 10, 2017 8 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

Nice banner!

I'm trying to make the shop row a different color and all I can manage is to get a thick colored bar on the bottom. (can't post screen shots right now to show you). I'm using this code: /shop row color/ .shop_highlight.yellow{background-color: !important;}

Nov 11, 2017 8 years ago
FCoD
needs more chocolate
User Avatar
Ms. Hollyhock

Very cool, thank you so much. I hope to start on one this weekend. :)

RIP Mom, I love & miss you more than you know. Tell Dede hi.

Ocean Conservation Namibia on YouTube... they do good work! https://www.ocnamibia.org

https://www.hopeforpaws.org/

Nov 11, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

What page is this on?

[font=Cambria]Useful Custom CSS[/font]

Nov 11, 2017 8 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

Sorry, I wasn't very specific, rushing too much.

On the shop search page when there is an item in the shop, it shows up on the first line of the results.

Ex. https://subeta.net/user_shops.php/search/shops/White+Decorating+Frosting

Nov 12, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Here, these are the default colours, just swap out your own :D /* shop search npc shop stocked / .shop_highlight.yellow { background-color: ; color: ; } / shop search your shop stocked */ .shop_highlight.blue { background-color: ; color: ; }

[font=Cambria]Useful Custom CSS[/font]

Nov 12, 2017 8 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

Thank you! Now I can actually see the highlight!

Nov 14, 2017 8 years ago
Merlin
parties with the undead
User Avatar
Mullberry

late reply, but thanks so much! i got sick over the weekend so i'll have to check this out again when i'm feeling better

Nov 14, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Welcome, hope that time comes soon :p

[font=Cambria]Useful Custom CSS[/font]

Nov 14, 2017 8 years ago
FCoD
needs more chocolate
User Avatar
Ms. Hollyhock

Recovering from a migraine, hope to feel better so I can try this out.

RIP Mom, I love & miss you more than you know. Tell Dede hi.

Ocean Conservation Namibia on YouTube... they do good work! https://www.ocnamibia.org

https://www.hopeforpaws.org/

Please log in to reply to this topic.