No edit summary |
No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /*NPC Statblocks /* Pathfinder NPC Card Styles */ | ||
. | .npc-card { | ||
background: | background-color: #f9f5e3 !important; | ||
border: 3px solid #5a3e1b; | |||
border: | border-radius: 10px; | ||
padding: | padding: 20px; | ||
font-family: | width: 650px; | ||
color: # | margin: auto; | ||
box-shadow: | font-family: Georgia, serif; | ||
max-width: | 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: | 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; | |||
text- | |||
} | } | ||
.npc-bold { | |||
. | |||
font-weight: bold; | font-weight: bold; | ||
text- | text-shadow : 0px, 0px; | ||
} | } | ||
.npc-flavor { | |||
font-style: italic; | |||
margin-top: 15px; | |||
font-size: 13px; | |||
text-shadow : 0px, 0px; | |||
} | |||
.wikiEditor-ui { | .wikiEditor-ui { |
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;
}