Replies

Sep 14, 2017 8 years ago
Selphina
is made of stardust
User Avatar
Okami

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]« We can be heroes, forever and ever. »[/font] 🍂🍁🪭 🍭🍬 🥚[egg=Selphina]🍳 🧻[tp=Selphina]🗞️ 💋💕 🌸🌻 💃🕺

Sep 15, 2017 8 years ago
Pun
is very punny
User Avatar
Eager Beaver

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:

too many bookmarks Crypts Fishing Ice Fields Random Tiles Galley Rats

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:

Quote
/<em>uh oh what am i doing</em>/
.bookmark {color: ; background-color: ; padding-left: 8px; padding-right: 4px; padding-top: 0px; padding-bottom: 0px; margin-left:-8px;}
{background:none; right:-40px; margin-top:0px;}
.bookmark.first {margin-top:-1px !important; padding-top:0px;}
.bookmark {margin-bottom: -1px !important;}
.bookmark p {margin-bottom:0px}
(I'm using Quote instead of Code so that it doesn't start throwing backslashes at me)

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.

screenshots Standard: First post's CSS: My CSS additions:

[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!

Sep 18, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Nope, every game has a mute button though.

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

Sep 18, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Nope, every game has a mute button though.

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

Sep 20, 2017 8 years ago
Pun
is very punny
User Avatar
Eager Beaver

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:

Quote
/<em>make links more obvious</em>/
a:link, a:active, a:visited, div#forum_wrapper a, div#forum_wrapper a:link, div#forum_wrapper a:active, div#forum_wrapper a:visited, div#forum_create a:link, div#forum_back a:link {color: ; text-decoration: underline}
Because I'm obviously as blind as a bat, I needed something to make links more obvious. I keep missing links in forum posts because their very-dark-grey is so nearly the same as the black of the standard text.

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.)

Normal:

Oct 8, 2017 8 years ago
Go home
Julie
you're drunk
User Avatar

Thank you for the bookmark codes. Now my bookmarks are not too spaced out in their tabs.


Forum Art by
Signature Art by

Oct 24, 2017 8 years ago
Synth
is the sole survivor
User Avatar

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.

I BITE FOR ALL ZOMBIE STRAINS

EVENT ACTIONS

[egg=Synth]

[tp=Synth]

Oct 24, 2017 8 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

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;}

Oct 24, 2017 8 years ago
Synth
is the sole survivor
User Avatar

Yes! Wonderful! Thank you so much!

I BITE FOR ALL ZOMBIE STRAINS

EVENT ACTIONS

[egg=Synth]

[tp=Synth]

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

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;}

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

Oct 25, 2017 8 years ago
Synth
is the sole survivor
User Avatar

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!

I BITE FOR ALL ZOMBIE STRAINS

EVENT ACTIONS

[egg=Synth]

[tp=Synth]

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

Slap on an !important; and you should be good, updated previous post.

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

Oct 25, 2017 8 years ago
Synth
is the sole survivor
User Avatar

That seems to have done the trick! Thanks again!

I BITE FOR ALL ZOMBIE STRAINS

EVENT ACTIONS

[egg=Synth]

[tp=Synth]

Oct 25, 2017 8 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

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 :).

Oct 29, 2017 8 years ago
Camilla
is forever on a quest for more pets
User Avatar
Judarr

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...

Visit my YouTube channel: ">CamK Gaming

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

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!

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

Oct 29, 2017 8 years ago
Camilla
is forever on a quest for more pets
User Avatar
Judarr

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 ;)

Visit my YouTube channel: ">CamK Gaming

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

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 :]

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

Oct 29, 2017 8 years ago
Camilla
is forever on a quest for more pets
User Avatar
Judarr

That does sound annoying... And I definitely will. I know it'll keep bugging me so I certainly won't forget about it XD

Visit my YouTube channel: ">CamK Gaming

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

Quote by jensen
does anyone know how to remove pet images from the new training center? i&;ve been poking through the new one and trying to match it with noemi&;s css for the old one but i can&;t quite figure it out ;w;</p>
<p>[edit]
&gt; div.container-fluid &gt; center &gt; div &gt; div &gt; div &gt; div &gt; div.sixteen.wide.column &gt; center img {display: none;}
turns out i was changing the wrong thing. this sort of works, but there&;s an awkward space at the top i can&;t seem to get rid of :c

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?

oh sacred spork, smite mine enemies

Please log in to reply to this topic.