|
|
---|---|
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) |
Fox .:Blue Lion:. {In Class!!} (#94118) Evil View Forum Posts ![]() Posted on 2017-06-30 20:56:38 |
I made sure to delete the stars but I don't understand what's wrong with my code D": Does anyone know why it won't show up in my den? :"C None of the other CSS's I've tried have ever showed up in my den either :C <*link rel="stylesheet" type="text/css" href="https://www.dropbox.com/s/i3xqxlregddngl5/LiodenCSS.css?dl=0"*> ![]() |
koura. #brockhampton (#117887)
Fearsome View Forum Posts ![]() Posted on 2017-07-31 22:24:12 |
Fox, you have to change the URL. Replace the "www" with "dl". check out this thread for more information: https://www.lioden.com/topic.php?id=304429252710 ![]() |
FluffyBee (#97388)
Punisher View Forum Posts ![]() Posted on 2017-08-07 13:37:50 |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-08-07 13:39:56 |
FluffyBee (#97388)
Punisher View Forum Posts ![]() Posted on 2017-08-07 13:43:43 |
Yep! I keep seeing it on forums but I can't figure out how to do it. ![]() |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-08-07 13:49:17 |
<*p style="background-color:#71afd7;width:100%;height:auto;color:#FFF;text-align:center;font-size:18pt;">Header<*/p*> Remove all *'s. c: ![]() |
FluffyBee (#97388)
Punisher View Forum Posts ![]() Posted on 2017-08-07 13:50:26 |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-08-07 14:00:18 |
LoneyWolfy (#91462)
Lone Wanderer View Forum Posts ![]() Posted on 2017-08-12 08:53:24 |
This is amazing! Though, I'm confused about one thing. How do you make a part of your page transparent, so you can see the background? Like, where the writing normally is. You probably answered this in the guide, but I quickly skimmed over it. ![]() Edited on 12/08/17 @ 08:54:55 by LoneyWolfy (#91462) |
koura. #brockhampton (#117887)
Fearsome View Forum Posts ![]() Posted on 2017-08-12 12:22:37 |
☠RumTumTiger☠ (#39869)
![]() Sapphic View Forum Posts ![]() Posted on 2017-08-24 20:31:29 |
.main would be the code you two are looking for. Then you do: background: rgba(249, 192, 255, 0.46); ![]() |
Tibixia (#74126)
Hateful View Forum Posts ![]() Posted on 2017-10-22 09:01:42 |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-10-22 09:03:31 |
Thanks for answering, Rum! (sorry guys, been busy) Mickey, what are you trying to do, exactly? c: ![]() |
Tibixia (#74126)
Hateful View Forum Posts ![]() Posted on 2017-10-22 09:04:29 |
im trying to get this as my background https://www.bing.com/images/search?view=detailV2&ccid=Rivoy3qQ&id=4A293B2B13324CB54DCDA712A353538E03EEE9D5&thid=OIP.Rivoy3qQblLCPnur_BwQIgD6D6&q=mickey+milkovich&simid=608010196617332992&selectedIndex=4&ajaxhist=0 ![]() |
Fea [eyup chuck] (#42722)
Notable Lion View Forum Posts ![]() Posted on 2017-10-22 09:06:03 |
Oh, I see. You need to use the actual URL of the image, not the search link. It has to have .jpg, .jpeg, .gif or .png on the end of the url when you use it, otherwise it won't work. <3 ![]() |