|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-01-25 23:49:10 |
βͺMΚsteΚΚYan (#95135)
View Forum Posts ![]() Posted on 2019-02-28 07:37:39 |
Just curious about is there any code for a kind of box that when you put the cursor on it, it expands.(It seems to be called 'Hover?') Also I made a css based on ur template for my side. ^^ It still needs to be modified but tysm for your amazing work! https://www.lioden.com/territory.php?id=95480 Edit:Idk what happend but the fonts and the first title seems not changed. ;-; ![]() Edited on 28/02/19 @ 07:40:17 by MΚsteΚΚYan[Gen1PieWithered] (#95135) |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-02-28 07:45:05 |
For hover boxes, add this: .Box1:hover {height: _px;width: _px;overflow: auto;} Change the .Box1 to the corresponding box, so .Box1, .Box2, .Box3 etc. and change the width and height to whatever you'd like it to expand to. :) ![]() |
lime-aidπ€ π³π π (#163070) Total Chad View Forum Posts ![]() Posted on 2019-03-02 12:35:02 |
this is great (#160343)
Maneater View Forum Posts ![]() Posted on 2019-03-05 20:30:21 |
Is there any way to make the font bigger without using h2/h1, just the font itself? Trying to make it larger and more readable but I'm mystified ![]() |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-03-05 21:11:59 |
You can add "font-size: _px" and change the pixel value to whatever size you want! ![]() |
this is great (#160343)
Maneater View Forum Posts ![]() Posted on 2019-03-06 09:52:21 |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-03-06 09:54:27 |
Anywhere within the element where you want bigger text, so for example if you wanted header 1 to be bigger you'd put it anywhere within .h1 { } ![]() |
this is great (#160343)
Maneater View Forum Posts ![]() Posted on 2019-03-06 09:59:08 |
this is great (#160343)
Maneater View Forum Posts ![]() Posted on 2019-03-06 17:23:56 |
Another question, for the energy, impression, hunger and exp bars, is there any way to make them all different colors? ![]() |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-03-06 17:24:53 |
Not that I know of unfortunately. Those bars are tricky, I can't even get the font color of them to change. ![]() |
this is great (#160343)
Maneater View Forum Posts ![]() Posted on 2019-03-06 17:26:04 |
awh, that sucks. yeah it's very weird on the code, some of the pieces don't work?? ![]() |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-03-06 17:35:17 |
If an element isn't working, try changing the rgba code to "none", waiting for the color to disappear, and then adding the rgba code back in ![]() |
this is great (#160343)
Maneater View Forum Posts ![]() Posted on 2019-03-06 17:36:21 |
vesther - π« (#137682)
Divine View Forum Posts ![]() Posted on 2019-03-19 16:14:19 |
katie π (#106445)
Warrior View Forum Posts ![]() Posted on 2019-03-19 16:32:20 |
Yep! You can either remove the box coding from the CSS itself, or just not put the "<*div class="boxcontainer"><*div class="Box1"><*h2>HEADER HERE<*/h2>TEXT HERE<*/div>" in your territory description. ![]() |