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)

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-12 10:27:01
it should be working. are you sure it's saved as a .css file?



Hrt Icon 0 players like this post! Like?

SpiritWolf (#200087)

Heavenly
View Forum Posts


Posted on
2020-09-12 11:10:31
positive



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-12 11:24:01
screenshot/show somehow the stylesheet link your pasting in your territory desc?



Hrt Icon 0 players like this post! Like?

SpiritWolf (#200087)

Heavenly
View Forum Posts


Posted on
2020-09-12 11:39:58
<*link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/94pd2nr439p979z/Lioden-Background.css?dl=0" /*>

This is what I'm tryna post into my den



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-12 17:03:32
don't see any reason it isn't working. tested it on my den with no results

I also need help. The background isn't uploading, here's the code I have for my background

/* BACKGROUND */

@media (max-width: 768px) {
body {
background: url('https://i.imgur.com/V0C0lnW.png') center center fixed !important;
background-size: 100%;
font-family: https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@500&display=swap
color: #ededed;
}
}



Hrt Icon 0 players like this post! Like?


Edited on 12/09/20 @ 17:13:27 by Polaroid [Ask About My Lore!] (#163486)

NimbiDraug (#37387)

Heavenly
View Forum Posts


Posted on
2020-09-13 08:12:09
Something is off with your code here, the link and font family are mixed and it's not reading the code properly, try using the one bellow, I already inserted your background image link

/* BACKGROUND */

body {
background: url('https://i.imgur.com/V0C0lnW.png') center center fixed;
background-size: 100%;
font-family: INSERT YOUR FONT FAMILY HERE
color: #ededed;
}



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-13 11:15:47
I did that directly, and got this, though it's not working

/* BACKGROUND */

body {

background: url('https://i.imgur.com/V0C0lnW.png') center center fixed;

background-size: 100%;

font-family: 'Ranchers', cursive;

color: #ededed;

}




Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-13 12:12:44
Polaroid, just copy the following:

body {
font-family: 'Ranchers', cursive;
background: url(https://i.imgur.com/V0C0lnW.png) fixed;
background-size: cover;
font-size: 14px;
color: #ededed;
}

Should work. Just a heads up that you haven't imported the Ranchers font into your CSS yet! If this doesn't work lmk.



Hrt Icon 0 players like this post! Like?


Edited on 13/09/20 @ 12:13:28 by Ater 🐺 CL DF Madagascar (#206739)

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-13 17:39:34
Okay, I think I imported it? The background still isn't showing up though

/* FONT (From Google Fonts) */


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


/* BACKGROUND */

body {
font-family: 'Ranchers', cursive;
background: url(https://i.imgur.com/V0C0lnW.png) fixed;
background-size: cover;
font-size: 14px;
color: #ededed;
}





Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-13 17:44:29
I found the error, totally missed it the first time. xD You have a "f" right at the beginning of your CSS doc, erase it and it should do it!



Hrt Icon 0 players like this post! Like?


Edited on 13/09/20 @ 17:44:45 by Ater 🐺 CL DF Madagascar (#206739)

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-13 18:06:02
the simplest things lol. youre a lifesaver!



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-13 18:07:02
Yeah, the littlest but most annoying things. Believe me, I've had it happen quite a lot of times. x'D Anyways, I'm glad I could help! c:



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-13 18:19:42
sorry to keep bothering you-

if you look in my den, how do I get rid of the second layer? the default css?

dont judge it yet im fixing the colors



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-13 18:23:20
Don't worry, I really do love helping out! You mean the colour on the left panel? Like, where the description and everything is? If that's the case:

.col-md-9 {
background: none;
}

That'll get rid of the colour; of course, you can replace "none" with whatever colour you want!



Hrt Icon 0 players like this post! Like?

SpiritWolf (#200087)

Heavenly
View Forum Posts


Posted on
2020-09-13 18:30:03
I think your den page is gorgeous, Polaroid.



Hrt Icon 0 players like this post! Like?







Memory Used: 636.11 KB - Queries: 2 - Query Time: 0.00081 - Total Time: 0.01025s