Código Lyoko Wiki
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.
.WikiaPage {
   border: 1px solid black;
   box-shadow: 0 0 1em black;
}

/* Infoboxes portátiles */
/** Título **/
.portable-infobox .pi-title {
    background: #3366cc;
    color: #ffffff;
    text-align: center;
}

/** Subtítulo **/
.portable-infobox .pi-header {
    text-align: center;
}
 
/* === Navbox default skin === */
/* from Wikipedia */
/* 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 {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (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 */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}                          /* so they need to be the same width. 
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }
 
/* === Template:Ambox designs === */
 
 /* Ambox design */
 .ambox {
  font-size: 95%;
  width: 80%; 
  margin: 0 auto;
  border: 1px #AAA solid;
  border-left: 10px solid #22228b;
  border-collapse: collapse;
  background-color: #EEE;
 }
 
 /* Ambox colours */
 .ambox-blue {
  border-left: 10px solid #1e90ff;       /* Blue (notice) */
 }
 
.ambox-red {
  border-left: 10px solid #b22222;       /* Red (delete/serious) */
 }
 .ambox-orange {
  border-left: 10px solid #f28500;       /* Orange (content) */
 }
 .ambox-yellow {
  border-left: 10px solid #f4c430;       /* Yellow (style) */
 }
 .ambox-purple {
  border-left: 10px solid #9932cc;       /* Purple (merge) */
 }
 .ambox-gray {
  border-left: 10px solid #bba;          /* Gray (protection) */
 }
 .ambox-green {
  border-left: 10px solid #228b22;       /* Green */
 }
 /* Ambox small text */
 .ambox-smalltext {
  font-size: smaller;
  margin-top:0.5em;
  margin-left:0.8em;
 }
 
 /* Ambox image */
 .ambox-image {                          /* The left image cell */
  width: 60px; 
  padding: 2px 0px 2px 0.5em;            /* 0.5em left, 0px right */
  text-align: center; 
 }
 
 @media print { .ambox { display: none; } } /* no ambox when printing */
 
.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 #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 
/* 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;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}
 
/* make the list of references look smaller */
ol.references {
    font-size: 100%;
}
 
.references-small { font-size: 90%;}
 
/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }
 
/* === Babel === */
 
div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em
}
 
.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}
 
.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}
 
.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}
 
/* TabView extension */
 
/*set the base backcolor of the 'off' tabs */
.yui-navset .yui-nav li {
  background-color: #dc2831;
  padding-left: 10px;
  padding-right: 10px;
}
 
/*set the background color of the content and the 'on' tab the same*/
.yui-content, .yui-navset .yui-nav li.selected {
  background-color: lightblue;
}
 
/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
margin-top: 0;
padding-top: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}
 
 
/**********************************/
/* Module borders                 */
/**********************************/
 
.WikiaPagesOnWikiModule, 
.WikiaActivityModule, 
.WikiaImageModule, 
#WikiaSpotlightsModule, 
.HotSpotsModule, 
.CommunityCornerModule, 
.LatestPhotosModule, 
.WikiaArticle pre, 
.WikiaArticleCategories,
.ChatModule {
  border: 1px solid #AAAAAA !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
 
.WikiaSearch button {
  border: none;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
}
 
.wikia-menu-button ul, 
.wikia-menu-button.secondary ul, 
.modalWrapper, 
.skin-oasis #ImageUpload, 
.skin-oasis #VideoEmbed, 
.AccountNavigation .subnav, 
.WikiaSpotlight, 
.WikiaPageHeader .history.hover, 
.WikiaSearch .autocomplete, 
.WikiaFooter .my-tools-menu {
  background: rgba(220, 220, 220, 0.77);
  border: #FFFFFF !important;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
 
.WikiaSearch input[type="text"] {
  border: 1px solid #AAAAAA !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #000000;
}
 
.WikiaSearch input[type="text"]:hover {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
 
.WikiaSearch input[type="text"] {
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}
 
.shadow-mask {
   display: none;
}

/* Make interlanguage links a little more flashy */

.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/bg/wiki']:before {content:url('https://images.wikia.nocookie.net/startrek/ca/images/7/7b/Flag_BG.png');}
.WikiaArticleInterlang a[href^='http://ca.']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/e/e6/Flag_CA.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/de/wiki']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/1/15/Flag_DE.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/el/wiki']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/2/2c/Flag_EL.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/wiki']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/5/5d/Flag_EN.png');}
.WikiaArticleInterlang a[href^='http://es.']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/1/1c/Flag_ES.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/fi/wiki']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/4/42/Flag_FI.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/fr/wiki']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/e/e8/Flag_FR.png');}
.WikiaArticleInterlang a[href^='http://gl.']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/6/6c/Flag_GL.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/it']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/a/a1/Flag_IT.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/ja']:before {content:url('https://images.wikia.nocookie.net/startrek/ca/images/c/cf/Flag_JA.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/nl']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/3/3a/Flag_NL.png');}
.WikiaArticleInterlang a[href^='http://pl.']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/3/31/Flag_PL.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/pt']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/8/82/Flag_PT.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/ro']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/f/f4/Flag_RO.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/ru']:before {content:url('https://images.wikia.nocookie.net/wolfenstein/images/f/fd/Flag_RU.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/sr']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/2/21/Flag_SR.png');}
.WikiaArticleInterlang a[href^='https://codelyoko.fandom.com/tr']:before {content:url('https://images.wikia.nocookie.net/__cb20140227183352/codigo-lyoko/es/images/6/6c/Flag_TR.png');}

.WikiaArticleInterlang a:before {
padding:3px;
}
 
/*--------------------------*/
/* HILIGHTED USERNAMES LIST */
/*--------------------------*/
/*
------------
INSTRUCTIONS
------------
 
The order that names appear on this list determine which title takes precedence.  
A user will be marked by the last entry in this list, no matter how many entries they have.  
 
A user will be marked with the last designation on this list that they have:
* Adminstrator/Sysop
* Bureaucrat
* vstf/Helper
* Staff
 
Try to keep these lists alphabetised instead of adding to the end. 
 
This is from the RuneScape wiki. Credits to them please.
 
*/
 
/* Bots */
 
a[href="/wiki/User:CEBot"],
a[href="/wiki/User:JSBot"],
a[href="/wiki/User:URL"],
a[href="/wiki/User:ZammyBot"] { color:#ff8800 !important; }
/* JSBot >>>>>>> CEBot --Smuff */
 
/* Sysops */
 
a[href="/wiki/Usuario:Josep_Maria_Roca_Pe%C3%B1a"],
a[href="/wiki/Usuario_discusi%C3%B3n:Josep_Maria_Roca_Pe%C3%B1a"],
a[href="/wiki/Usuario_Blog:Josep_Maria_Roca_Pe%C3%B1a"],
a[href="/wiki/Especial:Preferencias/Josep_Maria_Roca_Pe%C3%B1a"],
a[href="/wiki/Especial:Contribuciones/Josep_Maria_Roca_Pe%C3%B1a"] {color: #E80080!important; font-family:FreeSans; font-weight:regular !important;}
 
/* Helpers */
 
a[href="/wiki/User:Ausir"],
a[href="/wiki/User:Berniebentablo"],
a[href="/wiki/User:Brandon_Rhea"],
a[href="/wiki/User:Cizagna"],
a[href="/wiki/User:E.Nicole"],
a[href="/wiki/User:Game_widow"],
a[href="/wiki/User:JParanoid"],
a[href="/wiki/User:Kmanwing"],
a[href="/wiki/User:Laximilian_scoken"],
a[href="/wiki/User:Martine_Lund"],
a[href="/wiki/User:Merrystar"],
a[href="/wiki/User:Mta%C3%84"],
a[href="/wiki/User:Peteparker"],
a[href="/wiki/User:Playsonic2"],
a[href="/wiki/User:Schikado"],
a[href="/wiki/User:Snippius"],
a[href="/wiki/User:MarkvA"],
a[href="/wiki/User:Tommy6"],
a[href="/wiki/User:Urai_Fen"],
a[href="/wiki/User:VERITĀS_ĀÉQUITĀS"],
a[href="/wiki/User:Wagnike2"],
a[href="/wiki/User:Zeyi"] { color:#9B30FF !important; }
 
/* VSTF */
 
a[href="/wiki/User:Charitwo"],
a[href="/wiki/User:Eulalia459678"],
a[href="/wiki/User:Grunny"],
a[href="/wiki/User:Exlex"],
a[href="/wiki/User:Nifky"],
a[href="/wiki/User:Ose"],
a[href="/wiki/User:Randomtime"],
a[href="/wiki/User:VegaDark"],
a[href="/wiki/User:VSTF_Bot"],
a[href="/wiki/User:Peteparker"] { color:#C0C0C0  !important; }
 
/* Staff */
 
a[href="/wiki/User:Adamarket"],
a[href="/wiki/User:Adi3ek"],
a[href="/wiki/User:AgaCh"],
a[href="/wiki/User:Ana_Yoerg"],
a[href="/wiki/User:Andrzej.swedrzynski"],
a[href="/wiki/User:Angela"],
a[href="/wiki/User:Angies"],
a[href="/wiki/User:Avatar"],
a[href="/wiki/User:Awallin"],
a[href="/wiki/User:Bhuseby1"],
a[href="/wiki/User:BillK"],
a[href="/wiki/User:BladeBronson"],
a[href="/wiki/User:Bola"],
a[href="/wiki/User:CommodoreR"],
a[href="/wiki/User:Crucially"],
a[href="/wiki/User:DaNASCAT"],
a[href="/wiki/User:Dmurphy"],
a[href="/wiki/User:Elle_Bee"],
a[href="/wiki/User:Eloy.wikia"],
a[href="/wiki/User:Emil"],
a[href="/wiki/User:Garthwebb"],
a[href="/wiki/User:Gil"],
a[href="/wiki/User:Gorillamania"],
a[href="/wiki/User:Hellatainer"],
a[href="/wiki/User:Heyemcali"],
a[href="/wiki/User:Inez"],
a[href="/wiki/User:Jacqueline_Koob"],
a[href="/wiki/User:Janicke"],
a[href="/wiki/User:Jasonc-wikia"],
a[href="/wiki/User:Jennyc345"],
a[href="/wiki/User:Jimbo_Wales"],
a[href="/wiki/User:Jessica_Ulin"],
a[href="/wiki/User:JoePlay"],
a[href="/wiki/User:JeskaD"],
a[href="/wiki/User:Kacieh"],
a[href="/wiki/User:Kimberly_McCollister"],
a[href="/wiki/User:Kirkburn"],
a[href="/wiki/User:Kosmos1209"],
a[href="/wiki/User:Lilstig"],
a[href="/wiki/User:Lleowen"],
a[href="/wiki/User:Lox_federico"],
a[href="/wiki/User:Macbre"],
a[href="/wiki/User:Marooned"],
a[href="/wiki/User:Mike_Schwartz"],
a[href="/wiki/User:Moli.wikia"],
a[href="/wiki/User:Nickoneill"],
a[href="/wiki/User:OwenDavis"],
a[href="/wiki/User:Ppiotr"],
a[href="/wiki/User:Przemek_wikia"],
a[href="/wiki/User:Ri3mann"],
a[href="/wiki/User:Sannse"],
a[href="/wiki/User:Sarah_Manley"],
a[href="/wiki/User:Scarecroe"],
a[href="/wiki/User:Sean_Colombo"],
a[href="/wiki/User:Shahid"],
a[href="/wiki/User:Shareif"],
a[href="/wiki/User:Socrat.wikia"],
a[href="/wiki/User:Supernitin"], 
a[href="/wiki/User:Susan_Taylor"],
a[href="/wiki/User:Timz"],
a[href="/wiki/User:TomekO"],
a[href="/wiki/User:TOR"],
a[href="/wiki/User:Toughpigs"],
a[href="/wiki/User:Uberfuzzy"],
a[href="/wiki/User:VickyBC"],
a[href="/wiki/User:Wladekb"],
a[href="/wiki/User:WikiaStaff"],
a[href="/wiki/User:Xean"] { color:#DDAA00 !important; }

.WikiHeaderRestyle nav { 
       background-color:rgba(255, 255, 255, 0.8);
       width:auto;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 2px;
       -khtml-border-radius: 2px;     
}
.WikiHeaderRestyle {
   background: url(https://images.wikia.nocookie.net/__cb20120203195136/codelyoko/images/c/c4/Cropped-image-entete1.jpg);
}
 
header.WikiaHeader { background-image:url(https://images.wikia.nocookie.net/__cb20120203195136/codelyoko/images/c/c4/Cropped-image-entete1.jpg) !important; }

.WikiHeader .shadow-mask { width:100%; background:url(http://images3.wikia.nocookie.net/__cb20120203195136/codelyoko/images/c/c4/Cropped-image-entete1.jpg")
}

/* Hide "Image added by" on articles */
.picture-attribution { display:none !important; }

<noinclude>
credit to [http://beyblade.wikia.com/wiki/User:Gandora, Gandora] from the Beyblade fanon wiki! :)
<noinclude/>
Advertisement