New
Feb 16, 2012 9:43 AM
#51
@ayame: Find and replace your List surround with this: #list_surround { height:100%; width:700px; margin: auto !important; position: relative !important; } This will center your list into the middle of the page for all browsers and screen sizes. It should look fine on most computers after thats since the background size cover code will fit the background to updated browsers. |
Feb 16, 2012 9:46 AM
#52
@ Shishio Just centering doesn't seem enough because there is still going to be that large space between the list and red borders, no? |
![]() |
Feb 16, 2012 9:53 AM
#53
VeriTi said: @ Shishio Just centering doesn't seem enough because there is still going to be that large space between the list and red borders, no? Yeah, I just noticed the red borders thing, but imo the first thing to get out of the way is centering the list on all screen sizes. On top of that code, you can remove the background-size: cover from body to make it so all screen resolutions get the red border on the sides of the list like you see. The only thing is when you do this screen resolutions bigger than 1400px will see this: http://i41.tinypic.com/whiddv.jpg See the beige on the sides- you can just take the original background and edit it so that the beige gaps get the same stone background. This is the easiest solution I can think of after you add the other codes. Make sure it stretches out to 2000px across to cover all screen resolutions. Tinypic won't host a 2000px image, use this site: http://ihostimages.x10.mx/ Also alternately you can just use inline content to put the borders behind the list as a second background, and then you can keep background-size: cover on the main background and take the red borders off of that background. And from now on you can use the "View" option in your browser's menu and Zoom in and out. |
Shishio-kunFeb 16, 2012 11:11 AM
Feb 16, 2012 11:58 AM
#54
Miketsukami said: It's my 1st try doing my own layout so I had some problems This is how it looks on firefox with res 1280x1024 ![]() Ah now I can see it just fine now! Looks fantastic. I noticed some other peoples layouts were showing up mostly white but then I noticed that website http://imgur.com/ was blocked by AdBlock (I don't know if its just me). |
Feb 16, 2012 12:29 PM
#55
Shishio-kun said: @ayame: Find and replace your List surround with this: #list_surround { height:100%; width:700px; margin: auto !important; position: relative !important; } This will center your list into the middle of the page for all browsers and screen sizes. It should look fine on most computers after thats since the background size cover code will fit the background to updated browsers. Ok, wait, now I 'm confused, what should I do, is add this code, and make it this wallpaper resolution after that, and also remove the background-size cover from the top of the list. Got it the thing whith inline content, but will it work in any resolution too? And about the beige color, do you how can I change it? I'm trying a while now... Thank you guys for everything. |
Feb 16, 2012 12:48 PM
#56
Feb 16, 2012 1:09 PM
#57
Ayame_chan_ said: Shishio-kun said: @ayame: Find and replace your List surround with this: #list_surround { height:100%; width:700px; margin: auto !important; position: relative !important; } This will center your list into the middle of the page for all browsers and screen sizes. It should look fine on most computers after thats since the background size cover code will fit the background to updated browsers. Ok, wait, now I 'm confused, what should I do, is add this code, and make it this wallpaper resolution after that, and also remove the background-size cover from the top of the list. Got it the thing whith inline content, but will it work in any resolution too? And about the beige color, do you how can I change it? I'm trying a while now... Thank you guys for everything. Yeah, thats what I would do to fix the resolution problem quickly as possible. There might be other solutions but thats the fastest and easiest way I can think of atm: 1. Replace your list surround with the new list surround I posted. 2. Remove background-size:cover from the body part of the list near the top. 3. I think its fine at this point, but you can replace your current background with one that covers the 2000px wide computers, and also has the borders in the middle fitting around the list like on yours. Then you get the borders around the list on all computers and a nice big image that covers all desktops. Remember those super wide screen coms also have a height of 1200px too. The #inlineContent is a separate solution that you can use to put list borders behind the list and not have to use the background image of body for those borders. Just use an image with borders that goes behind the list but peeks out to put borders on the side of the list. Code can be found here: http://myanimelist.net/forum/?topicid=393581 but needs to be shortened in width to cover behind your list. Should work with any resolution since the inline contents only meant to go behind the list and not be more than 700-800px or so wide. When you have the borders right, you can use background-size cover on body all you want cuz the borders won't be on body anymore. To change the background color from beige to whatever, its #FFFFCC found in the top of your code to another color. #FFFFCC is a weird type of color name called an HTML color. You can find a series of HTML colors here: http://www.w3schools.com/html/html_colornames.asp Sorry its turning out complicated, but from now on you can just use the view option to look at different resolutions first. |
Feb 16, 2012 1:23 PM
#58
Ayame_chan_ said: Now the list looks like this with this resolution: ![]() =s I was thinking, can I add a background like this as the "first" wallpaper, and add a second wallpaper with the resolution I'm using? Will it disappear with that beige thing on higher resolutions? I don't see that at all on any resolution, is that what you actually see on your computer? Are the zoom options tweaked at all? What browser and resolution do you normally have? You can add multiple backgrounds to body with this thread and have the big image in back of the background you are using now (and leave the background-size cover off). Then big computer screens will see big bg instead of the beige color. |
Feb 16, 2012 1:44 PM
#59
First I added the bg with that higher resolution and that's the way it was in my computer, The zoom options are normal, I use Chrome and I guess the resolution is 1366x768. So I tried to do the multiple bg thing, and is it right? Shoud I add background-size: cover? The code: h\tml{cursor:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/blood-drop.png) 1 2, auto;} body{ background: url(http://i39.tinypic.com/2hs2hio.jpg) fixed no-repeat bottom center, url(http://ihostimages.x10.mx/images/2hUI0qG1rNeBRTZ.jpg) fixed no-repeat bottom center; font-size: 14px; font-family: Tempus Sans ITC ; color:#FFFFCC; } a { cursor:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/blood-drop.png) 1 2, auto; color: #FFFFCC; text-decoration: none; } a:visited{ color:#FFFFCC; } a:hover { color:#FFFFCC; text-decoration: underline; } .table_headerLink{ color:#FFFFCC; } .table_headerLink:Visited{ color:#FFFFCC; } .table_headerLink:Hover{ color: #FFFFCC; } div#list_surround{ width:700px; padding-top:375px; margin-left: 140px; background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/938794.png); background-repeat: no-repeat; } #list_surround { height:100%; width:700px; margin: auto !important; position: relative !important; } #list_surround .animetitle + small { color:#FFFFCC ; font-size: 11px; font-family: Tempus Sans ITC; } .table_header { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png); padding:5px; } .td1{ background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png); padding:5px; color:#FFFFCC; font-size: 14px; font-family: Tempus Sans ITC; } .td2{ background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png); padding:5px; color:#FFFFCC; font-size: 14px; font-family: Tempus Sans ITC; } } .table_header{ background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png); padding:5px; color: #FFFFCC; font-size: 12px; font-family: Tempus Sans ITC; } .header_title{ display:none; } .header_cw { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/heassd-2.png); background-repeat: no-repeat; } .header_completed { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/kkd-1.png); background-repeat: no-repeat; } .header_onhold { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/kjkd-1.png); background-repeat: no-repeat; } .header_dropped { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/kjkhd-1.png); background-repeat: no-repeat; } .header_ptw { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/headdd-1.png); background-repeat: no-repeat; } .category_totals { background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/bottom7.png); height: 32px; text-align: center; color: #FFFFCC; } .status_selected { color: #FFFFCC; background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png); font-size: 11.00; font-family: Tempus Sans ITC; text-decoration: underline; padding:2px ; } .status_not_selected { color: #FFFFCC; background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png); font-size: 13.00; font-family: Tempus Sans ITC; padding:2px ; } #mal\_control_strip { background: transparent url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png) !important; } # { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png) fixed top left !important; } # { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png) fixed top left !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } #grand_totals { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png) no-repeat 0 0 transparent; color:#FFFFCC; } #copyright { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png) no-repeat 0 0 transparent; color: white; } I just wanna see if the code is fine, to fix what I added in the "donate your old list CSS layouts" |
Aya__Feb 16, 2012 3:43 PM
Feb 16, 2012 3:42 PM
#60
Ayame_chan_ said: First I added the bg with that higher resolution and that's the way it was in my computer, The zoom options are normal, I use Chrome and I guess the resolution is 1366x768. So I tried to do the multiple bg thing, and is it right? Shoud I add background-size: cover? The code: html{cursor:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/blood-drop.png) 1 2, auto;} body{ background: url(http://i41.tinypic.com/20qdr40.jpg) fixed no-repeat bottom center, url(http://ihostimages.x10.mx/images/mSvJWH3j6BgOXb7.jpg) fixed no-repeat bottom center; font-size: 14px; font-family: Tempus Sans ITC ; color:#FFFFCC; } a { cursor:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/blood-drop.png) 1 2, auto; color: #FFFFCC; text-decoration: none; } a:visited{ color:#FFFFCC; } a:hover { color:#FFFFCC; text-decoration: underline; } .table_headerLink{ color:#FFFFCC; } .table_headerLink:Visited{ color:#FFFFCC; } .table_headerLink:Hover{ color: #FFFFCC; } div#list_surround{ width:700px; padding-top:375px; margin-left: 160px; background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/938794.png); background-repeat: no-repeat; } #list_surround { height:100%; width:700px; margin: auto !important; position: relative !important; } #list_surround .animetitle + small { color:#FFFFCC ; font-size: 11px; font-family: Tempus Sans ITC; } .table_header { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png); padding:5px; } .td1{ background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png); padding:5px; color:#FFFFCC; font-size: 14px; font-family: Tempus Sans ITC; } .td2{ background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png); padding:5px; color:#FFFFCC; font-size: 14px; font-family: Tempus Sans ITC; } } .table_header{ background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png); padding:5px; color: #FFFFCC; font-size: 12px; font-family: Tempus Sans ITC; } .header_title{ display:none; } .header_cw { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/ww.png); background-repeat: no-repeat; } .header_completed { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/cc.png); background-repeat: no-repeat; } .header_onhold { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/oohh.png); background-repeat: no-repeat; } .header_dropped { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/dd.png); background-repeat: no-repeat; } .header_ptw { height: 170px; background-image:url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/pppp.png); background-repeat: no-repeat; } .category_totals { background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/bottom7.png); height: 32px; text-align: center; color: #FFFFCC; } .status_selected { color: #FFFFCC; background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png); font-size: 11.00; font-family: Tempus Sans ITC; text-decoration: underline; padding:2px ; } .status_not_selected { color: #FFFFCC; background-image: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png); font-size: 13.00; font-family: Tempus Sans ITC; padding:2px ; } #mal_control_strip { background: transparent url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png) !important; } # { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png) fixed top left !important; } # { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/orange-2.png) fixed top left !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } #grand_totals { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png) no-repeat 0 0 transparent; color:#FFFFCC; } #copyright { background: url(http://i820.photobucket.com/albums/zz124/Ayame_chan_/head.png) no-repeat 0 0 transparent; color: white; } I just wanna see if the code is fine, to fix what I added in the "donate your old list CSS layouts" This is how it looks on a bigger resolution: http://i42.tinypic.com/358c8rq.jpg This is how it looks on a smaller resolution: http://i44.tinypic.com/rsezwy.jpg Don't add background-size cover, because you should lose the borders around the list on multiple resolutions. Its cuz the main background gets stretched to fit the smaller resolution: http://i42.tinypic.com/1fvd3n.jpg Its great as is now for a premade layout to post in the donate thread! You've been making a lot of layouts too so if this is becoming a hobby you may want to start using Firefox as it has a lot of useful extensions like Firebug which will take a little time to get used to but its fairly straightforward and in the end makes editing a layout so much easier. When you have questions we can answer for you here or in the Ask thread and use visual examples, etc. |
Feb 16, 2012 3:57 PM
#61
I guess I can't change anything in the way it looks in a bigger resolution, but it's better now. Oh right, I won't add it then. I've changed the background color too, I guess now the colors are more alike. Ok, I'll put the code there the way it is now. ^^ Geez, so troublesome for a simple list style. rsrs I used to use firefox, and I still have it here, I'll take a look, and I'll probably ask something there, so thank you for all the help.^^ |
Aya__Feb 17, 2012 12:06 AM
Feb 17, 2012 12:57 PM
#62
Shishio-kun said: Ah now I can see it just fine now! Looks fantastic. I noticed some other peoples layouts were showing up mostly white but then I noticed that website http://imgur.com/ was blocked by AdBlock (I don't know if its just me). Thanks! I guess it's possible since I uploaded all the images on http://imgur.com/. |
Feb 19, 2012 4:30 PM
#63
Feb 19, 2012 8:25 PM
#64
Wow, it looks great! You're getting really good at this Ayame. It looks perfectly fine on other resolutions to me, and if you want to see for yourself use this site: http://quirktools.com/screenfly/ After you enter your list's web address in the bar, it will give you a preview of your list. Then you can click desktop and cycle through different screen resolutions. |
Feb 20, 2012 5:56 AM
#65
Thanks. *-* I'm trying to get better. ^^ And thank you very much for the website, it's really usefull, love it. XD |
Aya__Feb 20, 2012 7:48 PM
Feb 21, 2012 3:57 PM
#66
Ayame_chan_ said: Thanks. *-* I'm trying to get better. ^^ And thank you very much for the website, it's really usefull, love it. XD You're definitely getting better. If you use Firefox you should learn to use Firebug if you haven't already, it will make things editing your layout much easier once you get it down, and I just completed my tutorial on it for several of its features. But you probably don't even need the tutorial, if you just install Firebug and mess around with it on your list layout (keep an eye on the lower right hand part of menu) you would probably get an idea of what its capable of and how you can edit your list in real time with it. http://myanimelist.net/forum/?topicid=405333 |
Feb 21, 2012 4:28 PM
#67
But I use Google Chrome.. is there anything like this firebug on Chrome? I liked the tutorial, when I have some time I'll try to learn how to use it, I still have Firefox here anyway, so thanks. ^^ |
Feb 21, 2012 6:37 PM
#68
I heard there's a Chrome Firebug, but my experience with Chrome add-ons that copy Firefox add-ons is bad. They often had flaws and bugs. It would be good to make your layouts in Firefox if you learn it though, and if you notice a difference in Firefox and Chrome after editing (very rare) you can just use this: http://myanimelist.net/forum/?topicid=397909&show=0#post1 Glad you liked the tutorial; I always think people will be overwhelmed by the length and number of visual examples but that to me is the easiest way to follow the steps and learn.. I hate tutorials that are all text lol. |
Feb 21, 2012 7:57 PM
#69
Chrome has a built-in tool (Ctrl + Shift + I), but it's quite bad for this purpose because it doesn't have anything like CSS tab in Firebug (where you can get the code you've changed) or pure CSS input field like in Opera Dragonfly, but it may be enough if you're going to test some minor changes, not to make whole layout with it. |
![]() |
Feb 22, 2012 11:42 AM
#70
Your visual examples make things easier to understand you can be sure of that. ^^ And about the Firebug, it's a good tip using firefox only to do the layouts and lists. I was a bit curious about those codes with "important!" in it, I used to see around, so this is what they are about...interesting. Well, I guess I'll try to do it someday, thank you guys. ^^ |
Feb 25, 2012 11:16 AM
#71
VeriTi said: Chrome has a built-in tool (Ctrl + Shift + I), but it's quite bad for this purpose because it doesn't have anything like CSS tab in Firebug (where you can get the code you've changed) or pure CSS input field like in Opera Dragonfly, but it may be enough if you're going to test some minor changes, not to make whole layout with it. You can also just press F12 in order to show this. |
Mar 12, 2012 11:24 AM
#73
Heres mine, just finished yesterday. Loving that Persona 4 theme :P http://myanimelist.net/animelist/LordSilen 2 examples: My resolution is 1600x900, the list will overlap the background images more on smaller resolutions. ![]() ![]() |
Mar 12, 2012 11:54 AM
#74
Oh wow I really like it! Really good for any one, let alone a first try. I've actually been hoping someone would do a list like this for a while. LordSilen said: Heres mine, just finished yesterday. Loving that Persona 4 theme :P http://myanimelist.net/animelist/LordSilen 2 examples: My resolution is 1600x900, the list will overlap the background images more on smaller resolutions. ![]() ![]() This looks really good too! I added a code to remove the All Anime button to the thread you asked for it in. Love the color in the background too, makes it really stand out with the fade and top bar. |
Mar 12, 2012 12:10 PM
#75
@ Tsundere_chan Wow nice remix of my and Drize's layout :) I think you should also change a color of blur that appears when hovering a link and that's all, it's already very good. |
![]() |
Mar 12, 2012 9:55 PM
#76
change it to gold color likes the bottom bar. check it :) . Is it look better?) |
Mar 17, 2012 4:02 PM
#78
Mar 17, 2012 5:25 PM
#79
_Ayu_ said: So, this is my current list. I still need to fix the shadows on top menu for IE, but if you notice any other bug please let me know. ![]() Epic list design~ :) |
Mar 18, 2012 11:52 AM
#80
Drize said: Epic list design~ :) Thank you for the complement and thank you for the codes that I’ve steal from you. ;) Got say, I’m a big fan of your designs. |
Mar 18, 2012 3:24 PM
#81
Mar 18, 2012 3:33 PM
#82
Mar 18, 2012 6:25 PM
#83
Mar 19, 2012 11:33 AM
#84
Animexx said: Insone goood Thanks! :) LordSilen said: Looking good Insone. I really love the Steins; Gate pic. I love also, even more with this eyes of Kurisu. * - * |
~ |
Mar 19, 2012 9:35 PM
#85
Insone said: After much editing, and headache, finally got finished. Although I got only 85% of what I intended. : ( Thank Shishio-kun and all of the club by always to be helping. :) OMG! I love Kurisu~ By default, I already love the design because shes there. :) When I saw the rest of the anime list design, I have finally decided that your anime list is one of the anime list designs that I love on MAL because of how clean and simple looking it is. :) |
Mar 20, 2012 4:12 PM
#86
Drize said: Insone said: After much editing, and headache, finally got finished. Although I got only 85% of what I intended. : ( Thank Shishio-kun and all of the club by always to be helping. :) OMG! I love Kurisu~ By default, I already love the design because shes there. :) When I saw the rest of the anime list design, I have finally decided that your anime list is one of the anime list designs that I love on MAL because of how clean and simple looking it is. :) All I can say is... wow, it looks simple yet so complex :S |
Mar 21, 2012 12:08 PM
#87
Drize said: OMG! I love Kurisu~ By default, I already love the design because shes there. :) When I saw the rest of the anime list design, I have finally decided that your anime list is one of the anime list designs that I love on MAL because of how clean and simple looking it is. :) All it takes in its design, the patterns simple and clean, I like , so always try to pass these standards for everything I do. Kurisu-nyan: 3 Alfyan said: All I can say is... wow, it looks simple yet so complex :S Looking at certain angles, really makes sense. It took me a long time on the CSS because this was my first contact with this type of code. : x |
~ |
Mar 21, 2012 1:32 PM
#88
@Insone - I've pointed this out before to the person who first wrote the CSS for the menu at the top right corner. Looks like the person didn't bother fixing it. The CSS for the menu is only written for MAL users that are logged in, not for those that aren't logged in. As you can tell by the image below, there still is a MAL bar.![]() |
Mar 21, 2012 1:48 PM
#89
#mal\_control\_strip { background: transparent !important; } td#mal_cs_pic a img { display: none; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } This will fix the logged out problem for the Angel Beats layouts (like Isone's). I added it to the originals today. |
Shishio-kunMar 21, 2012 1:58 PM
Mar 21, 2012 8:41 PM
#90
Drize said: @Insone - I've pointed this out before to the person who first wrote the CSS for the menu at the top right corner. Looks like the person didn't bother fixing it. The CSS for the menu is only written for MAL users that are logged in, not for those that aren't logged in. As you can tell by the image below, there still is a MAL bar. Drize, if not for you, would pass unnoticed by me. Thank you. Shishio-kun said: #mal_control_strip { background: transparent !important; } td#mal_cs_pic a img { display: none; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } This will fix the logged out problem for the Angel Beats layouts (like Isone's). I added it to the originals today. Thank you very much Shishio-kun. Again you saved me. :) |
~ |
Mar 21, 2012 9:02 PM
#91
I'm thinking seriously about now going develop a theme of the goddess Senjougahara, because until I finish, 2013 has arrived. haha Although with the help of you, everything is easy. ^^ |
~ |
Mar 25, 2012 10:00 AM
#92
Mar 25, 2012 10:08 AM
#93
@ Tsundere_chan Feel free to ask here if you need help with something :) |
![]() |
Mar 27, 2012 3:23 PM
#94
Mar 27, 2012 11:31 PM
#95
@Tweek91330 it looks nice and unusual but on small resolution it looks quite bad and hard to read also i think the bar (under the header pic) looks too simple, doesn't it? |
Mar 28, 2012 1:14 AM
#96
Wow that was pretty clever fixing the search option to the right side! I should add that as an option to that popular top bar style. The dark background really brings out those pics! I really like the one on the far right. Good job on that! As a suggestion the font color could be a brighter red and the menu list a darker opacity to make it easier to read. I think the bar under the header pic is fitting and matches the text tho real well. Maybe the text in there could be larger, might make it look a bit better. |
Mar 28, 2012 8:07 AM
#97
Tsundere_chan said: @Tweek91330 it looks nice and unusual but on small resolution it looks quite bad and hard to read also i think the bar (under the header pic) looks too simple, doesn't it? For the bar, i can try to make it look better ^^. As for the resolution, i don't know how to do that (without change the layout). Shishio-kun said: As a suggestion the font color could be a brighter red and the menu list a darker opacity to make it easier to read. I think the bar under the header pic is fitting and matches the text tho real well. Maybe the text in there could be larger, might make it look a bit better. Thanks, i'll try that ^^. Also, the top bar style is great, a lot better than the one from mal. Edit : I edited a little my list, it's better that way indeed :). <img src="http://data.imagup.com/10/1147620758.png" /> |
Tweek91330Mar 28, 2012 10:22 AM
Mar 29, 2012 8:50 AM
#98
Mar 29, 2012 1:07 PM
#99
@SoulToxin Amazing! the vectors you have in there go along with it so well! |
More topics from this board
» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )Shishio-kun - Apr 15, 2010 |
7921 |
by takkun_
»»
Yesterday, 9:54 PM |
|
» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )Shishio-kun - Jul 21, 2017 |
381 |
by KabukiChouNights
»»
Sep 13, 10:56 AM |
|
» theme helpthreat - Jul 5 |
5 |
by Zaryf
»»
Aug 21, 5:46 AM |
|
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1261 |
by KiranaStarr
»»
Aug 16, 5:48 PM |
|
» [CSS] ⭐️ Customize your List Cursor + Cursor FixesShishio-kun - Mar 8, 2021 |
30 |
by Shishio-kun
»»
Jul 28, 3:17 AM |