Posted by Free CSS Template + Tutorial!
katie 🍃 (#106445)

Warrior
View Forum Posts


Posted on
2019-01-25 23:49:10
This template/tutorial is outdated! Find my new one HERE.




Hrt Icon 8 players like this post! Like?

Edited on 29/12/22 @ 05:04:31 by katie 🌶️ (#106445)

Bluebird
(g3/Pie/x2Ros/Ice) (#195333)


View Forum Posts


Posted on
2020-12-05 12:38:28
It's fine! I'm currently studying for my exam tomorrow ^^;



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-12-05 13:44:14
Gl with that! If you ever need more help, I'm always willing to help. c:



Hrt Icon 0 players like this post! Like?

Bluebird
(g3/Pie/x2Ros/Ice) (#195333)


View Forum Posts


Posted on
2020-12-05 17:06:16
Thank youu!! <3



Hrt Icon 0 players like this post! Like?

sunflowerss (#179294)

Ladies Man
View Forum Posts


Posted on
2020-12-17 11:37:32
Hey! So, I'm kind of confused. I completed all the steps and pasted the template into my bio (with the link of my css) but it's not doing anything. The only thing that actually works is the header, which I actually believe is not even part of the css.
Here's my css if you want to see it:

< link rel = "stylesheet" type= "text/css" href= " https://dl.dropbox.com/s/https://t1av687uv3c2v50/lioden.css?dl=0 " /> < div class= " Box1"> < h2 > WELCOME TO < / h2 > APOLLO'S PRIDE < / div > < div class = " Box2 " > <
h2 > < / h2 > < / div > < / div >
(had to space it out otherwise it becomes a header)
I'm hoping to get a cursor, custom lioden image, custom font, and custom background. None of those work.

For the font:
/* FONT (From Google Fonts) */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

For the background:
/* BACKGROUND */

body {
background: url('https://ibb.co/C0vsgRK') center center fixed;
background-size: 100%;
font-family: 'Just Another Hand', sans-serif;
color: #4682B4;
}
For the lioden logo:
/* LIODEN LOGO REPLACER */

div.container.main>div:nth-child(1)>nav>div.navbar-header>a>img {
content: url('https://ibb.co/L9Qr5LL');
}

I also wanted to customize the caves, pregnant lionesses, pride overview, and unsorted images, here's what I did. None work:

/* PREGNANT LIONESSES */

div.cave-grid>img {
content: url('https://ibb.co/fdMrZjT')!important;
}


/* CAVES (Copy paste to add more) */

a[href$="165111"]>div.cave-grid>img {
content: url('https://ibb.co/2vCnDnt')!important;
}

/* PRIDE OVERVIEW */

a[href$="lionoverview.php?id=USERID"]>div.cave-grid>img {
content: url('https://ibb.co/ZgWttyN')!important;
}

I didn't see an option for unsorted though, so I'm not sure how I'd get that to work.



Hrt Icon 0 players like this post! Like?


Edited on 17/12/20 @ 11:41:32 by sunflowerss (#179294)

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-12-17 12:25:10
Well, first off, importing the font won't make any change, you need to actually use it somewhere through the font-family attribute. You're importing Open Sans, and using Just Another Hand on the body element, which isn't imported.

Secondly, when using an image, make sure the link ends on either .png, .jpg, .jpeg or .gif, depending on what type of image you're using.

Lastly, for the custom cursor, you only need to copy and paste the full code provided by the site you're getting the cursor from.

Note: make sure to change every "USERID" and any stuff like that with your own info.



Hrt Icon 0 players like this post! Like?


Edited on 17/12/20 @ 12:27:12 by Ater 🐺 CL DF Madagascar (#206739)

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-12-17 13:30:09
Also, I'm finally on my PC and I just checked the CSS you have on rn. rgba() is only used with rgba values (four numbers from 0 to 1), not hex (#000000). And be sure to grab the correct link to the images, I don't know how the site where you're storing them work, but in imgur it's just the link it gives you and manually adding the correct extension. The link you're using for the background image gives 404 error.



Hrt Icon 0 players like this post! Like?


Edited on 17/12/20 @ 13:31:36 by Ater 🐺 CL DF Madagascar (#206739)

sunflowerss (#179294)

Ladies Man
View Forum Posts


Posted on
2020-12-17 13:59:38
Ah, alright! Thank you. Yeah, I noticed that. I'm using ShareX. I use 'Copy' and then click 'URL' and paste it into content: url.

Example: this is what I did for caves
content: url('https://ibb.co/2vCnDnt.png')!important;
}
I'm going to try and fix it later



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-12-17 14:08:56
Alrighty! That link (https://ibb.co/2vCnDnt.png) does redirect me to a 404 error page, so there's that. If you need anything else, don't hesitate to ask. c:



Hrt Icon 0 players like this post! Like?

sunflowerss (#179294)

Ladies Man
View Forum Posts


Posted on
2020-12-17 14:28:58
Oh, right, I forgot to edit that one. This is the one from ShareX for my pregnant lionesses tab:
https://i.imgur.com/vDyY3E1.png



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-12-17 18:03:35
That's nice! That link should work no problem.



Hrt Icon 0 players like this post! Like?

kinq (#225387)

Aztec Knight
View Forum Posts


Posted on
2020-12-26 21:20:34
Hi! I'm nowhere near done but I'm having a problem with my code :(

https://www.dropbox.com/s/361u04q57cp25or/lioden.css?dl=0

The background only shows as a blank white screen and I haven't been able to get it to work- I also wanted to make my avatar and king lion's pictures into circles, what code would I put in to make that happen and where would I put it?



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-12-26 22:08:39
I think I'm late because your den seems alright, oops.



Hrt Icon 0 players like this post! Like?

💙DexterFam2010
(#212394)

Angelic
View Forum Posts


Posted on
2021-01-03 18:23:04
Hey, so im not sure what's wrong with my stuff could someone help me? https://www.dropbox.com/s/n96s4h9k1axkjsk/download.css?dl=0
On my den, it shows how it is rn



Hrt Icon 0 players like this post! Like?


Edited on 03/01/21 @ 20:03:58 by ❄️DexterFam2010❄️ (#212394)

💙DexterFam2010
(#212394)

Angelic
View Forum Posts


Posted on
2021-01-03 22:51:57
Also, how do I change the background of the featured lion thing?



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2021-01-03 23:03:29
Well, first thing I notice is that you erased the parenthesis on the url on the background attribute, and there are semicolons missing in several parts. The import url format is also different to what is specified on this template.

On the other hand, iirc, in this template there is no section to change the background of the featured lion.



Hrt Icon 0 players like this post! Like?







Memory Used: 637.74 KB - Queries: 2 - Query Time: 0.00067 - Total Time: 0.00934s