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.
/* CSS placed here will be applied to all skins */
/*NPC Statblocks /* Pathfinder NPC Card Styles */
.npc-card {
background-color: #f9f5e3 !important;
border: 3px solid #5a3e1b;
border-radius: 10px;
padding: 20px;
width: 650px;
margin: auto;
font-family: Georgia, serif;
color: #1e1a13 !important;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.npc-header {
text-align: center;
margin-bottom: 10px;
font-size: 28px;
font-weight: bold;
color: #4b2e0f !important;
}
.npc-subheader {
font-size: 14px;
text-align: center;
margin-bottom: 10px;
color: #333 !important;
}
.npc-section {
border-top: 2px solid #c4b489;
margin-top: 15px;
padding-top: 10px;
}
.npc-section-title {
font-weight: bold;
color: #4b2e0f !important;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 14px;
}
.npc-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4px 10px;
font-size: 14px;
}
.npc-full {
grid-column: span 2;
}
.npc-bold {
font-weight: bold;
text-shadow: 0px 0px;
}
.npc-flavor {
font-style: italic;
margin-top: 15px;
font-size: 13px;
}
.wikiEditor-ui {
background-color: inherit;
}
.wikiEditor-ui-toolbar{
background-color: #FCF5E5;
}
.codeEditor-status {
background-color: inherit;
}
.ace-tm, .ace_gutter, .ace_scroller, .ace_content{
background-color: #333;
}