Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 130 131 [132] 133 134 » ... Last »
Dec 15, 2020 1:24 AM
Offline
Jan 2020
2
Shishio-kun said:
MeltyFork said:
Me and my friends followed your layout videos and first I just wanted to say thanks for making a really good and comprehensive guide to making the custom layout. However, all of my friends and I have this issue where the custom cursor didn't load and there is a constant loading icon next to the default windows cursor. I tried removing the custom cursor to see if that was the issue, but it wasn't. I'm not sure if you have a solution to fix this or not, but if you do me and my friends would appreciate it a lot! Thank you!



The "loading cursor" shows up if you remove the custom cursor, or if the custom cursor is down, or maybe if your layout can't connect to the custom cursor URL for some reason. It won't show up in Edge either so the layouts have to updated sometime. You can add this to the bottom and that might fix it.

* {
cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;
}


I copied the code and that fixed my issue. Thank you so much!
Dec 15, 2020 1:44 AM

Offline
Feb 2010
12642
_Nelliel_ said:
The text on my manga list for each series that shows my progress seems to overlap and looks bunched up, but the same text format on my anime list is totally fine?


I haven't seen Nel in a long time; Bleach is super good


It's not intended to have priority and volumes on manga, but you could add these codes

.list-table .list-table-data .data.volume {
margin-top: 12px;
}

.list-table .list-table-data .data.priority {
margin-top: 25px;
}
Dec 15, 2020 1:50 AM

Offline
Jun 2019
10
That fixed it! Thank you so much! Also this is such a beautiful List design I love it!!

Also yes omg Nel is my favorite Bleach character and the series is one of my personal favorites!

Thanks again for the help!
"𝙶𝚘𝚝𝚝𝚊 𝚔𝚎𝚎𝚙 𝚖𝚘𝚟𝚒𝚗𝚐 𝚏𝚘𝚛𝚠𝚊𝚛𝚍, 𝚏𝚊𝚛 𝚋𝚎𝚢𝚘𝚗𝚍 𝚝𝚑𝚎 𝚑𝚘𝚛𝚒𝚣𝚘𝚗." - 𝚁𝚒𝚗 𝙼𝚊𝚝𝚜𝚞𝚘𝚔𝚊

Dec 18, 2020 8:39 PM

Offline
Oct 2019
112
Okay this might sound really stupid, but I'd like to zoom out a little bit. Like I'd like to be able to see more of my list at once.

I'd also like to add a border so my list looks like this



finally recently after I've changed my text to white I can't see anything when I search something up or set something as completed




is there a fix for this?
-Thanks
DillonADec 18, 2020 8:48 PM
Aria is the greatest manga of all time
Dec 19, 2020 4:06 PM

Offline
Feb 2010
12642
DillonA said:
Okay this might sound really stupid, but I'd like to zoom out a little bit. Like I'd like to be able to see more of my list at once.

I'd also like to add a border so my list looks like this




finally recently after I've changed my text to white I can't see anything when I search something up or set something as completed




is there a fix for this?
-Thanks


there's a zoom feature in your browser, you'll have to google how depending on the browser

erase the text changing color codes you added and try these instead

.list-block a,
.list-table .list-table-data .data a,
.list-unit .list-status-title .text,
.status-menu-container .status-menu .status-button,
.list-unit .list-stats,
body
{color: white !important;}

For border. if its not right link to the layout with the borders if you can. If possible always link to the layout with the feature you want it makes things much easier since it can just be copied from there

.status-menu-container {
border: 1px white solid;
}

.list-block {
border: 1px white solid;
}

Dec 21, 2020 10:36 PM
Offline
Oct 2020
1
how do i add multiple render :b
Dec 22, 2020 1:22 AM

Offline
Feb 2010
12642
Exedian said:
how do i add multiple render :b


You can add this to the bottom of your CSS then change the renders from there, or switch to the Grid Style 5 here
https://myanimelist.net/forum/?topicid=1640096


/* BOTTOM RENDERS
Adjust the size with the width percentage and position with left or right percentage. */

/*ALL ANIME/MANGA L RENDER*/
body[data-query*='"status":7']:before {
background-image: url(https://imgur.com/tqCiDWz.png);
width: 50%;
left: -15%;
}
/*CURRENT L RENDER*/
body[data-query*='"status":1']:before {
background-image: url(http://imgur.com/gAgIkGM.png);
width: 50%;
left: -15%;
}
/*COMPLETED L RENDER*/
body[data-query*='"status":2']:before {
background-image: url(https://imgur.com/ctFCZtn.png);
width: 50%;
left: -15%;
}
/*ON HOLD L RENDER*/
body[data-query*='"status":3']:before {
background-image: url(https://imgur.com/pFOQFvK.png);
width: 50%;
left: -15%;
}
/*DROPPED L RENDER*/
body[data-query*='"status":4']:before {
background-image: url(https://imgur.com/Qi926ug.png);
width: 50%;
left: -15%;
}
/*PLANNED L RENDER*/
body[data-query*='"status":6']:before {
background-image: url(https://imgur.com/dyj3O7G.png);
width: 50%;
left: -15%;
}


/*CURRENT R RENDER*/
body[data-query*='"status":1']:after {
background-image: url(http://imgur.com/yewORJZ.png);
width: 50%;
right: -15%;
}
/*COMPLETED R RENDER*/
body[data-query*='"status":2']:after {
background-image: url(https://imgur.com/4ST8CD0.png);
width: 50%;
right: -15%;
}
/*ON HOLD R RENDER*/
body[data-query*='"status":3']:after {
background-image: url(https://imgur.com/UhX9YW6.png);
width: 50%;
right: -15%;
}
/*DROPPED R RENDER*/
body[data-query*='"status":4']:after {
background-image: url(https://imgur.com/qhDbEDQ.png);
width: 50%;
right: -15%;
}
/*PLANNED R RENDER*/
body[data-query*='"status":6']:after {
background-image: url(https://imgur.com/NSgLbpa.png);
width: 50%;
right: -15%;
}
/*ALL ANIME/MANGA R RENDER*/
body[data-query*='"status":7']:after {
background-image: url(https://imgur.com/pKH4nBd.png);
width: 50%;
right: -15%;
}



body:before,
body:after
{
background-color: transparent;
display: block !important;
height: 100% !important;
position: fixed !important;
content: "";
top: 0% !important;
z-index: 100 !important;
background-repeat: no-repeat;
background-position: center bottom;
pointer-events: none;
background-size: 100% !important;
}

Dec 25, 2020 6:29 PM
Offline
Jul 2018
561910
Hi @Shishio-kun. Merry Christmas to you!

So my layout looks like this right now:


My only concern is the text in the buttons is a bit hard to read. How do you put the text inside the buttons (all/ currently watching / on-hold / dropped / plan to watch, etc.) to be ABOVE / ON TOP of the buttons? What is the code?

removed-userDec 25, 2020 8:05 PM
Dec 26, 2020 12:22 AM

Offline
Feb 2010
12642
Luchia said:
Hi @Shishio-kun. Merry Christmas to you!

So my layout looks like this right now:


My only concern is the text in the buttons is a bit hard to read. How do you put the text inside the buttons (all/ currently watching / on-hold / dropped / plan to watch, etc.) to be ABOVE / ON TOP of the buttons? What is the code?



I don't think that's possible, or at least it would be very messy to code

What would be way easier is to remove the text from the button, then create a second custom text and move it up. Add this code to the bottom and you'll see what I mean with the All Anime button. You just have to do the same with the other buttons, is that ok?

.status-menu-container .status-menu .status-button.all_anime{
font-size: 0;

}


.status-menu-container .status-menu .status-button.all_anime:before{
content: "All Anime";
font-size: 20px;
top: -30px;
position: relative;
width: 150px;
}
Dec 26, 2020 9:15 AM
Offline
Jul 2018
561910
It worked! :) Thank you so much @Shishio-kun Happy Holidays to you!

I increased the font size to 30px. Here is the code:


.status-menu-container .status-menu .status-button.all_anime{
font-size: 0;

}


.status-menu-container .status-menu .status-button.all_anime:before{
content: "All Entries";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.watching{ font-size: 0;

}


.status-menu-container .status-menu .status-button.watching:before{
content: "Watching";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.reading{ font-size: 0;

}


.status-menu-container .status-menu .status-button.reading:before{
content: "Reading";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.completed{ font-size: 0;

}


.status-menu-container .status-menu .status-button.completed:before{
content: "Completed";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.onhold{ font-size: 0;

}


.status-menu-container .status-menu .status-button.onhold:before{
content: "On Hold";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.dropped{ font-size: 0;

}


.status-menu-container .status-menu .status-button.dropped:before{
content: "Dropped";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.plantowatch{ font-size: 0;

}


.status-menu-container .status-menu .status-button.plantowatch:before{
content: "Plan to Watch";
font-size: 27px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.plantoread{ font-size: 0;

}


.status-menu-container .status-menu .status-button.plantoread:before{
content: "Plan to Read";
font-size: 27px;
top: -30px;
position: relative;
width: 150px;
}

UPDATE: The website started bugging on me when I put "All Anime". It would put "All Anime" on the Manga List + Anime List. So I changed the Text to "All Entries"

The code works though. Thank you so much!~
removed-userDec 26, 2020 1:55 PM
Dec 26, 2020 5:45 PM

Offline
Feb 2010
12642
Luchia said:
It worked! :) Thank you so much @Shishio-kun Happy Holidays to you!

I increased the font size to 30px. Here is the code:


.status-menu-container .status-menu .status-button.all_anime{
font-size: 0;

}


.status-menu-container .status-menu .status-button.all_anime:before{
content: "All Entries";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.watching{ font-size: 0;

}


.status-menu-container .status-menu .status-button.watching:before{
content: "Watching";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.reading{ font-size: 0;

}


.status-menu-container .status-menu .status-button.reading:before{
content: "Reading";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.completed{ font-size: 0;

}


.status-menu-container .status-menu .status-button.completed:before{
content: "Completed";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.onhold{ font-size: 0;

}


.status-menu-container .status-menu .status-button.onhold:before{
content: "On Hold";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.dropped{ font-size: 0;

}


.status-menu-container .status-menu .status-button.dropped:before{
content: "Dropped";
font-size: 30px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.plantowatch{ font-size: 0;

}


.status-menu-container .status-menu .status-button.plantowatch:before{
content: "Plan to Watch";
font-size: 27px;
top: -30px;
position: relative;
width: 150px;
}

.status-menu-container .status-menu .status-button.plantoread{ font-size: 0;

}


.status-menu-container .status-menu .status-button.plantoread:before{
content: "Plan to Read";
font-size: 27px;
top: -30px;
position: relative;
width: 150px;
}

UPDATE: The website started bugging on me when I put "All Anime". It would put "All Anime" on the Manga List + Anime List. So I changed the Text to "All Entries"

The code works though. Thank you so much!~


Awesome! Thanks, you too :D
Dec 29, 2020 6:56 PM

Offline
Oct 2008
80
I would like to know, if there is any way to make the Tags Edit button rover on the right, like how it works with the Edit and More buttons, for the Anime Title column.

Basically so it doesn't automatically make an entry in a list always be two text lines sized, even when everything else in all other columns for that entry fit one text line.
chaosprophetDec 29, 2020 7:00 PM
"There is no emotion, there is peace.
There is no ignorance, there is knowledge.
There is no passion, there is serenity.
There is no chaos, there is harmony.
There is no death, there is the Force."
The Jedi Code
Dec 29, 2020 7:33 PM
平沢唯

Offline
Dec 2016
2206
chaosprophet said:
I would like to know, if there is any way to make the Tags Edit button rover on the right, like how it works with the Edit and More buttons, for the Anime Title column.

Basically so it doesn't automatically make an entry in a list always be two text lines sized, even when everything else in all other columns for that entry fit one text line.
Try this out, adding to the bottom of your current CSS.
.data.tags div {
	display: inline;
	width: auto;
}
            
.list-table .list-table-data .tags .edit {
	width: auto;
	float: right;
}

Dec 29, 2020 11:30 PM

Offline
Aug 2015
404
I'm trying to add an edited version of my banner image so that Astolfo's eyes blink, however GIF is extremely lossy and doesn't support a range of alpha channels, and MAL is archaic and has no support for animated PNGs. Is there another way to have a lossless animated image that has support for partial transparency?
coreynjDec 29, 2020 11:33 PM
Dec 30, 2020 12:15 AM

Offline
Feb 2010
12642
coreynj said:
I'm trying to add an edited version of my banner image so that Astolfo's eyes blink, however GIF is extremely lossy and doesn't support a range of alpha channels, and MAL is archaic and has no support for animated PNGs. Is there another way to have a lossless animated image that has support for partial transparency?


What is the animated image trying to use? (post or link it here)

I would just crop the blinking eyes out into a small rectangle, set it within its own element, and move that over the png render's eyes. The eyes cropped by themselves shouldn't be too degraded.
Dec 30, 2020 12:28 AM

Offline
Aug 2015
404
Shishio-kun said:
coreynj said:
I'm trying to add an edited version of my banner image so that Astolfo's eyes blink, however GIF is extremely lossy and doesn't support a range of alpha channels, and MAL is archaic and has no support for animated PNGs. Is there another way to have a lossless animated image that has support for partial transparency?


What is the animated image trying to use? (post or link it here)

I would just crop the blinking eyes out into a small rectangle, set it within its own element, and move that over the png render's eyes. The eyes cropped by themselves shouldn't be too degraded.
The image is my banner for my anime list.

The issue with that is that each device and aspect ratio would display it differently and it'd look really weird for others.
Dec 30, 2020 1:59 AM

Offline
Feb 2010
12642
coreynj said:
Shishio-kun said:


What is the animated image trying to use? (post or link it here)

I would just crop the blinking eyes out into a small rectangle, set it within its own element, and move that over the png render's eyes. The eyes cropped by themselves shouldn't be too degraded.
The image is my banner for my anime list.

The issue with that is that each device and aspect ratio would display it differently and it'd look really weird for others.


Can we see the animated version? Maybe something can be worked with it.

I think it would be possible to position it the same on all devices, we'd have to try though. If you don't link the animated version, we can't try that possibility.
Dec 30, 2020 2:12 AM

Offline
Feb 2010
12642
@coreynj

Also animated PNG seems to work on MAL. This one for example
https://danbooru.donmai.us/posts/783590

code I used, it showed the apng in Chrome and Firefox

.header{
height: 500px;
background-color: green;
background-image: url(https://i.ibb.co/GCsXWtj/patchouli-knowledge-touhou-drawn-by-ram-hachimin-87a92d26b2709cf46b4f4a3dcbc1f260.png) ;

}


Use this site to host animated PNG, I hope it doesn't have some kind of limit
https://ibb.co/8PzJrdV
https://imgbb.com/

This one worked too
https://danbooru.donmai.us/posts/798412
Shishio-kunDec 30, 2020 2:17 AM
Dec 30, 2020 3:54 AM

Offline
Oct 2008
80
Valerio_Lyndon said:
chaosprophet said:
I would like to know, if there is any way to make the Tags Edit button rover on the right, like how it works with the Edit and More buttons, for the Anime Title column.

Basically so it doesn't automatically make an entry in a list always be two text lines sized, even when everything else in all other columns for that entry fit one text line.
Try this out, adding to the bottom of your current CSS.
.data.tags div {
	display: inline;
	width: auto;
}
            
.list-table .list-table-data .tags .edit {
	width: auto;
	float: right;
}



That worked perfectly. Thank you very much!
"There is no emotion, there is peace.
There is no ignorance, there is knowledge.
There is no passion, there is serenity.
There is no chaos, there is harmony.
There is no death, there is the Force."
The Jedi Code
Dec 30, 2020 6:32 AM

Offline
Aug 2015
404
Shishio-kun said:
@coreynj

Also animated PNG seems to work on MAL. This one for example
https://danbooru.donmai.us/posts/783590

code I used, it showed the apng in Chrome and Firefox

.header{
height: 500px;
background-color: green;
background-image: url(https://i.ibb.co/GCsXWtj/patchouli-knowledge-touhou-drawn-by-ram-hachimin-87a92d26b2709cf46b4f4a3dcbc1f260.png) ;

}


Use this site to host animated PNG, I hope it doesn't have some kind of limit
https://ibb.co/8PzJrdV
https://imgbb.com/

This one worked too
https://danbooru.donmai.us/posts/798412
Here's the APNG for my banner: https://ibb.co/SJ3y1Fx

I'll try that code, I had been using the regular MAL banner before so maybe that was my issue, uploading it through the banner upload probably removes the animation flag for the png. Now I'll just need to fiddle around with it to get the positioning right.
Dec 30, 2020 7:21 AM

Offline
Aug 2015
404
Shishio-kun said:
@coreynj

Also animated PNG seems to work on MAL. This one for example
https://danbooru.donmai.us/posts/783590

code I used, it showed the apng in Chrome and Firefox

.header{
height: 500px;
background-color: green;
background-image: url(https://i.ibb.co/GCsXWtj/patchouli-knowledge-touhou-drawn-by-ram-hachimin-87a92d26b2709cf46b4f4a3dcbc1f260.png) ;

}


Use this site to host animated PNG, I hope it doesn't have some kind of limit
https://ibb.co/8PzJrdV
https://imgbb.com/

This one worked too
https://danbooru.donmai.us/posts/798412
I changed the content for the image and the animated png is displaying properly, however changing the content seems to have broken the padding and no matter what I do I can't get the image to display the way I want it to. I've tried using padding-top, I've tried using top, nothing wants to work at all.

Here's the code I'm using:
/* Cover Img ------------------- */
.cover-block {
display: block;
width: var(--watch-list);
margin: 0 auto;
text-align: center;
vertical-align: middle;
content: url(https://i.ibb.co/FnD3fRW/animated.png);
}
.cover-block .image-container {padding: 0; width: var(--watch-list);}
.cover-block .image-container img {
width: 100%;
position: absolute;
padding-top: 27px;
z-index: 998;
max-width: 100%;
max-height: var(--max-height);
object-fit: cover;
}
.cover-block .image-container .btn-list-setting:hover {
background-color: var(--menu-bg-color);
border: 0;
}

Here's how it displays right now:


Here's how I want it to display:
Dec 30, 2020 2:43 PM

Offline
Feb 2010
12642

@coreynj

I would just get rid of all the cover images and add the animated png to the anime list header (where the category title sits) so it definitely stays in place and in front. You can adjust the size of the image and position with height and top:

.list-unit .list-status-title:before{
top: -460px;
height: 500px;

background-image: url(https://i.ibb.co/FnD3fRW/animated.png);
content: "";
left: 0;
width: 1110px;
background-size: cover;
background-position: center top;
display: block;
position: absolute;
}

If needed you can add height to the cover block with this.

.cover-block{
height: 450px;
}



https://pastebin.com/raw/7GHMWHnq
this would be the full code (I removed the cover block images too) also no images here:






Works fine you can adjust the sizes of the apng and cover block space with the codes at the bottom

Shishio-kunDec 30, 2020 2:49 PM
Dec 30, 2020 5:15 PM
Offline
Jul 2020
3
before I get to the problem thank you for reading this

the problem is that Im trying to change the color of the names of the animes because its hard to see and i have tried to follow ur videos and the code color: #9900cc; does not work (#9900cc is purple)
so if you can please help me solve this problem thank you

from- Bw-reverse
Dec 30, 2020 6:03 PM

Offline
Feb 2010
12642
Bw-reverse said:
before I get to the problem thank you for reading this

the problem is that Im trying to change the color of the names of the animes because its hard to see and i have tried to follow ur videos and the code color: #9900cc; does not work (#9900cc is purple)
so if you can please help me solve this problem thank you

from- Bw-reverse



You can add these codes to start changing colors but purple won't show up well on the list table


/* HEADERS AND TABLE LINK FONT */
a {
color: #9900cc;
font-family: arial;
}

/* CATEGORY HEADER FONT */
.list-unit .list-status-title .text {
color: #9900cc;
font-family: arial;
}

/* CATEGORY HEADER BACKGROUND COLOR */
.list-unit .list-status-title {
background-color: ;
}

/* LIST LINK FONT */
.list-table .list-table-data .data a{
color: #9900cc;
font-family: arial;
}

/* LIST NON-LINK FONT */
body{
color: #9900cc;
font-family: arial;
}

/* TAGS EDIT FONT */
.list-table .list-table-data .tags .edit{
color: #9900cc;
font-family: arial;
}

/* LINK COLOR ON HOVER*/
a:hover,
.list-table .list-table-data .data a:hover{
color: #9900cc;
}



Dec 30, 2020 6:09 PM
Offline
Jul 2020
3
Shishio-kun said:
Bw-reverse said:
before I get to the problem thank you for reading this

the problem is that Im trying to change the color of the names of the animes because its hard to see and i have tried to follow ur videos and the code color: #9900cc; does not work (#9900cc is purple)
so if you can please help me solve this problem thank you

from- Bw-reverse


thank you

You can add these codes to start changing colors but purple won't show up well on the list table


/* HEADERS AND TABLE LINK FONT */
a {
color: #9900cc;
font-family: arial;
}

/* CATEGORY HEADER FONT */
.list-unit .list-status-title .text {
color: #9900cc;
font-family: arial;
}

/* CATEGORY HEADER BACKGROUND COLOR */
.list-unit .list-status-title {
background-color: ;
}

/* LIST LINK FONT */
.list-table .list-table-data .data a{
color: #9900cc;
font-family: arial;
}

/* LIST NON-LINK FONT */
body{
color: #9900cc;
font-family: arial;
}

/* TAGS EDIT FONT */
.list-table .list-table-data .tags .edit{
color: #9900cc;
font-family: arial;
}

/* LINK COLOR ON HOVER*/
a:hover,
.list-table .list-table-data .data a:hover{
color: #9900cc;
}



Dec 30, 2020 6:24 PM
Offline
Jul 2020
3
here again yet with another question lol thanks for answering my last one

my question this time is how do I make my anime line up horizontally and not vertically that way it look nicer and more organized I looked over a few videos and cant find it on your youtube
Dec 30, 2020 6:48 PM

Offline
Feb 2010
12642
Bw-reverse said:
here again yet with another question lol thanks for answering my last one

my question this time is how do I make my anime line up horizontally and not vertically that way it look nicer and more organized I looked over a few videos and cant find it on your youtube


??? I'm not sure I know what you mean. Maybe you could switch to this classic layout for that
https://myanimelist.net/forum/?topicid=534428
Doing this for modern is something I don't want to code right now, might take forever


You could also use a grid style layout for more horizontal titles, there's many to choose from
https://myanimelist.net/forum/?topicid=1499058#msg46826914
Dec 30, 2020 9:45 PM
Offline
Jun 2020
892
@Shishio-kun
Shishio-kun said:
That can be done but it would be easiest to show you how if you give us a link to the images or post the BBcode in a thread when you ask questions, it gives us something to work with



Shishio-kun said:
Also what three images are you referring to? There's five images to work with. Do you want Luffy and Ussop on the same line as Sanji and Zoro left where he is? It looks like there's not enough space for four user pics on the same line


I wanted the pic of Usopp to be below the image of Luffy, Sanji below the spoiler button (the part where there is profile picture credits and under construction- or you could say in the middle of Luffy and Zoro), and the Image of Chopper is below of Zoro.


Shishio-kun said:
And are you trying to copy something from another user's profile? Link it if so

I was not actually copying it, but yesterday, while reading a bbcode thread, I found a profile that's almost the same of what I'm about to do. There's images left and right, text in the middle, and some images below.
https://myanimelist.net/profile/Deago
Dec 31, 2020 12:13 AM

Offline
Feb 2010
12642
@Kaiz

You didn't give me the pic of Luffy or Zoro you were gonna use, so I'll use random colored pics. There's some transparent spaces too in order to move pics in. The https://i.imgur.com/R9cGX5F.png is a transparent image




[center][quote]text[/quote][/center]

[img align=left]https://i.imgur.com/R9cGX5F.png[/img][img align=left]https://i.imgur.com/R9cGX5F.png[/img][img align=left]https://i.imgur.com/6rPwnI6.png[/img][img align=right]https://i.imgur.com/R9cGX5F.png[/img][img align=right]https://i.imgur.com/R9cGX5F.png[/img][img align=right]https://i.imgur.com/7KGdspa.png[/img]
[center][quote][spoiler][/spoiler][/quote][/center]



















[center][img]https://i.imgur.com/bKmcsOf.png[/img] [img]https://i.imgur.com/HBiYchq.png[/img] [img]https://i.imgur.com/SIvBmxF.png[/img][/center]






text























Shishio-kunDec 31, 2020 12:24 AM
Dec 31, 2020 8:28 AM
Offline
Jun 2020
892
Shishio-kun said:
@Kaiz

Thank you @Shishio-kun for taking your time fixing it. I'll try it out tomorrow :>
Happy New Year!
Dec 31, 2020 3:41 PM

Offline
Oct 2019
112
Hello



this is what my list currently looks like, overall I'm really happy with it but there seems to be a problem in that the text, especially in the tags is sort of hard to read. I could make the list itself darker (currently on 0.1) but it kind of ruins the pop of the sunset. Any ideas on how to make the text easier to read. If there's no good way I'm fine with just setting the darkness to 0.5 or something

-Thanks
Aria is the greatest manga of all time
Dec 31, 2020 4:44 PM

Offline
Feb 2010
12642
DillonA said:
Hello



this is what my list currently looks like, overall I'm really happy with it but there seems to be a problem in that the text, especially in the tags is sort of hard to read. I could make the list itself darker (currently on 0.1) but it kind of ruins the pop of the sunset. Any ideas on how to make the text easier to read. If there's no good way I'm fine with just setting the darkness to 0.5 or something

-Thanks



Add this and change the font colors up :D


/*FONT COLORS
Change the colors to what you want.
Put the color you want for fonts after
color:
for each code below.*/



/* CATEGORY HEADER FONT */
.list-unit .list-status-title .text {
color: ;
font-family: arial;
}


/* CATEGORY BUTTON FONT */
.status-menu-container .status-menu .status-button{
color: ;
font-family: arial;
}

.status-menu-container .status-menu .status-button.on{
color: ;
font-family: arial;
}

/* CATEGORY HEADER BACKGROUND COLOR */
.list-unit .list-status-title {
background-color: ;
}

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: ;
font-family: arial;
}

/* LIST LINK FONT
Make sure your color is followed by a space and !important*/
.list-table .list-table-data .data a{
color: !important;
font-family: arial;
}

/* LIST NON-LINK FONT */
body{
color: ;
font-family: arial;
}

/* TAGS EDIT FONT */
.list-table .list-table-data .tags .edit{
color: ;
font-family: arial;
}

/* LINK COLOR ON HOVER*/
a:hover,
.list-table .list-table-data .data a:hover{
color: ;
}


/* HEADER COLORS*/
.header, .header a, .header .header-menu .btn-menu{
color: ;
}


/* SIDE MENU COLORS

Make sure your color is followed by a space and !important
*/
.list-menu-float .icon-menu .text,
.list-menu-float .icon-menu.setting .text .link-list-setting, .list-menu-float .icon-menu.setting .text .link-style-setting
{
color: !important;
}


/* TAGS EDIT FONT
Make sure your color is followed by a space and !important
*/
.list-table .list-table-data .tags .edit{
color: white !important;
font-family: arial;
}

/* LINK COLOR ON HOVER
Make sure your color is followed by a space and !important
*/
a:hover,
.list-table .list-table-data .data a:hover{
color: cyan !important;
}
Dec 31, 2020 4:46 PM

Offline
Feb 2010
12642
@DillonA
before you add those codes, add a closing bracket to the end of your CSS first. Not having a closing bracket at the end will block all codes you add

this is a closing bracket
}
Dec 31, 2020 6:08 PM

Offline
Oct 2019
112
Shishio-kun said:
@DillonA
before you add those codes, add a closing bracket to the end of your CSS first. Not having a closing bracket at the end will block all codes you add

this is a closing bracket
}

Thanks a lot! Also is there a font that makes the text larger and easier to read because bold kind of made my text smaller


also I might have missed it but how do I make these white
DillonADec 31, 2020 8:20 PM
Aria is the greatest manga of all time
Dec 31, 2020 6:21 PM

Offline
Oct 2019
112
Yeah and to be honest I hate to be so difficult, but I kind of liked it better as blue. I wish I could make the tags and just the tags easier to read by changing the font or something because the font is perfect but it'd be nice if you could bolden them up or something.
DillonADec 31, 2020 6:32 PM
Aria is the greatest manga of all time
Dec 31, 2020 6:51 PM

Offline
Feb 2010
12642

DillonA said:
Yeah and to be honest I hate to be so difficult, but I kind of liked it better as blue. I wish I could make the tags and just the tags easier to read by changing the font or something


DillonA said:
Shishio-kun said:
@DillonA
before you add those codes, add a closing bracket to the end of your CSS first. Not having a closing bracket at the end will block all codes you add

this is a closing bracket
}

Thanks a lot! Also is there a font that makes the text larger and easier to read because bold kind of made my text smaller


also I might have missed it but how do I make these white



/* Sort Links color */
is the sort links colors, just add the color white after color

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: white ;
font-family: arial;
}

You have to pick a font which the browser or PC has or install a new one with the font video in the group. I don't have any to suggest. You can also add font-size: 20px; and change the font size like you do with color

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: white ;
font-family: arial;
font-size: 20px;
}





Use this to change tags colors or switch the font. But I don't have a font to suggest since its still going to be blue text on a dark background and it will be hard to read.

.list-table .list-table-data .data.tags a {
color: white !important;
font-size: 14px;
font-family: helvetica;
}


There's a topic on changing tags
https://myanimelist.net/forum/?topicid=1862308

and fonts
https://myanimelist.net/forum/?topicid=1792455
Shishio-kunDec 31, 2020 6:55 PM
Dec 31, 2020 7:17 PM

Offline
Oct 2019
112
Shishio-kun said:

DillonA said:
Yeah and to be honest I hate to be so difficult, but I kind of liked it better as blue. I wish I could make the tags and just the tags easier to read by changing the font or something


DillonA said:

Thanks a lot! Also is there a font that makes the text larger and easier to read because bold kind of made my text smaller


also I might have missed it but how do I make these white



/* Sort Links color */
is the sort links colors, just add the color white after color

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: white ;
font-family: arial;
}

You have to pick a font which the browser or PC has or install a new one with the font video in the group. I don't have any to suggest. You can also add font-size: 20px; and change the font size like you do with color

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: white ;
font-family: arial;
font-size: 20px;
}





Use this to change tags colors or switch the font. But I don't have a font to suggest since its still going to be blue text on a dark background and it will be hard to read.

.list-table .list-table-data .data.tags a {
color: white !important;
font-size: 14px;
font-family: helvetica;
}


There's a topic on changing tags
https://myanimelist.net/forum/?topicid=1862308

and fonts
https://myanimelist.net/forum/?topicid=1792455


Thanks so much for putting up with my idiocy.

These tags in the pictures I shown, won't change color with any of the bbc codes? It might be just me though
Aria is the greatest manga of all time
Dec 31, 2020 8:05 PM

Offline
Feb 2010
12642
DillonA said:
Shishio-kun said:






/* Sort Links color */
is the sort links colors, just add the color white after color

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: white ;
font-family: arial;
}

You have to pick a font which the browser or PC has or install a new one with the font video in the group. I don't have any to suggest. You can also add font-size: 20px; and change the font size like you do with color

/* Sort Links color */
.list-table .list-table-header .header-title .link, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title{
color: white ;
font-family: arial;
font-size: 20px;
}





Use this to change tags colors or switch the font. But I don't have a font to suggest since its still going to be blue text on a dark background and it will be hard to read.

.list-table .list-table-data .data.tags a {
color: white !important;
font-size: 14px;
font-family: helvetica;
}


There's a topic on changing tags
https://myanimelist.net/forum/?topicid=1862308

and fonts
https://myanimelist.net/forum/?topicid=1792455


Thanks so much for putting up with my idiocy.

These tags in the pictures I shown, won't change color with any of the bbc codes? It might be just me though



Your tags are colored, do you see? D:

Dec 31, 2020 8:21 PM

Offline
Oct 2019
112
Shishio-kun said:
DillonA said:


Thanks so much for putting up with my idiocy.

These tags in the pictures I shown, won't change color with any of the bbc codes? It might be just me though



Your tags are colored, do you see? D:



Oh wait, there seems to be a misunderstanding because I was talking about these

The image, anime title, score, and progress thing at the top.
Aria is the greatest manga of all time
Dec 31, 2020 9:34 PM

Offline
Feb 2010
12642
DillonA said:
Shishio-kun said:



Your tags are colored, do you see? D:



Oh wait, there seems to be a misunderstanding because I was talking about these

The image, anime title, score, and progress thing at the top.


You have some problems in your code with missing selectors and incomplete brackets again, this is going to keep causing problems every time you add codes.

Whenever you add a new set of codes, like

body{
color: white;
font-family: arial;
}

You always need to end them with the closing bracket
}
or else everything under it can break. And before the opening bracket
{
you need a selector (like body or something). You only want one closing and opening bracket per set of codes you add, so make sure you always copy the entire thing.





To fix your layout, this opening bracket near the bottom is blocking the codes below and needs to go. It should have a selector before it and a closing bracket above it. But if you just delete that bracket everything should work again fine.
Shishio-kunDec 31, 2020 9:37 PM
Jan 1, 2021 10:40 AM

Offline
Oct 2019
112
Shishio-kun said:
DillonA said:


Oh wait, there seems to be a misunderstanding because I was talking about these

The image, anime title, score, and progress thing at the top.


You have some problems in your code with missing selectors and incomplete brackets again, this is going to keep causing problems every time you add codes.

Whenever you add a new set of codes, like

body{
color: white;
font-family: arial;
}

You always need to end them with the closing bracket
}
or else everything under it can break. And before the opening bracket
{
you need a selector (like body or something). You only want one closing and opening bracket per set of codes you add, so make sure you always copy the entire thing.





To fix your layout, this opening bracket near the bottom is blocking the codes below and needs to go. It should have a selector before it and a closing bracket above it. But if you just delete that bracket everything should work again fine.
Shishio-kun said:
DillonA said:


Oh wait, there seems to be a misunderstanding because I was talking about these

The image, anime title, score, and progress thing at the top.


You have some problems in your code with missing selectors and incomplete brackets again, this is going to keep causing problems every time you add codes.

Whenever you add a new set of codes, like

body{
color: white;
font-family: arial;
}

You always need to end them with the closing bracket
}
or else everything under it can break. And before the opening bracket
{
you need a selector (like body or something). You only want one closing and opening bracket per set of codes you add, so make sure you always copy the entire thing.





To fix your layout, this opening bracket near the bottom is blocking the codes below and needs to go. It should have a selector before it and a closing bracket above it. But if you just delete that bracket everything should work again fine.


I finally finished my list after fixing this, thanks for putting up with me. You're a legend
Aria is the greatest manga of all time
Jan 1, 2021 4:27 PM

Offline
Feb 2010
12642
@DillonA awesome :D
Jan 7, 2021 7:59 AM

Offline
Oct 2020
1323

HI. Can I ask you for some help?
I send you image of my anime list and at corner on the right is cogwheel, which was not there before.

And I want your help to remove it or at least make that smaller, so that it cannot be seen.

Jan 9, 2021 7:20 AM

Offline
Jul 2016
466
Why is my GIMP's colour selector... "broken"?

I recentally was asked about my scoring explanation on my profile,
So I made this image as a supplementary.
But when the image is embedded in my profile I noticed that the black backgrounds didn't match


That's strange because I used the colour picker to colour match it.
The eyedropped says it's # 181818
When I then paint that right back onto the canvas it's noticeable darker!
Then If I eyedropped that new paint splotch, which is the background colour of my graphic, it tells me # 111111
Painting that made a new # 090909, then # 020202

What on earth!

p.s. Is the graphic legible?


Jan 9, 2021 4:21 PM

Offline
Feb 2010
12642
Tonceq said:

HI. Can I ask you for some help?
I send you image of my anime list and at corner on the right is cogwheel, which was not there before.

And I want your help to remove it or at least make that smaller, so that it cannot be seen.


Someone else had this problem, we found it was because of Adblock Plus adding the widget.
https://myanimelist.net/forum/?topicid=1887490

So you might want to switch to ublock originor see if it there is a way to turn it off in Adblock Plus. You can also remove it from view with Ublock Origin, and then use both.

Otherwise, I need the CSS code for the widget. You could right click it and Inspect Element, and find the code.
Jan 9, 2021 5:17 PM

Offline
Oct 2020
1323
ok thnaks

Jan 9, 2021 5:28 PM

Offline
May 2017
2
I have a question! So, about removing stuff of the website:

I want to hide that ugly orange "hide ads" button from my page, but I followed the steps on your tutorial video with the code selector and it didn't work :(

I tried multiple times bc I supposed I was selecting the wrong code, so I tried with a couple of different codes and it still didn't work. I wrote eveything right as it's written in the video tho, so it's not bc of a writting mistake :(


"Hey Nana, remember the first time we met?~"



Jan 9, 2021 5:55 PM

Offline
Feb 2010
12642
Neremesis said:
I have a question! So, about removing stuff of the website:

I want to hide that ugly orange "hide ads" button from my page, but I followed the steps on your tutorial video with the code selector and it didn't work :(

I tried multiple times bc I supposed I was selecting the wrong code, so I tried with a couple of different codes and it still didn't work. I wrote eveything right as it's written in the video tho, so it's not bc of a writting mistake :(


What I do is install Ublock Origin and remove it from view
https://www.ghacks.net/2017/02/21/ublock-origin-how-to-remove-any-element-from-a-page-permanently/
This tutorial is overly wordy, just follow the screenshots
Jan 9, 2021 6:19 PM

Offline
May 2017
2
It worked! Thank you, you make things so easy x3


"Hey Nana, remember the first time we met?~"



Jan 10, 2021 7:50 AM

Offline
Feb 2017
31
Hello,

Could you guys help us a little bit?
What's the problem here? (below)
https://imgur.com/wTijW0w
Reply Disabled for Non-Club Members
Pages (159) « First ... « 130 131 [132] 133 134 » ... Last »

More topics from this board

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

381 by KabukiChouNights »»
Yesterday, 10:56 AM

» theme help

threat - 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 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
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login