Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 55: Line 55:
.npc-bold {
.npc-bold {
   font-weight: bold;
   font-weight: bold;
   line-shadow: 0px 0px;
   text-shadow: 0px 0px;
}
}



Revision as of 21:36, 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;
  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;
}