Last updated: 10/17/2025

By Missradiance on Janitorai ๐ผ โงโงโงโงโงโงโฟโงโงโโช โฆ โ โฆ โซโโงโงโฟโงโงโงโงโงโง ๐ผ
Link to live preview Link to announcement post Link to Bot card only template
Table of Contents
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
- Table of Contents
- Frequently asked questions & Rules
- Previews
- Instructions
- The code
- search-input::placeholder { / hides the default placeholder text and stufffff/
- search-input { / text styling for search bar /
- search-input:not(:placeholder-shown) { / makes input text visible when search bar is clicked on or has typed text /
- root ~ :has(> .profile-filter-modal-modal-overlay) [data-focus-lock-disabled] > * > * { / background of menu /
Frequently asked questions & Rules
Use this template however you want, just don't remove the creator credits in the code. Thanks!
Q: Can I change parts of this template if I use it?
A:
yes, but if you remove the built in credit & don't add any sort of credit to me on your profile I will curse your bloodline for 10,000 years
Q: What if I remove the credit
A:
peace and love to everybody who keeps it in, war and hate to you personally + jai bans you from css forever (actual rule now)
Q: Do you have more templates
A: Not yet! I plan to make more eventually. I have linked the announcement post on Jai so if you have any ideas/suggestions you can post there
Q: How do I edit it / make changes
A:
Google is your best friend + Css discussion thread + my dms if you really have a burning question just keep in mind I have a full time job + school
Q: What if I ONLY want the bot cards and don't wanna search this rentry to find them?
A:
Luckily for you I made a rentry specifically for the bot cards ONLY, check it outhere
โฅRandom Disclaimer: I'm sorry if shit breaks, I am an EMT not a programmer/web designer, dm me and I will fix it as best I can ๐
Previews
Tested on my main Janitorai account (I don't have badges on the display acc lmaoo):
ใโฟ ๏ฝกห๐ผ Desktop Prevew ๐ผ ห๏ฝกโฟใ

ใโฟ ๏ฝกห๐ผ Mobile Prevew ๐ผ ห๏ฝกโฟใ

Instructions
Go to your profile settings and paste this code into the "About Me" section. Important: Don't use the CSS editor for this template! The CSS editor strips out code comments, which will make future editing much more difficult.
If you've previously used CSS code (Even in "pro mode"): Please save your existing code elsewhere (like in Notes or a Google Doc) and then delete it from your profile before pasting this template. This prevents code conflicts. You can always customize the template after pasting it!
All of the HTML is at the veeeery bottom, to edit all the text to your liking (abt me box, status ect) just scroll down and change the text! + In the custom tag section, replace the "#" with the link of whatever custom tag you're trying to link! :D
The background I used in the preview
I got it off of google I'm not sure where it came from
The code
ALL OF IT, yes ALL OF IT needs to be pasted for it to work!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <style>
/* === PAGE SECTION === */
/* hiding that ugly ahh blue "characters" tab */
.css-i3ef4m {
visibility: hidden;
}
/* Centering latest, tags, and character button */
.css-m8ywhg {
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
flex: 1;
}
.css-zdpt2t {
margin: auto;
}
.css-mcoi9a {
margin: auto;
}
/* Styling character count button */
.css-1ugx2pr{
display: none; }
.Btn2-purple {
background: transparent;
box-shadow: none;
border: none;
outline: none;
}
.Btn2-purple:before {
background: transparent;
transition: none;
}
.Btn2-purple p {
font-size: 0px;
}
.Btn2-purple p::after { /* The text on the character count button */
content: " Flowers to pick from โก";
font-size: 20px;
font-family: Cardo;
font-weight: 100;
color: white;
}
.Btn2-purple:active p::after,
.Btn2-purple:focus p::after {
text-shadow: 0 0 5px white;
}
.css-wd8hou { /* If you change the color/font of the text on character count make sure you change it here too */
font-family: cardo;
font-weight: 100;
font-size: 20px;
color: white;
}
@media (max-width: 768px) {
.Btn2-purple p::after {
font-size: 14px;
}
.css-wd8hou {
font-size: 14px;
}
}
/* Styling Tags button */
.pp-fl-filter-button {
background-color: rgba(0, 0, 0, 0.7); !important;
border: none;
border-radius: 0;
}
.pp-fl-filter-button svg { /* colors the svg */
color: white !important;
}
.pp-fl-filter-button:hover{ /* turns it darker on hover */
background-color: black;
}
/* โฎ โ The complete template for the new Notification menus in janitor.ai! โ โฎ */
/* === NOTIFS BOX SECTION === */
/* credits to @tigerdropped for the box template โก */
[class*="Popover_"] { /* background and font, border, colors */
background: black;
border: 2px solid white;
border-radius: 0;
font-family: Montserrat, serif;
box-shadow: unset;
}
[class*="popoverHeader_"] { /* top bar with close button */
padding: 1rem 1.25rem;
background: transparent;
border-bottom: 2px solid white;
}
[class*="popoverTitle_"] { /* "Notifications" header text */
font-family: Montserrat, serif;
color: white;
}
[class*="popoverHeader_"] button { /* the close button */
background: #242424;
color: white;
transition: color 500ms, background 500ms;
transform: scale(1.2);
border-radius: 50%;
}
[class*="popoverHeader_"] button:hover { /* on hover */
color: black;
background: white;
}
[class*="notificationsList_"]::-webkit-scrollbar-thumb { /* makes scrollbar more noticeable (not available on all browsers) */
background: white;
}
/* NOTIFICATIONS */
[class*="_notificationItem_"] { /* notification boxes */
background: transparent;
border-radius: 0;
border-bottom: 2px solid white;
}
[class*="_notificationItem_"]:hover { /* on hover */
background: #242424;
}
[class*="Indicator_"] { /* new/unread notification bar */
background: #FDD8D8;
}
[class*="_notificationTitle_"],
[class*="_subject_"] { /* notification box title (new comment on...) */
background: unset;
-webkit-text-fill-color: unset;
color: white;
}
[class*="_notificationMessage_"],
[class*="_body_"] { /* body text or notification content (username left a new comment...) */
color: grey;
}
[class*="_notificationTime_"],
[class*="_timestamp_"] { /* date text */
color: white;
font-family: Montserrat, serif;
}
[class*="_archiveButton"] { /* archive notification button */
backdrop-filter: unset;
border-radius: 50%;
background: grey;
color: white;
transition: color 500ms, background 500ms;
}
[class*="_archiveButton"]:hover { /* on hover */
background: #242424;
color: white;
}
[class*="_loadMoreButton_"] { /* "Load more" box */
border-color: white;
color: white;
transition: color 500ms, background 500ms;
}
[class*="_loadMoreButton_"]:hover { /* on hover */
background: black;
color: grey;
}
|
Delete code from lines 73 - 144and replace with this
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 | /* === FILTER TAGS MENU SECTION === */
/* credits to @tigerdropped for the menu template this thing is ridiculous */
.pp-fl-filter-button {
background-color: black;
border: 1px solid white;
border-radius: 0;
}
.pp-fl-filter-button svg { /* === SVG of the button === */
color: white !important;
}
#root ~ :has(> .profile-filter-modal-modal-overlay) [data-focus-lock-disabled] > * > * { /* background of menu */
background: black !important;
border: 2px solid white;
border-radius: 0;
}
.profile-filter-modal-modal-overlay ~ [data-focus-lock-disabled] > * > * > header, .profile-filter-modal-body-tags-flex-box-heading { /* "Filters" and "Tags" text */
text-align: center;
font-family: Montserrat, serif;
font-weight: 100;
color: white;
}
.profile-filter-modal-modal-overlay ~ [data-focus-lock-disabled] > * > * > button { /* the close button */
border-radius: 50%;
color: #242424;
}
.profile-filter-modal-modal-overlay ~ [data-focus-lock-disabled] > * > * > button:is(:hover, :focus, :active) { /* pointer effects of close button */
background: white;
}
*:has(> [class*="_tagsContainer_"]) { /* controls spacing between the panel button (which doesn't work currently), the tag container alongside the scroll buttons, and the button to expand the tag list */
margin: 0;
margin: 0;
padding: 0;
gap: 1rem;
flex-flow: column; /* makes everything stack vertically. */
align-items: center;
}
[class*="_filterButton_"] { /* this button currently doesnt do anything on profiles, so avoid styling it and simply hide it */
display: none;
}
[class*="_expandButton_"] { /* button to expand tag list, make sure this button is easily noticeable! */
display: flex;
align-items: center;
padding: 0 0.75rem;
gap: 0.5rem;
width: auto;
border-radius: 0;
background: #242424;
border: 2px solid white;
outline: 1px solid white;
outline-offset: 2px;
color: white; /* Controls both the border color and Icon color */
transition: background 500ms, color 500ms, border 500ms;
}
[class*="_expandButton_"] *:is(svg, path) {
stroke: currentColor !important; /* will use the color specified in the selector before this. */
}
[class*="_expandButton_"]::before {
content: "Show All Tags";
font-family: Montserrat, serif;
font-size: 1rem;
font-weight: 700;
}
[class*="_tagsContainer_"]:has([class*="_expanded"]) + [class*="_expandButton_"]::before {/* when expanded */
content: "Hide Tags";
}
[class*="_expandButton_"]:is(:hover, :focus, :active) {
background: black;
}
/* MAIN TAG CONTAINER */
[class*="_tagsContainer_"] {
width: 100%;
padding: 0.5rem;
border: 2px solid white;
border-radius: 0;
transition: border-radius 500ms;
}
[class*="_gradientLeft_"] { /* the gradients when collapsed , avoid additional styling */
background: linear-gradient(to left, transparent, #0C0404 50% 100%);
}
[class*="_gradientRight_"] { /* the right-side gradient when scrolling through tags */
right: 0 !important;
background: linear-gradient(to right, transparent, #0C0404 50% 100%);
}
[class*="_collapsedContainer_"][class*="_expanded_"] { /* when tag menu is expanded */
justify-content: center; /* will center the tags horizontally. */
}
[class*="_collapsedContainer_"] [class*="_motionDiv_"] { margin: 0; } /* dont modify this, controls the animation the tags have when expanding the menu */
/* NAVIGATION BUTTONS */
[class*="_navigationButton"] { /* the arrows as you scroll through the tags when collapsed, make sure these buttons are easily noticeable! */
padding: 0;
padding: 0;
border-radius: 50%;
background: #242424;
border: 2px solid;
color: white; /* Controls both the border color and the Icon color. */
transition: background 500ms, color 500ms, border 500ms;
}
/* fixes for nav buttons */
[class*="_navigationButton"] path { opacity: 1; stroke: currentColor; }
[class*="_navigationButton"] svg { position: relative; top: -1px; }
[class*="_navigationButtonLeft"] svg { left: -2px; }
[class*="_navigationButton"]:is(:hover, :focus, :active) {
background: black;
}
/* TAGS */
[class*="_collapsedContainer_"] [class*="_tag_"] { /* unselected tags */
border: none;
border-bottom: 1px solid;
border-radius: 0;
display: inline-block;
text-align: center;
color: white;
font-family: Montserrat, serif;
text-transform: lowercase;
transition: 500ms;
}
[class*="_collapsedContainer_"] [class*="_tag_"]::first-letter { /* hides emojis */
font-size: 0;
}
[class*="_collapsedContainer_"] [class*="_tagSelected_"] { /* selected tags */
color: #242424;
box-shadow: unset !important;
text-shadow: unset !important;
}
[class*="_collapsedContainer_"] [class*="_tag_"]:not([class*="_tagSelected_"]):hover { /* hover effect on unselected tags */
color: #444444;
}
[class*="_collapsedContainer_"] [class*="_tag_"]:active { /* effect on active click */
transform: scale(0.95);
}
[class*="_motionDiv_"][class*="_divider_"] { /* divider that appears to separate selected tags from unselected tags */
color: white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__control {
background: #242424;
border: none;
border: 1px solid white !important;
border-radius: 0 !important;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__single-value {
color: white;
font-family: Montserrat, serif;
font-weight: 400;
font-size: 1.25rem;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__indicator-separator {
display: none;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) svg {
color: white;
transition: 500ms;
}
:is(.default, .dark, .transparent, .css-b62m3t-container):has(.css-qr46ko) svg {
transform: rotateX(180deg);
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__menu {
width: max-content;
text-align: center;
background: #0C0404;
border: 2px solid white;
border-radius: 0;
}
.css-qr46ko {
padding: 0;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option {
color: white;
font-family: Montserrat, serif;
font-weight: 500;
border-bottom: 2px solid white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option:hover {
background: #242424;
transition: 500ms;
color: white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option--is-selected, :is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option--is-focused {
background: #444444;
transition: 500ms;
color: white;
}
.pp-cc-list-container + div {
justify-content: center;
}
:is(.pp-pg-prev-button, .pp-pg-next-button) svg {
color: white;
opacity: 1;
}
.pp-tabs-wrapper {
position: relative;
top: 1.1rem;
padding: 0;
height: 3rem;
width: auto;
margin: auto;
justify-content: center;
align-items: center;
background: transparent;
z-index: 0;
border-bottom: none;
}
.pp-tabs-wrapper::before {
content: "";
position: absolute;
height: 100%;
min-width: 100%;
background: #242424;
overflow: visible;
outline: 4px solid black;
outline-offset: -6px;
border: 1px solid white;
}
.pp-tabs-button {
font-size: 0;
font-family: Montserrat, serif;
text-wrap: nowrap;
font-weight: bolder;
text-transform: unset;
}
.pp-tabs-button::after {
font-size: 2rem;
content: " The Selection ";
color: white;
font-weight: 100;
}
.pp-tabs-indicator {
display: none;
}
/* === LATEST DROPDOWN SECTION === */
/* credits to @tigerdropped for the class ids*/
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__control { /* menu box */
background-color: rgba(0, 0, 0, 0.7);
border: none;
border-radius: 0 !important;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__control:hover { /* menu box */
background-color: black;
border: none;
border-radius: 0 !important;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__single-value { /* selected option text in the box */
color: white;
font-family: cardo;
font-weight: 400;
font-size: 1.25rem;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__indicator-separator { /* separator line */
display: none;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) svg { /* arrow icon svg */
color: grey;
transition: 500ms;
}
:is(.default, .dark, .transparent, .css-b62m3t-container):has(.css-qr46ko) svg { /* arrow when dropdown is open */
transform: rotateX(180deg);
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__menu { /* container of menu (background) */
width: max-content;
text-align: center;
background: black;
border: 2px solid white;
outline: 1px solid white;
outline-offset: 2px;
border-radius: 0;
}
.css-qr46ko { /* container of options */
padding: 0;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option { /*options styling */
color: white;
font-family: Courier Prime;
font-weight: 500;
border-bottom: 1px dashed white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option:hover {
background: grey;
transition: 500ms;
color: black;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option--is-selected, :is(.default, .dark,
.transparent, .css-b62m3t-container) .react-select__option--is-focused { /* when option is selected or focused */
background: grey;
transition: 500ms;
color: white;
}
.css-1igwmid { /* page numbers at bottom */
justify-content: center;
}
:is(.pp-pg-prev-button, .pp-pg-next-button) svg { /* colors svgs */
color: black;
opacity: 1;
}
/* The search bar in characters section */
/* CHARACTER SEARCH BAR */
.pp-fl-search-input { /* styles the search bar */
font-family: cardo;
color: white;
caret-color: white;
}
.pp-fl-search-input,
.pp-fl-search-input:is(:hover, :focus) { /* gets rid of the different outlines that show up in different states */
outline: none;
box-shadow: none;
border: none;
background: rgba(0, 0, 0, 0.7);
border-radius: 0;
}
/* ======= โฟ END OF PAGE SECTION โฟ ======= */
/* ============= BOT CARDS ============= */
.pp-cc-list-container{
gap: 1.3rem;
}
/* removes box shadow on hover */
.css-1ifqy49 {
box-shadow: none;
}
/* Add smooth transition for hover effects */
.profile-character-card-wrapper {
transition: transform 0.3s ease;
}
/* Enlarge and slide up on hover */
.profile-character-card-wrapper:hover {
transform: scale(1.02) translateY(-9px);
box-shadow: none;
}
/* Ribbon positioning - remove absolute positioning to prevent overlap */
.css-10cv7r2 {
position: relative;
top: auto;
right: auto;
width: 100%;
display: flex;
right: -60px;
margin: 5px 0;
}
/* Essentials */
/* Negate inset, hidden overflow, drop shadow */
.css-1ket5wn {
inset: unset;
overflow: visible;
filter: none;
padding: 0;
}
/* Remove weird shape, weird shadow, hidden overflow */
._content_1chl9_11 {
clip-path: unset;
padding: 0;
box-shadow: none;
background: transparent;
overflow: visible;
border-radius: 0;
}
/* Text, background and icon */
.css-euh5x6 {
font-weight: 200;
font-size: 13px;
font-family: 'cardo';
background: none;
display: flex;
justify-content: center;
align-items: center;
position: relative; /* Add this for positioning the pseudo-element */
}
/* Add a centered 25% width line under the chat count */
.css-euh5x6::after {
content: "";
position: absolute;
bottom: 0;
left: 30px;
transform: translateX(-50%);
width: 35%;
height: 1px;
background: #ffffff7d;
}
/* Add "Chats" text after the number */
.profile-character-card-chats-count::after {
content: " Chats โข";
}
/* Hide chat icon */
.pp-cc-chats svg {
display: none;
}
/* New icon */
.pp-cc-chats::before {
content: "โข";
}
.css-10cv7r2 * {
width: 100%;
}
.css-1s5evre{
background: black;
border: 1px solid white;
outline: 1px solid white;
outline-offset: 2px;
border-radius: 1px;
}
/* Reorder bot name to appear below image */
.profile-character-card-stack-link-component {
display: flex;
flex-direction: column;
}
/* Move bot name to middle */
.css-nlxhw4 {
order: 2;
}
/* Keep image at top */
.css-1q7rmf0{
order: 1;
}
/* Move chat ribbon below bot name */
.profile-character-card-stats-box {
order: 3;
}
/* Hide the username on bot card */
.profile-character-card-creator-name-box {
display: none;
}
/* Make bot image taller */
.css-1q7rmf0 {
height: auto;
padding-bottom: 50%; /* If you wanna make it bigger just increase this number */
}
.profile-character-card-avatar-image {
height: 100%;
object-fit: cover;
border-radius: 1px
}
/* Shrink tags container and add scroll when needed */
.profile-character-card-tags {
max-height: 80px; /* Adjust this value to your preferred height */
overflow-y: auto;
overflow-x: hidden;
}
/* Ensure tags list container works well with scrolling */
.css-k1urot {
max-height: inherit;
}
/* Style token count container and text */
.css-1c9wmts {
background-color: white;
}
/* Add flower symbols to the end of token count */
.profile-character-card-tokens-count::after {
content: " โฟ";
color: black;
}
/* Add flower symbols to the beginning and end of token count */
.profile-character-card-tokens-count::before {
content: "โฟ ";
color: black;
}
.profile-character-card-tokens-count {
color: black;
text-shadow: none;
font-family: Courier Prime;
font-size: 12px;
text-align: center;
position: relative;
top: 3px
}
/* Style bot name container and centering text */
.profile-character-card-stack-link-component-box {
background-color: white;
text-align: center;
}
/* max height on the char descroption,
if you want a scroll bar on this replace overflow: hidden; with overflow-y: auto; */
.css-199gcrh.profile-character-card-description-box{
max-height: 110px;
overflow: hidden;
}
/* Style bot name text */
.profile-character-card-name-box {
color: black;
text-align: center;
font-family: cardo;
font-size: 15px;
text-shadow: none;
}
/* The font/color of the text in the bot description */
.pp-cc-description p {
font-family: cardo;
color: white;
}
/* Greyscale bot images by default */
.profile-character-card-avatar-image {
filter: grayscale(100%);
transition: filter 0.3s ease;
}
/* Remove greyscale on hover */
.css-1s5evre:hover .profile-character-card-avatar-image {
filter: grayscale(0%);
}
/* Hide the original star image */
.profile-character-card-star {
display: none;
}
/* Style the divider line container to full width */
.profile-character-card-star-line {
width: 100%;
position: relative;
margin: 10px 0;
border: 1px solid white;
}
/* Add the flower symbol centered on the line */
.profile-character-card-star-line::before {
content: "โฟ";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.9);
padding: 0 8px;
font-size: 16px;
color: white;
border: 1px solid white;
line-height: 1;
z-index: 2;
}
/* Move description down to avoid line intersection */
.css-199gcrh.profile-character-card-description-box {
margin-top: 15px;
}
/* Make limitless tag span full width of card */
.css-123m5uu.pp-cc-tags-wrap {
width: 100%;
display: block;
}
.css-123m5uu span.pp-tag-limitless {
width: 100%;
display: block;
text-align: center;
padding: 1px;
box-sizing: border-box;
font-family: Cardo;
font-weight: 1000;
background-color: white;
color: black;
border-radius: 1px;
border: 2px solid white;
}
/* Hide original limitless text and set up for crossfade */
.css-123m5uu span.pp-tag-limitless {
font-size: 0;
position: relative;
}
/* "Exclusive" text - visible by default */
.css-123m5uu span.pp-tag-limitless::before {
content: "ใป Exclusive ใป";
font-size: 14px;
opacity: 1;
transition: opacity 0.3s ease;
}
/* "Choose me?" text - hidden by default, overlaid */
.css-123m5uu span.pp-tag-limitless::after {
content: "โชโชโค๏ธโฌ Choose me? โชโชโค๏ธโฌ";
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: opacity 0.3s ease;
}
/* On hover - crossfade */
.css-1s5evre:hover .css-123m5uu span.pp-tag-limitless::before {
opacity: 0;
}
.css-1s5evre:hover .css-123m5uu span.pp-tag-limitless::after {
opacity: 1;
}
/* tag styling bc yeah */
.pp-cc-tags-regular,
.pp-cc-tags-custom {
border: 1px solid white;;
color: white;
background: black;
border-radius: 1px;
}
:is(.pp-cc-tags-regular, .pp-cc-tags-custom):is(:hover, :focus) {
border: white;
background: white;
color: black;
}
/* REMOVING THE FIRST EMOJI ON TAGS (Creds to tigerdropped ily)*/
.pp-cc-tags-item { display: inline-block; } /* needed for inline effects */
/* regular tags */
.pp-cc-tags-regular::first-letter {
font-size: 0;
}
/* @Procrastination was the pioneer, now it was made easier through labels ๐ฉต */
/* removes the original text for the "dead dove" tag */
.pp-tag-deaddove { font-size: 0; }
/* replaces the text for the "dead dove" tag */
.pp-tag-deaddove::after {
content: "Dead Dove";
font-size: 0.75rem;
}
/* getting rid of decorations from events */
.css-1wqmh16,.css-nip9dx img,.css-xrg4vd img,.css-1awld45,.css-1cui3us { /* stamp on 2025 bot card */
display: none;
}
.pp-tag-limitless{ /* Limitless tag transparency (no more purple) */
background: transparent;
}
/* ======= โฟ END OF BOT CARD SECTION โฟ ======= */
/* ============ HEADER SECTION =========== */
._notificationsContainer_r64xs_2{
background-color: grey;
border-radius: 12px;
border: 2px solid white;
}
._notificationsContainer_r64xs_2:hover {
background-color: black;
}
._notificationsContainer_1p8j9_2 {
background-color: grey;
border-radius: 12px;
border: 2px solid white;
}
._notificationsContainer_1p8j9_2:hover{
background-color:black;
}
._notificationsBadge_r64xs_41 {
background: white;
color: black;
}
._notificationsBadge_1p8j9_41 {
background: white;
color: black;
}
/*The header */
.pp-top-bar {
background: #0C0404E6;
border: 2px solid white;
}
.profile-top-bar-logo-box { /* centers logo on header bar */
position: absolute;
margin: auto;
width: fit-content;
left: 0;
right: 0;
align-items: center;
}
.css-bar9lc {
order: -1;
max-width: 20rem;
margin-left: 0;
}
/*styling the "Janitorai beta thing" */
.pp-top-bar-logo-name, .pp-top-bar-logo-sub-name {
font-size: 0;
font-family: cardo;
}
.pp-top-bar-logo-name::after {
color: black;
font-size: 1.75rem;
content: " .โฟ The Garden โฟ."; /*You can change this to whatever as long as you change text between the quotation marks */
transition: 500ms ease;
background-color: white;
border: 2px solid grey;
border-radius: 12px;
}
.pp-top-bar-logo:hover {
transform: scale(1.1);
}
.pp-top-bar-logo:hover .pp-top-bar-logo-name::after {
text-shadow: 0 0 0.1rem white;
color: grey;
}
.profile-top-bar-search-wrapper { /* moves search bar to left side */
order: -1;
max-width: 25rem;
margin-left: 0;
}
/* credits to @procrastination ily */
/*Styling the search bar! */
.pp-top-bar-search { /* styles the search bar */
background: transparent;
}
.pp-top-bar-search:hover { /* removes box shadow on hover */
box-shadow: none;
}
.profile-top-bar-search-box div:has(svg) { /* colors the svgs (The magnifying glass symbol)*/
color: grey;
opacity: 1;
}
#search-input::placeholder { /* hides the default placeholder text and stufffff*/
opacity: 0;
}
#search-input { /* text styling for search bar */
position: absolute;
width: calc(100% - 2.5rem) !important;
padding-right: 2.5rem !important;
font-family: Grenze Gotisch, serif !important;
font-size: 1rem !important;
color: #FDD8D8 !important;
caret-color: #FDD8D8;
}
.pp-top-bar-search::after { /* THE NEW PLACEHOLDER TEXT */
content: "Searching for something else...?";
position: absolute;
max-width: calc(100% - (2.5rem * 2));
top: 50%;
transform: translateY(-50%);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none;
font-family: , serif;
font-size: 1rem;
font-weight: 400;
color: grey;
transition: opacity 200ms ease-in-out;
}
.pp-top-bar-search:focus-within::after,
.pp-top-bar-search:has(#search-input:not(:placeholder-shown))::after { /* hides the new placeholder when search bar is clicked */
opacity: 0;
}
.pp-top-bar-search:focus-within #search-input,
#search-input:not(:placeholder-shown) { /* makes input text visible when search bar is clicked on or has typed text */
opacity: 1;
}
/*Your user menu pfp */
.css-wac9aa {
border: 2px solid grey;
filter: grayscale(1);
}
.pp-top-bar-app-menu-list { /* The container for all the menu buttons */
background: white;
border: 2px solid black;
outline-offset: 1px;
outline: 1px solid white;
border-radius: 16px;
box-shadow: none !important;
}
.pp-top-bar-app-menu-list-item { /* Styling for all of the buttons */
color: white;
font-family: Cardo;
border-radius: 12px;
background-color: black;
}
.pp-top-bar-app-menu-list-item:hover { /* options on hover (color: being the text) (background being the background of the options) */
background: white;
color: black;
}
/* โฎ โ The complete template for the new Notification menus in janitor.ai! โ โฎ */
/* โฎ Made by: @tigerdropped! */
[class*="Popover_"] {
background: black;
border: unset;
box-shadow: unset;
}
/* === CREATE A CHARACTER BUTTON SECTION === (I stole this from lav, sorry lav ily)*/
.glow-on-hover, .glow-on-hover::before, .glow-on-hover::after { /* hides all background layers (the purple and gray backgrounds) */
background: transparent;
}
.pp-top-bar-create-char { /* the text */
font-size: 0;
}
.pp-top-bar-create-char::after { /* replacement text */
font-size: 1.1rem;
font-family: cardo;
content: " โฟ Start your own story โฟ";
font-weight: 500;
opacity: 1;
position: relative;
left: -5px;
color: grey;
transition: 500ms;
}
.pp-top-bar-create-char:hover::after {
color: white;
}
/* โฎ โ Loading section */
/* โฉ โ Loading section main container */
[class*="_loadingState_"] {
/* No reason to modify this. */
}
/* โฉ โ Loading section spinner */
[class*="_loadingSpinner_"] {
border: 3px solid #f9f9f940;
border-top: 3px solid #f9f9f9; /* lighter color */
}
/* โฉ โ Loading section text */
[class*="_loadingMessage_"] {
color: #f9f9f9;
font-family: 'Cardo';
}
/* โฎ โ Menu top bar */
/* โฉ โ Container */
/* This controls the initial padding, and orders both the title and the close button in a row */
[class*="popoverHeader_"] {
padding: 1rem 1.25rem;
background: white;
}
/* โฉ โ Top bar text style */
[class*="popoverTitle_"] {
color: black;
font: 100 2rem cardo;
text-transform: uppercase;
letter-spacing: unset;
}
/* โฉ โ Top bar close button */
/* For the purpose of accesibility, always make sure the button is easily noticeable */
[class*="popoverHeader_"] button {
border-radius: 999px;
background: white;
color: #0f0f0f;
border: 1px solid;
transition: color 500ms, background 500ms;
}
/* On hover */
[class*="popoverHeader_"] button:hover {
border-radius: 999px;
background: black;
color: white;
border: 1px solid black;
}
/* โฎ โ Notifications list */
/* โฉ โ Main container */
/* This controls the max height of the menu as well as the scrollbar.
To avoid responsiveness issues, avoid changing the default max-height or adding more properties,
it could end up looking bad in multiple devices */
[class*="notificationsList_"] {
max-height: 480px;
}
/* โฉ โ Scrollbar */
/* It's highly advised to not modify scrollbars, if you do, make sure they are easily noticeable, avoid low contrast colors,
and specially avoid hiding them, it's bad practice, most people need the visual to know something can be scrolled. */
/* Important to note that -webkit- scrollbars are non-standard, some browsers will NOT show the style you input below. */
[class*="notificationsList_"]::-webkit-scrollbar {
}
[class*="notificationsList_"]::-webkit-scrollbar-thumb {
background: #f9f9f9;
}
[class*="notificationsList_"]::-webkit-scrollbar-track {
}
/* โฎ โ General styling */
/* The following elements are mostly identical across both menus and you can edit both
/*at the same time to streamline the process, however,*/
/* there are discrepancies and elements that are inevitably different. For the individual adjustments, skip to the next section. */
/* โฉ โ Notification box main container */
/* Across both menus, this element holds everything that makes up the entire notification */
[class*="_notificationItem_"] {
border-bottom: 1px solid white;
}
/* โฉ โ Notification box on hover */
[class*="_notificationItem_"]:hover {
background: grey;
}
/* โฉ โ Applying a general font for the notification items */
[class*="_contentWrapper_"],
[class*="_notificationBody_"] {
font-family: 'Cutive Mono';
}
/* โฉ โ Indicator for new notifications */
[class*="Indicator_"] {
width: 3px; /* to avoid aesthetic issues, avoid making the indicator too wide. Initial width is 3px */
background: white;
}
/* โฉ โ Default notification title/subject */
[class*="_notificationTitle_"],
[class*="_subject_"] {
color: white;
font-family: 'cardo';
}
/* โฉ โ Default notification message/body */
[class*="_notificationMessage_"],
[class*="_body_"] {
color: #f9f9f9;
}
/* โฉ โ Default notification timestamp */
[class*="_notificationTime_"],
[class*="_timestamp_"] {
color: #f9f9f980;
}
/* โฉ โ Load more button */
[class*="_loadMoreButton_"] {
background: #0000;
color: #f9f9f9;
border-top: 1px solid;
transition: color 500ms, background 500ms;
}
/* Load more button on hover */
[class*="_loadMoreButton_"]:hover {
border-radius: 999px;
background: #f9f9f9;
color: #181818;
}
/* โฎ โ Individual adjustments */
/* This section includes a lengthy compilation of almost all of the individual elements of each menu,
the important parts are already covered by the previous section,
but there are still some other elements that are unique, mutually exclusive and
worth checking out, such as: */
/* Announcement icons */
/* User notification images */
/* User notification title */
/* All of the unread variants for the User Notifications */
/* Archive notification button */
/* If you're having trouble applying styles to the following elements, try removing the previous section. */
/* โฎ โ Announcements menu */
/* โฉ โ Announcement notification box main container */
[class*="_notificationItem_"][role="button"] {
/* border-bottom: 1px solid #f9f9f940; */
/* Covered in previous section */
}
/* โฉ โ Announcement notification box on hover */
[class*="_notificationItem_"][role="button"]:hover {
/* background: #242424; */
/* Covered in previous section */
}
/* โฉ โ Announcement notification indicator */
[class*="_priorityIndicator_"] {
/* background: red; */
/* width: 3px; */
/* Covered in previous section */
}
/* โฉ โ Announcement icons */
/* โฉ โ General icon container style */
/* Going by the current state, there are different classes corresponding to the type
of announcements the devs can make, this will ignore them all and give them a default style,
but you can also use it to apply shared styles like border radius, while leaving their individual backgrounds. */
/* There are currently four types of announcements, more could probably come in the future. */
[class*="_notificationIconContainer_"] {
border-radius: 999px;
/* background: red; */
}
/* โฉ โ Info icon container style */
[class*="_iconInfo_"] {
background: #b660cd60;
color: #b660cd;
}
/* โฉ โ Warning icon container style */
[class*="_iconWarning_"] {
background: #ffbf0060;
color: #ffbf00;
}
/* โฉ โ Error icon container style */
[class*="_iconError_"] {
background: #dc143d60;
color: #dc143dc;
}
/* โฉ โ Success icon container style */
[class*="_iconSuccess_"] {
background: #00a86b60;
color: #00a86b;
}
/* โฉ โ Icon text style */
[class*="_notificationIconContainer_"] span {
/* font-size: 0.7rem; */
}
/* โฉ โ Announcement main container */
[class*="_notificationBody_"] {
/* No reason to modify this. */
}
/* โฉ โ Announcement title */
[class*="_notificationTitle_"] {
}
/* โฉ โ Announcement notification message */
[class*="_notificationMessage_"] {
color: #f9f9f9;
}
/* โฉ โ Announcement meta container */
[class*="_notificationMeta_"] {
/* No reason to modify this */
}
/* โฉ โ Announcement time */
[class*="_notificationTime_"] {
color: #f9f9f980;
}
/* โฉ โ Announcement clickable link */
/* This refers to the 'Learn more' tag, but could potentially say something else with a new announcement. */
[class*="_notificationLink_"] {
/* A new color? */
}
/* โฎ โ User notifications menu */
/* โฉ โ User notification default box main container */
/* There are two types of user notifications: unread and read, the following can
apply style to both variants, but will mostly only apply it to the unread notification style. */
[class*="_notificationItem_"]:has([class*="_avatarSection_"]) {
/* background if you want, it's already covered by the general style. */
}
/* โฉ โ Variant for unread notifications */
[class*="_notificationItem_"]:has([class*="_unreadIndicator_"]) {
/* background if you want, not necessary. */
}
/* โฉ โ User notification unread indicator */
[class*="_unreadIndicator_"] {
/* default background is a gradient. */
/* width: 3px */
}
/* โฉ โ User notification main image wrapper */
[class*="_avatarSection_"] {
/* No reason to modify this. */
}
/* โฉ โ User notification main image container*/
[class*="_avatarContainer_"] {
/* No reason to modify this. */
}
/* โฉ โ User notification character image */
[class*="_characterAvatar_"] {
/* border-radius: 999px; */
}
/* โฉ โ User notification user image */
[class*="_userAvatar_"] {
border: 3px solid white;
box-shadow: unset;
}
/* User image border fix on hover */
[class*="_notificationItem_"]:has([class*="_avatarSection_"]):hover [class*="_userAvatar_"] {
border-color: white;
}
/* โฉ โ User notification main text wrapper */
/* This is the box that holds the box that holds
(yes, you read that right) the title, text and date of the user notification.
There are two types of user notifications: unread and read, the following
can apply style to both variants, but will mostly only apply to the unread notification style. */
[class*="_contentWrapper_"] {
/* I do not recommend adding properties like background, or border to this. Add it to the unread notification instead. */
border-radius: 0.5rem; /* Border radius is fine, though. It will apply to both variants. */
}
/* On hover */
[class*="_contentWrapper_"]:hover {
background: #303030;
}
/* โฉ โ Variant for unread notification */
[class*="_contentWrapperUnread_"] {
background: #30303040;
}
/* On hover */
[class*="_contentWrapperUnread_"]:hover {
}
/* โฉ โ User notification main text container */
[class*="_content_"] {
/* No reason to modify this. */
}
/* โฉ โ User notification subject */
[class*="_subject_"] {
/* color: #f9f9f9; */
/* font-family: 'DM Serif Text'; */
/* Covered in previous section */
}
/* โฉ โ Unread variant */
[class*="_subjectUnread_"] {
/* background: linear-gradient(to right,#f786f4,#c084fc); */
/* The default unread notification title uses a linear gradient on the text.
If you want you can simply edit the linear-gradient. But if you want to use a solid color,
consider using the following, otherwise remove the properties below: */
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
background-clip: unset;
color: white;
}
/* โฉ โ User notification body */
[class*="_body_"] {
/* color: #f9f9f9; */
/* Covered in previous section */
}
/* โฉ โ User notification timestamp */
[class*="_timestamp_"] {
/* color: #f9f9f980; */
/* Covered in previous section */
}
/ โฉ โ User notification archive button container */
[class*="_archiveSection_"] {
/* This controls the opacity and position, probably best to not modify. */
}
/* โฉ โ User notification archive button style */
/* For the purpose of accesibility, always make sure the button is easily noticeable */
[class*="_archiveButton"] {
backdrop-filter: unset; /* the button blurs whatever is under it, this removes such effect. */
border-radius: 999px;
background: #181818;
color: #f9f9f9;
border: 1px solid;
transition: color 500ms, background 500ms;
}
/* โฉ โ On hover */
[class*="_archiveButton"]:hover {
border-radius: 999px;
background: #f9f9f9;
color: #181818;
border: 1px solid #0000;
}
/* ======= โฟ END OF HEADER SECTION โฟ ======= */
/* ======= Mobile Footer ========== */
.css-1qf4tpw {
background: #0C0404E6;
backdrop-filter: blur(5px);
box-shadow: none;
border: 2px solid white;
}
.pp-mnb-item-icon { /* colors the svgs */
color: white;
}
/* ======= โฟ END OF FOOTER SECTION โฟ ======= */
/* ======= PROFILE BOX= ========= */
/* Follow & Options button */
.css-y9k5u7{ /* positioning follow/options buttons */
position: absolute;
margin-top: 35rem;
top: 10px;
right: 10rem;
z-index: 1000;
}
.Btn { /* Styling follow button */
background: rgba(0, 0, 0, 0.9);
border-radius: 12px;
transition: all 300ms !important;
border: 2px solid white;
position: relative;
overflow: hidden;
}
.Btn:hover { /* on hover */
transform: scale(1.05);
}
.Btn::before {
display: none;
}
.Btn span {
font-size: 0;
width: auto;
}
.Btn span::after { /* New text in the follow buttons (Before follow) */
font-size: 1rem;
font-family: 'Cardo';
font-weight: 700;
color: white;
content: " โฟ Follow? โฟ";
}
.Btn[data-following=true] span::after {/* positioning follow/options buttons (After follow) */
font-size: 1rem;
font-family: 'Cardo';
font-weight: 700;
color: white;
content: "ยฐโ.เณเฟ*";
}
.pp-uc-options-menu { /* Options button styling */
background: rgba(0, 0, 0, 0.9);
border: 2px solid white;
color: white;
border-radius: 12px;
transition: transform 0.2s ease;
position: relative;
overflow: hidden;
}
.css-15w88gn:active, .css-15w88gn[data-active] { /* While clicking on the options button */
background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
.css-y9k5u7{
right: 3rem;
top: -1rem;
}
}
.about-box {
background: rgba(0, 0, 0, 0.9);
padding: 20px;
margin: 7rem auto;
top: 10rem;
width: 100%;
border-radius: 12px;
text-align: center;
font-family: Arial, sans-serif;
margin-top: -10rem;
z-index: 2;
position: relative;
border: 1px solid white;
}
@media (max-width: 768px) { /* mobile positioning */
.about-box {
margin-top: -13rem;
}
}
.about-box h2 {
margin-top: 0;
margin-bottom: 15px;
font-size: 24px;
color: white;
border-bottom: 2px solid white;
padding-bottom: 8px;
display: inline-block;
position: relative;
}
.about-box h2::before,
.about-box h2::after {
content: "โ";
position: absolute;
bottom: -12px;
font-size: 16px;
color: white;
}
.about-box h2::before {
left: -25px;
}
.about-box h2::after {
right: -25px;
}
.about-box p {
font-size: 14px;
color: #a3a3a3;
line-height: 1.5;
margin: 0;
}
.corner-image {
position: absolute;
width: 110px;
height: 110px;
z-index: 3;
border-radius: 8px;
filter: grayscale(0.9);
}
.corner-image.top-left {
bottom: -20px;
left: -20px;
transform: rotate(100deg);
}
.corner-image.top-right {
bottom: -20px;
right: -20px;
}
.Status-Box {
position: relative;
top: -6.5rem;
background-color: rgba(0, 0, 0, 0.9);
border: 2px solid #ffffff;
outline: 1px solid white;
color: white;
padding: 1px 12px;
font-family: Courier Prime;
font-size: 14px;
z-index: 11;
width: fit-content;
max-width: calc(100% - 20px);
margin-top: -5rem;
border-radius: 12px;
}
.Status-Box .status-label {
color: grey;
font-weight: bold;
}
@media (max-width: 768px) { /* mobile positioning yippe */
.Status-Box{
margin-top: 12rem;
font-size: 12px;
}
}
.pfp-flowers{
width: 100%;
height: 100%;
filter: grayscale(0.9);
z-index: 1;
margin-top: -32rem;
padding-bottom: 18rem;
}
.pfp-flowers-2{
width: 100%;
height: 100%;
filter: grayscale(0.9);
z-index: 2;
margin-top: -10rem;
transform: rotate(180deg);
}
@media (max-width: 768px) {
.pfp-flowers{
width: 100%;
height: 100%;
margin-top: -31rem;
padding-bottom: 15rem;
}
.pfp-flowers-2{
width: 100%;
height: 100%;
}
}
.css-0 { /* The root of all that is evil on this website btw */
display: contents;
}
.css-9qctsi { /* positioning edit profile buttons */
z-index: 100;
right: unset;
}
.css-1x04uxb { /* NO edit profile button */
display: none;
}
.pp-uc-background { /* Profile box */
width: 36rem;
z-index: 2;
}
.pp-uc-background:hover {/* No shadow on hover over profile box */
box-shadow: none;
}
.pp-uc-avatar-container {
height: 400px;
width: 100%;
}
.pp-uc-avatar { /* Profile picture positioning */
height: 100%;
width: 100%;
box-shadow: none;
border-radius: 0;
border: 3px solid White;
outline: 1px solid white;
outline-offset: 3px;
filter: grayscale(0.9);
margin-top: 60px;
position: relative;
z-index: 1;
margin-top: 8rem;
}
.css-hjkukh{ /* event badge positioning */
z-index: 1;
margin-top: 22.3rem;
margin-left: -2rem;
filter: grayscale(1)
}
@media (max-width: 768px) {
.css-hjkukh{
margin-left: 0rem;
margin-top: 21rem;
}
}
.pp-uc-title {/* Username styling + Position */
font-family: Cardo;
font-variant: small-caps;
font-size: 50px;
color: white;
width: 100%;
text-shadow:
-1px -2px 0 black,
1px -2px 0 black,
-1px 2px 0 black,
1px 2px 0 black;
z-index: 1;
margin-top: 70px;
}
@media (max-width: 768px) { /* making it seeable on phone */
.pp-uc-title{
font-size: 40px;
}
}
.pp-uc-followers-count { /* Follower count positioning/styling */
font-family: Cutive Mono;
color: white;
z-index: 1;
margin-top: -9px;
background: rgba(0, 0, 0, 0.7);
border-radius: 12px;
border: 2px solid white;
text-align: center;
width: 90%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.pp-uc-followers-count::before {/* Text before number of followers */
content: " โฟ Thank you for ";
font-family: Cutive Mono;
color: white;
}
.pp-uc-followers-count::after { /* Text after number of followers */
content: "! โฟ ";
font-family: Cutive Mono;
color: white;
}
.css-1uodvt1 > .css-8g8ihq {/* positioning username + Follower count and stuff */
position: absolute;
margin: 5px 10px;
text-align: left;
top: -50px;
}
.pp-uc-background, .pp-uc-background > div:empty { /* NO background on the profile card */
background: transparent !important;
}
.css-1uodvt1 { /* centering username text */
padding-top: 0px;
flex-direction: column;
justify-content: center;
text-align: center;
}
.pp-uc-member-since{/* No join date, you can change it so it's visible again but idk i'm not dealing with positioning it */
visibility: hidden;
}
/* ===== DROPDOWNS ======= */
.dropdown-container {/* Styling the dropdown container */
background-color: black;
border: 1px solid white;
border-radius: 12px;
max-width: 400px;
position: relative;
margin-top: 60px;
}
.dropdown-summary {/* the actual dropdown "button"*/
list-style: none;
padding: 15px 20px;
color: white;
font-size: 18px;
font-weight: bold;
font-family: cardo;
cursor: pointer;
border-radius: 12px;
text-align: center;
transition: background-color 0.3s ease;
position: relative;
}
.dropdown-circle { /* Circle image in dropdown */
width: 80px;
height: 80px;
border-radius: 50%;
background-color: black;
border: 3px solid white;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -10px;
z-index: 10;
}
.dropdowns-wrapper { /* positioning dropdowns */
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
}
.dropdown-container.left-aligned { /* Left aligned dropdown */
margin-left: 0;
margin-right: auto;
}
.dropdown-container.right-aligned {/* right aligned dropdown */
margin-left: auto;
margin-right: 0;
}
.dropdown-circle.left {/* circle on the left of the dropdown */
left: -20px;
}
.dropdown-circle.right {/* circle on the right of the dropdown */
right: -20px;
}
.dropdown-circle img { /* Images in the dropdowns */
width: 100%;
height: 100%;
object-fit: cover;
}
.dropdown-wrapper {
width: 100%;
}
.dropdown-details {
margin: 0;
}
.dropdown-summary::-webkit-details-marker {
display: none;
}
.dropdown-summary::marker {
display: none;
}
.dropdown-summary:hover {
background-color: #383838;/* dropdown on hover */
}
.dropdown-content { /* The actual part that "drops down" In the dropdown */
background-color: black;
border-top: 3px dotted white;
animation: slideDown 0.3s ease;
}
.dropdown-list-content {
padding: 20px;
color: white;
}
.dropdown-list-section h3 {/* dropdown headers */
text-align: center;
color: white;
margin: 0 0 15px 0;
font-size: 16px;
font-weight: bold;
font-family: cardo;
}
.dropdown-list-section ul {
list-style-type: disc;
margin: 0;
padding-left: 30px;
}
.dropdown-list-section li {
margin-bottom: 8px;
color: white;
}
.dropdown-list-section p {
margin: 0;
color: white;
}
.dropdown-divider {
height: 2px;
background-color: white;
margin: 20px 0;
width: 80%;
margin-left: auto;
margin-right: auto;
}
@keyframes slideDown {
from {
opacity: 0;
max-height: 0;
}
to {
opacity: 1;
max-height: 400px;
}
}
@media screen and (max-width: 768px) {
.dropdown-container {
margin: 75px 10px 60px 10px;
}
.dropdown-circle {
width: 50px;
height: 50px;
}
.dropdown-circle.left {
left: -15px;
}
.dropdown-circle.right {
right: -15px;
}
.dropdown-summary {
font-size: 16px;
padding: 12px 15px;
}
}
.credits-box {/* crediting me :3 for all my hard work, don't delete this or I will curse you wil 1000 years of bad luck (deadass) */
text-align: center;
position: relative;
left: -10rem;
top: -27rem;
z-index: 1000;
}
.credits-box p { /* Text in the credit container */
margin: 15px 0;
color: black;
font-family: cardo;
font-size: 10px;
text-shadow:
-1px -1px 0 white,
1px -1px 0 white,
-1px 1px 0 white,
1px 1px 0 white;
}
.credits-box a {
color: black;
text-decoration: none;
font-weight: bold;
font-family: cardo;
}
.credits-box a:hover {
text-decoration: underline;
color: white;
text-shadow:
-1px -1px 0 #000000,
1px -1px 0 #000000,
-1px 1px 0 #000000,
1px 1px 0 #000000;
}
@media (max-width: 768px) { /* positioning for mobile */
.credits-box{
left: -7rem;
top: -27rem;
}
}
.tags-box {/* Tags on your profile container */
background-color: transparent;
padding: 20px;
border-radius: 8px;
max-width: 100%;
font-family: Arial, sans-serif;
}
.tags-box .tags-title {/* Tags on your profile title */
margin: 0 0 15px 0;
color: white;
font-size: 28px;
font-weight: bold;
text-align: left;
font-family: cardo;
cursor: pointer;
transition: color 0.3s ease;
}
.divider {/* The divider positioning */
display: flex;
align-items: center;
margin-top: 10px;
}
.line {/* the actual line itself */
flex-grow: 1;
height: 1px;
background-color: #ccc;
}
.flower {/* flower... */
color: white;
font-size: 20px;
line-height: 1;
}
.tags-container { /* The container of the tags (Mostly positioning and stuff) */
margin-top: 10px;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 30px;
}
.tag {/* The tags that u use that are built into the site */
background-color: white;
border: 2px solid black;
color: black;
padding: 6px 12px;
font-size: 14px;
display: inline-block;
position: relative;
overflow: hidden;
cursor: pointer;
transition: all 0.3s ease;
font-family: Courier Prime;
}
.tag:hover {/* The tags that u use that are built into the site but now you're hovering on them*/
background-color: black;
border-color: white;
color:white;
}
.custom-title {/* The custom tags TITLE (This is just positioning it) */
margin-top: 25px;
}
.custom-tag {/* The custom tags that u use (YOU CAN EMBED LINKS IN THESE ONES) *on the bottom html section, instructions will b down there* */
background-color: black;
border: 2px solid white;
color: white;
padding: 6px 12px;
border-radius: 1px;
font-size: 14px;
display: inline-block;
position: relative;
overflow: hidden;
cursor: pointer;
transition: all 0.3s ease;
font-family: Courier Prime;
}
.custom-tag:hover {/* The custom tags that u use BUT YOU'RE HOVERING ๐น๐น๐น๐น */
background-color: grey;
border-color: white;
color: white;
transform: translateY(-2px);
text-decoration: none;
}
.custom-tag:hover::before {/* The animations of the tags*/
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.6),
transparent
);
animation: shimmer 0.6s ease-in-out;
}
.tag:hover::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.6),
transparent
);
animation: shimmer 0.6s ease-in-out;
}
@keyframes shimmer {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
/*==== Fixing the stupid overflow problem on the css editor (Puppy ily)==== */
.css-1y2s99z{
overflow: hidden;
}
.css-fsg5re{
overflow: hidden;
}
.อผ1 .cm-content{
width: 100%;
text-wrap: wrap;
}
/* ======= โฟ END OF Profile card SECTION โฟ ======= */
/*==== Now just html from here on out gl hf====== */
/*To edit in links for the custom tags, scroll down to the custom tag you wanna edit and change the # to the link*/
</style>
<div class="credits-box">
<p>CSS by <a href="https://janitorai.com/profiles/b6b9e08d-4999-4281-a5b0-281deaf64954_profile-of-miss-radiance">MissRadiance</a></p>
</div>
<div class="pfp-flowers">
<img src="https://i.imgur.com/4J4K8i0.png" alt="Sample image">
</div>
<div class="pfp-flowers-2">
<img src="https://i.imgur.com/4J4K8i0.png" alt="Sample image">
</div>
<div class="Status-Box"><span class="status-label">Status:</span> Working on CSS templates! โกโกโก</div>
<div class="about-box">
<img src="https://i.imgur.com/yByxTYS.png" alt="Left corner image" class="corner-image top-left">
<img src="https://i.imgur.com/yByxTYS.png" alt="Right corner image" class="corner-image top-right">
<h2>About me</h2>
<p>Type your about me section here <p>
</div>
<div class="dropdowns-wrapper">
<div class="dropdown-container left-aligned">
<div class="dropdown-circle left">
<img src="https://images.pexels.com/photos/57905/pexels-photo-57905.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="Decorative icon">
</div>
<div class="dropdown-wrapper">
<details class="dropdown-details">
<summary class="dropdown-summary">Your first dropdown (yippee)</summary>
<div class="dropdown-content">
<div style="padding: 20px; color: white; line-height: 1.6;">
<p>Paragraph section here <p>
</div>
</div>
</details>
</div>
</div>
<div class="dropdown-container right-aligned">
<div class="dropdown-circle right">
<img src="https://i.pinimg.com/236x/ef/61/8d/ef618dbb1bf4fd6297f15f35c6e4a817.jpg" alt="Decorative icon">
</div>
<div class="dropdown-wrapper">
<details class="dropdown-details">
<summary class="dropdown-summary">Second dropdown menu</summary>
<div class="dropdown-content">
<div class="dropdown-list-content">
<div class="dropdown-list-section">
<h3>This can be a list dropdown!</h3>
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Sed do eiusmod tempor</li>
<li>Incididunt ut labore</li>
</ul>
</div>
<div class="dropdown-divider"></div>
<div class="dropdown-list-section">
<h3>Title2</h3>
<p>If you want to add back the bullet points here replace the Ps with li</p>
</div>
</div>
</div>
</details>
</div>
</div>
</div>
<div class="tags-box">
<div class="tags-title">Tags on my page</div>
<div class="divider">
<div class="line"></div>
<span class="flower">โฟ</span>
</div>
<div class="tags-container">
<div class="tag">Malepov</div>
<div class="tag">WLW</div>
<div class="tag">Fempov</div>
<div class="tag">Smut</div>
<div class="tag">Dead Dove</div>
<div class="tag">Religion</div>
<div class="tag">Fluff</div>
<div class="tag">Fictional</div>
<div class="tag">Dominant</div>
<div class="tag">Furry</div>
</div>
<div class="tags-title custom-title">Custom tags</div>
<div class="divider">
<div class="line"></div>
<span class="flower">โฟ</span>
</div>
<div class="tags-container">
<a href="#" class="custom-tag">Platonic</a>
<a href="#" class="custom-tag">My little pony</a>
<a href="#" class="custom-tag">Call of Duty</a>
<a href="#" class="custom-tag">Roblox</a>
<a href="#" class="custom-tag">IdiotsInLove</a>
<a href="#" class="custom-tag">CSSbotnotouchy</a>
</div>
</div>```
## -> Code updates <-
-> If it's here it's already added to the main copy+paste code, this is just for people to update their own code so that it doesn't get bogged down by updates <-
!!! Update 10/17/2025
Delete lines 600-674 and replace with
|
/styling the "Janitorai beta thing" /
.pp-top-bar-logo-name, .pp-top-bar-logo-sub-name {
font-size: 0;
font-family: cardo;
}
.pp-top-bar-logo-name::after {
color: black;
font-size: 1.75rem;
content: " .โฟ The Garden โฟ."; /You can change this to whatever as long as you change text between the quotation marks /
transition: 500ms ease;
background-color: white;
border: 2px solid grey;
border-radius: 12px;
}
.pp-top-bar-logo:hover {
transform: scale(1.1);
}
.pp-top-bar-logo:hover .pp-top-bar-logo-name::after {
text-shadow: 0 0 0.1rem white;
color: grey;
}
.profile-top-bar-search-wrapper { / moves search bar to left side /
order: -1;
max-width: 25rem;
margin-left: 0;
}
/ credits to @procrastination ily /
/Styling the search bar! /
.pp-top-bar-search { / styles the search bar /
background: transparent;
}
.pp-top-bar-search:hover { / removes box shadow on hover /
box-shadow: none;
}
.profile-top-bar-search-box div:has(svg) { / colors the svgs (The magnifying glass symbol)/
color: grey;
opacity: 1;
}
search-input::placeholder { / hides the default placeholder text and stufffff/
opacity: 0;
}
search-input { / text styling for search bar /
position: absolute;
width: calc(100% - 2.5rem) !important;
padding-right: 2.5rem !important;
font-family: Grenze Gotisch, serif !important;
font-size: 1rem !important;
color: #FDD8D8 !important;
caret-color: #FDD8D8;
}
.pp-top-bar-search::after { / THE NEW PLACEHOLDER TEXT /
content: "Searching for something else...?";
position: absolute;
max-width: calc(100% - (2.5rem * 2));
top: 50%;
transform: translateY(-50%);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none;
font-family: , serif;
font-size: 1rem;
font-weight: 400;
color: grey;
transition: opacity 200ms ease-in-out;
}
.pp-top-bar-search:focus-within::after,
.pp-top-bar-search:has(#search-input:not(:placeholder-shown))::after { / hides the new placeholder when search bar is clicked /
opacity: 0;
}
.pp-top-bar-search:focus-within #search-input,
search-input:not(:placeholder-shown) { / makes input text visible when search bar is clicked on or has typed text /
}
.pp-top-bar-app-menu-list { / The container for all the menu buttons /
background: white;
border: 2px solid black;
outline-offset: 1px;
outline: 1px solid white;
border-radius: 16px;
box-shadow: none !important;
}
.pp-top-bar-app-menu-list-item { / Styling for all of the buttons /
color: white;
font-family: Cardo;
border-radius: 12px;
background-color: black;
}
.pp-top-bar-app-menu-list-item:hover { / options on hover (color: being the text) (background being the background of the options) /
background: white;
color: black;
}
/ โฎ โ The complete template for the new Notification menus in janitor.ai! โ โฎ /
/ === NOTIFS BOX SECTION === /
/ credits to @tigerdropped for the box template โก /
[class="Popover_"] { / background and font, border, colors /
background: black;
border: 2px solid white;
border-radius: 0;
font-family: Montserrat, serif;
box-shadow: unset;
}
[class="popoverHeader_"] { / top bar with close button /
padding: 1rem 1.25rem;
background: transparent;
border-bottom: 2px solid white;
}
[class="popoverTitle_"] { / "Notifications" header text /
font-family: Montserrat, serif;
color: white;
}
[class="popoverHeader_"] button { / the close button /
background: #242424;
color: white;
transition: color 500ms, background 500ms;
transform: scale(1.2);
border-radius: 50%;
}
[class="popoverHeader_"] button:hover { / on hover /
color: black;
background: white;
}
[class="notificationsList_"]::-webkit-scrollbar-thumb { / makes scrollbar more noticeable (not available on all browsers) /
background: white;
}
/ NOTIFICATIONS /
[class="notificationItem"] { / notification boxes /
background: transparent;
border-radius: 0;
border-bottom: 2px solid white;
}
[class="notificationItem"]:hover { / on hover /
background: #242424;
}
[class="Indicator_"] { / new/unread notification bar /
background: #FDD8D8;
}
[class="notificationTitle"],
[class="subject"] { / notification box title (new comment on...) /
background: unset;
-webkit-text-fill-color: unset;
color: white;
}
[class="notificationMessage"],
[class="body"] { / body text or notification content (username left a new comment...) /
color: grey;
}
[class="notificationTime"],
[class="timestamp"] { / date text /
color: white;
font-family: Montserrat, serif;
}
[class="archiveButton"] { / archive notification button /
backdrop-filter: unset;
border-radius: 50%;
background: grey;
color: white;
transition: color 500ms, background 500ms;
}
[class="_archiveButton"]:hover { / on hover /
background: #242424;
color: white;
}
[class="_loadMoreButton"] { / "Load more" box /
border-color: white;
color: white;
transition: color 500ms, background 500ms;
}
[class="loadMoreButton"]:hover { / on hover */
background: black;
color: grey;
}
/ === FILTER TAGS MENU SECTION === /
/ credits to @tigerdropped for the menu template this thing is ridiculous /
.pp-fl-filter-button {
background-color: black;
border: 1px solid white;
border-radius: 0;
}
.pp-fl-filter-button svg { / === SVG of the button === /
color: white !important;
}
root ~ :has(> .profile-filter-modal-modal-overlay) [data-focus-lock-disabled] > * > * { / background of menu /
background: black !important;
border: 2px solid white;
border-radius: 0;
}
.profile-filter-modal-modal-overlay ~ [data-focus-lock-disabled] > * > * > header, .profile-filter-modal-body-tags-flex-box-heading { / "Filters" and "Tags" text /
text-align: center;
font-family: Montserrat, serif;
font-weight: 100;
color: white;
}
.profile-filter-modal-modal-overlay ~ [data-focus-lock-disabled] > * > * > button { / the close button /
border-radius: 50%;
color: #242424;
}
.profile-filter-modal-modal-overlay ~ [data-focus-lock-disabled] > * > * > button:is(:hover, :focus, :active) { / pointer effects of close button /
background: white;
}
:has(> [class="tagsContainer"]) { / controls spacing between the panel button (which doesn't work currently), the tag container alongside the scroll buttons, and the button to expand the tag list /
margin: 0;
margin: 0;
padding: 0;
gap: 1rem;
flex-flow: column; / makes everything stack vertically. /
align-items: center;
}
[class="filterButton"] { / this button currently doesnt do anything on profiles, so avoid styling it and simply hide it */
display: none;
}
[class="expandButton"] { / button to expand tag list, make sure this button is easily noticeable! /
display: flex;
align-items: center;
padding: 0 0.75rem;
gap: 0.5rem;
width: auto;
border-radius: 0;
background: #242424;
border: 2px solid white;
outline: 1px solid white;
outline-offset: 2px;
color: white; / Controls both the border color and Icon color /
transition: background 500ms, color 500ms, border 500ms;
}
[class="expandButton"] :is(svg, path) {
stroke: currentColor !important; / will use the color specified in the selector before this. /
}
[class="expandButton"]::before {
content: "Show All Tags";
font-family: Montserrat, serif;
font-size: 1rem;
font-weight: 700;
}
[class="tagsContainer"]:has([class="expanded"]) + [class="expandButton"]::before {/ when expanded /
content: "Hide Tags";
}
[class="_expandButton"]:is(:hover, :focus, :active) {
background: black;
}
/ MAIN TAG CONTAINER /
[class="tagsContainer"] {
width: 100%;
padding: 0.5rem;
border: 2px solid white;
border-radius: 0;
transition: border-radius 500ms;
}
[class="gradientLeft"] { / the gradients when collapsed , avoid additional styling /
background: linear-gradient(to left, transparent, #0C0404 50% 100%);
}
[class="gradientRight"] { / the right-side gradient when scrolling through tags /
right: 0 !important;
background: linear-gradient(to right, transparent, #0C0404 50% 100%);
}
[class="collapsedContainer"][class="expanded"] { / when tag menu is expanded /
justify-content: center; / will center the tags horizontally. /
}
[class="collapsedContainer"] [class="motionDiv"] { margin: 0; } / dont modify this, controls the animation the tags have when expanding the menu */
/ NAVIGATION BUTTONS /
[class="_navigationButton"] { / the arrows as you scroll through the tags when collapsed, make sure these buttons are easily noticeable! /
padding: 0;
padding: 0;
border-radius: 50%;
background: #242424;
border: 2px solid;
color: white; / Controls both the border color and the Icon color. /
transition: background 500ms, color 500ms, border 500ms;
}
/ fixes for nav buttons /
[class="navigationButton"] path { opacity: 1; stroke: currentColor; }
[class="_navigationButton"] svg { position: relative; top: -1px; }
[class="_navigationButtonLeft"] svg { left: -2px; }
[class="_navigationButton"]:is(:hover, :focus, :active) {
background: black;
}
/ TAGS /
[class="_collapsedContainer"] [class="tag"] { / unselected tags /
border: none;
border-bottom: 1px solid;
border-radius: 0;
display: inline-block;
text-align: center;
color: white;
font-family: Montserrat, serif;
text-transform: lowercase;
transition: 500ms;
}
[class="collapsedContainer"] [class="tag"]::first-letter { / hides emojis /
font-size: 0;
}
[class="collapsedContainer"] [class="tagSelected"] { / selected tags /
color: #242424;
box-shadow: unset !important;
text-shadow: unset !important;
}
[class="collapsedContainer"] [class="tag"]:not([class="tagSelected"]):hover { / hover effect on unselected tags /
color: #444444;
}
[class="collapsedContainer"] [class="tag"]:active { / effect on active click /
transform: scale(0.95);
}
[class="motionDiv"][class="divider"] { / divider that appears to separate selected tags from unselected tags /
color: white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__control {
background: #242424;
border: none;
border: 1px solid white !important;
border-radius: 0 !important;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__single-value {
color: white;
font-family: Montserrat, serif;
font-weight: 400;
font-size: 1.25rem;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__indicator-separator {
display: none;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) svg {
color: white;
transition: 500ms;
}
:is(.default, .dark, .transparent, .css-b62m3t-container):has(.css-qr46ko) svg {
transform: rotateX(180deg);
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__menu {
width: max-content;
text-align: center;
background: #0C0404;
border: 2px solid white;
border-radius: 0;
}
.css-qr46ko {
padding: 0;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option {
color: white;
font-family: Montserrat, serif;
font-weight: 500;
border-bottom: 2px solid white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option:hover {
background: #242424;
transition: 500ms;
color: white;
}
:is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option--is-selected, :is(.default, .dark, .transparent, .css-b62m3t-container) .react-select__option--is-focused {
background: #444444;
transition: 500ms;
color: white;
}
.pp-cc-list-container + div {
justify-content: center;
}
:is(.pp-pg-prev-button, .pp-pg-next-button) svg {
color: white;
opacity: 1;
}
.pp-tabs-wrapper {
position: relative;
top: 1.1rem;
padding: 0;
height: 3rem;
width: auto;
margin: auto;
justify-content: center;
align-items: center;
background: transparent;
z-index: 0;
border-bottom: none;
}
.pp-tabs-wrapper::before {
content: "";
position: absolute;
height: 100%;
min-width: 100%;
background: #242424;
overflow: visible;
outline: 4px solid black;
outline-offset: -6px;
border: 1px solid white;
}
.pp-tabs-button {
font-size: 0;
font-family: Montserrat, serif;
text-wrap: nowrap;
font-weight: bolder;
text-transform: unset;
}
.pp-tabs-button::after {
font-size: 2rem;
content: " The Selection ";
color: white;
font-weight: 100;
}
.pp-tabs-indicator {
display: none;
}
```