|
|||||||||
---|---|---|---|---|---|---|---|---|---|
Posted by | CSS Layouts: A How-to Guide | ||||||||
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-03 11:31:24 |
19 players like this post! Like? Edited on 04/11/18 @ 17:35:15 by Miakoda[Clean Cocoa Primal] (#49358) |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-03 13:12:36 |
5 players like this post! Like? Edited on 03/11/18 @ 14:36:23 by Miakoda[Clean Cocoa Primal] (#49358) |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-03 13:12:50 |
6 players like this post! Like? Edited on 25/11/18 @ 07:53:51 by Miakoda[Clean ParhelionPrimal] (#49358) |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-04 17:36:23 |
If anyone's bookmarked this, I just fixed a typo regarding the beetle mounds. The selector should be .mound-grid instead of .mound_grid. Apologies! 1 player likes this post! Like? |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 20:06:41 |
tried COUNTLESS times, and couldnt get it to work. it only changed the colors of everything but the background is completely white. do you think you could help me out? heres the background image link https://www.dropbox.com/s/9xwbw734s9keji5/tiger1.css?dl=0 1 player likes this post! Like? |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-04 20:16:39 |
^-^ the background url is just in the incorrect format. Instead of just a normal url, you need the image address, found by right clicking the image and selecting Copy Image Address. https://i.imgur.com/fe5dSst.jpg ^Thats the image address you need. Also, just an FYI, you forgot to change the fonts when you copied and pasted. Let me know if you have any further questions. :) 3 players like this post! Like? |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 20:18:15 |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 20:26:51 |
hey,,, so sorry to bother you again... im having trouble changing the fonts. I changed them in the code, but to no avail. Any advice? Thank you for being so patient with me. <3 1 player likes this post! Like? |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-04 20:35:36 |
No worries ^-^ so currently it looks like the font-family for the body is still set to Raleway. Just need to change it to Kaushan Script so that it looks like this: body {background: url('https://i.imgur.com/z7adkzH.jpg') top center fixed;background-size: 100%;font-family: Kaushan Script;color: black;} 1 player likes this post! Like? |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 20:42:02 |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-04 20:50:34 |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 21:01:42 |
one more thing.... how do i make the background transparent so i can see the background image better? Im sorry again for bothering you, 1 player likes this post! Like? Edited on 04/11/18 @ 21:08:29 by Jade *Tiger Star* (#119297) |
Kenzii[G3 Clean Ferus] (#49358) Prince of Terror View Forum Posts Posted on 2018-11-04 21:09:35 |
"If you want to add transparency to the background without affecting anything else, you must use a colors' rgb value and add an additional value for opacity like so: rgba(144,90,93,0.8) The lower that last digit, the more transparent it will become. " Sorry ^-^' Didn't want to type all that out right now lol but if you want the background to be more transparent, you just need to change the 0.8 to 0.5 or such. 1 player likes this post! Like? |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 21:12:09 |
Rory (#119297)
View Forum Posts Posted on 2018-11-04 23:03:45 |
I finished my layout! <3 thank you so much!!!! I did forget to ask, how do I change the lioden logo? I want either a white tiger lying down, or a tiger paw print. <3 1 player likes this post! Like? |
ClawPrint (#153811)
King of the Jungle View Forum Posts Posted on 2018-11-06 08:54:29 |
Hi there! I was wondering if there is any way to get an animated gif for a background? I've tried a few different ways but they don't seem to work :/ Thanks - Clawprint. 1 player likes this post! Like? |