|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
🦌🌸Bambini [Bloodbourne] (#190486) Special Snowflake View Forum Posts Posted on 2019-12-09 19:56:45 |
Hello, I was just wondering when it says rgba(0, 0, 0, 0.6) say for example I wanted to use the hexcode #e6b3ff where and how would I implement this to make it that colour? Also this sounds pretty obvious but do I remove all the importants! lol 0 players like this post! Like? |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-12-09 20:22:19 |
@Bambini You would replace the entire rgba line with the hexcode. So instead of rgba(0, 0, 0, 0.6) it would just say #e6b3ff :) 0 players like this post! Like? |
🦌🌸Bambini [Bloodbourne] (#190486) Special Snowflake View Forum Posts Posted on 2019-12-09 20:26:22 |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-12-09 20:27:32 |
Raquiin [G1 x3 Ros Solaris] (#177202) Blessed View Forum Posts Posted on 2019-12-09 20:27:50 |
You can also use a hex to rgb converter, or vice versa, to get the right color layout for the code 0 players like this post! Like? Edited on 09/12/19 @ 20:28:45 by Raquiin [Clean Uneven Rhod] (#177202) |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-12-09 20:29:53 |
^ Yes, if you want something to be semi-transparent then you would have to convert the hex code to RGBA and adjust the last number of the RGBA code to fit the level of transparency you want. For your example, #e6b3ff would be rgba(230, 179, 255, 1) for a solid color, rgba(230, 179, 255, 0.6) for semi-transparent, etc. 0 players like this post! Like? |
🦌🌸Bambini [Bloodbourne] (#190486) Special Snowflake View Forum Posts Posted on 2019-12-09 20:32:20 |
Zekalli (#155387)
Deathlord of the Jungle View Forum Posts Posted on 2019-12-15 14:58:28 |
I need a bit of help do you remove all the "*'s" out of the dropbox template; Ex: /* TOPBAR ("Welcome back, ___"), NAVBAR (Den/Crossroads/Etc.) */ Also, do I add colors to say this kind of stuff; background: rgba(220, 220, 220, 0.8); border: none; border-top: none; I wasn't sure since there is no rbga or #00000's placed there.. 0 players like this post! Like? |
🌵 SpicyKale 🌴 (#184461)
View Forum Posts Posted on 2019-12-15 16:50:18 |
^No! don’t remove the asterisks, they’re there to make the text invisible :) I’m not quite sure what you mean about the colours but i think you only fill in the numbers and letters when the rgb(,,,) and #0000 is already written out (ps my css didn’t work so i might be completely wrong) 0 players like this post! Like? |
Zekalli (#155387)
Deathlord of the Jungle View Forum Posts Posted on 2019-12-15 21:48:50 |
Phoenixx (#171097)
Maneater View Forum Posts Posted on 2019-12-20 15:26:35 |
🌵 SpicyKale 🌴 (#184461)
View Forum Posts Posted on 2019-12-20 15:34:52 |
^ Yes! you can paste it in notes or something and make changes to it there. 0 players like this post! Like? |
Phoenixx (#171097)
Maneater View Forum Posts Posted on 2019-12-20 15:37:59 |
Phoenixx (#171097)
Maneater View Forum Posts Posted on 2019-12-20 15:51:39 |
🌵 SpicyKale 🌴 (#184461)
View Forum Posts Posted on 2019-12-20 15:55:14 |
you can host an image on dropbox i think but i’m not sure how, if you’re using an image off the web all you have to do is get the image url for it. 0 players like this post! Like? |