Forum Settings
Forums

"Could someone please help me with my code error?"

New
Jan 18, 5:20 PM
#1

Offline
Dec 2019
10
Certainly! Please provide the code you've written, and let me know which specific part or tag is causing the issue. I'll do my best to help you resolve it.


/* Importação dos Estilos */
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css";
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css";

/* Variáveis */
:root {
--background: url("https://i.imgur.com/FdlD04l.jpg"); /* Novo link de fundo */
--banner: url("https://i.imgur.com/1nAIbQa.jpg");
--character: none;
--avatar-all: url("https://i.imgur.com/vKuEsmu.gif");
--avatar-watching: url("https://i.imgur.com/PHgkpi4.gif");
--avatar-completed: url("https://i.imgur.com/McVKGyh.gif");
--avatar-onhold: url("https://i.imgur.com/CHNQhgb.gif");
--avatar-dropped: url("https://i.imgur.com/nGUNWhR.gif");
--avatar-planned: url("https://i.imgur.com/NtHU96X.gif");
}

/* Imagem do Personagem por Categoria */
/* Todos os Animes */
[data-query*='status":7'] {
--avatar: var(--avatar-all);
}
/* Assistindo/Lendo */
[data-query*='status":1'] {
--avatar: var(--avatar-watching);
}
/* Concluído */
[data-query*='status":2'] {
--avatar: var(--avatar-completed);
}
/* Em Espera */
[data-query*='status":3'] {
--avatar: var(--avatar-onhold);
}
/* Abandonado */
[data-query*='status":4'] {
--avatar: var(--avatar-dropped);
}
/* Planejado */
[data-query*='status":6'] {
--avatar: var(--avatar-planned);
}
/*------------------------F-I-M-*/

/* Estilos Adicionais */
body {
font-family: Arial, sans-serif;
color: #333;
background-image: var(--background);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

h1, p {
/* Estilos adicionais para títulos e parágrafos, se necessário */
}



Here are some images showing the issue



Jan 18, 5:57 PM
#2

Offline
Feb 2010
11294
What is the problem exactly you want fixed? The faint type column text (TV, Movie, etc)? Are you trying to get hover preview pics? The layout looks fine on your list for the most part.

The post is a little confusing seems like you're replying to the title.

This is also the wrong forum, should be Support, also it's better to ask in the thread where you might have got this
https://myanimelist.net/forum/?topicid=2036380


To lighten the dark text you can probably add this and change the color red to what you want.
.list-table .list-table-data .data {
border-color: var(--listborder);
color: red;
}
Shishio-kunJan 18, 6:01 PM

More topics from this board

» @ sign spam/attack

kuroneko99 - Apr 16

4 by traed »»
2 hours ago

» Add the option to change profile favorites pictures

k1rb - Oct 21, 2022

20 by Astachanna »»
3 hours ago

» An "Anime Franchise" page

_cjessop19_ - 10 hours ago

1 by Astachanna »»
3 hours ago

» Combining every season of an Anime?

Dennisss - Apr 1, 2021

17 by _cjessop19_ »»
11 hours ago

Poll: » Add list setting to make notes private (on public lists)

S_h_a_r_k_93 - Nov 12, 2022

25 by anonymate »»
Apr 24, 9:57 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login