|
|
---|---|
Posted by | Feather's CSS Guide |
![]() Fea [eyup chuck] (#42722) Notable Lion View Forum Posts ![]() Posted on 2016-05-02 02:41:08 |
~ Feather's CSS Guide~ Hey everyone. I'm Fea, nice to meet you. I hope you've clicked this because you'd like to learn some coding! I'm going to be teaching you how to use CSS to make your den look nice. I'm a web developer in real life, so this is fun for me! What you're going to need What is CSS? CSS are Cascading Style Sheets . If HTML is the walls and structure of a house, CSS is the guide to what colour you're painting your walls, and what kind of doors you want. The cascading part just means that the file is read from top to bottom by the browser. If you write some CSS further down the file that affects the same thing as another rule further up, the one closest to the bottom overrides. (This is important, and one of the things you need to watch out for to avoid using !important too much). Basic rules of CSS
Guide-by-Element
Page Background (Body)
Lioden generic layout elements
Tables on Den (where your lion info/pride is)
![]() Edited on 05/06/16 @ 07:10:28 by Feather :: Need a bigger boat (#42722) |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2016-11-28 05:00:19 |
Hey Fella c: That's because 'enter' or a 'carriage return' is considered whitespace and means nothing in html. To get guaranteed spaces, use < br> (linebreak) or wrap your text in paragraph tags < p> < /p> (remove spaces for these to work, I added spaces because otherwise the forums parses it as html lol) ![]() |
Fella (#76715)
Sinister View Forum Posts ![]() Posted on 2016-12-02 03:09:43 |
Rift (someday clean paws) (#93115) Deathlord of the Jungle View Forum Posts ![]() Posted on 2016-12-13 11:09:50 |
~o~ I might cry! I've been looking for CSS for so long... I plan on making a site some day, so I wanted to start learning CSS early, and my plan was to make my own CSS code for my den and for a sales thread (will CSS work on threads, or would I have to revert to basic HTML?)... I'm still a bit confused on some things in here, but I'll try it out and see if I can figure it out on my own. Thank you so much for this! ![]() |
Luxaeus (#78363)
View Forum Posts ![]() Posted on 2017-01-28 11:09:53 |
Sorry if this sounds ignorant, but where would we put the #pride.table .top in the format: Body { color: #3D4F47; background: url('http://static.lioden.com/images/nightBG.jpg'); background-attachment: fixed; } Or do we put it after the format. Also, what will it do exactly? Change the color? ![]() |
tarantulawife main (#98039)
![]() UwU View Forum Posts ![]() Posted on 2017-02-01 00:39:55 |
I can't seem to get this down for the life of me. I'm trying to use this, and I have no idea if I'm doing it right or anything. Can someone help? {body color: #FFFF62 background: (http://www.md-health.com/images/1HT02933/lemons.jpg)} ![]() |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-02-01 01:30:37 |
@Grientea: the 'body' part goes before the opening curly bracket. c: body { stuff: stuff; stuff: stuff; } ![]() |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-02-01 01:32:42 |
@Ace That is a new selector and you would have a new rule for it. Example: body { background-image: url(); } #pride { more: stuff here; } ![]() |
Firestar102🔥 (#79468)
Lone Wanderer View Forum Posts ![]() Posted on 2017-02-03 18:45:41 |
omg everyone who is commenting knows what this is talking about ![]() ![]() Edited on 04/02/17 @ 01:47:39 by Firestar102 (#79468) |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-02-03 21:55:45 |
@Firestar: I can't teach you, sadly, but this might: Codecademy. I used this to start learning a few other languages. It's very nice guided tutorials. c: ![]() |
Firestar102🔥 (#79468)
Lone Wanderer View Forum Posts ![]() Posted on 2017-02-04 05:16:02 |
🌸 Geo 🌸 (#62757)
Usual View Forum Posts ![]() Posted on 2017-04-17 05:26:32 |
How does it seem to work for google drive? Neither dropbox or googledrive links work for me ![]() |
SOUNDWAVE (#98036)
Wicked View Forum Posts ![]() Posted on 2017-04-19 03:39:52 |
Unable to make one sadly, anyone have a space background they could share???? ![]() |
phaat II (#61165)
Renowned View Forum Posts ![]() Posted on 2017-05-22 23:36:44 |
This is so useful, and helped me to understand CSS better! Especially what to target xD Thanks so much! <3 ![]() |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-05-23 11:06:38 |
Clover(main) (#101675)
Pervert View Forum Posts ![]() Posted on 2017-06-03 21:25:03 |