Moviepedia

Recently, we've done several changes to help out this wiki, from deleting empty pages, improving the navigation, adding a rules page, as well as merging film infoboxes.

You can check out the latest overhauls that we have done on this wiki so far, as well as upcoming updates in our announcement post here.

READ MORE

Moviepedia
Advertisement

Note: To see your changes, you have to clear your browser's cache.

This can be carried out by the following methods:

  • Mozilla: Click Reload or press Ctrl-R.
  • Internet Explorer and Opera: Press Ctrl-F5.
  • Safari: Press Cmd-R.
  • Konqueror: Press Ctrl-R (or Cmd-R if using a Mac keyboard).
/* CSS placed here will be applied to all skins */
@import "https://fonts.googleapis.com/css?family=Tulpen+One";

/* Main Page */

/** Gallery tweaks **/
.mp-box .wikia-gallery-item .title, .mainpage time.timeago {
    display: none;
}

.mp-box .wikia-gallery-item .title + .lightbox-caption {
    text-align: center;
    margin-top: 8px;
    font-size: 100%;
}

/** Main boxes **/

.theme-fandomdesktop-light .mp-box {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 5px #C0C0C0;
}
.theme-fandomdesktop-dark .mp-box {
  background: #3e2c3b;
  box-shadow: 0 0 5px #111;
}

.mp-box {
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    margin: 0.3em 0.3em 1em;
    padding: 1em;
}

.mp-title {
    font-size: 175%;
    color: #e94259;
    text-transform: uppercase;
}

.mp-hr {
    background: #C0C0C0;
    border: none;
    height: 1px;
}

/** All-time great genre boxes **/

.mp-genre {
    margin: 1em -1em -1em;
    padding: 1em 2em 0;
    background-size: cover;
}
.mp-genre a {
    color: #FFF;
}
.mp-genre.scifi {
    background-color: #22364b;
    background-image: url(https://static.wikia.nocookie.net/filmguide/images/7/7b/Genre-banner-scifi.jpg);
}
.mp-genre.comedy {
    background-color: #4e401f;
    background-image: url(https://static.wikia.nocookie.net/filmguide/images/e/eb/Genre-banner-comedy.jpg);
}
.mp-genre.drama {
    background-color: #542424;
    background-image: url(https://static.wikia.nocookie.net/filmguide/images/e/ec/Genre-banner-drama.jpg);
}
.mp-genre.horror {
    background-color: #1b1423;
    background-image: url(https://static.wikia.nocookie.net/filmguide/images/c/cc/Genre-banner-horror.jpg);
}

/* Tabber styling */
ul.tabbernav li.tabberactive a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


ul.tabbernav li a:link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabberlive .tabbertab {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

/* Temporary testing */
.page-User_ReverieCode_MP aside.page__right-rail {
    display: none;
}

/* Movies icon appear as watermark in sticky header */
.fandom-sticky-header__sitename {
  background: url(https://static.wikia.nocookie.net/filmguide/images/4/4a/Site-favicon.ico/revision/latest?cb=20230313154015);
  height: 35px;
  background-repeat: no-repeat;
  padding-left: 57px;
  background-size: 30%;
  padding-top: 7px;
}
Advertisement