MediaWiki:Common.css: Difference between revisions

From Harrison County Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
   border: 1px solid #aaa;
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   padding: 4px;
   padding: 10px 15px;
   margin: 1em 0;
   margin: 1em 0;
   border-left: 10px solid #36c;
   border-left: 6px solid #36c;
   box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
   box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  font-size: 90%;
  line-height: 1.4em;
  clear: both;
  display: table;
  width: 100%;
}
}
.ambox-notice {
.ambox-notice {
   border-left-color: #36c;
   border-left-color: #36c;
}
}
.ambox-warning {
.ambox-warning {
   border-left-color: #f28500;
   border-left-color: #f28500;
   background-color: #fff8e5;
   background-color: #fff8e5;
}
}
.ambox-serious {
.ambox-serious {
   border-left-color: #d33;
   border-left-color: #d33;
   background-color: #ffeaea;
   background-color: #ffeaea;
}
}
.ambox-content {
.ambox-content {
   border-left-color: #6b4;
   border-left-color: #6b4;
}
}
.ambox-delete {
.ambox-delete {
   border-left-color: #b32424;
   border-left-color: #b32424;
}
}
.ambox-move {
.ambox-move {
   border-left-color: #9932cc;
   border-left-color: #9932cc;
}
}
.ambox-protect {
.ambox-protect {
   border-left-color: #00a;
   border-left-color: #00a;
}
}
.ambox-style {
.ambox-style {
   border-left-color: #f0c000;
   border-left-color: #f0c000;
}
}
.ambox-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.ambox-image {
.ambox-image {
   width: 52px;
   width: 40px;
  vertical-align: middle;
  padding-right: 12px;
   text-align: center;
   text-align: center;
}
}
.ambox-text {
.ambox-text {
   padding-left: 0.5em;
   vertical-align: middle;
}
   word-wrap: break-word;
 
   font-family: sans-serif, Arial, Helvetica;
body {
   color-scheme: dark;
   background-color: #1e1e1e;
  color: #ddd;
}
}

Revision as of 01:09, 4 August 2025

.ambox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 10px 15px;
  margin: 1em 0;
  border-left: 6px solid #36c;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  font-size: 90%;
  line-height: 1.4em;
  clear: both;
  display: table;
  width: 100%;
}

.ambox-notice {
  border-left-color: #36c;
}

.ambox-warning {
  border-left-color: #f28500;
  background-color: #fff8e5;
}

.ambox-serious {
  border-left-color: #d33;
  background-color: #ffeaea;
}

.ambox-content {
  border-left-color: #6b4;
}

.ambox-delete {
  border-left-color: #b32424;
}

.ambox-move {
  border-left-color: #9932cc;
}

.ambox-protect {
  border-left-color: #00a;
}

.ambox-style {
  border-left-color: #f0c000;
}

.ambox-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.ambox-image {
  width: 40px;
  vertical-align: middle;
  padding-right: 12px;
  text-align: center;
}

.ambox-text {
  vertical-align: middle;
  word-wrap: break-word;
  font-family: sans-serif, Arial, Helvetica;
}