Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (26) « First ... « 6 7 [8] 9 10 » ... Last »
Sep 10, 2019 11:07 PM
平沢唯

Offline
Dec 2016
2206

Taduin said:
for the horizontal edit button you don't understand it, i mean that the edit button that modifies the tags fits this code

/ * Horizontal Tags / Revision 0.2 * /

in practice i ask that the tag edit button move to where the horizontal tags are

/* ===================================
Edit Button Fix For Horizontal Tags */

.data.tags {
max-width: 940px;
}

.data.tags a.edit {
display: block;
width: 40px !important;
height: 17px !important;
margin-bottom: 4px;
flex: 0 0 auto;
}
.list-item:hover .data.tags a.edit:hover {
width: 40px !important;
}


Taduin said:
for the favorites how can i change heart color? i wanted to distinguish between tv, movie etc i tried to change the color of this code

color: #1a75ff! important; but it makes the heart disappear to the tag i insert
To change the heart, find this code on line 822:

Change the "#ff65ad" to any valid CSS colour. Example, "#fff" or "rgba(255,230,200)".

The "!important" must be together. There cannot be a space between the exclamation point and the text.

If you are colouring other tags by following the tutorial in the original post, you shouldn't need an "!important" statement.

Taduin said:
I remembered one thing, how can i add the - to the edit center and more? (as was practically the beginning) i want it to always change color based on the section
Like this?

/* ============================
Add-Edit-More re-insert dash */

.list-table .list-table-data .data.title .add-edit-more {
	color: var(--category-colour);
	font-size: 10px;
}

.list-table .list-table-data .title .add-edit-more a {
	margin-left: 0;
}


Taduin said:
you know that when you click on more below Discuss Anime is there an orange line? can you change the color according to the section and when you switch over to Discuss Anime change the text color according to the section?
It's changable based on the overall section, but not the individual anime's category. Example:

/* ===============================
Category Coloured Discuss Anime */

.more-info .td1 > div > a {
	border-color: var(--global-category-colour);
}


Taduin said:
can you make round corners for each anime line? where there are the title of the anime etc to make you understand

/* ================
Round List Items */

.list-item {
	/* Change rounding amount here */
	--rounding: 15px;
	border-radius: var(--rounding);
}

.data.status {
	width: 71px !important;
	background: none !important;
	border-left: 1px solid var(--bg) !important;
	border-radius: var(--rounding);
} .data.status.watching,
.data.status.reading {
	border-color: var(--watching) !important;
} .data.status.completed {
	border-color: var(--completed) !important;
} .data.status.onhold {
	border-color: var(--onhold) !important;
} .data.status.dropped {
	border-color: var(--dropped) !important;
} .data.status.plantowatch,
.data.status.plantoread {
	border-color: var(--plantowatch) !important;
}
Sep 11, 2019 2:42 AM
Offline
Sep 2017
39
@Valerio_Lyndon

Then:

The edit button for perfect horizontal tags

The color of the heart probably did not translate the translator well, i would like to change the color of certain tags, such as the favorite color remains pink, but in the tag "hello" becomes blue for example

The reintegration of the - okay but thinking about it better you can not put that changes color(as long as it changes color based on the section) only with the hover? I managed to do it but if i go over the edit button or more it changes color too - as if i were going over there too

For Discuss Anime it has no good translation, i know, i meant that line just below Discuss Anime and when you move the cursor over the Discuss Anime it changes color based on the section edit: i noticed that the text Why? also changes the color

The Round List Items is fine but i would like something if you can do it, can you make the line extend to the underside of more if i click more?

edit: can you move the studio name and unknown studio under the seasons button (example fall 2019)? maybe it expands when there is more than one studio (like when you add several long tags, it enlarges the height of the anime section) it increases the height of the anime section (i can't explain but i hope you understand what i mean, i will try to make you understand from a screenshot )



how can you see the fairy tail 2014 height of and the higher it being that the tag is bigger, can you do that if there are more studies it increases the like the tag?

I tried to change color to the - i made you add again because i wanted it to change color with the hover and i managed to do it but i noticed one thing, if i go over more the hover also appears above the -, here are the codes



Edit 2: I copied and modified the code on another position of the themes and i put the type, airing and edit and more buttons back to the original positions but i have a problem, do you know that i had the [ ] removed from airing? now i had to remove the code to get back to - and i would like you to get another code, could you remove the [ ] of airing and leave the - ? the - i would like the color i can manually put it myself and with the hover that changes according to the section.I made this change because i'm thinking of switching to these horizontal things to have as much space as possible.In case you didn't understand I want the color of the - after airing to be different from airing.

You can also make a completely separate code that moves airing after the anime title? if i have enough space for long titles i would like to insert them there.

PS: I know i'm asking too many things for once but i do it so that i change the codes all at once and i don't wait several days to get the code (i don't have it with you so it's clear why everyone has their own commitments ).If there are no contingencies, these are the last things to do.
TaduinSep 14, 2019 12:07 PM
Sep 16, 2019 2:51 AM
平沢唯

Offline
Dec 2016
2206
Taduin said:
The color of the heart probably did not translate the translator well, i would like to change the color of certain tags, such as the favorite color remains pink, but in the tag "hello" becomes blue for example
I've explained how to do this as best as I can on the main post. Find "Add your own coloured tags" within the "Further Modification" section. It's quite lengthy, and I am unsure how it will fair translation, but it is the most complete guide of how to accomplish this.

Taduin said:
For Discuss Anime it has no good translation, i know, i meant that line just below Discuss Anime and when you move the cursor over the Discuss Anime it changes color based on the section edit: i noticed that the text Why? also changes the color
Yes, that is what the code I provided will do. The limitation is that it cannot determine the colour per entry. Instead it will colour per page.

Taduin said:
The Round List Items is fine but i would like something if you can do it, can you make the line extend to the underside of more if i click more?
You can try this code:
.list-table-data {
	position: static;
}

This will cause some other things to also reposition when "more" is clicked. For example, the favourite tag. It may also cause some unforeseen issue I haven't thought of, but I'm not entirely sure.

Taduin said:
can you move the studio name and unknown studio under the seasons button (example fall 2019)? maybe it expands when there is more than one studio (like when you add several long tags, it enlarges the height of the anime section) it increases the height of the anime section (i can't explain but i hope you understand what i mean, i will try to make you understand from a screenshot )
Like this?


Taduin said:
The reintegration of the - okay but thinking about it better you can not put that changes color(as long as it changes color based on the section) only with the hover? I managed to do it but if i go over the edit button or more it changes color too - as if i were going over there too

I tried to change color to the - i made you add again because i wanted it to change color with the hover and i managed to do it but i noticed one thing, if i go over more the hover also appears above the -, here are the codes

Good work changing it by yourself. :) Unfortunately though, that's another of those issues where there's no clean way around it. Same problem as the progress issue we had with the slash, if you remember that. The "add" and "more" buttons are part of the same element as the dash. So, when the buttons are hovered, the dash is effected too.

Taduin said:
I copied and modified the code on another position of the themes and i put the type, airing and edit and more buttons back to the original positions but i have a problem, do you know that i had the [ ] removed from airing? now i had to remove the code to get back to - and i would like you to get another code, could you remove the [ ] of airing and leave the - ? the - i would like the color i can manually put it myself and with the hover that changes according to the section. I made this change because i'm thinking of switching to these horizontal things to have as much space as possible. In case you didn't understand I want the color of the - after airing to be different from airing.
I'm not certain this will work without seeing your code, but give this a go.



Hopefully that works.

If you want the dash on the other side (left instead of right), you just need to switch the "::before" and the "::after". As seen here:


Taduin said:
You can also make a completely separate code that moves airing after the anime title? if i have enough space for long titles i would like to insert them there.
Does this work?
/* ======================
Reposition Content Status
Add Title Overflow */

.data.title {
	padding: 3px 8px !important;
	height: auto;
}

.data.title::after {
	content: none;
}

.data.title > * {
	margin-right: 3px;
}

.data.title .link.sort {
	position: static;
	display: inline;
	padding-right: 0;
	white-space: normal;
}

.list-table .list-table-data .data.title .add-edit-more {
	display: block;
}
Valerio_LyndonSep 16, 2019 3:07 AM
Sep 16, 2019 3:25 AM
Offline
Sep 2017
39
@Valerio_Lyndon Then they are good but i have another problem now, the type of anime and above the title of the anime attacked not as before, can you solve?I noticed another thing, the tag edit button is much lower than before,apparently the problem comes from the code

/* ======================
Reposition Content Status
Add Title Overflow */

For the studio you can do that above the studio button there is written Studio: and above the summer 2019 (also the other seasons) button there is written Premiered: ?
TaduinSep 16, 2019 4:45 AM
Sep 18, 2019 2:14 AM
平沢唯

Offline
Dec 2016
2206
Taduin said:
the type of anime and above the title of the anime attacked not as before, can you solve?
Ah, multi-line titles won't work with the "type" positioned above it. If the "type" is above the title, the title must be a single line. When the title overflows onto a second line, it gets repositioned, which I cannot make the "type" do.

Taduin said:
I noticed another thing, the tag edit button is much lower than before,apparently the problem comes from the code

/* ======================
Reposition Content Status
Add Title Overflow */
The "content status" code should have no effect on the tag edit button. Are you sure something else isn't causing the issue? I tested your code on my own list and I didn't notice anything wrong.

Taduin said:
For the studio you can do that above the studio button there is written Studio: and above the summer 2019 (also the other seasons) button there is written Premiered: ?
How's this?
Sep 18, 2019 4:58 AM
Offline
Sep 2017
39
@Valerio_Lyndon

Then:

the text of premiered and studio is fine however you forgot to put studio: above unknow studio

for the problem of the Reposition Content Status code Add Title Overflow will show you two screenshots that show the visual with and without code so as to make you understand, in case i give you all the css code to see better





did these things being that the interface of the anime has grown as i can change the height and width of the interface where i insert the tags (i mean that when you click the tag edit button)?

Without these last two things i have finished

Here is the css code https://controlc.com/4b122b88
TaduinSep 18, 2019 5:17 AM
Sep 19, 2019 2:53 AM
平沢唯

Offline
Dec 2016
2206
Taduin said:
the text of premiered and studio is fine however you forgot to put studio: above unknow studio
That's an unforeseen issue. To fix it, find this code:

Once you've found the section, replace it with this new one.


Next, do the same with this section. Replace this:

With this:


Taduin said:
for the problem of the Reposition Content Status code Add Title Overflow will show you two screenshots that show the visual with and without code so as to make you understand, in case i give you all the css code to see better



Yes, I understand. It is possible to achieve this look:

But titles will be single line once again, which I was unsure if you wanted. Since, previously, you had requested multi-line titles. But this will fix the visual discrepancy with "type":


Taduin said:
did these things being that the interface of the anime has grown as i can change the height and width of the interface where i insert the tags (i mean that when you click the tag edit button)?
I'm not quite sure what you mean. Google Translate has garbled your message.
Sep 19, 2019 4:10 AM
Offline
Sep 2017
39
@Valerio_Lyndon

Then all the codes are fine, now i send you a screen in the box you don't understand



in practice i want to increase the height.

Having done this thing i finally finished
Sep 20, 2019 2:54 AM
平沢唯

Offline
Dec 2016
2206
Taduin said:
https://i.imgur.com/JqBgKAK.png

in practice i want to increase the height.
Ah, I see. Thank you for the imagery. Here's the code:
/* =======================
Tag Edit Box Height Fix */

.data.tags textarea {
	top: 3px;
	height: calc(100% - 6px) !important;
	margin-top: 0;
}

Sep 20, 2019 3:15 AM
Offline
Sep 2017
39
@Valerio_Lyndon Perfect ! you have finished all the things i asked for, thank you for helping me all this time.

If there is a type of system to vote for you who do the themes let me know because i will vote for you 100%
Sep 21, 2019 3:17 AM
平沢唯

Offline
Dec 2016
2206
Taduin said:
@Valerio_Lyndon Perfect ! you have finished all the things i asked for, thank you for helping me all this time.
Great. :) Hope you enjoy.

Taduin said:
If there is a type of system to vote for you who do the themes let me know because i will vote for you 100%
No need, but thank you for the offer.
Sep 21, 2019 2:34 PM

Offline
Feb 2010
12632
Taduin said:
If there is a type of system to vote for you who do the themes let me know because i will vote for you 100%


Well Valerio will get Top Support of the year for the third year in a row for sure :D
Sep 27, 2019 2:27 AM

Offline
Dec 2017
90

Sorry if you've already answered this somewhere but is there any more personalization options for the banner text? I'd like to move it to the right instead of the left. Possible change the color and font too.
Sep 29, 2019 3:44 AM
平沢唯

Offline
Dec 2016
2206
neil said:

Sorry if you've already answered this somewhere but is there any more personalization options for the banner text? I'd like to move it to the right instead of the left. Possible change the color and font too.
Try messing around with this code. Add it to the bottom of your CSS.
#cover-image-container::after {
	/*Positioning*/
	left: 50%; /*set to "auto" if you give "right" a value*/
	right: auto;
	margin-left: -475px;
	/*Color*/
	color: #fff;
	/*Shadow Color*/
	text-shadow: 1px 4px 7px rgba(0,0,0,.45);
	/*Font Family*/
	font-family: Oswald;
}
I'd recommend modifying the "left" and/or "margin-left" properties to reposition it to where you want it.

If you need help with any of the properties, I advise looking them up on W3Schools. I'll also link Shishio's font tutorial just in case you need help uploading custom ones or anything. You may also find Shishio's inspect element tutorial helpful for this or other modifications. I'll be around if you need any further help.
Valerio_LyndonSep 29, 2019 12:58 PM
Sep 29, 2019 8:09 AM

Offline
Dec 2017
90
Valerio_Lyndon said:
neil said:

Sorry if you've already answered this somewhere but is there any more personalization options for the banner text? I'd like to move it to the right instead of the left. Possible change the color and font too.
Try messing around with this code. Add it to the bottom of your CSS.
#cover-image-container::after {
	/*Positioning*/
	left: 50%; /*set to "auto" if you give "right" a value*/
	right: auto;
	margin-left: -475px;
	/*Color*/
	color: #fff;
	/*Shadow Color*/
	text-shadow: 1px 4px 7px rgba(0,0,0,.45);
	/*Font Family*/
	font-family: Oswald;
}
I'd recommend modifying the "left" and/or "margin-left" properties to reposition it to where you want it.

If you need help with any of the properties, I advise looking them up on W3Schools. I'll also link Shishio's font tutorial just in case you need help uploading custom ones or anything. You may also find Shishio's inspect element tutorial helpful for this or other modifications. I'll be around if you need any further help. I'll be around if you need any further help.


Hi. Thanks for replying. I tried the things you mentioned. So everything is working except the fonts. Is this a problem on my end? When I type font names taken from Google Fonts into the css box, nothing pops up and the font remains unchanged. Only the 'cursive' works.
Here's my code:

Here's how it looks:
Sep 30, 2019 12:26 AM
平沢唯

Offline
Dec 2016
2206
neil said:
I tried the things you mentioned. So everything is working except the fonts.
You need to "import" the font so that you (and others) can view it. Add this to the very top of your CSS:
@\import "https://fonts.googleapis.com/css?family=Fredericka+the+Great";

This import can be found at the bottom right of Google Fonts:

Then it just needs to be changed to the correct format as found under "Allow logged out users and other users to see custom layouts" in this thread:
https://myanimelist.net/forum/?topicid=439897

Once it is imported, it can be used on elements throughout the list.
Valerio_LyndonSep 30, 2019 12:35 AM
Sep 30, 2019 10:52 AM

Offline
Dec 2017
90
Thanks a lot! It worked. And I copied your manga list's color and shadow combination cuz it looked pretty good :)
neilSep 30, 2019 5:11 PM
Oct 1, 2019 6:42 AM

Offline
Dec 2017
90
What's the optimal image resolution for choosing a background picture? I've tried various resolutions but the image gets cropped at the top anyway when I'm on 1080 res settings on my laptop.
Oct 2, 2019 4:08 AM
平沢唯

Offline
Dec 2016
2206
neil said:
What's the optimal image resolution for choosing a background picture? I've tried various resolutions but the image gets cropped at the top anyway when I'm on 1080 res settings on my laptop.
The height of the banner is 318 pixels, so for a 1080p display the optimal width would be 1920x318 pixels. It's not common to find images at this size, so you may find it easier to crop an image to it yourself (there are tools or websites that do this). You could also try increasing the height of the banner to something you prefer:
Or moving the image position to crop it how you wish:
Oct 3, 2019 8:52 AM
Offline
Oct 2019
4
Hiya, @Valerio_Lyndon First off I would like to say it is an amazing design, I am so far really enjoying my experience with it!

I have couple of questions, if you font mind:
1)How do i add a border to the header but the color is the same as each category?

2)How can i do the same thing but for the shadow?

3) How do i make the text i hover on (on the bar which says all anime, currently watching, etc.) be the same colour as the underline?

Mine:
https://imgur.com/a/2GYXyGX


What i want:
https://imgur.com/pSAPjYv

4)How do i make it to where watching, completed, on hold, dropped and plan to watch (on the tab all anime) are the colour they are associated with (for example, watching would be green and completed would be blue) ?

https://imgur.com/TOd0K2k

Sorry for bad english.
WhisperingAshesOct 3, 2019 4:41 PM
Oct 4, 2019 2:54 AM
平沢唯

Offline
Dec 2016
2206
WhisperingAshes said:
1)How do i add a border to the header but the color is the same as each category?
Add to the bottom of your CSS:


WhisperingAshes said:
2)How can i do the same thing but for the shadow?
The header shadow?

Would that also include the button shadow?


WhisperingAshes said:
3) How do i make the text i hover on (on the bar which says all anime, currently watching, etc.) be the same colour as the underline?
Add to the bottom of your CSS:


WhisperingAshes said:
4)How do i make it to where watching, completed, on hold, dropped and plan to watch (on the tab all anime) are the colour they are associated with (for example, watching would be green and completed would be blue) ?

https://imgur.com/TOd0K2k
Firstly, remove your current heading mod.

Then, add this new version:
Oct 4, 2019 9:09 AM
Offline
Oct 2019
4
Valerio_Lyndon said:
WhisperingAshes said:
1)How do i add a border to the header but the color is the same as each category?
Add to the bottom of your CSS:


WhisperingAshes said:
2)How can i do the same thing but for the shadow?
The header shadow?

Would that also include the button shadow?


WhisperingAshes said:
3) How do i make the text i hover on (on the bar which says all anime, currently watching, etc.) be the same colour as the underline?
Add to the bottom of your CSS:


WhisperingAshes said:
4)How do i make it to where watching, completed, on hold, dropped and plan to watch (on the tab all anime) are the colour they are associated with (for example, watching would be green and completed would be blue) ?

https://imgur.com/TOd0K2k
Firstly, remove your current heading mod.

Then, add this new version:


Thank you so much it worked like a charm! :D

For number two i meant, how do i make the shadow of this the colour of each category: (Im really for not explaining it properly)


Im sorry i have some more questions ;w;

For some odd reason when i select a category (for example Completed, all anime will be the same colour as completed:



Is there a way to make (tv, ova, movie etc) like a bold text? and how do i make airing glow (for each category)?


WhisperingAshesOct 4, 2019 9:16 AM
Oct 6, 2019 5:50 AM
平沢唯

Offline
Dec 2016
2206
Before anything else, add this to the bottom of your CSS:


WhisperingAshes said:
For number two i meant, how do i make the shadow of this the colour of each category: https://imgur.com/1SAMGFQ.png
Try this.


WhisperingAshes said:
For some odd reason when i select a category (for example Completed, all anime will be the same colour as completed: https://imgur.com/dYaXClC.gif
Hmm, odd. This should fix it:


WhisperingAshes said:
Is there a way to make (tv, ova, movie etc) like a bold text? and how do i make airing glow (for each category)?

https://imgur.com/9gQBofD.png
Here you go. Hopefully the glow looks alright.


For simple tweaks such as bolding the "type", you may wish to look into Inspect Element. It may take some learning, but allows for quickly changing simple aspects. Shishio has a video, which may or may not be helpful to you: [Link]


Thanks for using images, it's quite helpful.
Oct 6, 2019 2:29 PM
Offline
Oct 2019
4
Valerio_Lyndon said:
Before anything else, add this to the bottom of your CSS:


WhisperingAshes said:
For number two i meant, how do i make the shadow of this the colour of each category: https://imgur.com/1SAMGFQ.png
Try this.


WhisperingAshes said:
For some odd reason when i select a category (for example Completed, all anime will be the same colour as completed: https://imgur.com/dYaXClC.gif
Hmm, odd. This should fix it:


WhisperingAshes said:
Is there a way to make (tv, ova, movie etc) like a bold text? and how do i make airing glow (for each category)?

https://imgur.com/9gQBofD.png
Here you go. Hopefully the glow looks alright.


For simple tweaks such as bolding the "type", you may wish to look into Inspect Element. It may take some learning, but allows for quickly changing simple aspects. Shishio has a video, which may or may not be helpful to you: [Link]


Thanks for using images, it's quite helpful.


Everything works thank you so much! Im sorry about the pictures i couldnt figure out how to use it earlier on.

I just have one issue with the glow of the airing, how do i make it to where the "-" doesnt glow. If i cant is there a way to remove that "-"?

Oct 7, 2019 2:21 AM
平沢唯

Offline
Dec 2016
2206
WhisperingAshes said:
Everything works thank you so much! Im sorry about the pictures i couldnt figure out how to use it earlier on.
Don't be sorry. :) It's nice to have but not a requirement.

WhisperingAshes said:
I just have one issue with the glow of the airing, how do i make it to where the "-" doesnt glow. If i cant is there a way to remove that "-"? https://imgur.com/FJTryeC.png
Ah, good question. You can remove the dash from airing with this:
/* ===============================
Remove Dash from Content Status */

.content-status::after, .rereading::after, .rewatching::after {
	content: "] ";
}
And then add it back in with this:
/* =========================
Add Dash to Add-Edit-More */

.add-edit-more::before {
	content: "-";
}

[style*="none"] + [style*="none"] + .add-edit-more::before {
	content: none;
}
Oct 7, 2019 1:56 PM
Offline
Oct 2019
4
Valerio_Lyndon said:
WhisperingAshes said:
Everything works thank you so much! Im sorry about the pictures i couldnt figure out how to use it earlier on.
Don't be sorry. :) It's nice to have but not a requirement.

WhisperingAshes said:
I just have one issue with the glow of the airing, how do i make it to where the "-" doesnt glow. If i cant is there a way to remove that "-"? https://imgur.com/FJTryeC.png
Ah, good question. You can remove the dash from airing with this:
/* ===============================
Remove Dash from Content Status */

.content-status::after, .rereading::after, .rewatching::after {
	content: "] ";
}
And then add it back in with this:
/* =========================
Add Dash to Add-Edit-More */

.add-edit-more::before {
	content: "-";
}

[style*="none"] + [style*="none"] + .add-edit-more::before {
	content: none;
}

Hehe, ok i will make sure to keep that in mind. Thank you once again it works like a charm! You have been really great help thank you very much i coudln't of done it without you! :D
Oct 14, 2019 6:46 AM

Offline
Aug 2013
14
@Valerio_Lyndon Thank you for making this clean and beautiful list design!!

I have problem with large cover, it doesn't load. I have tried your solution in FAQs to no avail.

Could you help me spot the problem? I'd also like to know the CSS selector for large cover so i can try to fix it myself.

My anime list
Minified css:

iMigiOct 14, 2019 8:18 AM
Oct 14, 2019 11:41 PM
平沢唯

Offline
Dec 2016
2206
iMigi said:
I have problem with large cover, it doesn't load. I have tried your solution in FAQs to no avail.

Could you help me spot the problem? I'd also like to know the CSS selector for large cover so i can try to fix it myself.
It was a little hard to debug due to the code formatting, but it looks like you haven't added the second part of the cover mod. I only see the cover generator import, and not the code section that adds support for it. Copy everything from this link to the bottom of your CSS:
[Code]

The selector is defined by the cover generator. Using the code above, that is ".data.image a::before".
Oct 15, 2019 6:09 AM

Offline
Aug 2013
14
@Valerio_Lyndon Thank you so much that fixed the problem!

I was sloppy I thought the second import was your main theme css import so I didn't put any additional CSS.
I was following the 'alternative' methods you give for each part (manually copy paste the CSS) but the large cover section doesn't have 'alternative' method for the css part so I missed it. I think you could put 'alternative' version there instead of only importing from your github for folks who want to customize the theme.

Anyway, thanks again for your help~
Oct 19, 2019 5:41 AM
Offline
Sep 2017
39
Hi valerio, after a long time unfortunately i found a small problem that i hope you can solve it. To make it short when you complete a revised anime the interface is small and the yes, i am done to rewatching and not finishing rewatching buttons do not appear as they are too many large for the size you put (in place of screenshots to make you understand), could you enlarge that interface and make the two buttons appear correctly?

or https://i.imgur.com/uIE38RD.png

or https://i.imgur.com/alZaP9q.png
Oct 20, 2019 1:23 AM
平沢唯

Offline
Dec 2016
2206
@Taduin Hmm, I think it's a MAL issue, not a theme issue. There was a support thread for it not long ago. But, that's beside the point and doesn't really matter. I pushed an update to the theme that should already be applied to your list. All fixed now (I hope). It now looks like this:

It was missing any custom styling prior to this so I styled it the same as the rest of the theme.
Oct 20, 2019 1:29 AM
Offline
Sep 2017
39
If it was a my anime list problem better so,as soon as i complete another anime (i think monday or tuesday) i'll let you know if i still have that problem.
TaduinOct 20, 2019 3:11 AM
Oct 20, 2019 1:37 AM
平沢唯

Offline
Dec 2016
2206
Taduin said:
If it was a mal problem better so,as soon as i complete another anime (i think monday or tuesday) i'll let you know if i still have that problem.
Sounds good, please do. :)
Oct 22, 2019 2:16 PM
Offline
Sep 2017
39
I have just finished seeing an anime and i confirm that it has been solved, thanks
Oct 23, 2019 7:11 AM
✨ a lil bean ✨

Offline
Feb 2011
18420
Hi (again) @Valerio_Lyndon,

After going tru your Brink theme, I came across something I want to import to this theme. As shared, you have a section that changes the text of the "status-button" text. I tried importing the following bit, but the text duplicates. Duplicates as in the text I want appears, but also does the original MAL text. Would appreciate a hint on what else to add.



HiScoreLoScoreAuction

Turn-InsAWCc

ᓚᘏᗢ

Oct 24, 2019 12:46 AM
平沢唯

Offline
Dec 2016
2206
SheyCroix said:
Hi (again) @Valerio_Lyndon,

After going tru your Brink theme, I came across something I want to import to this theme. As shared, you have a section that changes the text of the "status-button" text. I tried importing the following bit, but the text duplicates. Duplicates as in the text I want appears, but also does the original MAL text. Would appreciate a hint on what else to add.


Heyo. The bit you found adds the text, the only thing missing is some code to remove the previous text. The full code would look something like this:
.status-menu-container .status-menu .status-button {
	font-size: 0 !important;
	letter-spacing: 0;
}

#status-menu .status-button::before {
	font-size: 17.6px;
	letter-spacing: 1px;
} #status-menu .status-button.all_anime::before {
	content: "ALL";
} #status-menu .status-button.watching::before,
#status-menu .status-button.reading::before {
	content: "CURRENT";
} #status-menu .status-button.completed::before {
	content: "COMPLETED";
} #status-menu .status-button.onhold::before {
	content: "PAUSED";
} #status-menu .status-button.dropped::before {
	content: "DROPPED";
} #status-menu .status-button.plantowatch::before,
#status-menu .status-button.plantoread::before {
	content: "PLANNED";
}

This code, in order:
- Sets the font size on the regular text to 0.
- Sets the font size of new text to the correct size (so that it isn't also 0).
- Implements the new text.
Oct 24, 2019 7:52 AM
✨ a lil bean ✨

Offline
Feb 2011
18420
Alright, that makes sense. Thanks!
Would the bit for (see below) be needed too?
#status-menu .status-button::after {
	content: none;
}

HiScoreLoScoreAuction

Turn-InsAWCc

ᓚᘏᗢ

Oct 24, 2019 7:11 PM
平沢唯

Offline
Dec 2016
2206
SheyCroix said:
Alright, that makes sense. Thanks!
Would the bit for (see below) be needed too?
#status-menu .status-button::after {
	content: none;
}
Not for changing the text, no. That code hides the coloured bars below the texts. That was a desired effect on my other theme, but perhaps not this one.
>
Oct 24, 2019 7:26 PM
✨ a lil bean ✨

Offline
Feb 2011
18420
Certainly, don't need it here. Thanks again for the help~

HiScoreLoScoreAuction

Turn-InsAWCc

ᓚᘏᗢ

Nov 8, 2019 3:33 PM
Offline
Jun 2016
6
Hi there! First of all thank you so much for this theme! It's absolutely beautiful and I don't see myself changing it at all anytime soon. I was wondering if you could help me with something though... very recently I've found that the enlarged cover images on hover don't show the images for me. The enlarged box appears but appears as a grey box instead of the cover image. I tested on Chrome and it's still working fine there so I'm assuming that this is a browser issue?

I'm on macOS Catalina Version 10.15.1 - Safari 13.0.3
Nov 8, 2019 10:14 PM
平沢唯

Offline
Dec 2016
2206
FlyYOUNG said:
Hi there! First of all thank you so much for this theme! It's absolutely beautiful and I don't see myself changing it at all anytime soon. I was wondering if you could help me with something though... very recently I've found that the enlarged cover images on hover don't show the images for me. The enlarged box appears but appears as a grey box instead of the cover image. I tested on Chrome and it's still working fine there so I'm assuming that this is a browser issue?

I'm on macOS Catalina Version 10.15.1 - Safari 13.0.3
It seems Safari implemented some privacy feature that blocks referral information from being sent. In other words, the automatic cover generator import is unable to detect what page is requesting information, and therefore cannot generate the necessary data.

You have a few options:




Thank you for providing your system and browser, it was very helpful! I hope one of those solutions fixes your issue.
Valerio_LyndonNov 8, 2019 10:17 PM
Nov 9, 2019 7:41 AM
Offline
Jun 2016
6
Valerio_Lyndon said:

You could modify the cover generator import a little so that it doesn't require referral information. Basically, we just plug your username in. This means there will be two imports though, one for your animelist and one for your mangalist (because the generator can't tell which it needs otherwise).


I skipped straight to this one since it seemed the easiest and was the least hassle and luckily it worked! Thank you so much!
Nov 9, 2019 12:20 PM

Offline
Apr 2019
115
Is there any way for me to change the color of This
text? Its rather invisible because of my background image
People with a private list are either trolls or cowards.
Nov 10, 2019 2:00 AM
平沢唯

Offline
Dec 2016
2206
PavelFalta said:
Is there any way for me to change the color of This
text? Its rather invisible because of my background image
Yep. You can change the colour with this code. This actually also adds a text shadow, although that could be disabled by removing the "text-shadow" line. For help with CSS colours, google "color picker" and you should find one that works. The "#ffffff" and "black" are the text colour and shadow colour, respectively.
/* Stats Colour */
.list-unit .list-stats {
	color: #ffffff !important;
	text-shadow: 0 1px 0.5px black;
}


If you wanted, you could also try adding a solid background with some code such as this:
/* Stats Background */
.list-unit .list-stats {
	top: calc(416px + 8px);
	left: 50%;
	width: auto !important;
	height: 18px;
	padding: 0 8px;
	background: var(--bg) !important;
	border-radius: 13px;
	line-height: 18px;
	transform: translateX(-50%);
}
Nov 23, 2019 9:36 PM
John Titor

Offline
Jul 2017
1674
Hello VL. I loved your Clarity layout. It was exactly what I was looking for. Nice work. Here's how I ended up customizing it.

https://imgur.com/EwO9K3N.png


There are some parts, however, where I tried everything under the sun, but I couldn't change their color. Specifically, I'm talking about the filter overlay and the "fancybox" to edit an anime status.

I figured out how to change the background; as for the other elements, I tried many commands but none of them worked.

Here are some pictures from what I'd want to change:

https://imgur.com/MVxVz9E.png


https://i.imgur.com/umhfRy9.png


This is the current code, but it only changed the background:

#fancybox-outer {
  border: rgba(31,31,31,1);
	background: rgba(215,207,195,.96)
!important;
}

#advanced-options {
	background: rgba(215,207,195,.96) !important;
	
}

#advanced-options {
	border-color: rgba(31,31,31,1) !important;
	
}


Thank you so much for this theme.
Mi música chiptune (auténtica, no fakebit) / My chiptune music (real, no fakebit)
YouTube
Battle of the Bits
SoundCloud
Nov 23, 2019 11:53 PM
平沢唯

Offline
Dec 2016
2206
@TitanOfPlasma The grey line is controlled by the "text-dim" variable. You could change the variable on the root container, but that would also change some text on the list. To change it for the filter menu only, we can give the filter menu container a custom value for the variable which won't affect anything else:
/* Filter Menu Borders */
#advanced-options { --text-dim: black; }



The fancybox is a tricky thing as it isn't customizable through MAL's editing tools. It's an entirely different webpage that is being loaded inside of the list. It uses its own CSS rules that are separated from everything else. You can find an example of the page here: Link. The only way to change this is by using a browser extension such as Stylus [C] [F]. This allows you to add custom CSS for any webpage, although it will only be visible for you. An example stylesheet which changes the borders for the edit page can be seen in the spoiler below.
Nov 24, 2019 1:12 PM
John Titor

Offline
Jul 2017
1674
Thanks a lot, VL. It looks beautiful with the darker borders.

I guess that'd be enough for me, I can live with the blue buttons. Oh, yes, I also use Stylus to customize other parts from MAL; it's so cool.
Mi música chiptune (auténtica, no fakebit) / My chiptune music (real, no fakebit)
YouTube
Battle of the Bits
SoundCloud
Nov 27, 2019 8:17 PM
Offline
Sep 2014
5
Hello, love and enjoy your theme. :)

I've been following the modifications and everything has been going well, but I'm just encountering a problem with the transparent item list part.

/*-S-T-A-R-T--------------------*\
| Transparent List Rows |
\*------------------------------*/

.list-item, .data.priority, .data.number {
background: transparent no-repeat center / cover fixed !important;
background-image:
linear-gradient(rgba(33,33,33,0.8),rgba(33,33,33,0.8)),
var(--background) !important;
}

/*------------------------E-N-D-*/


When I add this code, it makes the entire list items transparent. However, when I try to change the rgba it still doesn't make any changes to it at all. I have no idea if I missed a step or did something wrong, but would definitely appreciate some help with this.

Here's some screenshots for reference.

Reply Disabled for Non-Club Members
Pages (26) « First ... « 6 7 [8] 9 10 » ... Last »

More topics from this board

» theme help

threat - Jul 5

5 by Zaryf »»
Aug 21, 5:46 AM

» [CSS] ⭐️ Customize your List Cursor + Cursor Fixes

Shishio-kun - Mar 8, 2021

30 by Shishio-kun »»
Jul 28, 3:17 AM

» How To Have Different Banner/Cover image & Background Image For Manga & Anime Lists

YasminaRegina - Jul 25

2 by YasminaRegina »»
Jul 26, 1:02 AM

Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )

Shishio-kun - Nov 17, 2023

52 by LucaBalsa »»
Jul 6, 2:02 PM

» [CSS/BBCODE] ⭐️ How to view anyone's CSS or BBcodes (for lists, profiles, or clubs)!

Shishio-kun - Feb 6, 2012

37 by sunnysummerday »»
Jun 11, 7:44 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login