×
Create a new article
Write your page title here:
We currently have 14 articles on Topicalballs Wiki. Type your article name above or click on one of the titles below and start writing!



Topicalballs Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Cosmos skin */
/* CREDIT TO POLANDBALLRUWIKI FOR THE CSS */
body ::-webkit-scrollbar-thumb {                    
    border-radius: 8px;
    border: 2.5px solid transparent;
    background-clip: content-box;
}

body ::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: var(--theme-page-color);
}

::-webkit-scrollbar-thumb {
    background: var(--theme-text-mix-color);
}

::-webkit-scrollbar-corner {
    background: none;
}

::-webkit-resizer {
    background: url(https://static.miraheze.org/polandballruwiki/6/69/Expand-solid.svg);
    background-size: 75% 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.client-darkmode ::-webkit-resizer {
    background: url(https://static.miraheze.org/polandballruwiki/c/c9/Expand-solid-light.svg);
    background-size: 75% 75%;
    background-position: center;
    background-repeat: no-repeat;
}