New
Jun 3, 2012 12:55 AM
#21
Hahaido said: Shishio-kun said: When I use Tip 1 with an anime title CSS hover (like on my current anime list), is there a way for you to move the text part of the title above the pic, instead of in the middle, and without disturbing the pic? I've found the way out! #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle:before { display: block !important; content: ' '; width: 100% !important; height: 50% !important; } Preview: ![]() Wow I love that, just in time it should be useful for new premade layouts. Is there a way to move it to the top? I have my own methods but yours is much simpler and should be less prone to bugs. |
Shishio-kunJun 3, 2012 1:30 AM
Jun 3, 2012 1:28 AM
#22
Hahaido said: LordSilen said: the cover seems to be obscured because it appears within the text space? Add to your CSS: .animetitle { background-size: 0px 0px; width: 0px !important; height: 0px !important; } Edit following code: #list_surround:nth-of-type(1n+4) tbody:hover .animetitle { display: block !important; background-repeat: no-repeat !important; background-size: 180px 256px !important; position: absolute !important; margin-top: 4px !important; // Insert your value width: 180px !important; height: 256px !important; margin-left: 786px !important; // Insert your value } Shishio-kun said: When I use Tip 1 with an anime title CSS hover (like on my current anime list), is there a way for you to move the text part of the title above the pic, instead of in the middle, and without disturbing the pic? I've found the way out! #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle:before { display: block !important; content: ' '; width: 100% !important; height: 50% !important; } Preview: ![]() Strange, when i edited it like you said, none of the covers show anywhere, on or off the list. Sorry if i'm just failing to notice something obvious, this code is a little beyond my understanding. |
Jun 3, 2012 1:33 AM
#23
Shishio-kun said: Is there a way to move it to the top? #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle:before { display: block !important; content: ' '; width: 100% !important; height: 5% !important; margin-bottom: -95% !important; } LordSilen said: Strange, when i edited it like you said, none of the covers show anywhere, on or off the list. #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle { display: block !important; background-repeat: no-repeat !important; background-size: 180px 256px !important; position: absolute !important; margin-top: 10px !important; width: 180px !important; height: 256px !important; margin-left: 786px !important; } |
HahaidoJun 3, 2012 2:01 AM
Jun 3, 2012 9:15 AM
#24
No luck, its same as before. Are the covers trying to display one the left side of the list? if so it would go off screen since my list in on the extreme left. heres the code i have in there. .animetitle { background-size: 0px 0px; width: 0px !important; height: 0px !important; } #list_surround:nth-of-type(1n+4) tbody:hover .animetitle span { display: none !important; } #list_surround:nth-of-type(1n+4) tbody:hover .animetitle { display: block !important; background-repeat: no-repeat !important; background-size: 180px 256px !important; position: absolute !important; margin-top: 10px !important; width: 180px !important; height: 256px !important; margin-right: 786px !important; } every time i put in "#list_surround table:nth-of-type(1n+4) tbody:hover .animetitle" it reverts back to "#list_surround:nth-of-type(1n+4) tbody:hover .animetitle"? |
_SilenJun 3, 2012 9:24 AM
Jun 3, 2012 11:32 AM
#25
LordSilen said: No luck, its same as before. Are the covers trying to display one the left side of the list? if so it would go off screen since my list in on the extreme left. heres the code i have in there. every time i put in "#list_surround table:nth-of-type(1n+4) tbody:hover .animetitle" it reverts back to "#list_surround:nth-of-type(1n+4) tbody:hover .animetitle"? I recomend you to use all the script in the dropbox, and use import lines, cuz this is one of the problems I found when using the MAL css box, some codes can't save right, and with the css in your dropbox you can modify the code in notepad(I use Notepad++) and save it, and reload the page to see the changes, its much easier and faster than have the theme code in css box in MAL. |
Jun 3, 2012 12:36 PM
#26
LordSilen said: No luck, its same as before. Are the covers trying to display one the left side of the list? if so it would go off screen since my list in on the extreme left. heres the code i have in there. .animetitle { background-size: 0px 0px; width: 0px !important; height: 0px !important; } #list_surround:nth-of-type(1n+4) tbody:hover .animetitle span { display: none !important; } #list_surround:nth-of-type(1n+4) tbody:hover .animetitle { display: block !important; background-repeat: no-repeat !important; background-size: 180px 256px !important; position: absolute !important; margin-top: 10px !important; width: 180px !important; height: 256px !important; margin-right: 786px !important; } every time i put in "#list_surround table:nth-of-type(1n+4) tbody:hover .animetitle" it reverts back to "#list_surround:nth-of-type(1n+4) tbody:hover .animetitle"? If you find the codes change its because MAL filtered them out on save with the CSS edit box. You have to import those codes. It filters out some specific words completely ("script" is one I believe). Some get by when you add \ to the underscore but on their second save the \ are removed. |
Jun 3, 2012 2:45 PM
#27
ahhh, ok i get it now. I knew that you could import but i didn't really see the importance of it until now. Its weird that MAL would try to filter that. It works now to try to separate the text and the cover if possible and move it over. time to fiddle with some numbers. Thanks by the way al_exs i didnt realize that i could do that, :) and to Hahaido for putting up with my ignorance. |
Jun 24, 2012 10:57 PM
#28
Hint 4. Extra comments Preview: ![]() Code: #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle:before { pointer-events: none; position: absolute; visibility: hidden; content: ' '; /* Comments position */ margin-top: 0px; margin-left: 114%; width: 160%; /* Comments size */ padding: .2em; font-size: 14px !important; border: solid 1px rgba(137,130,48,.2); /* Border around comments */ /* The form of comments border */ border-radius: 10px; -o-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } Download the NEW version of Covers Uploder Follow the screenshot steps: Add a comment ![]() Generate comments ![]() After the work is done upload an extracted CSS to Dropbox*. Or put directly into your CSS. * - how to use Dropbox in tutorial. Or use any other file sharing service |
HahaidoJun 26, 2012 1:24 AM
Jun 25, 2012 9:17 PM
#29
Hint 5. Aligning anime/manga titles (for the lists that have pictures instead of titles - see Hint 2. Put a cover image into a list line) Code: #list_surround table:nth-of-type(n+4) tbody:hover .animetitle span { position: relative; display: table !important; /* titles size */ width: 110%; height: 25px; /* titles position */ top: 5%; left: -5%; padding: 2px; color: #FFFFFF !important; /* titles color */ border: solid 1px rgba(137,130,48,.2); /* Border around titles */ /* The form of titles border */ border-radius: 5px; /* for cross-browser support */ -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; /* you might to add some effects to give your titles unusual look */ transform: rotate(-3deg); /* change the value in deg from -360 to 360 to manipulate the angle of rotation */ /* for cross-browser support */ -o-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -webkit-transform: rotate(-3deg); /* add a gradient background */ background: linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(0,0,0,.7) 100%); /* 0% and 100% are points where gradient is starts and ends 255,255,255 or 0,0,0 are colors .7 (0.7) is opacity level (change it from 0 to 1) */ /* for cross-browser support */ background: -moz-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(0,0,0,.7) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.7)), color-stop(100%,rgba(0,0,0,.7))); } |
HahaidoJun 26, 2012 12:34 AM
Aug 28, 2012 4:56 PM
#30
For hint 2. I tried something like this at the top when I watched to try different fonts, but it doesn't seem to work. Am I doing something wrong or can I only have 1 font? @import url(http://fonts.googleapis.com/css?family=Life+Savers); @import url(http://fonts.googleapis.com/css?family=Headland+One); Everything with font family #1 works, but when I try "font family:Headland One;", I think it changes to Arial or some default font. |
Aug 28, 2012 9:23 PM
#31
@MM-Rosiie You are allowed to use as many as you want (I'm using two in my WIP and it works in all browsers) so you're probably doing something wrong. Right now I don't see @import url(http://fonts.googleapis.com/css?family=Headland+One); in your code so I can't check what is wrong. |
![]() |
Aug 28, 2012 10:03 PM
#32
MM-Rosiie said: For hint 2. Lets leave questions about fonts and look at your code. The covers of anime titles are appearing below the titles. So, you miss the code: .animetitle { /* your code */ background-size: 0px 0px; /* your code */ } #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle { /* your code */ position: relative: !important; display: block !important; background-repeat: no-repeat !important; background-size: 225px 320px !important; /* determines a cover size */ margin-right: 100px !important; /* determines a cover aligning */ /* use for center align*/ margin-left: auto !important; margin-right: auto !important; /* use for center align*/ /* your code */ } that corresponds for the covers aligning and should be imported as well. To simplify the work with covers use CSS Generator |
HahaidoAug 28, 2012 10:10 PM
Aug 28, 2012 10:55 PM
#33
Maybe if you add the quotes: @import url("http://fonts.googleapis.com/css?family=Life+Savers"); @import url("http://fonts.googleapis.com/css?family=Headland+One"); at least for me your list works well when I add the quotes(Adding first the font and change Arial to Headline One in the header). I don't really know, but I think that sometimes the font api did not work properly. |
Aug 28, 2012 11:12 PM
#34
Aug 29, 2012 7:39 AM
#35
Thanks for the help. Adding quotes doesn't seem to change anything though. Hahaido said: Lets leave questions about fonts and look at your code. The covers of anime titles are appearing below the titles. So, you miss the code: .animetitle { /* your code */ background-size: 0px 0px; /* your code */ } #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle { /* your code */ position: relative: !important; display: block !important; background-repeat: no-repeat !important; background-size: 225px 320px !important; /* determines a cover size */ margin-right: 100px !important; /* determines a cover aligning */ /* use for center align*/ margin-left: auto !important; margin-right: auto !important; /* use for center align*/ /* your code */ } Hm. I added that and it didn't do anything? |
Aug 29, 2012 8:01 AM
#36
@ MM-Rosiie You won't see Headland One on sort links. Somewhere in your code look for .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: white; font-family: Arial; } as you may see, at first a and a:visited selectors set the font to Arial, and at second .table_header is also set to Arial so it will override your Headland One code (because this piece is below), it's easily seen in Dragonfly or Firebug. A simple solution if you don't care about code neatness would be: .table_headerLink { font-family: 'Headland One'; } |
![]() |
Aug 29, 2012 8:31 AM
#37
@VeriTi Oh thanks! How do I adjust text sizes (other than the header) though? And for Hint 2. I added the import link for my list, @import url(https://dl.dropbox.com/u/101477602/animelist.css); but there have been no visible changes - there's still no picture(at least on my computer). And I've also tried to get rid of the overlapping of the picture and titles, but haven't been able to either (I've managed to have it overlap text on the right side now...) Is there a way to stop it breaking between the anime title and "airing"? Even if I expand the list width (say to like 1000px), it still puts Airing on the bottom. Example: ![]() |
MirorinAug 29, 2012 5:31 PM
Aug 30, 2012 1:06 AM
#38
if i use this trick, will all users who view my list able to see the font i use? like those unusual fonts that not all users have it installed on their system? |
Aug 30, 2012 1:47 AM
#39
Yes, I already answered MM-Rosiie said: Is there a way to stop it breaking between the anime title and "airing"? Experiment with: #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle + small { position: relative !important; display: block !important; margin-top: -334px !important; /* 'airing' position */ } |
HahaidoAug 30, 2012 2:57 AM
Aug 30, 2012 6:28 AM
#40
Aug 30, 2012 7:06 AM
#41
MM-Rosiie said: @Hahaido: It doesn't seem to be affecting it. Even if I put it to 0px, 1000px, -1000px, nothing changes. You should to import that code And I'm still missing pictures for some of my titles, and I can't figure out why? Bug in the program. Fixed. Download the program again and regenerate CSS |
HahaidoAug 30, 2012 7:10 AM
Aug 30, 2012 10:03 AM
#42
Hahaido said: You should to import that code ... uh I imported it to https://dl.dropbox.com/u/101477602/code.css but still not affecting anything. Bug in the program. Fixed. Download the program again and regenerate CSS This one is still not showing even after doing that though. (But the rest have.) ![]() |
Aug 30, 2012 10:28 AM
#43
@MM-Rosiie To fix pic use text editor. Look for: http://cdn.myanimelist.net/images/anime/4/37937.jpg replace with: http://cdn.myanimelist.net/images/anime/10/39429.jpg |
![]() |
Aug 30, 2012 11:13 AM
#44
MM-Rosiie said: This one is still not showing even after doing that though. (But the rest have.) ![]() In your source: @import "http://dl.dropbox.com/u/78340470/CSSforCatgirls.css"; @import "http://dl.dropbox.com/u/78340470/animetitle.css"; @import url(http://fonts.googleapis.com/css?family=Life+Savers); @import url(http://fonts.googleapis.com/css?family=Raleway:100); @import url(http://veriti.opendrive.com/files/OV81MjgxODdfcXZZMkg/mal_top_bar.css); @import "https://dl.dropbox.com/u/101477602/myanimelist.css"; @import "https://dl.dropbox.com/u/101477602/code.css"; delete @import "http://dl.dropbox.com/u/78340470/animetitle.css"; line. And when importing a code delete 's' char in 'https' |
HahaidoAug 30, 2012 11:17 AM
Aug 30, 2012 11:39 AM
#45
Deleted the import (and s's) and replaced the image link, but it's still the same with no picture. |
Aug 30, 2012 5:07 PM
#46
uwinaako said: if i use this trick, will all users who view my list able to see the font i use? like those unusual fonts that not all users have it installed on their system? If you referring to Hint 3, I used it for the Touhou premade layout it works. |
Aug 30, 2012 5:19 PM
#47
MM-Rosiie said: Deleted the import (and s's) and replaced the image link, but it's still the same with no picture. Is the CSS below one you created from an animetitle CSS generator? If so which generator, and did you add that title very recently? @import "http://dl.dropbox.com/u/101477602/myanimelist.css"; |
Shishio-kunAug 30, 2012 5:26 PM
Aug 30, 2012 6:31 PM
#48
@Shishio-kun: I probably added that anime the day it came out, so about the start of July. I created the CSS with the cover uploader (link provided in link 2). Oh and I've also tried putting it directly into the CSS box and same result. |
Aug 30, 2012 8:12 PM
#49
Shishio-kun said: MM-Rosiie said: @Shishio-kun: I probably added that anime the day it came out, so about the start of July. I created the CSS with the cover uploader (link provided in link 2). Oh and I've also tried putting it directly into the CSS box and same result. OK. I ask cuz I think that it somehow missed that anime for some reason, or the CSS was made before you added that show to your list. Everytime you add a new show you need to update the generator CSS so its current from now on. Anyhow I made an updated file for you, hosted it from my dropbox (it will be there temporarily to see if this fixes it), and tested it out on your list and that show comes up. Just replace the top import lines and only that. Save your current code before you add these, then replace them with these and save, then see if it works. Give the list a second and refresh to make sure it had time to load the CSS and covers. @import "http://dl.dropbox.com/u/78340470/CSSforCatgirls.css"; @import url(http://fonts.googleapis.com/css?family=Life+Savers); @import url(http://fonts.googleapis.com/css?family=Raleway:100); @import url(http://veriti.opendrive.com/files/OV81MjgxODdfcXZZMkg/mal_top_bar.css); @import "http://dl.dropbox.com/u/78340470/MM-Rosiie_animetitle.css"; Also I took out two dead import links you had. Let us know here how this works out. The reason it didn't imo is the cover CSS you had were dead links and not for your specific anime titles, at least atm, but the one I added is for your covers. Also later you'll need to replace that import with your own anime title CSS later since I won't host forever, if you don't know how to replace it let us know and we'll show you. Phew! |
Shishio-kunAug 30, 2012 9:48 PM
Aug 30, 2012 9:49 PM
#50
@Shishio-kun: Thanks! Import link works (some of the pictures are different - SAO and a few others changed o.o). I'll copy this one for now. But I'm not sure why the one I made didn't work. :( And now to remove the break between the anime title and "airing". I've been testing it but to no avail. |
Aug 30, 2012 10:17 PM
#51
MM-Rosiie said: And now to remove the break between the anime title and "airing". I've been testing it but to no avail. Remember I gave the advice to you? That how does it works: ![]() The code, again: #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle + small { position: relative !important; display: block !important; margin-top: -334px !important; /* 'airing' position */ } or just import my link to your CSS - http://dl.dropbox.com/u/78192465/MyAnimeList/CSS/Airing.css |
HahaidoAug 30, 2012 10:20 PM
Sep 3, 2012 7:41 PM
#52
@Hahaido: After putting the code from your CSS link into a document and importing from my own dropbox: ![]() (Though honestly, after a while I don't really mind it.) @Shishio-kun: I tried to update the pictures... but it reverted back to having no pictures (and the old pictures for some). I just take the generated CSS and, export it and link it. Yet it's not working. @_@ For now I'm using The .animetitle class from http://myanimelist.net/forum/?topicid=436031. Works like the one you gave me. (I think I'll try the #more CSS generator later) Edit: -holds head- Now my background suddenly stopped working. Even when I change the URL it's a black screen. :A: |
MirorinSep 3, 2012 8:36 PM
Sep 3, 2012 10:59 PM
#53
MM-Rosiie said: After putting the code from your CSS link into a document and importing from my own dropbox: I love you, MM-Rosiie! Will you marry me? :P Use following code instead of all your CSS and "Everything gonna be alright, everything gonna be ok..." (for Anime list): @import "http://dl.dropbox.com/u/78340470/CSSforCatgirls.css"; @import url(http://fonts.googleapis.com/css?family=Life+Savers); @import url(http://fonts.googleapis.com/css?family=Raleway:100); @import url(http://veriti.opendrive.com/files/OV81MjgxODdfcXZZMkg/mal_top_bar.css); @import url('http://dl.dropbox.com/u/78192465/MyAnimeList/CSS/MM-Rosiie_animetitle.css'); @import url('http://dl.dropbox.com/u/101477602/Style%2079399/Airing.css'); body { background-color: black; background-image: url('http://dl.dropbox.com/u/101477602/Style%2079399/YKWallpaper.jpg'); background-position: right top; background-attachment: fixed; background-repeat: no-repeat; font-weight: light; } .header_title { background-color:transparent; color:white; font-family:Life Savers; font-size:49px; } .table_header { background-color:transparent; color:black; } .animetitle, .animetitle:visited { color:white; font-family:Verdana; font-size:12px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-family:Raleway; } .td1, .td2, .category_totals, .table_header, #grand_totals, #copyright { padding-left:7px; padding-right:7px; } #list_surround { position: absolute !important; margin: auto; right: 100px !important; padding-top:50px; width:700px; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:red; text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); border-width:0; } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER { border-width:0; padding:2px; } #copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info."; } .status_selected { background-color:transparent; padding:2px; font-family:Light Savers; color:white; text-decoration: blink; } .status_not_selected { background-color:transparent; padding:2px; color:white; } .status_selected a{ color:white; } .status_not_selected a{ color:white; } .thickbox { color:white; font-family:Light Savers; font-size:12px; } .header_title { height:55px; padding:3px; } .table_header { border-width:0; font-weight:bold; } .category_totals { height:30px; } #copyright, #grand_totals { text-align: center; margin:0 auto; } body { background-size: cover; } #inlineContent { background-image: url(http://i39.tinypic.com/2exr03p.png); bottom: 0; display: inline !important; height: 75px; margin-bottom: 0; position: fixed; right: 0px; width: 100%; z-index: 10 !important; } .td1, .td2, .table_header { border-color: white; border-style:dashed; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0; border-top-width: 0 !important; } .category_totals{ border-color: white; border-style: solid; border-width: 0 1px 1px; } #mal_control_strip{z-index:1000 !important} .td1, .td2 { transition: line-height .5s ease .1s; -o-transition: line-height .5s ease .1s; -moz-transition: line-height .5s ease .1s; -webkit-transition: line-height .7s ease .1s; } .td1, .td2 { line-height: 30px; } tr:hover .td1, tr:hover .td2 { line-height: 350px; } /* AIRING */ .animetitle + small { position: relative; line-height: 1px !important; } If will not working you'll have to marry me! P. S. you should to remember, each time you add new anime/manga into your list you have to regenerate CSS to show newly added anime/manga cover. If you're using Covers Uploader you need just generate CSS and choose the title you want (don't need to generate all CSS code again), then copy/paste the code you get into your CSS that contains your covers. |
HahaidoSep 3, 2012 11:40 PM
Sep 4, 2012 8:57 PM
#54
Sorry, but I already have a hubby (my Fuji). :P I copied the CSS code into the edit box. The airing and covers are still not working. But if I use a premade .animetitle list from here then all the covers show up. I think my Covers Uploader has a problem or something? Maybe it's my computer. But I'll just use the premade one, since I've generated the covers list a bunch of times and it still isn't working. And the airing thing... I don't care about it anymore. As long as I can see the covers I'm happy. XD Thank you for all the help, Hahaido & Shishio-kun! Much appreciated. Edit: Seems like I have the missing cover problem for the other picture layouts too. Tried the square layout and was missing like 4 pictures (and they were empty - they were suppose to be filled by a default picture. The default picture works on like 2, and the others are grey boxes...) Maybe some code just don't work with my computer? |
MirorinSep 29, 2012 8:39 PM
Oct 26, 2012 1:10 AM
#55
The covers are not showing up in the new design even though I added the #list_surround:nth-of-type(1n+4) tbody:hover .animetitle { display: block !important; background-repeat: no-repeat !important; background-size: 180px 256px !important; position: absolute !important; margin-top: 10px !important; part in the list, it won't work. However adding it to MAL box and then using firefug to type table in the line, it works. Possible errors and suggestions? I posted the preview here |
Oct 26, 2012 1:50 AM
#56
Nov 23, 2012 7:15 AM
#58
Hi! I finally figured out how to add the Covers thanks to your tutorials but I still am not sure of the code to move the title.. Like for one Chuunibyou demo Koi ga Shitai! goes right through the cover picture... I got this code in your CSS generator: #list_surround table:nth-of-type(1n+4) tbody:hover td[class^="td"]{ height: 307px;} #list_surround table:nth-of-type(1n+4) tbody:hover small{ position: absolute !important; display: block !important; margin-top: 220px !important; margin-left: -629px !important;} #list_surround table:nth-of-type(1n+4) tbody:hover .animetitle{ position: relative !important; display: block !important; width: 186px !important; height: 236px !important; margin-top: -62px !important; margin-left: 0px !important; border-radius: 20px 10px 20px 10px; -o-border-radius: 20px 10px 20px 10px; -moz-border-radius: 20px 10px 20px 10px; -webkit-border-radius: 20px 10px 20px 10px; background-size: 186px 236px !important; background-repeat: no-repeat !important;} #list_surround table:nth-of-type(n+4) tbody:hover .animetitle span{ position: relative; display: table !important; width: 155%; height: 16px; top: 236px; left: 0px; line-height: 16px;} but I have no idea what to do with it now.. I'm confused! |
FrauKoujiroNov 23, 2012 7:21 AM
Duhuhu... |
Nov 23, 2012 7:30 AM
#59
TyrantsEye said: but I have no idea what to do with it now.. I'm confused! Hi there! The generated code should be placed on a file hosting service and imported into your CSS. Use Dropbox, for example (read the tutorial from the first post of this thread) P. S. what anime on your avatar? |
HahaidoNov 23, 2012 7:33 AM
Nov 23, 2012 8:19 AM
#60
Hahaido said: TyrantsEye said: but I have no idea what to do with it now.. I'm confused! Hi there! The generated code should be placed on a file hosting service and imported into your CSS. Use Dropbox, for example (read the tutorial from the first post of this thread) P. S. what anime on your avatar? how can I import it into CSS? I downloaded Dropbox already and ive been reading posts but now i'm just confused and i'm not sure how i'm supposed to save the code or what i'm doing really, sorry i'm really new to I uploaded the cover photo's and did that with no problem( I think) I don't know why i'm confused about this part o-O the avatar is from Chuunibyou demo Koi ga Shitai! |
FrauKoujiroNov 23, 2012 8:23 AM
Duhuhu... |
Nov 23, 2012 12:40 PM
#61
1st.- Need an account on Dropbox, if you recently make one you need to enable the public folder with this link https://www.dropbox.com/enable_public_folder. 2nd.- paste the generated code in a plain text file(in Notepad, Notepad++) and save it as .css, and copy the file to the public folder of your Dropbox account. 3rd.- copy the link to the Advanced CSS editor in MAL into a import line. @import "url.here" |
Nov 23, 2012 1:18 PM
#62
al_exs said: 1st.- Need an account on Dropbox, if you recently make one you need to enable the public folder with this link https://www.dropbox.com/enable_public_folder. 2nd.- paste the generated code in a plain text file(in Notepad, Notepad++) and save it as .css, and copy the file to the public folder of your Dropbox account. 3rd.- copy the link to the [url=http://myanimelist.net/editprofile.php?go=stylepref&do=cssadv]Advanced CSS editor in MAL into a import line. @import "url.here" okay thank you! I will try that :-) so if I have the album cover code and then I make another code for the fix? |
Duhuhu... |
Nov 23, 2012 10:33 PM
#63
Dec 3, 2012 2:05 AM
#64
Jan 5, 2013 10:00 PM
#65
omh I love how you've organized the top post! This is extremely good. |
Jan 5, 2013 11:06 PM
#66
Jan 5, 2013 11:43 PM
#67
Hahaido said: Shishio-kun said: omh I love how you've organized the top post! This is extremely good. Nothing special but thanks! If I had more time it would be much better! A little at a time makes a big difference in the long run. This club took three years of small steps to get to where it is now, and finally soon adding videos to the front menu! |
Feb 20, 2013 11:18 PM
#68
Hint 6. Top bar menu guide /* Top bar menu */ #mal_control_strip /* Customizing properties*/ { position: fixed !important; /* fixed - to fix the position of top bar menu; absolute - scrolling the menu with a page */ display: block; /* Menu position */ left: 10px !important; margin-left: 5px !important; top: 20px !important; margin-top: 15px !important; /* Menu size */ width: 100px !important; height: 50px !important; /* Menu background */ background: rgba(0, 0, 0, 1) !important; /* If skip this property then default background will be displayed; none - to disable any backgrounds; url(link_to_image) - to display you own picture as a background */ } /* Top bar menu all links*/ #mal_control_strip a /* All links effects when mouse hovers on*/ #mal_control_strip a:hover /* Using custom font settings. Will be applied to all menu links and text */ #mal_control_strip, #mal_control_strip a, #mal_control_strip td, #mal_control_strip td div { font-family: 'font_name' !important; /* Your custom font */ color: #FFFFFF !important; /* Font color*/ font-weight: bold; /* Font weight */ font-size: 16px !important; /* Font size */ } /* Username, Logout */ #mal_cs_listinfo /* Username */ #mal_cs_listinfo strong a #mal_cs_listinfo div:first-of-type /* Logout*/ #mal_cs_listinfo div:last-of-type #mal_cs_listinfo div a[href*="logout"] /* Add to List, Home, Anime List, Manga List */ #mal_cs_links /* Add to List */ #mal_cs_links div a[href*="addtolist"] #mal_cs_links div:first-of-type a:first-of-type /* Home */ #mal_cs_links div:first-of-type a:last-of-type #mal_cs_links div a[href$="http://myanimelist.net"] /* Anime List */ #mal_cs_links div:last-of-type a:first-of-type #mal_cs_links div a[href*="animelist"] /* Manga List */ #mal_cs_links div:last-of-type a:last-of-type #mal_cs_links div a[href*="mangalist"] /* History, Forum, Export, Log in, Create an Anime List, Learn more */ #mal_cs_otherlinks /* History */ #mal_cs_otherlinks div a[href*="history"] /* Forum */ #mal_cs_otherlinks div a[href*="forum"] /* Export */ #mal_cs_otherlinks div a[href*="export"] /* Log in */ #mal_cs_otherlinks div a[href*="login"] /* Create an Anime List */ #mal_cs_otherlinks div a[href*="register"] /* Learn more */ #mal_cs_otherlinks div a[href*="faq"] Additions Disabling some links /* Disables History, Forum, Export, Log in, Create an Anime List, Learn more. You can't enable links */ #mal_cs_otherlinks { display: none; } /* Disables History, Forum, Export, Log in, Create an Anime List, Learn more. You can enable some links */ #mal_cs_otherlinks { visibility: hidden; } /* To enable some links from disabled list */ #mal_cs_otherlinks div a[href*="export"] { visibility: visible; } /* Enabling Export link */ Centered or fixed at the random position menu #mal_control_strip /* Horizontally centered */ { left: 50% !important; margin-left: -100px !important; /* Must be 1/2 of the menu width */ } /* Vertically centered */ { top: 50% !important; margin-top: -100px !important; /* Must be 1/2 of the menu height */ } Custom clickable MyAnimeList logo when not logged in #mal_cs_pic img { display: none; } /* Disables default MyAnimeList logo */ /* Custom logo */ #mal_cs_pic a { position: absolute !important; display: block; /* Logo position */ top: 20px; left: 40px; /* Logo size */ width: 64px; height: 64px; /* Logo */ background: url('link_to_image') !important; } Custom clickable search button (note: you can't hide default button image, your custom image will overlap it, that's why you should not use images with transparent backgrounds) #searchListButton { /* Button size */ width: 40px; height: 40px; /* Button image */ background: url(link_to_image) !important; } Custom search box #searchBox { position: fixed; /* Must be the same as at #mal_control_strip */ display: block !important; /* Search box position */ left: 28px !important; top: 162px !important; /* Search box size */ width: 100px !important; height: 62px; /* Search box font settings */ font-family: 'font_name' !important; /* Your custom font */ color: #FFFFFF; /* Font color*/ font-weight: bold; /* Font weight */ font-size: 16px !important; /* Font size */ /* Removes search box frame */ border-width: 0 !impotant; /* or */ /* Custom search box frame */ border: solid 4px #a5a5a5; background: transparent; /* Transparent search box; rgba(255, 255, 255, 1) - custom colored search box; url(link_to_image) - to display you own picture as a background */ } |
HahaidoFeb 21, 2013 3:33 AM
Mar 31, 2013 11:25 PM
#69
Hint 7. How to create own animation with cycling slideshow pictures![]() A starting visible part of your image must be identical to an ending hidden part ![]() Images code /* Image container */ #inlineContent { position: fixed; display: block !important; /* Image container position */ left: 0; top: 0; /* Image container size */ width: 100%; height: 256px; overflow: hidden; z-index: -1; } /* Image */ #inlineContent:before { pointer-events: none; position: absolute; content: ''; /* Image size */ width: 300%; height: 100%; background-image: url('path_to_image'); /* linear - timing function, the same as for transition; 20s - duration, increase or decrease to speed up or slow down animation playing */ animation: name 20s linear infinite; -o-animation: name 20s linear infinite; -moz-animation: name 20s linear infinite; -webkit-animation: name 20s linear infinite; } Animation code @keyframes name; { 0% { left: 0; } 100% { left: -200%; } } /* For different browsers support */ @-o-keyframes name; { 0% { left: 0; } 100% { left: -200%; } } @-ms-keyframes name; { 0% { left: 0; } 100% { left: -200%; } } @-moz-keyframes name; { 0% { left: 0; } 100% { left: -200%; } } @-webkit-keyframes name; { 0% { left: 0; } 100% { left: -200%; } } .name; { animation-name: name; /* For different browsers support */ -o-animation-name: name; -ms-animation-name: name; -moz-animation-name: name; -webkit-animation-name: name; } Weather effects First you need a pattern of any format, for example ![]() Images code /* Image */ #inlineContent:before { pointer-events: none; position: absolute; content: ''; /* Image position */ margin-left: 0; margin-top: -100%; /* Image size */ width: 300%; height: 300%; background-image: url('path_to_image'); background-repeat: repeat; /* linear - timing function, the same as for transition; 20s - duration, increase or decrease to speed up or slow down animation playing */ animation: name 20s linear infinite; -o-animation: name 20s linear infinite; -moz-animation: name 20s linear infinite; -webkit-animation: name 20s linear infinite; } Animation code @keyframes name; { 0% { left: 0; top: 0; } 100% { left: -200%; top: 200%; } } /* For different browsers support */ @-o-keyframes name; { 0% { left: 0; top: 0; } 100% { left: -200%; top: 200%; } } @-ms-keyframes name; { 0% { left: 0; top: 0; } 100% { left: -200%; top: 200%; } } @-moz-keyframes name; { 0% { left: 0; top: 0; } 100% { left: -200%; top: 200%; } } @-webkit-keyframes name; { 0% { left: 0; top: 0; } 100% { left: -200%; top: 200%; } } .name; { animation-name: name; /* For different browsers support */ -o-animation-name: name; -ms-animation-name: name; -moz-animation-name: name; -webkit-animation-name: name; } |
HahaidoApr 7, 2013 1:57 AM
Apr 29, 2013 5:42 AM
#70
Hint 8. Category menu guide /* Default state */ .status_not_selected a[href*="status=category_code"] /* On mouse hover */ .status_not_selected a[href*="status=category_code"]:hover /* Selected state */ .status_selected a[href*="status=category_code"] select category_code from 1. Currently watching 2. Completed 3. On Hold 4. Dropped 6. Planned 7. All Additions Images instead of links .status_not_selected a, .status_selected a { position: absolute; display: block; /* Image position */ margin-top: 530px; margin-left: -25px; /* Image size*/ height: 72px; width: 72px; /* Disabling titles */ content: none !important; color: transparent !important; } /* Default state image */ .status_not_selected a[href*="status=category_code"] /* Image on mouse hover */ .status_not_selected a[href*="status=category_code"]:hover /* Selected state image */ .status_selected a[href*="status=category_code"] { background-image: url('path_to_image'); } Frame .status_not_selected a, .status_selected a { /* Parameters: style, width, color */ border: solid 2px #FFFFFF; } Rounded borders .status_not_selected a, .status_selected a { /* Corners order: top left, top right, bottom right, bottom left */ border-radius: 0 0 0 0; /* For compatibility */ -o-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; } Custom links text .status_not_selected a[href*="status=category_code"], .status_selected a[href*="status=category_code"] { visibility: hidden; display: block; letter-spacing: -12px; } .status_not_selected a[href*="status=category_code"]:before, .status_selected a[href*="status=category_code"]:before { visibility: visible; content: 'your_text'; letter-spacing: 0 !important; } /* Custom header titles */ /* Disabling original titles */ .header_cw, .header_completed , .header_onhold, .header_dropped, .header_ptw { visibility: hidden; letter-spacing: -12px; } .header_cw span:before .header_completed span:before, .header_onhold span:before, .header_dropped span:before, .header_ptw span:before { visibility: visible; letter-spacing: 0 !important; } .header_cw span:before { content: 'your_text'; } .header_completed span:before { content: 'your_text'; } .header_onhold span:before { content: 'your_text'; } .header_dropped span:before { content: 'your_text'; } .header_ptw span:before{ content: 'your_text'; } |
HahaidoMay 8, 2013 3:42 AM
More topics from this board
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1262 |
by Shishio-kun
»»
Today, 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
»»
Today, 4:29 AM |
|
Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )Shishio-kun - Feb 16, 2023 |
57 |
by Shishio-kun
»»
Today, 4:27 AM |
|
Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templatesShishio-kun - Feb 16, 2023 |
31 |
by Shishio-kun
»»
Today, 4:14 AM |
|
» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )Shishio-kun - Apr 15, 2010 |
7921 |
by takkun_
»»
Sep 19, 9:54 PM |