No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
color: #1e1a13 !important; | color: #1e1a13 !important; | ||
text-shadow : 0px, 0px; | |||
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); | box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); | ||
max-width: 600px; | |||
} | |||
.npc-card, div { | |||
text-shadow: 0px 0px; | |||
} | } | ||
.npc-header { | .npc-header { | ||
text-align: center; | text-align: center; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
font-size: | font-size: 16px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #4b2e0f !important; | color: #4b2e0f !important; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
Line 26: | Line 31: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
color: #333 !important; | color: #333 !important; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
Line 32: | Line 38: | ||
margin-top: 15px; | margin-top: 15px; | ||
padding-top: 10px; | padding-top: 10px; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
Line 39: | Line 46: | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
font-size: | font-size: 12px; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
Line 46: | Line 54: | ||
grid-template-columns: 1fr 1fr; | grid-template-columns: 1fr 1fr; | ||
gap: 4px 10px; | gap: 4px 10px; | ||
font-size: | font-size: 12px; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
.npc-full { | .npc-full { | ||
grid-column: span 2; | grid-column: span 2; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
.npc-bold { | .npc-bold { | ||
font-weight: bold; | font-weight: bold; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
Line 62: | Line 72: | ||
margin-top: 15px; | margin-top: 15px; | ||
font-size: 13px; | font-size: 13px; | ||
text-shadow : 0px, 0px; | |||
} | } | ||
Latest revision as of 21:59, 7 May 2025
/* 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;
text-shadow : 0px, 0px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
max-width: 600px;
}
.npc-card, div {
text-shadow: 0px 0px;
}
.npc-header {
text-align: center;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #4b2e0f !important;
text-shadow : 0px, 0px;
}
.npc-subheader {
font-size: 14px;
text-align: center;
margin-bottom: 10px;
color: #333 !important;
text-shadow : 0px, 0px;
}
.npc-section {
border-top: 2px solid #c4b489;
margin-top: 15px;
padding-top: 10px;
text-shadow : 0px, 0px;
}
.npc-section-title {
font-weight: bold;
color: #4b2e0f !important;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 12px;
text-shadow : 0px, 0px;
}
.npc-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4px 10px;
font-size: 12px;
text-shadow : 0px, 0px;
}
.npc-full {
grid-column: span 2;
text-shadow : 0px, 0px;
}
.npc-bold {
font-weight: bold;
text-shadow : 0px, 0px;
}
.npc-flavor {
font-style: italic;
margin-top: 15px;
font-size: 13px;
text-shadow : 0px, 0px;
}
.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;
}