|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-12-02 17:07:28 |
Question: How do I get the floating white things like this dens: https://www.lioden.com/territory.php?id=95480 without having a gif background? 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-12-02 17:08:46 |
That's the animated falling snow by =Austin= #43750, he has a tutorial on that iirc. Well, he adapted it to Lioden, and has the credits on the code for that den. 0 players like this post! Like? Edited on 02/12/20 @ 17:09:25 by Ater 🐺 CL DF Madagascar (#206739) |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-12-02 17:47:00 |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-03 18:08:38 |
Here's my current code: rck7pfyscfnjxpm/LDtest1%20(5).css?dl=0 I'm having issues with brown appearing all of a sudden? Before, I managed to fix it, but /* Affects the color behind your territory description, player name, etc. */ input, select, textarea { background: rgba(0, 0, 0, 0.6) !important; border: none !important; border-color: black; border-radius: 5px; box-shadow: none !important; color: black !important; text-shadow: none !important; } Here's the code I edited. I learned if i replace the color: black !important with my color code ( 7EFBEF) that it fixes the bio, but for some reason turns the bookmark color from black to brown? Why is this and how could i fix it to where the save/bookmark/other effected words turn blue as well? /* Affects the color behind your territory description, player name, etc. */ input, select, textarea { background: rgba(0, 0, 0, 0.6) !important; border: none !important; border-color: black; border-radius: 5px; box-shadow: none !important; color: 7EFBEF !important; text-shadow: none !important; } 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-12-03 23:01:20 |
That's because you forgot the # on the colour! Always remember the type of colour format (RGB, RGBA, HEX, etc) that you're using. c: 0 players like this post! Like? |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-04 11:57:25 |
It's RGBA and i've only ever worked with HEX, so i have no clue how to use RGBA ^^; Thank you! 0 players like this post! Like? |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-04 12:04:38 |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-12-04 14:18:09 |
Don't worry! Though it is HEX alsdjal. Also, can you put it live? I add the # and the text turns blue. 0 players like this post! Like? |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-04 15:22:48 |
color: black !important; text-shadow: none !important; color: 7EFBEF !important; text-shadow: none !important; When I add the # it breaks it even more.. should i add the code somewhere here instead? input, select, textarea { background: rgba(0, 0, 0, 0.6) !important; border: none !important; Also, would you mind posting what you've been putting in so i could see where i'm going wrong..? 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-12-04 18:26:37 |
Hey there! What I've been doing is this: input, select, textarea { background: rgba(0, 0, 0, 0.6) !important; border: none !important; border-color: black; border-radius: 5px; box-shadow: none !important; color: #7EFBEF !important; text-shadow: none !important; } When I meant the #, I was talking about literally the '#', the hashtag I mean. ^^' 0 players like this post! Like? |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-04 18:28:16 |
I did that and it messed it all up :c i'll go into the raw code and replace it with that and see if it fixes it on my end. i don't know why the # wont work for me! 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-12-04 18:29:33 |
Oh, that's really weird. :0 Do you mind putting live what you're doing so I can see directly what's going on? 0 players like this post! Like? |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-04 18:31:24 |
i uh - i'm about to put the new code into my profile if you'd like to see if it works? 0 players like this post! Like? |
Bluebird (g3/Pie/x2Ros/Ice) (#195333) View Forum Posts Posted on 2020-12-04 18:33:22 |
It worked! Well.. Let me pull up an old one that absolutely shat itself when i did the same thing Nevermind, i see what i did wrong. I never changed the one bit back to 0,0,0,0.6 XD Thank you so much! 0 players like this post! Like? Edited on 04/12/20 @ 18:36:32 by Bluebird (33/116) (#195333) |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-12-04 20:11:01 |
Sorry I didn't come back earlier, got distracted by some school stuff. x'D I'm glad it worked though! 0 players like this post! Like? |