MediaWiki:Common.css and Developer Pictures: Difference between pages

From JakSpeedruns Wiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
In some of the Jak and Daxter games, there are hidden pictures of the game developers.


@media screen {
= Jak and Daxter: The Precursor Legacy =
  #mw-head {
[[File:Hidden Face in Jak and Daxter TPL.PNG|thumb|The ripped fin-leafygroundBACKdirt.png texture that contains the hidden face.]]
    position: absolute;
[[File:Hidden Face Landscape.PNG|thumb|Landscape photo of the Hidden Face.]]
    top: 0;
In [[Jak and Daxter: The Precursor Legacy]], there is a texture file called <code>fin-leafygroundBACKdirt.png</code> in the <code>finalboss-vis-tfrag<,/code> textures folder which contains a hidden face baked into the image. The texture repeatedly appears in the mountainous landscape surrounding the dark eco silo at the final boss fight. It is difficult to see during the final boss fight since everything is dark and purple, but it is easily viewable from the silo after completing the boss fight and the weather becomes clear again.
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}


@media screen {
[[File:Hidden Face Seen from the Dark Eco Silo.jpg|440px]]
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}


@media screen {
= Jak II =
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}


@media screen {
= Jak 3 =
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}
 
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}
 
@media screen {
  #p-personal ul {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
  }
}
 
@media screen {
  .vector-menu-dropdown {
    background-color: white;
  }
}
 
@media screen {
  #footer-places li {
    line-height: 0;
  }
}
 
@media screen and (min-width: 982px) {
  .mw-footer {
    padding: 40px;
    background-color: #fff;
  }
}
 
@media screen {
  .vector-search-box-input {
    background-color: #fff;
  }
}
 
@media screen and (min-width: 982px) {
  #p-personal {
    right: 1em;
    top: -2px;
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
  }
}
 
@media screen {
  .vector-legacy-sidebar .vector-menu-portal {
    margin: 18px 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-color: #253e00a1;
    border-radius: 10px;
  }
}
 
@media screen and (min-width: 982px) {
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 11em;
    margin-right: 11em;
  }
}

Revision as of 20:13, 19 February 2024

In some of the Jak and Daxter games, there are hidden pictures of the game developers.

Jak and Daxter: The Precursor Legacy

The ripped fin-leafygroundBACKdirt.png texture that contains the hidden face.
Landscape photo of the Hidden Face.

In Jak and Daxter: The Precursor Legacy, there is a texture file called fin-leafygroundBACKdirt.png in the finalboss-vis-tfrag<,/code> textures folder which contains a hidden face baked into the image. The texture repeatedly appears in the mountainous landscape surrounding the dark eco silo at the final boss fight. It is difficult to see during the final boss fight since everything is dark and purple, but it is easily viewable from the silo after completing the boss fight and the weather becomes clear again.

Jak II

Jak 3