Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(8 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 */
/* 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;
  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;
}
}


/* Table Styling */
.npc-section-title {
.parchment-box .wikitable {
   font-weight: bold;
   background-color: #eaca76;
  color: #4b2e0f !important;
   border: none;
   margin-bottom: 5px;
   width: 100%;
   text-transform: uppercase;
   font-size: 95%;
   font-size: 12px;
  text-shadow : 0px, 0px;
}
}


.parchment-box .wikitable th,
.npc-grid {
.parchment-box .wikitable td {
  display: grid;
   border: 1px solid #5b3a1e;
  grid-template-columns: 1fr 1fr;
   padding: 6px;
  gap: 4px 10px;
   font-size: 12px;
   text-shadow : 0px, 0px;
}
}


/* Section Headers */
.npc-full {
.parchment-box .wikitable th {
   grid-column: span 2;
   background-color: #e5d19b;
   text-shadow : 0px, 0px;
  color: #927017;
  font-size:75%;
  font-variant: small-caps;
   text-align: center;
}
}


/* Table Caption */
.npc-bold {
.parchment-box .wikitable caption,
.parchment-box .wikitable pre {
  background-color: transparent;
  font-size: 50%;
   font-weight: bold;
   font-weight: bold;
   text-align: left;
   text-shadow : 0px, 0px;
  color: #927017;
}
}
.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;
}