More actions
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.copy {
cursor: pointer;
}
.command-template.copy:active {
background-color: var(--color-surface-3);
}
.command-template.copy {
border: 1px solid var(--border-color-base);
background-color: var(--color-surface-2);
font-family: var(--font-family-monospace);
font-size: 0.875rem;
color: var(--color-base--emphasized);
padding: 2px 4px;
border-radius: var(--border-radius--small);
font-weight: normal;
white-space: nowrap;
}
.command-template.copy abbr {
text-decoration: none;
}
.command-template.copy {
font-family: 'Minecraft';
font-size: 0.7rem;
}
.responsive-iframe {
width: 100%;
height: 450px;
}
div.responsive-img img {
height: auto;
max-width: 100%;
}
.page-Home .ajaxpoll-id-info, .page-Home .ajaxpoll .ajaxpoll-misc {
display: none;
}
.page-Home .ajaxpoll .ajaxpoll-answer-vote {
height: 1rem;
}
.page-Home .ajaxpoll label {
padding: 0.2rem;
}
.mw-ui-icon-featured {
width: 2rem;
height: 2rem;
margin: 0;
background: url(https://www.prismparty.net/images/f/fe/Cubeylove.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-flex;
}
.external-image img {
float: right;
width: 200px;
border: 2px solid var(--color-surface-0);
border-radius: var(--border-radius--medium);
margin-left: 1rem;
}
@media only screen and ( max-width: 720px ) {
.external-image img {
float: none;
width: 100%;
border: 2px solid var(--color-surface-0);
border-radius: var(--border-radius--medium);
margin-left: 0;
margin-bottom: 1rem;
}
}
.discord_format-main {
padding: 2px;
border-radius: 3px;
}
.discord_format-main:hover {
filter: brightness(1.02);
}
.discord_format-icon {
font-weight: bold;
}
.skin-citizen-light .discord_format-main {
background-color: #e5e9fc;
color: #546bea;
}
.skin-citizen-dark .discord_format-main {
background-color: #2d3663;
color: #c9cef8;
}
/* Fix recent updates page date section */
.page-Prism_Party_Updates .up-preview {
display: none !important;
}
.page-Prism_Party_Updates .mw-parser-output .prevupdate-date {
position: initial !important;
}