×
Create a new article
Write your page title here:
We currently have 30 articles on Ghost Machine Wiki. Type your article name above or create one of the articles listed here!



    Ghost Machine Wiki

    MediaWiki:RecentChangesMultiple.css

    Note: After publishing, you may have to bypass your browser's cache to see the changes.

    • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
    • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
    • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
    • Opera: Press Ctrl-F5.
    .rc-content-multiple,
    #rc-content-multiple {
      padding: 4px 5px;
      background: rgba(0, 0, 0, 0.05);
    }
    .rcm-status {
      text-align: center;
      padding: 15px 5px;
      background: rgba(0, 0, 0, 0.05);
    }
    .rcm-status .rcm-error {
      color: red;
    }
    .rcm-wikis {
      padding: 4px 0;
      border-bottom: 2px dotted currentColor;
    }
    .rcm-wikis img {
      vertical-align: middle;
    }
    .rcm-footer {
      text-align: right;
      font-size: 70%;
      line-height: 1.6;
      padding: 0 3px;
      border-top: 1px solid #999;
      background: rgba(0, 0, 0, 0.15);
    }
    .rcm-footer .rcm-new-version {
      color: white;
      background: red;
      margin-left: 1px;
      padding: 0px 2px;
      border-radius: 5px;
      border: 2px dotted darkred;
      font-size: 80%;
      font-weight: bold;
    }
    .rcm-tiled-favicon {
      opacity: 0.1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background-size: 16px;
      background-attachment: fixed;
    }
    /* Style results */
    table.mw-enhanced-rc {
      position: relative;
      width: 100%;
    }
    table.mw-enhanced-rc td:last-child {
      width: 100%;
    }
    .rcm-results ul.special li {
      position: relative;
    }
    .rcm-previouslyLoaded {
      font-size: small;
      margin: 3px 5% 0;
      padding: 2px;
      text-align: center;
      background: rgba(200, 140, 90, 0.2);
      border-radius: 5px 5px 0 0;
      border: 1px inset rgba(255, 100, 100, 0.5);
      border-bottom: 1px solid #C77;
      line-height: 1;
    }
    .rcm-previouslyLoaded strong {
      background: rgba(175, 175, 175, 0.1);
      display: block;
      border: 1px solid rgba(116, 140, 90, 0.15);
      border-radius: 5px 5px 0 0;
    }
    .rcm-noNewChanges {
      font-size: small;
      margin: 6px 5% 0;
      padding: 2px;
      text-align: center;
      background: rgba(116, 140, 90, 0.08);
      border-radius: 0 0 5px 5px;
      border: 1px inset rgba(100, 100, 100, 0.2);
      border-bottom: 1px solid #777;
      line-height: 1;
    }
    /*.rcm-results, #rcm-results { white-space: pre; }*/
    .rcm-content-loading {
      font-size: 80%;
      font-decoration: underline;
    }
    .rcm-autoRefresh {
      font-size: xx-small;
      line-height: 100%;
    }
    .rcm-autoRefresh label {
      border-bottom: 1px dotted currentColor;
      cursor: help;
    }
    .rcm-options {
      position: relative;
    }
    .rcm-options .rcoptions {
      margin: 0;
    }
    .rcm-options .rcoptions legend {
      padding-top: 0;
    }
    .rcm-options-settings {
      top: 1em;
      right: 0px;
      line-height: 1.2;
      padding: 0 4px;
      color: #DDD;
    }
    .rcm-options-settings-cont {
      display: inline-block;
    }
    .rcm-options-settings-cont label {
      display: block;
    }
    .rcm-wikis-info {
      margin-top: 2px;
    }
    .rcm-wikis-info table {
      margin: 0;
    }
    .rcm-wikis-info .banner-notification {
      padding: 4px 8px;
    }
    .rcm-wiki-infotable {
      width: 95%;
      width: calc(100% - 20px);
    }
    .rcm-wiki-infotable td {
      padding: 2px;
    }
    .rcm-wiki-infotable .statisticstable {
      table-layout: fixed;
    }
    .rcm-title-cell {
      white-space: nowrap;
    }
    .rcm-title-cell + td {
      width: 100%;
    }
    .rcm-favicon-goto-button,
    .rcm-wikis-list .favicon {
      cursor: pointer;
    }
    .rcm-ajaxIcon {
      cursor: pointer;
    }
    .rcm-ajaxIcon svg:hover {
      box-shadow: 0 0 5px 0 currentColor;
    }
    .rcm-svg-icon {
      vertical-align: middle;
    }
    #rcm-loading .bar {
      animation: rcm-loader-bar-pulse 1s infinite cubic-bezier(0.1, 0.9, 0.4, 1);
    }
    #rcm-loading .bar1 {
      animation-delay: 0s;
    }
    #rcm-loading .bar2 {
      animation-delay: 0.1s;
    }
    #rcm-loading .bar3 {
      animation-delay: 0.2s;
    }
    @keyframes rcm-loader-bar-pulse {
      from {
        transform: scale(2);
      }
    }
    #rcm-loading-large .gear1 {
      animation: rcm-loader-large-gear1-rotate 1s infinite linear;
      transform-origin: 50px 50px;
    }
    #rcm-loading-large .gear2 {
      animation: rcm-loader-large-gear2-rotate 1s infinite linear;
      transform-origin: 50px 50px;
    }
    @keyframes rcm-loader-large-gear1-rotate {
      from {
        transform: rotate(90deg);
      }
      to {
        transform: rotate(0deg);
      }
    }
    @keyframes rcm-loader-large-gear2-rotate {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(90deg);
      }
    }
    /* Style the RCM module */
    #rcm-modal-content {
      min-width: 600px;
      max-width: 1220px;
      font-size: 14px;
    }
    #rcm-modal-content #toc {
      display: none;
    }
    @media (max-width: 500px) {
      #rcm-modal-content {
        min-width: 350px;
      }
    }
    @media (max-width: 350px) {
      #rcm-modal-content {
        min-width: 250px;
      }
    }
    .rcm-gallery .thumbimage {
      max-width: 210px;
      max-height: 210px;
      width: auto;
      height: auto;
    }
    .rcm-gallery .wikia-gallery-item {
      width: 210px;
    }
    .rcm-gallery .thumb {
      height: 210px;
    }
    .rcm-gallery .image-no-lightbox {
      width: 210px;
    }
    /* Hide the rail if this class is present */
    .rcm-hiderail #WikiaMainContentContainer {
      margin-right: 0;
    }
    .rcm-hiderail #WikiaMainContent {
      width: 100%;
    }
    .rcm-hiderail #WikiaRail,
    .rcm-hiderail #recentWikiActivity,
    .rcm-hiderail .home-top-right-ads {
      display: none;
    }
    /**************************
     * ## Some Special:RecentChanges css, since it's not loaded on normal pages ##
     **************************/
    /* extensions/wikia/RecentChanges/css/RecentChanges.scss */
    .rc-conntent {
      min-height: 200px;
    }
    .mw-recentchanges-table {
      zoom: 1;
    }
    .mw-recentchanges-table:after {
      clear: both;
      content: " ";
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden;
    }
    .mw-recentchanges-table td.mw-label,
    .mw-recentchanges-table td.mw-input {
      vertical-align: middle;
    }
    .mw-recentchanges-table .WikiaDropdown {
      float: left;
      margin-top: 1px;
      margin-right: 10px;
    }
    .mw-recentchanges-table .WikiaDropdown .toolbar {
      background-color: #ccdee6;
      border-bottom: 1px solid #bcc1c4;
      line-height: 30px;
      padding: 0 10px;
    }
    .mw-recentchanges-table .WikiaDropdown .toolbar input[type="checkbox"] {
      margin-right: 10px;
    }
    .mw-recentchanges-table .WikiaDropdown .toolbar input[type="checkbox"].modified {
      opacity: 0.5;
    }
    .mw-recentchanges-table .WikiaDropdown .toolbar label {
      display: block;
    }
    /* mediawiki.special.changelist */
    table.mw-enhanced-rc {
      border: 0;
      border-spacing: 0;
    }
    table.mw-enhanced-rc th,
    table.mw-enhanced-rc td {
      padding: 0;
      vertical-align: top;
    }
    td.mw-enhanced-rc {
      white-space: nowrap;
      font-family: monospace;
    }
    .mw-enhanced-rc-time {
      font-family: monospace;
    }
    table.mw-enhanced-rc td.mw-enhanced-rc-nested {
      padding-left: 1em;
    }
    .mw-enhanced-rc .collapsible-expander {
      float: none;
    }
    .mw-enhanced-rc .mw-rc-openarrow {
      visibility: hidden;
    }
    .mw-enhanced-rc.mw-made-collapsible .mw-rc-openarrow,
    .mw-enhanced-rc .mw-rc-closearrow {
      visibility: visible;
      display: none;
    }
    .mw-enhanced-rc.mw-made-collapsible .mw-collapsible-toggle-collapsed .mw-rc-openarrow,
    .mw-enhanced-rc.mw-made-collapsible .mw-collapsible-toggle-expanded .mw-rc-closearrow {
      display: inline;
    }
    /* skins/oasis/css/oasis.scss - removed from wikia css, so re-adding here */
    .banner-notification {
      box-shadow: 0 2px 5px 0 #e0e0e0;
      padding: 8px 10px;
    }
    .banner-notification.confirm {
      background: #92CD8E;
      border: 1px solid #7EB37D;
      border-top-width: 0;
      color: #28482E;
    }
    .banner-notification.confirm .close {
      background-color: #161f15;
    }
    .banner-notification.confirm a {
      color: #3d6341;
    }
    .banner-notification.notify {
      background: #7ABFDD;
      border: 1px solid #6DA8C1;
      border-top-width: 0;
      color: #22424F;
    }
    .banner-notification.notify .close {
      background-color: #121d21;
    }
    .banner-notification.notify a {
      color: #345b6b;
    }
    .banner-notification.error {
      background: #E56667;
      border: 1px solid #C859CA;
      border-top-width: 0;
      color: #511616;
    }
    .banner-notification.error .close {
      background-color: #220f0f;
    }
    .banner-notification.error a {
      color: #6f2626;
    }
    .banner-notification.warn {
      background: #F2CF60;
      border: 1px solid #D2B554;
      border-top-width: 0;
      color: #524616;
    }
    .banner-notification.warn .close {
      background-color: #241f0e;
    }
    .banner-notification.warn a {
      color: #726125;
    }
    .banner-notification .msg {
      font-size: 13px;
      line-height: 16px;
    }
    .banner-notification .msg a {
      text-decoration: underline;
    }
    .banner-notification .close {
      float: right;
      height: 14px;
      margin: 0;
      width: 14px;
    }
    .banner-notification .close img {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAnklEQVR42q2SUQ2FMAwAsVALWJiFWXgWsIAFLGABC1iYBSwgYaVLjqQJe2QQSO6ja69ZOzpVfc03cs65N6IRuspXciA1WYzNUBp48cf5WuKLTFEwlCbCWW/sIH9likcaLMSrv82tjLAgnOJIqkFmfj/nEzkiKrOGFtkvaHNbToa0yAkhEk/E841MoVtQpeFQlUuCguQ8//47hM/+7dccsoYmxqM9qkcAAAAASUVORK5CYII=");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 12px 11px;
      content: "";
      display: block;
      height: 100%;
      width: 100%;
    }
    .banner-notification.non-dismissible .close {
      display: none;
    }
    .banner-notification a.wikia-button {
      text-decoration: none;
    }
    .banner-notifications-wrapper {
      margin: 0 auto;
      transition: top 200ms linear;
      width: 958px;
      z-index: 5000101;
    }
    .banner-notifications-wrapper.float {
      left: 50%;
      margin-left: -515px;
      position: fixed;
    }
    .wikia-grid .banner-notifications-wrapper {
      width: 988px;
    }
    .wikia-grid .banner-notifications-wrapper.float {
      margin-left: -505px;
    }
    @media screen and (max-width: 1020px) {
      .wikia-grid .banner-notifications-wrapper.float {
        width: -webkit-calc(80%);
        width: calc(80%);
        left: 0;
        margin: 0;
      }
    }
    .modalWrapper .banner-notifications-wrapper {
      box-shadow: 0 0 0 0 #000;
      margin: auto;
      width: auto;
    }
    .modalWrapper .banner-notifications-wrapper .close {
      display: none;
    }
    .modalWrapper .banner-notifications-wrapper.float {
      left: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      width: 100%;
    }
    .modalWrapper .banner-notifications-wrapper .msg {
      padding: 8px 10px;
    }
    .modal .banner-notifications-wrapper {
      width: 100%;
    }
    .modal .banner-notifications-wrapper .close {
      display: none;
    }
    .ve-ui-window-body .banner-notifications-wrapper {
      box-sizing: border-box;
      position: absolute;
      width: 100%;
    }
    .ve-ui-window-body .banner-notifications-wrapper .close {
      position: absolute;
      right: 15px;
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.