MediaWiki:Common.css: Difference between revisions

imported>Galrion
m Shrinking font a little in character pane...
mNo edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 165: Line 165:


/* Main page CSS edits */
/* Main page CSS edits */
table.t-characters {
table.mp-characters {
     width: 100%;
     width: 100%;
     font-size: 130%;
     font-size: 130%;
}
}


table.t-characters tr {
table.mp-characters tr {
     height: 44px;
     height: 44px;
}
}
table.t-characters tr > td {
table.mp-characters tr > td {
     text-align: center;
     text-align: center;
     width: 20%;
     width: 20%;
}
}
table.t-characters tr > td.inset-image > div {
table.mp-characters tr > td.mp-inset-image > div {
     margin: -15px;
     margin: -15px;
}
}
.outlined {
  text-shadow:
  -1px -1px 0 #000, 
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
table.mp-plot-table {
  width: 100%;
  border-collapse: collapse
}
table.mp-plot-table td.mp-pad {
  width: 10%;
}
table.mp-plot-table td.mp-medpad {
  width: 40%;
}
table.mp-plot-table td.mp-bigpad {
  width: 50%;
}
table.mp-plot-table td.mp-vert {
  border-right: 1px solid black;
}
table.mp-plot-table td.mp-horiz {
  border-top: 1px solid black;
}
table.mp-plot-table td.mp-text {
  font-size: 90%;
  width: 20%;
  text-align: center;
}
table.mp-plot-table th {
  width: 20%;
  text-align: center;
  font-size: 105%;
}
/* Everything above is copied directly from Fandom, preserving for posterity for now */
/* New stuff for post-Fandom life goes below */
html, body {
  background: url("https://wiki.fhs.sh/images/a/a9/Classic_bg.png") #fddc99 !important;
  background-size: initial !important;
}
div#content {
  background-color:#f8e9ae;
}
div#p-cactions div.pBody ul li.mw-list-item a {
  background-color:#eecc66;
}
#displayTimer { font-size: 12px !important; }
#showdate a { color: white !important; }