Skip to main content
Main Content

[OUTDATED] ★ Tetra's CSS Guide ★

Posted 2020-10-23 23:27:15 (edited)

Omg thank you for taking your time to do this!!

Just a question though. Would you say that this guide works outside wolvden as well?


Shimi.shimi🎨🖌
#13898

Posted 2020-10-24 16:07:48

@Shimi.shimi

I geared much of this guide specifically towards custom Den CSS, so besides perhaps making Lioden layouts (just with different selector names for Lioden's own page elements), or for other places where you just generally write styles to override default ones, it's kind of niche towards that end.

But some broad topics I've mentioned, specifically understanding syntax and how .css files work, are indeed basic information for knowledge on CSS no matter the application, including web development, if that's what you meant by "outside Wolvden".


*barks at you*
#202

Posted 2020-10-24 22:22:04

This was exactly what I was looking for, thank you!


Turbodrawn
#12658

Posted 2020-10-26 16:14:23 (edited)

Yoo, so I've got a layout working on stylish brilliantly. I copy + pasted into notebook unedited, saved as .css, uploaded to dropbox and pasted into my den box exactly like this: <*link rel="stylesheet" type="text/css" href="EDIT: TETRA IS A GOD FOR SOLVING THIS">



AND IT STILL DOESNT WORK!! Im pulling my hair out as it works perfectly on stylish, is there a step I've missed?*>


Jackal
#7551

Posted 2020-10-26 16:22:35 (edited)

@Jackal

Seems like you put "d1" instead of "dl" in the share URL! (That is, a lowercase letter L.) The correct code should be this:



*barks at you*
#202

Posted 2020-10-26 16:23:16

oh doh thank you XD I literally combed through the code so many times haha


Jackal
#7551

Posted 2020-10-26 16:24:32

And it works! Thank you so much ^^


Jackal
#7551

Posted 2020-10-26 21:07:20

and this is where I wish I was intelligent  xD

lol, I'll figure it out eventually though, thank you for this! I hope to make a nice den instead of needing to use ones that other people make.


༺Minish༻ (Hiatus)
#3052

Posted 2020-10-27 07:44:32

Anyone know how to change the color of the box behind all of the information? For example, on the den page, the white background behind all the information. I can't seem to find how to code that.


·˖˚ Rainii ˚˖·
#20486

Posted 2020-10-27 11:04:56

@❤TappiOka❤

Assuming you meant the main body of the page containing all the tables, the code would just be this:

#main {

   background: /* insert color or image here */;

}


*barks at you*
#202

Search Topic