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)

Atticus 🐺
[Project] (#198107)

Prophet
View Forum Posts


Posted on
2020-09-15 00:07:02
Yw! I'm glad I could help. c:

Whoops, sent from my main, but whatever. xD



Hrt Icon 0 players like this post! Like?


Edited on 15/09/20 @ 00:07:25 by Atticus 🐺 CL Frail Velvet (#198107)

Iƈαɾ&upsilon
;ʂ [Pastel Ferus] (#135202)

Angelic
View Forum Posts


Posted on
2020-09-15 09:42:46
I have no clue why it keeps having everything black, everything should be good even the bg image isn't showing up ..

https://www.dropbox.com/s/gj6vv2vw8avzzk9/retry.css?dl=0



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-15 09:47:10
is that what you're putting into your territory desc? the link should be (plugged yours in)

<*link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/gj6vv2vw8avzzk9/retry.css?dl=0" */*>



Hrt Icon 0 players like this post! Like?


Edited on 15/09/20 @ 09:47:28 by Polaroid [Ask About My Lore!] (#163486)

Iƈαɾ&upsilon
;ʂ [Pastel Ferus] (#135202)

Angelic
View Forum Posts


Posted on
2020-09-15 09:51:22
nope i am putting this in <*link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/gj6vv2vw8avzzk9/retry.css?dl=0" /*><*div class="boxcontainer"><*h2>HEADER HERE<*/h2>TEXT HERE<*/div><*div class="Box2"><*h2>HEADER HERE<*/h2>TEXT HERE<*/div><*/div*>



Hrt Icon 0 players like this post! Like?

Iƈαɾ&upsilon
;ʂ [Pastel Ferus] (#135202)

Angelic
View Forum Posts


Posted on
2020-09-15 09:55:46
Okay i gound out partially why, but i still don't know why my boxes are...black?



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-15 09:56:25
it's because the default is set to 0, 0, 0 RGBA, which makes it all black. you need to change it to a different rgba code.

for the boxes for your king, branches, etc., the code is (copy pasted)

/* PANEL BACKGROUND COLOR */
.table {
background: rgba(0, 0, 0, 0.6);
border: none !important;
border-collapse: separate;
border-radius: 5px;
}


/* HEADERS COLOR (King Name + Title, "There are _ lions with mutations in _'s pride.") */
.top,
.bottom,
th {
background: rgba(0, 0, 0, 0.6) !important;
color: #a6a9a9 !important;
border-radius: 5px;
}


/* Block of color where "Territory Description, Player Name, Avatar URL" etc. are */

.table .left {
background: rgba(0, 0, 0, 0.6)
}

/* Affects the color behind your territory description, player name, etc. */

input,
select,
textarea {
background: rgba(0, 0, 0, 0.6) !important;
border: none !important;
border-color: black;
border-radius: 5px;
box-shadow: none !important;
color: black !important;
text-shadow: none !important;
}


/* Color behind "Level, Stats, Branch, Territory" etc. */

.inner-table .left {
background: rgba(0, 0, 0, 0.6) !important;
}


/* Color behind the number of all of the things above */

.inner-table .right {
background: rgba(0, 0, 0, 0.6)
}




Hrt Icon 0 players like this post! Like?


Edited on 15/09/20 @ 09:58:52 by Polaroid [Ask About My Lore!] (#163486)

*{ʟᴀᴠᴀɴᴅ
ʟᴀ}* (#15938)


View Forum Posts


Posted on
2020-09-15 13:02:15
Not sure if you answered this question or not, but I'm having a problem with the font. I've pasted the font where indicated, but in my den it shows up as comic sans, like it's incomplete or isn't reading the font (which I got from google fonts). My code looks like this:

/* FONT (https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap) */

@import url('Architects Daughter', cursive;);

/* BACKGROUND */

body {
background: url('https://i.ibb.co/BZV9q8m/BGFI.png') center center fixed;
background-size: 100%;
font-family: 'Architects Daughter', cursive;
color: #209,203,235;
}

I think the issue is that I pasted it in incorrectly, because changing the color of the text is working.



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-15 13:04:04
there's more than one spot to paste the font families, maybe try ctrl+f and make sure everywhere in your code has that in it?



Hrt Icon 0 players like this post! Like?

*{ʟᴀᴠᴀɴᴅ
ʟᴀ}* (#15938)


View Forum Posts


Posted on
2020-09-15 13:05:33
Ok, let me try that, and thank you!



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-15 13:07:32
That's because the link goes in @import url('LINK'), and you're just putting the name there instead! Be careful with the instructions, I just checked and it does indicates that's were the link should be. c: (Not trying to be rude, it's just that by this point I've seen a lot of this type of mistake asljdlsa)



Hrt Icon 0 players like this post! Like?


Edited on 15/09/20 @ 13:18:36 by Ater 🐺 CL DF Madagascar (#206739)

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-15 13:17:18
no worries ater:)

@dual, it should look like this:

/* FONT */

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



Hrt Icon 0 players like this post! Like?

*{ʟᴀᴠᴀɴᴅ
ʟᴀ}* (#15938)


View Forum Posts


Posted on
2020-09-15 15:47:15
Thank you! That's what I was worried about, I've read the instructions forward and backward but still have a hard time understanding some (that's on me though, haha) because I get caught up in the minute details and get turned around.

(Edit: added clarification)



Hrt Icon 0 players like this post! Like?


Edited on 15/09/20 @ 15:49:33 by dualApocalypse (#15938)

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-15 15:52:41
It's fine aksdjl I get it can be a bit confusing, specially for people that have no experience with any type of coding (I'm a Computer Engineer student so to me it's rather natural askldja). Anyways, I'm happy it's sorted out! Also, just so you know: everything like /* [STUFF] */ is a comment, so it isn't part of the code (doesn't get computed/processed)!



Hrt Icon 0 players like this post! Like?


Edited on 15/09/20 @ 15:53:17 by Ater 🐺 CL DF Madagascar (#206739)

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-15 16:14:54
Just wanted to say, don't forget the opening and closing ' symbol, it's a common typo that happens from time to time but can potentially break everything!



Hrt Icon 0 players like this post! Like?

*{ʟᴀᴠᴀɴᴅ
ʟᴀ}* (#15938)


View Forum Posts


Posted on
2020-09-15 16:22:48
Funny you mention opening symbols, because that's exactly what broke it! It's working now, thank ya'll so much!
And wow, good luck with computer engineering! Really interesting major, honestly (not to mention pretty much the future of engineering)



Hrt Icon 0 players like this post! Like?







Memory Used: 636.58 KB - Queries: 2 - Query Time: 0.00048 - Total Time: 0.00927s