|
|
---|---|
Posted by | ✦•Pandora and Kat's CSS Codes•✦ |
Pandora (#144118) View Forum Posts Posted on 2022-03-28 22:47:40 |
✦•Pandora and Kat's CSS Codes•✦ WELCOME! CODES RESTORE OLD PLAYER BOX Q&A/RULES
12 players like this post! Like? Edited on 14/03/24 @ 19:34:27 by Pandora (#144118) |
Kiosko (#262066)
Toxic View Forum Posts Posted on 2022-04-22 14:21:19 |
Kat .:Red Lion of Voltron:. (#94329) Amiable View Forum Posts Posted on 2022-04-22 14:23:42 |
@Peach - This line here - .dissolveAbout {should be .dissolveAbout {I believe. Also, don't forget to input a # before every hexcode color! I'm actually not sure if it makes a difference, but just in case 0 players like this post! Like? |
Kat .:Red Lion of Voltron:. (#94329) Amiable View Forum Posts Posted on 2022-04-22 14:25:38 |
@Kiosko - Oh, that's odd No worries, I can inspect it for you if you've got an example post for what you're looking for ^^ 0 players like this post! Like? |
𝐍𝐢𝐫𝐯𝐚 𝐧𝐚 (#244516) View Forum Posts Posted on 2022-04-22 14:26:25 |
Kiosko (#262066)
Toxic View Forum Posts Posted on 2022-04-22 14:27:10 |
This is the post I was going off of: https://www.lioden.com/topic.php?id=304429441645 0 players like this post! Like? |
𝐍𝐢𝐫𝐯𝐚 𝐧𝐚 (#244516) View Forum Posts Posted on 2022-04-22 14:30:15 |
Here are the rest of the errors, if you could help with those - line 6 col 1 Disallow !important Use of !important transition: .5s ease!important; - line 8 col 1 Beware of broken box size Using height with border can sometimes make elements larger than you expect. border: #9094C0; - line 8 col 1 Beware of broken box size Using width with border can sometimes make elements larger than you expect. border: #9094C0; - line 9 col 1 Require use of known properties Expected ({1,4} [ / {1,4} ]?) but found '#9094C0'. border-radius: #9094C0; - line 35 col 12 Disallow units for 0 values Values of 0 shouldn't have units specified. font-size: 0px; - line 50 col 1 Beware of broken box size Using width with padding can sometimes make elements larger than you expect. padding: 5px; - line 55 col 1 Require use of known properties Unknown property 'scrollbar-gutter'. scrollbar-gutter: stable both-edges; - line 60 col 13 Disallow units for 0 values Values of 0 shouldn't have units specified. margin-top: 0px; 0 players like this post! Like? |
𝐍𝐢𝐫𝐯𝐚 𝐧𝐚 (#244516) View Forum Posts Posted on 2022-04-22 14:46:57 |
Update: I fixed the error on line 9 col 1, that was my bad. I put a hexcode instead of a pixel amount 0 players like this post! Like? |
Kat .:Red Lion of Voltron:. (#94329) Amiable View Forum Posts Posted on 2022-04-22 14:57:52 |
@Kiosko - After looking at the post and testing it myself, it should just work as is :O The only reason it wouldn't work is because some other HTML is conflicting with it. In the post you sent me, the user asking the question had a <p></p>in their coding which was conflicting with their spoiler tag. After I deleted it, it worked as expected! If you're having trouble with your coding and spoilers not working together like they should, send me the code and I'll try to see what the issue is ^^ @Peach - What kind of CSS corrector website are you using?? ;^^ I tested my coding myself in my own den, and it works perfectly fine with the same CSS and HTML inputted that I sent you 0 players like this post! Like? Edited on 22/04/22 @ 15:10:18 by Kat .:Red Lion of Voltron:. (#94329) |
Kat .:Red Lion of Voltron:. (#94329) Amiable View Forum Posts Posted on 2022-04-22 15:18:28 |
@Peach - The errors that show up are negligible. You can write "transition: .5s ease!important;" or "transition: .5s ease;" like it suggests and it'll both do the same thing either way. For "font-size: 0px;" it's saying it's supposed to be "font-size: 0;" but again, they both do the same thing. I always just put "px" at the end of any sizing just because that's what I feel comfortable doing instead of leaving it blank. As for the "beware" parts, it's not an error and should work as is. All it's letting you know is to be aware that some elements may make things bigger than you expect. Again, though, it should still work. Hopefully that helps! ^^ 0 players like this post! Like? |
xanadu [g1 ardor scattered] (#184541) View Forum Posts Posted on 2022-04-22 15:24:37 |
Just came across this thread and I wanted to thank you for the code to add on the decors to featured lions because Wasteland was looking a little off without her decors in the featured lion spot so thank you again 0 players like this post! Like? |
Kiosko (#262066)
Toxic View Forum Posts Posted on 2022-04-22 15:26:29 |
Kat .:Red Lion of Voltron:. (#94329) Amiable View Forum Posts Posted on 2022-04-22 15:28:46 |
@gore - You're welcome!! Pandora and I are glad you're enjoying the code!!! @Kiosko - You're welcome!! 0 players like this post! Like? |
𝐍𝐢𝐫𝐯𝐚 𝐧𝐚 (#244516) View Forum Posts Posted on 2022-04-23 08:36:58 |
I was using CSS Lint, since I really have no idea what I'm doing. Do you think that I might be putting the code in the wrong place? I'm just copy-and-pasting it into my den. Should I be putting the code in my css den background thingy? 0 players like this post! Like? |
Kat .:Red Lion of Voltron:. (#94329) Amiable View Forum Posts Posted on 2022-04-23 08:53:49 |
@Peach - Ohhh, yes! The CSS goes into your dropbox style sheet. The HTML goes into the den description, where you type up whatever you want in your den 0 players like this post! Like? |
𝐍𝐢𝐫𝐯𝐚 𝐧𝐚 (#244516) View Forum Posts Posted on 2022-04-23 08:59:02 |
Right, I understand that but like should I be putting it inside of the den background css? Because when I paste it into my den it doesn't work. I can try it again though Like inside of this somewhere? <*link rel="stylesheet" type="text/css" href="https://Scilenci.github.io/idk/Skyrim.css" /> OH WAIT SHOULD I BE USING HTML INSTEAD OF CSS? 0 players like this post! Like? Edited on 23/04/22 @ 09:01:10 by Peach (#244516) |