|
|
---|---|
Posted by | CSS FAQ, Help and Neat Things [+IMGs] |
Hok-Z| π΄ππππ ππ (#41458) View Forum Posts Posted on 2022-11-23 22:48:43 |
This thread will be undergoing a reformat to assist with readability! Please be patient as some sections may not have been updated! 8 players like this post! Like? Edited on 31/08/24 @ 16:49:45 by Hok-Z | πΉππππ (#170947) |
*Ashrinn*G1 13bo 7xBush Meteor (#390700) Sapphic View Forum Posts Posted on 2023-05-03 14:47:09 |
I have nearly completed my first CSS, and I am mainly using the territory page source, but I've hit a roadblock. Does anyone know the code to replace the King Dynasty, Pride Dynasty, Achievements, and Showcase? I changed the image, but I did it improperly, as it completely erased the box and left only the image without the text. Thank you so much! 0 players like this post! Like? |
π²Glamorousπ² [G1 Green] (#365062) View Forum Posts Posted on 2023-05-06 06:16:50 |
I was curious on how people do the βI supportβ and βI donβt supportβ buttons 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-06 07:56:11 |
@Gwyn Sorry for the delay! I'll grab that for ya after work ^^ @Xtherin - Those buttons are limited to the site's forum for suggesting changes and additions to the game. They cannot be changed by html, and linking css won't work on the forums. 2 players like this post! Like? |
FreeDino9568 (#206615)
Aztec Knight View Forum Posts Posted on 2023-05-07 13:56:06 |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-07 20:00:18 |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-07 23:38:36 |
@*GwynD'Lynn* G2 Obs Spotted (#390700) ~ If you're only looking to replace the images, use the following: img[src$="ancestors.jpg"] { So sorry for the delay <3 1 player likes this post! Like? |
*Ashrinn*G1 13bo 7xBush Meteor (#390700) Sapphic View Forum Posts Posted on 2023-05-08 08:14:38 |
Κπ©·Ι tawny 15BO Jag Snowflake (#251887) View Forum Posts Posted on 2023-05-08 14:01:01 |
Hi! I'm in the middle of losing my mind over something very small. I cannot for the life of me figure out what controls the text for send a gift/view wishlist. I can change the gift image no problem, but I can't seem the figure out what controls the text. This isn't a problem for all my CSSs, but when I use ones that have a large typeface, hovering over the "send a gift" option makes the text freak out. You can see for yourself in my den. I've tried setting all the "hover" options I can find in my code to increase the text size by 0%, but nothing at all seems to affect the "send a gift" text. This is driving me CRAZY, so I really hope somebody can help :,) 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-08 16:42:52 |
Κπ©·Ι tawny 15BO Jag Snowflake (#251887) View Forum Posts Posted on 2023-05-08 16:51:09 |
i'd really appreciate it! it's one of those issues that i keep coming back to and trying to fix with absolutely 0 luck. 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-08 16:54:46 |
Here, try this out! a[href="/transfers.php?mem=251887"] { 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-08 23:44:31 |
@Master FreeDino9568 (#206615) Whipped up a super quick template for ya! <link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/losa8azkrdejmdp/ClanTemplateQUICK.css?dl=0"> 0 players like this post! Like? Edited on 08/05/23 @ 23:44:38 by Hok-Z| πΌπππ πππ (#170947) |
L. Corporal Quiqi βοΈ β (#371719) View Forum Posts Posted on 2023-05-15 16:18:28 |
do u know how to add like a lil left corner box that expands when u hover ove rit like this? profile 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-15 22:49:14 |
This is how Katie did it!~ (From her F2U CSS) 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-15 22:53:38 |
For clarification the HTML you'd use is; <div class="smallhoverbox"> 0 players like this post! Like? |