ES - Lostpedia
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* <pre> */
/* <source lang="css"> */
@import "/index.php?title=MediaWiki:Highlight.css&action=raw&ctype=text/css";

/* For showguide to have no line breaks */
.inline {display: inline}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

@media print {
    .infobox.sisterproject {
        display: none;
    }
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaa;
}


/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */

.infobox.geography {
   text-align: left;
   border-collapse: collapse;
   line-height: 1.2em; 
   font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
      border: 0;
      padding: 0 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
   border-top: 0;
   border-bottom: solid 1px #aaa;
   padding: 0 0.2em 0.4em 0.8em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
      border: 0;
      padding: 0 0 0 0;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* Class styles */

/* .toccolours  */
.toccolours { 
   border:1px solid #aaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}
 




/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external {
    background: url(/images/6/62/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(/images/6/62/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

/* for MP3/M4V links */
#bodyContent a[href$=".mp3"].external, 
#bodyContent a[href*=".mp3?"].external, 
#bodyContent a[href*=".mp3#"].external,
#bodyContent a[href$=".MP3"].external, 
#bodyContent a[href*=".MP3?"].external, 
#bodyContent a[href*=".MP3#"].external,
#bodyContent a[href$=".m4v"].external, 
#bodyContent a[href*=".m4v?"].external, 
#bodyContent a[href*=".m4v#"].external {
    background: url(/images/1/14/15px-Icons-mini-file_mp3.gif) center right no-repeat;
    padding-right: 16px;
    padding-left: 2px;
}

/* Change the external link icon to an Adobe icon anywhere the mp3link class */
/* is used. This works in IE, unlike the above. */
span.PDFlink a {
    background: url(/images/1/14/15px-Icons-mini-file_mp3.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

/* Change the external link icon to an icon for all doc files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".doc"].external, 
#bodyContent a[href*=".doc?"].external, 
#bodyContent a[href*=".doc#"].external,
#bodyContent a[href$=".DOC"].external, 
#bodyContent a[href*=".DOC?"].external, 
#bodyContent a[href*=".DOC#"].external,
#bodyContent a[href$=".Doc"].external, 
#bodyContent a[href*=".Doc?"].external, 
#bodyContent a[href*=".Doc#"].external {
    background: url(/images/d/dc/15px-Icons-mini-file_doc.gif) center right no-repeat;
    padding-right: 16px;
}
/* Change the external link icon to a doc icon anywhere the doclink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.doclink a {
    background: url(/images/d/dc/15px-Icons-mini-file_doc.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

/* Put a checker background at the image description page only visible if the image has transparent background */

#file img {background: url(/images/5/5d/Checker-16x16.png) repeat;}

/** hide the "Main Page" title on the main page, the room is needed for better things, like content **/
body.mainpage .firstHeading { display: none; }

/* color coded recent changes */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* per problem report 26700 */
.blog-comment img { position: static;height: auto;width: auto; } 

/* indent first line in paragraph */
.indent P {text-indent: 30pt;}

/* </pre> */

/***********************************************************
** Formatting for article type banners - Added by plkrtn 2/3/09 for testing by Pyramidhead
*/
div#lp-article-type {
background-position:top left;
text-align:right;
padding-top:1em;
padding-right:1em;
margin:0px 2px 0;
min-height:55px;
-moz-border-radius:0.4em 0.4em 0.4em 0.4em;
max-height:55px;
font-size:large;
font-variant:small-caps;
}
div.type-realworld {
background: #CABE40 url(https://images.wikia.nocookie.net/lostpedia/images/3/3e/Articletype-realworld.png)  no-repeat; color: black;
}
div.type-alt {
background: #9FA0A0 url(https://images.wikia.nocookie.net/lostpedia/images/2/24/Articletype-alt.png) no-repeat; color: white;
}
div.type-original {
background: #326099 url(https://images.wikia.nocookie.net/lostpedia/images/e/e8/Articletype-original.png) no-repeat; color: white;
}
div.type-both {
background: #0B2018 url(https://images.wikia.nocookie.net/lostpedia/images/d/dd/Articletype-both.png) no-repeat; color: white;
}
div.type-fanon {
background: #3281C5 url(https://images.wikia.nocookie.net/lostpedia/images/1/1f/Fanonhead.jpg) no-repeat; color: white;
}

.theorytab { position:relative; top:-4.5em; }
body.loggedout .theorytab { position:static; top: 0; }

/* CSS for LOST Party Guide */
.guide_smallbox {
   width: 190px;
   color: black;
   background-color: #dfdfdf;
   font-size: 10pt;
   clear: both;
   margin-top: 4px;
   margin-bottom: 5px;
   padding: 5px;
}

table.guide_smallbox th, div.guide_smallbox h2 {
   background-color: #black;
   color: #FFF;
   text-align:left;
   font-size: 12pt;
   font-weight:bold;
   border-style:none;
   margin-bottom: 0px !important;
   padding-left: 5px;
   padding-top: 2px !important;
   padding-bottom: 0px !important;
   clear: both;
}

table.guide_smallbox th a, div.guide_smallbox h2 a, table.guide_smallbox th a:visited, div.guide_smallbox h2 a:visited {
   color: #FFF;
}

.guide_smallbox h3 {
   font-size: 9pt !important;
   font-weight: bold !important;
   margin-bottom: -6px !important;
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}

.guide_smallbox_text {
  padding: 5px;
}

.guide_smallbox .editsection {
   display: none;
}

div.p-shadow {
  float: left;
  width: 98%;
  background: url(https://images.wikia.nocookie.net/helpertest/images//a/a5/ShadowAlpha.png) no-repeat bottom right !important;
  background: url(https://images.wikia.nocookie.net/helpertest/images//a/a2/Shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.p-right {
  float: right;
  width: 50%;
}

.p-left {
  float: left;
  width: 50%
}

.p-center {
  clear: left;
  width: 100%;
}

div.p-center > div.p-shadow {
  width: 99%;
}

div.p-shadow > div {
  background: none !important;
  background: url(https://images.wikia.nocookie.net/helpertest/images//8/82/Shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}

div.p-shadow > div > div {
  color: #000;
  background-color: #fff;
  font: 12.5px Trebuchet MS, Helvetica, sans-serif;
  border: 1px solid #001C0C;
  padding: 4px !important;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  min-height: 385px;
  position: relative;
}

div.p-center > div.p-shadow > div > div {
  min-height: 150px;
}

.p-shadow .editsection {
  display:none;
}

.p-shadow h2 {
  color: #FFF;
  font-weight: bold;
  background-image: url(https://images.wikia.nocookie.net/fallout/images//d/d1/WidgetBackground.jpg);
  padding: 5px !important;
  margin: 0 !important;
}

.p-shadow h2 a, p-shadow h2 a:visited {
  color: #FFF;
}

.p-shadow img {
   padding: 5px;
}

.guide_tagline {
   font-size: 105%;
   font-weight: bold;
   font-style: italic;
   color: #black;
   padding: 5px;
   margin-bottom: 5px;
}

.guide_bgimage {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.guide_bgimage img {
  border-style: none;
  opacity: .2;
  filter: alpha(opacity = 20);
}

body.page-Fallout_3_Guide .monaco_shrinkwrap {
	left: 50%;
	margin-left: -486px;
	width: 972px;
}

/* Super secret stuff for a Lost page that's going to rule */

#guide_leftbox_header {
   background-image: url(https://images.wikia.nocookie.net/__cb20100416170132/lostpedia/images/1/16/Lost_food_and_drink.jpg);
   height: 50px;
   width: 250px;
}
#guide_rightbox_header {
   background-image: url(https://images.wikia.nocookie.net/__cb20100416170221/lostpedia/images/9/90/Lost_games.jpg);
   height: 50px;
   width: 250px;
}
#guide_widebox_header {
   background-image: url(https://images.wikia.nocookie.net/__cb20100416183703/lostpedia/images/9/91/Lostreview.jpg);
   height: 50px;
   width: 505px;
}
#guide_widebox1_header {
   background-image: url(https://images.wikia.nocookie.net/__cb20100416184701/lostpedia/images/d/d4/Losttips.jpg);
   height: 50px;
   width: 505px;
}

#guide_widebox2_header {
   background: #77ac22 url(https://images.wikia.nocookie.net/__cb20100421184513/lostpedia/images/0/0e/Evite.gif) no-repeat;
   height: 50px;
   width: 505px;
}

div#lp-banner {
background-position:top left;
text-align:right;
padding-top:1em;
padding-right:1em;
margin:0px 2px 0;
max-height:90px;
font-size:large;
font-variant:small-caps;
}
div.banner_orange {
background: #ff6600 url(https://images.wikia.nocookie.net/__cb20100420231213/lostpedia/images/5/55/Partybanner1.jpg) no-repeat; color: white;
}

/* End CSS for LOST Party Guide */


/* Season 6 Giveaway */
.season6 { 
   background: #000 url('https://images.wikia.nocookie.net/__cb20100806191060/lostpedia/images/5/5b/Lost_blog_bottom.jpg') no-repeat;
}
.opacity50 {
   background: url('https://images.wikia.nocookie.net/__cb20100416182030/lostpedia/images/b/bb/50opacitywhite.png') repeat;
}
Advertisement