To The Moon Wiki
Advertisement

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.
/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

.WikiaArticle .toc {
    border: 1px solid #837a6c !important;
}

/* Custom Infobox for TTM */
.ttm-infobox {
    border: 1px #837b6d solid;
    float: right;
    line-height: 15px;
    margin: 0 0 16px 16px;
    padding: 15px 8px 8px;
    width: 250px;
    background-color: rgb(95, 85, 68);
    font-size: 13px;
}

.ttm-infobox th {
    font-weight: bold;
    text-align: left;
    width: 20%;
}

.ttm-infobox .image {
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 225px;
}

.ttm-infobox .header {
    background-color: #f6e7d2;
    padding:4px;
    font-size:15px;
    color:#000;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.ttm-infobox .category {
    color:#f6e7d2;
    font-size:110%;
    font-variant:small-caps;
    text-align:center;
    padding:3px;    
}

.ttm-infobox .hr {
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.ttm-episodes > tr td:last-child{
    width:1%;
    white-space:nowrap;
}
Advertisement