Replies

May 13, 2015 10 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

hi all, i'm pretty sure this is the right place to put this but if not, i apologize. alright, so a while back i added in some custom css (i can't remember who i got it from, sorry!) to change the colors of forum posts because i REALLY didn't like the whole 'colors based on site theme' thing going on. i have it so that the backgrounds, borders, etc. of forum posts are all varying shades of white/grey, because i think it looks better like that.

here is the code i am using: .ui.tertiary.inverted.segment {background-color: !important; color:; background-image:none !important;} /this is the post header/ .post {background-color: !important;} /post's bg color/ .ui.segment {box-shadow:0px 0px 0px 1px !important;} /this is the border on the HA box/ .ui.label {background-color: !important; background-image:none !important; color: !important;} /this will recolor the user buttons/ .user.details > .use-tooltip {font-weight: bold; color:;} strong.user.title {font-size: 0.85em;font-style: italic;font-weight: normal;opacity: 0.65;color: !important;} .spoiler_click {background:none repeat scroll 0% 0% !important;} /spoilers!/

and here is what a forum post looks like for me:

now, my issue arises because… you see that border around the HA? the sort of gold-colored border? i want it to be grey. and i can't figure out how to make it grey! i've tried editing the part of the css that says "this is the border on the HA box" but editing that value actually changes the color of the border of the entire post, not the one around the HA. so i'm thinking, somewhere along the way, i must have accidentally deleted the code that actually changes the color of the HA border. does anyone know what that code ought to be? i'd really appreciate it, because the gold borders have been bugging me for months and i've just about had it.

May 14, 2015 10 years ago
egg
is a bad egg
User Avatar

I'm pretty sure the border color is determined by whatever layout you're using under your custom CSS.

I couldn't find any code in my CSS for the border, so I just zoomed in to mine, and I realized the border is a really dark green. c_c

[edit] .user.details.ui.segment{box-shadow:DO YER THING HERE !important;}

May 14, 2015 10 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

yes, that did it, thank you so much!

Please log in to reply to this topic.