Comunidad Central
Comunidad Central
(classes for hubs from w:MediaWiki:Common.css, as per Playsonic2's request)
Sin resumen de edición
Línea 68: Línea 68:
 
#bodyContent .poll {
 
#bodyContent .poll {
 
background-color: inherit;
 
background-color: inherit;
  +
}
  +
  +
table.background3 {
  +
background-image: url(http://images3.wikia.nocookie.net/es/images//c/cf/Background3.png);
  +
background-repeat: repeat-x;
 
}
 
}
   

Revisión del 04:33 12 dic 2008

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */

/* Tools: [http://es.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=18000 reload cache] | [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fes.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all check w3c validation] */

/* <pre><nowiki> */

.page-Wikia .firstHeading { display:none; }

/*** font class para 'menuportada' en barra de navegación ***/

.menuportada a, .menuportada a:visited  { 
     text-decoration: underline; color: #ffffff !important;
}

.menuportada a:hover, .menuportada a:active { 
     color: #fec423 !important;
}

.wikiate a { 
    text-decoration: none; color: #2e55a1 !important;
}

.wikiate a:hover, .wikiate a:active { 
    text-decoration: none; color: #fec423 !important;
}

/* Classes for hubs (Plantilla:Hublink) */
#bodyContent .nostar a { 
  background: transparent url(http://images.wikia.com/central/images/9/96/Bullet_plain.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .yellowstar a { 
  background: transparent url(http://images4.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/12px-Hubstar-yellow.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .orangestar a { 
  background: transparent url(http://images1.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/12px-Hubstar-orange.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .redstar a { 
  background: transparent url(http://images3.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/12px-Hubstar-red.png) center left no-repeat !important; 
  padding-left: 14px !important;
}

.hubmodule {
   border:1px solid silver;
   width: auto;
   margin-bottom: 10px;
   padding:3px;
}

table.hubmodule th, div.hubmodule h2 {
    background-color: lightyellow;
    color: black;
    text-align:center;
    font-size: 150%;
    font-weight:normal;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
}

.hubmodule .poll {
    width: auto;
}

#bodyContent .poll {
    background-color: inherit;
}

table.background3 { 
background-image: url(http://images3.wikia.nocookie.net/es/images//c/cf/Background3.png); 
background-repeat: repeat-x; 
}

/* </pre></nowiki> */