just a tiny info for everyone who uses/wants to use one of my pages that uses SATURNTHMS ICON FONT:Â saturnthms moved to @themehive (her new brand is so cute, check it out) and if you want to change the icons you can now find her font here.
seen from Philippines
seen from United States
seen from TĂźrkiye
seen from China
seen from China

seen from United States
seen from Russia
seen from United States
seen from Guinea
seen from Ukraine

seen from Malaysia
seen from United States
seen from United Kingdom
seen from United States

seen from United States

seen from United States
seen from United States

seen from United States

seen from Malaysia
seen from Maldives
just a tiny info for everyone who uses/wants to use one of my pages that uses SATURNTHMS ICON FONT:Â saturnthms moved to @themehive (her new brand is so cute, check it out) and if you want to change the icons you can now find her font here.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
hey!! im using your requests page as a deadlines page, and it's super useful!! but is there a way to change the colours of the filters individually? so e.g. i can have a different colour for each [module] filter? thank you!! sorry if this has been asked before
awww, thank you so much for using my page ! and yes, thatâs definitely possible ! you only have to add style="color:red;" in the html code of the filters and replace red with the color you want each filter to have ! your filters should basically look like this:
  style="color:red;" filter="item">everything
  style="color:red;" filter="filter1">filter one
  style="color:red;" filter="filter2">filter two
  style="color:red;"filter="filter3">filter three
i started using your projects page yesterday and i was wondering where i could change the color of links? (the ones you add in text, not the links by the title).
you need to look for this part of the code:
.hoverstext a, .item a { /* links */ Â Â color:#BED7EE;}
and if you want them to have a different hover color than the header links you need to add this to the code
.hoverstext a:hover, .item a:hover { /* links */ Â color:#000000!important;}
update - pholus: I noticed a little mistake in my last code âpholusâ ahsaj I forgot to include the link for the tab icon omg I fixed it in the code but you can also just addÂ
<link rel="shortcut icon" href="{Favicon}">
under this line
<title>projects</title> <!--- change tab title here ---->