Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Parchment Background Style */
/*NPC Statblocks /* Pathfinder NPC Card Styles */
.parchment-box {
.npc-card {
   background: url('images/body-bg1.png') ;
   background-color: #f9f5e3 !important;
   background-size: cover;
   border: 3px solid #5a3e1b;
   border: 2px solid #5b3a1e;
   border-radius: 10px;
   padding: 10px;
   padding: 20px;
   font-family: "Georgia", serif;
  width: 650px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: auto;
  max-width:400px;
   font-family: Georgia, serif;
  text-shadow: 0px 0px #000;
  color: #1e1a13 !important;
   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
}


/* Table Styling */
.npc-header {
.parchment-box .wikitable {
   text-align: center;
   background-color: #eaca76;
  margin-bottom: 10px;
   border: none;
  font-size: 28px;
   width: 100%;
  font-weight: bold;
   font-size: 95%;
  color: #4b2e0f !important;
}
 
.npc-subheader {
   font-size: 14px;
   text-align: center;
   margin-bottom: 10px;
  color: #333 !important;
}
}


.parchment-box .wikitable th,
.npc-section {
.parchment-box .wikitable td {
   border-top: 2px solid #c4b489;
   border: 1px solid #5b3a1e;
  margin-top: 15px;
   padding: 6px;
   padding-top: 10px;
}
}
.parchment-box .wikitable td {
 
color: #927017;
.npc-section-title {
  font-weight: bold;
  color: #4b2e0f !important;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
}


/* Section Headers */
.npc-grid {
.parchment-box .wikitable th {
   display: grid;
   background-color: #e5d19b;
  grid-template-columns: 1fr 1fr;
   color: #927017;
   gap: 4px 10px;
   font-size:75%;
   font-size: 14px;
   font-variant: small-caps;
}
   text-align: center;
 
.npc-full {
   grid-column: span 2;
}
 
.npc-bold {
   font-weight: bold;
}
}


/* Table Caption */
.npc-flavor {
.parchment-box .wikitable caption,
   font-style: italic;
.parchment-box .wikitable pre {
   margin-top: 15px;
  background-color: transparent;
   font-size: 13px;
   font-size: 50%;
   line-height: normal;
   text-align: left;
  color: #927017;
}
}


.wikiEditor-ui {
.wikiEditor-ui {

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

.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;
}