Low Eco and MediaWiki:Common.css: Difference between pages

From JakSpeedruns Wiki
(Difference between pages)
Jump to navigation Jump to search
 
No edit summary
 
Line 1: Line 1:
'''Low eco''' is a speedrun category in [[Jak and Daxter: The Precursor Legacy]] that restricts the player to using the lowest possible amount of eco needed to completed the game.
/* CSS placed here will be applied to all skins */


[[Lava Tube Skip]] is banned in Low Eco. If it wasn't, Low Eco would be a slower and more boring version of [[Any%]]. The point of the category is to see how the runners manage to complete various tasks without the use of eco.
@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}


== Rules ==
@media screen {
The [https://www.speedrun.com/jak1ext?h=Low_Eco-Lowest&rules=category&x=jdzr18r2-38dmz3z8.z19nmr8q currently listed rules] for Low Eco are as follows:
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}


''Beat the game as fast as possible while collecting as few eco pickups as possible.''
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}


''Currently, the only eco required to beat the game are the 8 on final boss (3 blue for launchers and 5 yellow. Green eco on the second phase must be avoided).''
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}


''If eco is accidentally collected, you may load a save file to a previous state in the game, or immediately kill yourself to return to a previous checkpoint. Otherwise, you must reset.''
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}


''No restrictions with the exception of Lava Tube Skip, which is banned.''
@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;
  }
}

Revision as of 21:58, 16 February 2024

/* CSS placed here will be applied to all skins */

@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}

@media screen {
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}

@media screen {
  .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 {
  .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;
  }
}