neovanesa
neovanesa
Free The Darkest Faerie
748 posts
Neopets sideblog | main blog @vanesa | Neopets Username: van_ang_smartie101
Don't wanna be here? Send us removal request.
neovanesa · 3 hours ago
Text
saw a really good post today
Tumblr media
233 notes · View notes
neovanesa · 19 hours ago
Text
Tumblr media
Happy 1 year anniversary of them being confirmed yippee
50 notes · View notes
neovanesa · 19 hours ago
Text
Tumblr media Tumblr media
neopets pride 2025 items!
including a new pride themed gram, with the profits being donated to itgetsbetter.org
20 notes · View notes
neovanesa · 8 days ago
Text
Tumblr media
and as he stares into the sky, there are twice as many stars as usual
165 notes · View notes
neovanesa · 9 days ago
Text
So TNT redesigned the NC Mall recently and, for some reason, they've included a category that's just called "evil"
Tumblr media
words can't even begin to describe how funny this is to me
300 notes · View notes
neovanesa · 10 days ago
Text
Tumblr media
23 notes · View notes
neovanesa · 10 days ago
Text
Tumblr media
probably one of the pieces of all time that I've done
42 notes · View notes
neovanesa · 13 days ago
Text
Tumblr media
well thanks for giving it to me straight, neopets
2K notes · View notes
neovanesa · 14 days ago
Text
Tumblr media Tumblr media
I loved these faeries SO much but never once have I ever completed all of their requests 🤧
859 notes · View notes
neovanesa · 15 days ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
my kiddosssssssssssssssssssss
55 notes · View notes
neovanesa · 16 days ago
Text
Okay but like why did they decide to release the Island Pet Styles, like did we learn nothing from the burlap mynci 😭🤘🏻
12 notes · View notes
neovanesa · 16 days ago
Text
Tumblr media
vira
439 notes · View notes
neovanesa · 18 days ago
Text
I got both game avatars today without particularly trying for them. I've just been playing Meepit Juice Break and Ice Cream Machine every day for fun
Tumblr media Tumblr media
0 notes
neovanesa · 18 days ago
Text
Tumblr media
i literally love her so much
32 notes · View notes
neovanesa · 18 days ago
Text
Tumblr media
Saw someone on the Grundo's Cafe Discord use custom site CSS to recreate the Altador theme for themselves and I thought I would take a stab at recreating it for myself too.
It isn't perfectly aligned in some parts (i.e. the header) but I'm pretty happy! This is overriding the Pride Theme, which has 11 sidebar bottom images. The original Altador sidebar theme has 12 rotating sidebar images, so I went from 1-11, which sadly doesn't include King Altador.
I used mostly Neopets assets themselves except for the sidebar, which I had to recreate in GC style and upload to Imgur. Some of the icons I decided to borrow from the Altador Cup theme instead.
(I also have a Restock Timer userscript which probably affects how well I aligned everything.)
You can get the CSS at this Pastebin link or under the cut:
/* Replace header & sidebar navigation */
#sb_top, .sb_top {
    background-image: url(https://images.neopets.com/t/acp/hdr.gif) !important;
}
#sb_createpet, #sb_petcentral, #sb_explore, #sb_games, #sb_neomail, #sb_shops, #sb_boards, #sb_news, #sb_stuff, #sb_help, #sb_login, #sb_logout {
    background-image: url(https://i.imgur.com/VcAqArr.png) !important;
    width: 130px !important;
}
#sb_side {
    background-image: url(https://images.neopets.com/t/acp/ms.gif);
    background-position: 0 426px;
    width: 130px !important;
}
/* Sidebar colours */
.nst {
    background-color: #ECA0DE !important;
}
/* Change user info text */
#userinfo {
    color: #fff !important;
}
#userinfo a {
    color: #92A5D4 !important;
}
/* All-in-one sidebar */
#aio_sidebar > div {
    background-image: url(https://images.neopets.com/themes/h5/constellations/images/bg-pattern.png) !important;
    color: #646893 !important;
}
#aio_sidebar a {
    color: #646893 !important;
    text-shadow: 0 0 8px #290E42 !important;
}
#aio_sidebar a:hover {
    color: #fff !important;
}
/* Sidebar hover */
#sb_createpet:hover {
    background-position: 130px 0px !important;
}
#sb_petcentral:hover {
    background-position: 130px -53px !important;
}
#sb_explore:hover {
    background-position: 130px -106px !important;
}
#sb_games:hover {
    background-position: 130px -138px !important;
}
#sb_neomail:hover {
    background-position: 130px -170px !important;
}
#sb_shops:hover {
    background-position: 130px -202px !important;
}
#sb_boards:hover {
    background-position: 130px -234px !important;
}
#sb_news:hover {
    background-position: 130px -266px !important;
}
#sb_stuff:hover {
    background-position: 130px -300px !important;
}
#sb_help:hover {
    background-position: 130px -334px !important;
}
#sb_login:hover {
    background-position: 130px -369px !important;
}
#sb_logout:hover {
    background-position: 130px -399px !important;
}
/* Sidebar bottom images */
#sb_edge.bottom_1 {
    background-image: url("https://images.neopets.com/t/acp/1.gif") !important;
}
#sb_edge.bottom_2 {
    background-image: url("https://images.neopets.com/t/acp/2.gif") !important;
}
#sb_edge.bottom_3 {
    background-image: url("https://images.neopets.com/t/acp/3.gif") !important;
}
#sb_edge.bottom_4 {
    background-image: url("https://images.neopets.com/t/acp/4.gif") !important;
}
#sb_edge.bottom_5 {
    background-image: url("https://images.neopets.com/t/acp/5.gif") !important;
}
#sb_edge.bottom_6 {
    background-image: url("https://images.neopets.com/t/acp/6.gif") !important;
}
#sb_edge.bottom_7 {
    background-image: url("https://images.neopets.com/t/acp/7.gif") !important;
}
#sb_edge.bottom_8 {
    background-image: url("https://images.neopets.com/t/acp/8.gif") !important;
}
#sb_edge.bottom_9 {
    background-image: url("https://images.neopets.com/t/acp/9.gif") !important;
}
#sb_edge.bottom_10 {
    background-image: url("https://images.neopets.com/t/acp/10.gif") !important;
}
#sb_edge.bottom_11 {
    background-image: url("https://images.neopets.com/t/acp/11.gif") !important;
}
/* Alert Icons */
.alert_news {
    background-image: url('https://images.neopets.com/t/acup/events/neomail.gif') !important;
} /* Uses Altador Cup theme instead */
.alert_patch {
    background-image: url('https://images.neopets.com/t/acup/events/trade_offer.gif') !important;
} /* Uses Altador Cup theme instead */
.alert_warning {
    background-image: url('https://images.neopets.com/t/acp/events/warning.gif') !important;
}
.alert_neomail {
    background-image: url('https://images.neopets.com/t/acp/events/neomail.gif') !important;
}
.alert_item {
    background-image: url('https://images.neopets.com/t/acp/events/item.gif') !important;
}
.alert_trade_accept {
    background-image: url('https://images.neopets.com/t/acp/events/trade_accept.gif') !important;
}
.alert_trade_reject {
    background-image: url('https://images.neopets.com/t/acp/events/trade_reject.gif') !important;
}
.alert_trade_withdraw {
    background-image: url('https://images.neopets.com/t/acp/events/trade_withdraw.gif') !important;
}
.alert_trade_offer {
    background-image: url('https://images.neopets.com/t/acp/events/trade_offer.gif') !important;
}
.alert_trade_expire {
    background-image: url('https://images.neopets.com/t/acp/events/trade_reject.gif') !important;
}
.alert_friend_request {
    background-image: url('https://images.neopets.com/t/acp/events/friend_request.gif') !important;
}
.alert_friend_accept {
    background-image: url('https://images.neopets.com/t/acp/events/friend_accept.gif') !important;
}
.alert_battle_accept {
    background-image: url('https://images.neopets.com/t/acp/events/battle_accept.gif') !important;
}
.alert_battle_reject {
    background-image: url('https://images.neopets.com/t/acp/events/battle_reject.gif') !important;
}
.alert_battle_challenge {
    background-image: url('https://images.neopets.com/t/acp/events/battle_challenge.gif') !important;
}
/* Icons not included: .alert_transfer, .alert_mpic, .alert_lc, .alert_school, .alert_training, .alert_monotony, .alert_boards, .alert_guilds */
1 note · View note
neovanesa · 18 days ago
Text
Tumblr media
Training my Darigan Hissi is the right call because this pose is so cool
1 note · View note
neovanesa · 21 days ago
Video
i watched this video so often as a kid, please enjoy it (it’s by neotomi on deviantart!)
5K notes · View notes