OMG, thank you so much!!! This is exactly what I'm looking for! The default icon is hard to see and this is such a lifesaver _
It works! I'm using both your and 's code for highlighting CW items, a bit of a double up, but it makes things even more prominent! :D
This is what I'm seeing in your signature at the moment:
I'm going to try different CSS effects when I've got more time ^o^
Now I just need to wait for a random event to pop up... anytime soon... fingers crossed! :P
[edit]
Speaking of random events! XD
Looking good! :)
[font=monaco]« Tomorrow belongs to those who can hear it coming. »[/font]
🍂🍁🪭
🍭🍬 🥚[egg=Selphina]🍳 🧻[tp=Selphina]🗞️
💋💕 🌸🌻 💃🕺
The Bookmarks were annoying me. If you have too many they seriously stretch the page; I had to cut mine down to just Quick Stock, Underground Spring, Mallarchy Pond, BHH and the Wardrobe Organize Items page. (Yes, even with very abbreviated names.)
I put the spares in the Notepad widget, like so:
Recycle Beast Bug Hunt Ikumoradeekanox Job Agency BathHouse Veta Gardens
Tut's Tomb Memory Runes Mahjongg Memory Reflection
Fragmentiser Asmodeus sCode reference Typo form That worked well enough, though it's not ideal.
But then I thought I'd try using the Inspect Element thing in Chrome and messing about in the CSS panel until the bookmarks looked better to me!
[edit] Edited again 29/9/17 because I finally found out how to make them seriously compact as well as with decent contrast:
Seems to work, and hasn't broken anything yet! Replace background-color with whatever you like -- I just wanted something that's a higher contrast to the very pallid text labels.
[edit]Editing this post since it says I can't post twice in a row (didn't stop an accidental double-post though):
@ Sorcerer, is there a way to make the games not play sounds? I don't want to mute all of Chrome -- sometimes I use Youtube -- but the Subeta games all make noises by default and I don't like them interrupting me!
useful threadsThe Giant List of Usability and Random Improvement 2.0 Comprehensive Guide to Battle Opponents (v2) [topic not found]
|
[topic not found] |
Nope, every game has a mute button though.
Nope, every game has a mute button though.
Thanks for the info ! CSS (well, all programming and computer language stuff actually) is all black magic to me and I have no idea what it is and isn't capable of. I ended up adding an extension to Chrome (Mute Tabs By Url) and blacklisting Subeta.
Something I have managed to do in CSS, thanks to the Inspect Element tool and a bit of guesswork:
I'm using the "welcome to Subeta" skin, so is the colour of the bar between forum posts; it's obviously different enough for me to be able to notice it without being too obtrusive. I tried which is the colour of the top menu links, but it felt too pale. Might try to find a shade in between the two. (Edit: works nicely for me.)
useful threadsThe Giant List of Usability and Random Improvement 2.0 Comprehensive Guide to Battle Opponents (v2) [topic not found]
|
[topic not found] |
Thank you for the bookmark codes. Now my bookmarks are not too spaced out in their tabs.

Does anyone know if there is code to remove the "Ping Friends" and "Ping Favorite Friends" checkboxes when posting on the forums? I already have posting anxiety as it is and the possibility that I might inadvertently ping a ton of people kind of freaks me out. I don't even know if they work; I did accidentally post with it selected once and panicked, but no one said anything, leading me to believe they don't. That just makes the "feature" extra stupid and I'd love for it to be gone either way.
yes - however no guarantee that any code will continue to work correctly since they've been messing with layout stuff. But use this
/remove forum checkboxes/
.inline.field .ui.checkbox {display: none;}
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Yes! Wonderful! Thank you so much!
The inputs both have unique IDs. This is safer because it can't accidentally hide existing or future checkboxes around the site.
/* remove ping friends options on forum posts */
label[for='ping_friends'], input#ping_friends, label[for='ping_favorites'], input#ping_favorites {display:none !important;}
Oh, that's good to know. Thank you!
Edit: Your code seemed to work at first but then the checkboxes came back. Maybe it's just the site being derpy because they're working on things. I'll keep using the first one for now but thank you for your help regardless!
Slap on an !important; and you should be good, updated previous post.
That seems to have done the trick! Thanks again!
Thanks! I had to remove some earlier code that had a negative impact due to the recent changes, so being more specific, where possible, is better :).
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
I really hope there's going to be a way to change the default color of buttons once they're done with the layout tweaking. I'm not a fan of white text on very light beige. Like the Search button in your shop or the Make Your Turn button when battling. I don't mind the blue they become when hovering over them, it's just the default color I would prefer to be darker...
I'll be able to re-theme every button on the site with ease! Just have to wait for things to settle.
Before this we had like 5 generations of button types, each with subsets of different styles, it was crazy!
I understand that they needed to do this. Streamlining your code is always better, especially for the sake of overview and to fix things that go wrong. And like I mentioned, I'm waiting for the dust to settle as well. No reason to try and do things now since we don't know what they'll tweak next ^_^ Let's just hope it won't be too much longer before they're done though ;)
Buttons that used to have a background being text-only, but actually still buttons when clicked is driving me nuts right now. Remind me after things quiet down and I'll help fix stuff for ya :]
That does sound annoying... And I definitely will. I know it'll keep bugging me so I certainly won't forget about it XD
> div.container-fluid > center > div > div > div > div > div.sixteen.wide.column > center img {display: none;}they changed up the training page again, and this time i'm really stumped p: can anyone point me to what needs changing so i can remove the images again?