|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
💙DexterFam2010 (#212394) Angelic View Forum Posts Posted on 2021-01-04 01:19:32 |
💙DexterFam2010 (#212394) Angelic View Forum Posts Posted on 2021-01-04 01:24:49 |
˗ˏˋThe Mighty Serpent´ˎ˗ (#59025) Heavenly View Forum Posts Posted on 2021-01-27 21:18:45 |
Answered my own question! nvm 0 players like this post! Like? Edited on 27/01/21 @ 21:41:50 by Constinal {TDL+} (#59025) |
.`🎀 O r i s a 🎀`. (#218285) Dreamboat of Ladies View Forum Posts Posted on 2021-02-03 19:29:26 |
im a bit confused and am aware this is older but what is the code to use when changing the lioden logo? 0 players like this post! Like? |
Demonic Ciel (G2 3x Ros Frail) (#198730) View Forum Posts Posted on 2021-02-04 23:33:02 |
So like, im struggling on where to put the color HEX and RBG and such. Like i chose a background put the link. I'm afraid im not the smartest and am struggling a bit smh xD like i'm trying to understand the Templet thing you gave, but i can't place the instructions to what im doing and im lost- 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-04 23:44:48 |
@Orisa /* LIODEN LOGO REPLACER */ div.container.main>div:nth-child(1)>nav>div.navbar-header>a>img { content: url('IMAGE URL HERE'); } It's under the circular avatar/king code! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-04 23:46:21 |
@clel do you mean you don't know how to put in the rgba? I've found it needs to be rgba and NOT rgb to get the color to show up Like this: background: rgba(0, 0, 0, 0.6) Instead of like this: background: rgb(0, 0, 0, 0.6) That might be the issue! 0 players like this post! Like? |
ZodiacDragon (#184369)
Prince of the Savannah View Forum Posts Posted on 2021-02-05 10:46:39 |
I'm having an issue changing which image is used for which icon, so far all my navigation icons for my den are the same image. 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-05 10:56:03 |
ZodiacDragon (#184369)
Prince of the Savannah View Forum Posts Posted on 2021-02-05 10:57:55 |
https://www.dropbox.com/s/3jzfc2qnfsqwpri/Liodenbackground.css?dl=0 i ended up just setting all the image links to the same image out of frustration, i couldn't figure out why all my navigation images were the image for pregnant lionesses 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-05 11:02:10 |
Right under /* CAVE */, there is options for different caves! For example, this one is for your unsorted: /* UNSORTED */ a[href$="unsorted.php?id=USERID"]>div.cave-grid>img { content: url('https://i.imgur.com/Qk8Jd87.png')!important; Just switch out the direct link with that code! I HIGHLY suggest using ctrl+f for finding it, it's a super useful tool! 0 players like this post! Like? |
ZodiacDragon (#184369)
Prince of the Savannah View Forum Posts Posted on 2021-02-05 11:16:50 |
It didn't work, still having the same issue. https://www.dropbox.com/s/rt2j1a9ow6o7h52/test.css?dl=0 new link for details. 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-05 11:20:57 |
Here, this is a link to one of my CSS codes- maybe copy+paste the cave info and change it to your liking from there? https://dl.dropbox.com/s/cymv7p02lxupavb/Green%20Succulents%20Den.css?dl=0 0 players like this post! Like? |
ZodiacDragon (#184369)
Prince of the Savannah View Forum Posts Posted on 2021-02-05 11:22:02 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-05 11:23:02 |