New
Jun 14, 2013 3:29 PM
#1
In this topic you can ask other members to make custom wallpapers, profile or forum avatars, signatures, and other graphics for you! If a request goes over a few months I might delete it for cleanup, no one will probably take it at that point anyways. When you make a request for an avatar: you should let us know if its for your profile or forum avatar. They need to be specific sizes for the site for best quality! Don't bump/repost your requests every day to get noticed- wait a week at least before bumping or reposting your request. Asking for something then making more requests shortly after for the same thing (IE: a new profile graphic when you just got one a week ago) will get you banned from this group. Want to take someone's request? Good! Thanks for helping out. Just post back here with the person's completed designs they requested. I have some simple tutorials on making custom wallpapers, avatars, etc and with free and easy programs: http://myanimelist.net/forum/?topicid=419631 btw these are the MyAnimeList.net guidelines for making custom images: signature- 600px wide, 150px high, JPG, GIF or PNG. Limit size- 300kb. forum avatar- 100px wide, 125px high. JPG or GIF. PNG has trouble. profile avatar (aka profile pic)- 225px wide, 350px high (but they are resized). Only accepts JPG. profile graphic- 500px+ wide, any length. |
Shishio-kunDec 23, 2015 1:38 PM
May 15, 2014 10:43 AM
#2
Jun 7, 2014 1:55 AM
#3
Shape430 said: does this work for you? :)Alright, so I actually have a request for someone to edit my current profile pic. Profile Pic If you look closely to the pic you'll see a faint white line running diagonal through the middle of it, Id like for someone to edit that white line out if possible. Honestly I have no clue how to do any of this stuff, this pic was made for me and I love it. It's just that little white line really bothers me lol. So any help with this would be much appreciated :). |
Jun 15, 2014 12:53 PM
#4
Hello, a vector image I made in Inkscape from a screenshot. http://www.mediafire.com/download/ufw7pw20l0th896/Celia.zip File contains the svg file and a png render. Character is Celia from Walkure romanze. Hope you like it. Read more at http://myanimelist.net/forum/?topicid=400287&show=40#Giy5glrxVpXumQX1.99 |
Jun 22, 2014 7:01 AM
#5
@Darkdrag0ns I've replaced the old background image link with a fresh one, simply copy and paste what is in the spoiler. @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css"; /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* Tell me what you don't like. */ body { background: url("http://i.imgur.com/WU4pFsT.jpg"); background-size: cover; background-attachment: fixed !important; } /* SECOND BACKGROUND (with render) You can try this if you want to, before it was Black Rock Shooter in the middle but I removed it. If you think you know what you are doing then feel free to add something. If you don't know what you are doing, I wouldn't reccomend it but you can try and fiddle around but MAKE AND EXTRA SAVE FIRST (Copy and paste this code somewhere) */ #inlineContent { display: inline-block !important; height: 1200px !important; left: 0px !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 1200px !important; z-index: -1 !important; } /* TITLE The List header which by default says My Anime List can be changed out here. */ #list_surround { background: url("http://i44.tinypic.com/15s9esp.jpg") no-repeat scroll 50% 1px transparent; font-size: 81.25%; line-height: 1; margin: 0 auto; padding-bottom: 10px; padding-top: 227px; width: 920px; } /* FONT Font used across the whole list. */ body { font-family: arial; } /* LINK COLOR */ a { -moz-transition: all 0.25s ease-in-out 0s; -webkit-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; color: #FFFFFF; text-decoration: none; text-shadow: none; } a:hover { color: #000000; text-shadow: 0 1px rgba(255, 255, 255, 0.15); } /* CATEGORY LINKS */ .status_not_selected, .status_selected { border: 0 none !important; height: auto !important; padding: 0 8px; text-align: center !important; width: 16.667% !important; } .status_not_selected a, .status_selected a { background-color: rgba(250, 80, 0, 0.8); border-color: rgba(0, 0, 0, 0.5); border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px; color: #000000; display: block !important; font-weight: bold; padding: 8px; text-shadow: 0 1px rgba(0, 0, 0, 0.1); } .status_selected a { background-color: rgba(239, 76, 11, 0.6); border-color: rgba(0, 0, 0, 0.5); } .status_not_selected a:hover { background-color: #FFF500; border-color: #000000; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); text-shadow: 0 1px rgba(0, 0, 0, 0.3); } .status_selected a:hover { background-color: #FFF500; border-color: rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); text-shadow: 0 1px rgba(0, 0, 0, 0.3); } /* HEADER */ .table_header { background-color: rgba(0, 0, 0, 0.8); } .table_header:first-of-type { border-radius: 3px 0 0 0; } .table_header:nth-of-type(2) { text-align: left; } .table_header:last-of-type { border-radius: 0 3px 0 0; } /* ROWS COLOR */ .td1 { -moz-transition: all 0.25s ease-in-out 0s; -webkit-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; background-color: rgba(250, 87, 0, 0.6); } .td2 { -moz-transition: all 0.25s ease-in-out 0s; -webkit-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; background-color: rgba(255, 128, 0, 0.6); } /* ROWS HOVER */ tr:hover [class^="td"] { background-color: rgba(250, 190, 5, 0.8; } .td1:nth-of-type(2), .td2:nth-of-type(2) { text-align: left; } /* ROW FONT SIZE TRANSITION (FIREFOX ONLY) */ noindex:-moz-any-link, tr:hover td.td1, tr:hover td.td2 { font-size: 15px; } /* LIST SETTINGS */ .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border: 0; padding: 4px; text-align: center; vertical-align: middle; } .table_header, .td1, .td2, .category_totals { line-height: 30px; } .borderRBL{ line-height: normal !important; } [cellspacing="0"] { line-height: 17px; } [class^="header_"] +{ border-collapse: separate !important; } /* CATEGORY TOTALS */ .category_totals { -moz-transition: all 0.25s ease-in-out 0s; -webkit-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; background-color: rgba(72, 64, 87, 0); border-radius: 0 0 3px 3px; color: rgba(0, 0, 0, 0); text-align: center; } .category_totals:hover { background-color: rgba(0, 0, 0, 0.8); color: #FFFFFF; } /* HEADER TEXT AND DIMENSIONS */ [class^="header_"] * { font-size: 19px; height: 60px; line-height: 24px; padding-bottom: 4px; text-align: right; vertical-align: bottom; } .header_title { border-radius: 4px 4px 4px 4px; display: inline-block; font-style: italic; height: auto; padding: 0 8px 0 0; color: #FFFFFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } /* BOTTOM OF LIST */ #grand_totals { background-color: rgba(0, 0, 0, 0); border: 0 none; border-radius: 3px 3px 3px 3px; color: #FFFFFF; line-height: 20px; min-height: 20px; padding: 8px; text-align: center; vertical-align: middle; } #copyright { background-color: rgba(180, 32, 48, 0.6); border-radius: 3px 3px 3px 3px; color: #EEEEEE; line-height: 17px; margin-top: 10px; padding: 8px; text-align: center; } #copyright:after { content: " CSS by Kyouhansha. Edits by Shishio-kun and Veriti. Google 'Shishio's Custom Lists' for more designs and info."; } |
Jun 22, 2014 8:46 PM
#6
Thanks for the help :) |
Aug 20, 2014 5:09 PM
#8
@oiomi yaaaaay thank you soo much. you are a star :), i really love it :D :) its already my profile picture and it looks AMAZING :D |
crownbeautyAug 20, 2014 5:16 PM
Sep 11, 2014 7:06 PM
#9
Username: Grave Robber Forum Avatar + Sig: here Specific Details: Please use the name above, I hate the underscore in my name. Thanks in advance! |
Oct 9, 2014 4:48 PM
#10
Nov 26, 2014 5:00 AM
#11
Umm.. I'd like to request profile picture and avatar. Basically I want something with grim/dark feeling to it. (Basically expression of linked pictures.. and kinda grim background) Would be nice to have "vaikepois" on them and if possible to have separate character on profile pic and avatar. Here are example pictures. Use these if can't think of anything else. http://i.imgur.com/WOfX3jU.jpg http://i.imgur.com/fBl4AG3.jpg If any questions. Please go ahead. ^^ EDIT: Here are some pictures I like, so you can get general idea what I would like to have. http://imgur.com/a/zEwR5#0 EDIT2: If needed I could try provide more pictures. However I could help whoever will take on this request. |
Nov 26, 2014 6:15 AM
#12
If it's alright, I would like to request an About Me design. As for the theme of it.... I would prefer if it were either The Melancholy of Haruhi Suzumiya or Mermaid Melody Pichi Pichi Pitch. Thank you! |
Jul 22, 2015 7:49 AM
#13
iI'm request this Index picture as a Wallpaper with a 1920X1080 size. I'm really would like this wallpaper withou letters(Kanji/Katakana/hiragana), the ilustration and background are soo good, but those letters disturb me a little. |
Jul 22, 2015 10:34 AM
#14
Jul 22, 2015 10:46 AM
#15
I'd like to request a forum set on bakemonogatari Forum Avatar: Any pic of kaiki deishu would do like This one Signature: Anything related to senjougahara hitagi would do! |
Profile🌠Anime List🌠DC Loyalty Card🌠Forum Set by:Sylinchen |
Jul 22, 2015 10:54 AM
#16
Jul 22, 2015 11:31 AM
#17
Jul 22, 2015 3:27 PM
#18
Hahaido said: I hastily made it myself, so could improve it later Don't worry, your wallpaper is nice, but if you could improve it, I will be more gratefull |
Jul 22, 2015 4:11 PM
#19
Some very nice things here :p |
Jul 22, 2015 4:43 PM
#20
I'd like to request an About Me Layout design. Theme: Ecchi Girls Specifics: I'd like it to be colorful and have a place i could put youtube videos if possible. I'd like for the artist to use their creativity so i don't wanna drown you out. About Me (not sure what all i need here): Welcome....I'm Sibby the Awesome. age: 23 Favorite things: Ramen, Sushi, Anime, Reading, Dancing, Listening to music, Editing, Playing with my son Status: On MAL as often as i can, I'm friendly and don't bite.....well maybe a lil. ;) I accept all random Hugs, Friend Requests, and Comments, so don't be shy. Have a good day! Please And Thank You so very much. |
Please Use These Links As Necessary Thank You: Newsletter Delivery Thread / Membercard, OMC, OMB, Claims Delivery Thread / Pets / +Slips&Collections |
Jul 22, 2015 5:19 PM
#21
Nickbk201 said: I'd like to request a forum set on bakemonogatari Forum Avatar: Any pic of kaiki deishu would do like This one Signature: Anything related to senjougahara hitagi would do! I'll do it. I remember you requesting a signature at one of my threads and I never got to it ;-; |
Jul 24, 2015 2:08 PM
#22
Sibby said: I'd like to request an About Me Layout design. Theme: Ecchi Girls Specifics: I'd like it to be colorful and have a place i could put youtube videos if possible. I'd like for the artist to use their creativity so i don't wanna drown you out. About Me (not sure what all i need here): Welcome....I'm Sibby the Awesome. age: 23 Favorite things: Ramen, Sushi, Anime, Reading, Dancing, Listening to music, Editing, Playing with my son Status: On MAL as often as i can, I'm friendly and don't bite.....well maybe a lil. ;) I accept all random Hugs, Friend Requests, and Comments, so don't be shy. Have a good day! Please And Thank You so very much. I'll do this tho it may take some time |
Jul 24, 2015 4:55 PM
#23
vaikepois said: Umm.. I'd like to request profile picture and avatar. Basically I want something with grim/dark feeling to it. (Basically expression of linked pictures.. and kinda grim background) Would be nice to have "vaikepois" on them and if possible to have separate character on profile pic and avatar. Here are example pictures. Use these if can't think of anything else. http://i.imgur.com/WOfX3jU.jpg http://i.imgur.com/fBl4AG3.jpg If any questions. Please go ahead. ^^ EDIT: Here are some pictures I like, so you can get general idea what I would like to have. http://imgur.com/a/zEwR5#0 EDIT2: If needed I could try provide more pictures. However I could help whoever will take on this request. grave_robber said: Username: Grave Robber Forum Avatar + Sig: here Specific Details: Please use the name above, I hate the underscore in my name. Thanks in advance! I'll do these, if they are still needed. |
Aug 17, 2015 7:32 AM
#24
Aug 24, 2015 8:36 PM
#25
iAmTheCheese said: i would greatly appreciate it Thank YouSibby said: I'd like to request an About Me Layout design. Theme: Ecchi Girls Specifics: I'd like it to be colorful and have a place i could put youtube videos if possible. I'd like for the artist to use their creativity so i don't wanna drown you out. About Me (not sure what all i need here): Welcome....I'm Sibby the Awesome. age: 23 Favorite things: Ramen, Sushi, Anime, Reading, Dancing, Listening to music, Editing, Playing with my son Status: On MAL as often as i can, I'm friendly and don't bite.....well maybe a lil. ;) I accept all random Hugs, Friend Requests, and Comments, so don't be shy. Have a good day! Please And Thank You so very much. I'll do this tho it may take some time |
Please Use These Links As Necessary Thank You: Newsletter Delivery Thread / Membercard, OMC, OMB, Claims Delivery Thread / Pets / +Slips&Collections |
Aug 28, 2015 1:59 AM
#26
I'd like to request an About Me Layout design, if it's ok > w < Theme: Shiro from No Game No Life please ^~^ I'd like for it to be very cute please, so you can put things like bunnies as well or any soft colours, it's up to whatever you think matches > u <'' About Me: Perhaps I can edit it in, as I'm not quite sure what to write sorry~ Please and thank you very very much! ^^ |
Sep 3, 2015 12:41 PM
#27
[size=95] vaikepois said: Umm.. I'd like to request profile picture and avatar. Basically I want something with grim/dark feeling to it. (Basically expression of linked pictures.. and kinda grim background) Would be nice to have "vaikepois" on them and if possible to have separate character on profile pic and avatar. Here are example pictures. Use these if can't think of anything else. http://i.imgur.com/WOfX3jU.jpg http://i.imgur.com/fBl4AG3.jpg If any questions. Please go ahead. ^^ EDIT: Here are some pictures I like, so you can get general idea what I would like to have. http://imgur.com/a/zEwR5#0 EDIT2: If needed I could try provide more pictures. However I could help whoever will take on this request. Done! Sorry for the lateness. I hope they are worth the wait. DPs Avatars |
Sep 12, 2015 5:07 PM
#28
i would like to request a tokyo ghoul profile pic, or a tokyo ghoul anime list layout! it would be much appreciated! thanks in advance! also if you feel like picking either of them up feel free to message or comment on my profile to let me know that you did! |
Sep 17, 2015 5:31 PM
#29
lucasmon said: iI'm request this Index picture as a Wallpaper with a 1920X1080 size. I'm really would like this wallpaper withou letters(Kanji/Katakana/hiragana), the ilustration and background are soo good, but those letters disturb me a little. Well, I made this, I hope you like it: |
Sep 20, 2015 9:08 AM
#30
Misaka-sapphire said: lucasmon said: iI'm request this Index picture as a Wallpaper with a 1920X1080 size. I'm really would like this wallpaper withou letters(Kanji/Katakana/hiragana), the ilustration and background are soo good, but those letters disturb me a little. Well, I made this, I hope you like it: Wow, thanks dude ^^ |
Dec 16, 2015 5:10 PM
#31
bbcodes fixed in 1st post. |
Dec 27, 2015 6:23 PM
#32
Afropanda202Dec 27, 2015 6:27 PM
Jan 6, 2016 12:19 PM
#33
Jan 27, 2016 7:12 AM
#34
I would like to request for a background(For animelist)based on the theme"Nature","Sky","Sea","Peace".Any one of these theme will do |
VaisarJan 29, 2016 9:12 PM
Jan 31, 2016 9:11 PM
#35
I'd like to request an About Me Layout design Theme: Mikoto Misaka from Toaru Kagaku no Railgun Leaving it up to the artist on how and what picture/s they want to use. Just make it editable for me to add stuff about myself and to add links and what not to them. Thank you very very much! |
Card Deliveries Meyneth AC | Phraze CP Shuuka Badge | Sacred BB | Lyfa PB Dear Cloud Loyalty Card | DC Badge All Other Member Cards/Badges -Set by Shuuka- |
Feb 6, 2016 8:59 AM
#36
Feb 6, 2016 12:01 PM
#37
Hello everyone! I would like to make a request for a custom wallpaper for my desktop. The screen resolution is 1920 x 1080. I want to have Kyouko Kirigiri from Danga Ronpa within the desktop wallpaper with some kind of dark theme. Thank you! |
Jan 3, 2017 3:35 AM
#38
I want something badass profile pic like this one with black, neon blue colors. I love that lighting. http://imgur.com/a/AqDk8 |
Feb 5, 2017 1:12 AM
#39
Hello. I would like to request a forum avatar and signature with Kurumi Nonoka from Shinmai maou no testament. I don't want the picture to be too ecchi and i would prefer the colour scheme to be black and blue with Chill X somewhere in the signature. Thanks! (P.S You can email me the finished result at chillx75@gmail.com or leave a comment on profile.) |
Feb 5, 2017 2:36 PM
#40
Hello :3 I would like to request a signature with Celica A. Mercury from BlazbBlue and my username on it. What picture of her and colours etc. is up to you. Thank you! |
Feb 10, 2017 10:48 AM
#41
Hi-hi! I wish to request a Rosario+Vampire About Me layout theme - specifically that of Inner Moka. I leave everything up to the artist (be it the design and/or pictures used). In terms of the About Me layout theme, I would like to be able to edit it so as to add things about myself, etcetera. Finished product/s can be left as a comment on my profile or sent to me as a PM. Thank yoooou! ❤️️ |
removed-userApr 3, 2017 12:13 AM
Feb 15, 2017 12:15 PM
#42
Hiii I would like a 3-gatsu-no-Lion themed list layout Thanks in advance :) |
Mar 7, 2017 5:40 PM
#43
Hello, so I'm not sure if people still check this thread or if I am posting in the correct area (someone please direct me elsewhere if I'm not) But I would like to have a new design created for my League of Legends anime club on MAL. Please let me know if any talented people out there might be interested and we can go from there and I can start giving you more information like maybe what I want done and start providing images/renders if needed. Thanks! |
My stream: http://www.twitch.tv/Suguha_ |
Jun 20, 2017 10:37 AM
#44
I'd like to request an About Me Layout design. Theme: Yandere Girls Specifics: I'd like it to be dark and bloody and have some gifs in as well I'd love for the artist to use their creativity and add the dark side to a yandere to it. I can give a list of people/yandere's that you can add. When/if finished you can PM me it or send it in a comment on my profile. Thank you :3 |
Jun 22, 2017 4:56 PM
#45
I have a request to make, for the about me design. For the about me design, I would like one that is Date A Live themed. |
removed-userJun 30, 2017 2:28 PM
Jul 2, 2017 8:48 AM
#46
Hello~ Requesting: Profile Picture Image(s): one - two - three --- They are different, I want the three of them (to rotate) but if I can get at least one I will be grateful. Details: I'm interested in the image having at least my username somewhere and a border. For the colors if you can make it more vibrant/darker (whatever you think looks best) that would be awesome. If you think the image has potential for a little extra I won't mind. Extra: If it's possible for you to make a simple forum banner with the same image, I would love to add that to my collection ♥ Many thanks! taken another club |
SheyCroixAug 16, 2017 7:47 AM
Aug 7, 2017 8:35 PM
#47
Hey i was wondering if i could request a Forum Signature. not sure if it's a good idea or not but i'd like there to be a thin rectangular base with @Sibby in the right hand corner. I'd like renders of the Fairy Tail Charas with these Words on them so they could be linked to certain places. Erza Scarlet: OMB/OMC Deliveries Lucy Heartfilia: Membercard Deliveries Natsu Dragneel: Newsletter Deliveries Mirajane Strauss: My Clubs List Laxus Dreyar: MemberCard/Badge Collections if this isn't possible i completely understand. but the worst you can do is say no right? |
Please Use These Links As Necessary Thank You: Newsletter Delivery Thread / Membercard, OMC, OMB, Claims Delivery Thread / Pets / +Slips&Collections |
Aug 9, 2017 10:53 AM
#48
Hi, it would be great if someone could design a Profile Avatar. I would like a Kanon (2006) or Kyoukai no Konata themed avatar. The style is either 'Black and White' or 'Pink Pastel' themed. I would like to have my username @Betsyspaniel somewhere in the picture, the font is up to you but it would be best if the font had a hand-written/dainty effect to it. I hope you can make something for me, thank you very much :3 Kind regards, Jennifer (Betsyspaniel) Edit: Here are the images and the styles I would like you to use: |
BetsyspanielAug 9, 2017 11:13 AM
Nov 23, 2017 6:51 AM
#49
Hii, I'm not sure if people continue to check this topic but I'll try anyway. I'm looking for someone who can do a signature for MAL forum. I want a signature with my username (TeruNoYuki) and with Schuberg Alice ( From Sword art online : Project Alicization with Alice color or something like that (gold/yellow) I don't know if you can use this picture but I'll link you anyway. http://hpics.li/53fc4b7 http://hpics.li/15c209f http://hpics.li/713fe35 http://hpics.li/1a8e69a If you need more information, message me. Sankyuu~ |
TeruNoYukiNov 23, 2017 6:55 AM
Oct 9, 2018 10:35 PM
#50
Rquesting a wallpaper pls. Freedom is yours lol but if possible I'd like the characters to be from my favs. Lastly, can I also have the psd file for it since I want to learn more about Photoshop |
An admin's dickhead Soul banned me from MAL t('v't) |
More topics from this board
Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templatesShishio-kun - Feb 16, 2023 |
32 |
by dextr__
»»
10 hours ago |
|
» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )Shishio-kun - Apr 15, 2010 |
7924 |
by Shishio-kun
»»
Sep 24, 1:50 AM |
|
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1262 |
by Shishio-kun
»»
Sep 22, 4:35 AM |
|
» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )Shishio-kun - Jul 21, 2017 |
382 |
by Shishio-kun
»»
Sep 22, 4:29 AM |
|
Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )Shishio-kun - Feb 16, 2023 |
57 |
by Shishio-kun
»»
Sep 22, 4:27 AM |