published 1689561444
Category: Blogging
View Blog View Profile Report Blog Entry
CAN U TRY TO MAKE IT SIMPLE PLS
0 Kudos
Displaying 2 of 2 comments ( View all | Add Comment )
CJ_JC__
1697683156
kaboom:root { --topic1: "General"; /* EDIT INTEREST LABELS HERE */ --topic2: "Music"; --topic3: "Movies & TV"; --topic4: "Pets"; --topic5: "Food"; --topic6: "Hobbies"; }.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}.details-table tr td:first-child p::after{ color:var(--links) !important; letter-spacing:normal !important; text-shadow: 2px 2px darkviolet !important; /* CHANGE COLOR OF INTEREST LABELS HERE */ filter: brightness(95%) !important;}.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{ content: var(--topic1);}.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{ content: var(--topic2);}.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{ content: var(--topic3);}.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{ content: var(--topic4);}.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{ content: var(--topic5);}.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{ content: var(--topic6);}
Report Comment
✧・゚. anna*・゚✧
1689569417
idk how to code At All, but in the cottage core layout in using, it sort of explains it? u just have to read the notes between the lines of code
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
CJ_JC__
kaboom
:root {
--topic1: "General"; /* EDIT INTEREST LABELS HERE */
--topic2: "Music";
--topic3: "Movies & TV";
--topic4: "Pets";
--topic5: "Food";
--topic6: "Hobbies";
}
.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
.details-table tr td:first-child p::after{
color:var(--links) !important;
letter-spacing:normal !important;
text-shadow: 2px 2px darkviolet !important; /* CHANGE COLOR OF INTEREST LABELS HERE */
filter: brightness(95%) !important;
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
content: var(--topic6);
}
Report Comment
✧・゚. anna*・゚✧
idk how to code At All, but in the cottage core layout in using, it sort of explains it? u just have to read the notes between the lines of code
Report Comment