Would it be possible for those of us who have completed those plot steps to have the "talk to alexander" button removed? (unless we will need it again soon in the future) I keep accidentally clicking it while trying to do my weekend quests x) I get in too much of a hurry and it's there all BIG and in my face and distracting :P
[tot=Chey]
Well yes that works, but continually having to do it is no fun. I'm done with the quests now, but I clicked that dang thing like 5 times. It's just a suggestion that I think might make things a little easier for some of us. :)
[tot=Chey]
But you're already doing quests which is pretty repetitive. Just add another repetition to your repertoire, it's not that difficult?
a.button.blue.large.animated.bounceIn[href="/explore/spirited/alexander.php"] {
display: none;
}
am having fun with css lately
Considering it's part of the plot going on, no thank you. Besides, the buttons are separated by a couple paragraphs, so it's easy to stop, take a moment, and look.
well, this is the feedback thread... more repitition= more annoyance for me. sorry for wishing it could be made a bit simpler.
and THANK you so much that's all i needed! :D
[tot=Chey]
no problem, any chance I get to put my degree to use I'll take.
I asked if it were possible to remove it for people who are done with that plot step. :) But I got what I needed, so I guess this topic can be locked now.
[tot=Chey]
I just don't like it because the animation gives me a headache. Next time I'd like to see the buttons just...existing, static, on the page when you load it.
Good point and the animation is annoying as well. i don't see what the problem is with removing the button for those of us who have completed those steps. but at least we know we can use that css to do it ^_^
[tot=Chey]
.bounceIn{
animation: none;
}
a.button.blue.large.animated.bounceIn[href="/explore/spirited/quentin.php"] {
display: none;
}
in case anyone needs that too, don't actually think you were asking
Thanks! I was trying to alter the first code you posted to cover every page, but this is a lot easier, lol.
a.button.blue.large.animated.bounceIn {
display: none;
}
works on all pages, made it specifically for quentin/library because 1. that's what was asked and 2. it'll take out the button for future steps so I didn't think that would be a good idea.
so just do the one I gave you before, it'll turn off all the animations for anything with a bounceIn class. if any other animations come up you don't like, lemme know.
.bounceIn{
animation:none;
width: 100px;
height: 30px;
}
.bounceIn:hover{
transform-origin: 50px 15px; -moz-transform-origin: 50px 15px;
-webkit-transform-origin: 50px 15px;
-webkit-transition: 1s ease-in-out; -moz-transition: 1s ease-in-out; transition: 1s ease-in-out; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } that may be sloppy but I've just started to pick this up, give that shot instead, hover over the button ;)
I don't understand why they're still there, either. Seems like an oversight that should have been fixed by now.
before the games were linked in the news page, that was the only way to access them.
I don't see it as an issue, if you wanna read some of the story because you skipped it, you can read the last part. you can still access the games through these buttons. if you don't want to look at the buttons any more, there's css for that.