Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 30: Line 30:
   background-color: #e5d19b;
   background-color: #e5d19b;
   color: #927017;
   color: #927017;
  font-size:75%;
   font-variant: small-caps;
   font-variant: small-caps;
   text-align: center;
   text-align: center;
Line 38: Line 39:
.parchment-box .wikitable pre {
.parchment-box .wikitable pre {
   background-color: transparent;
   background-color: transparent;
   font-size: 140%;
   font-size: 50%;
   font-weight: bold;
   font-weight: bold;
   text-align: left;
   text-align: left;

Revision as of 21:10, 7 May 2025

/* CSS placed here will be applied to all skins */
/* Parchment Background Style */
.parchment-box {
  background: url('images/body-bg1.png') ;
  background-size: cover;
  border: 2px solid #5b3a1e;
  padding: 10px;
  font-family: "Georgia", serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  max-width:400px;
  text-shadow: 0px 0px #000;
}

/* Table Styling */
.parchment-box .wikitable {
  background-color: #eaca76;
  border: none;
  width: 100%;
  font-size: 95%;
}

.parchment-box .wikitable th,
.parchment-box .wikitable td {
  border: 1px solid #5b3a1e;
  padding: 6px;
}

/* Section Headers */
.parchment-box .wikitable th {
  background-color: #e5d19b;
  color: #927017;
  font-size:75%;
  font-variant: small-caps;
  text-align: center;
}

/* Table Caption */
.parchment-box .wikitable caption,
.parchment-box .wikitable pre {
  background-color: transparent;
  font-size: 50%;
  font-weight: bold;
  text-align: left;
  color: #927017;
}

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