Vés al contingut

MediaWiki:Wikia.css: diferència entre les revisions

De ca.ConanWiki
Mpuj (discussió | contribucions)
Correcció de codis
Mpuj (discussió | contribucions)
Correcció de codis
Línia 1: Línia 1:
/* Imports */
/* Imports */
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
/*============================
    1. Altres
  ============================*/
/***** Encabezado de Nivel 2 y botón de editar sección personalizados (sacado de Ben10 Fanon Wiki *****/
/*Cambio en los enlaces al pasar el cursor por encima*/
a:hover {
  color:#00CED1;
  text-shadow:0 0 3px #40E0D0;
  -moz-text-shadow:0 0 3px #40E0D0;
  -webkit-text-shadow:0 0 3px #40E0D0;
}
/*** Encabezados de Nivel 2 ***/
body.ns-0 #mw-content-text > h2, body.ns-0 #WikiaArticle > h2 {
  background-color:lime;
  background-image: -moz-linear-gradient(top, Cyan 35%, #tt00BFFF 65%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, Cyan), color-stop(65%, #00BFFF));
  background-image: -o-linear-gradient(top, Cyan 35%, #00BFFF 65%);
  background-image: -ms-linear-gradient(top, Cyan 35%, #00BFFF 65%);
  border-radius: 3px 15px 15px 3px;
  color: Black;
  text-shadow:0 0 0px black;
  font-family: Arial;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  padding: 0 0 0 15px;
  margin-top:15px;
}
/**** Al seleccionarlo se despliega y aparece el Editar esta sección ****/
.WikiaArticle h2 .editsection:hover{
    max-width:150px;
    padding-right:0px;
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png");
}
.WikiaArticle h2 .editsection a {
    display:none;
}
.WikiaArticle h2 .editsection:hover a {
    display:block;
}
.WikiaArticle h3 .editsection,
.WikiaArticle h4 .editsection,
.WikiaArticle h5 .editsection {
    text-shadow:0 0 0px Green;
}
.WikiaArticle h2 .editsection {
    border-left: 2px solid #101921;
    color: #101921;
    float: right;
    border-radius: 0 15px 15px 0;
    font-size: 13px;
    text-decoration: none;
    text-shadow: none;
    padding: 0 10px;
    position: relative;
  -moz-transition: padding 0.1s linear;
  -webkit-transition: padding 0.1s linear;
  -ms-transition: padding 0.1s linear;
  -o-transition: padding 0.1s linear;
    min-width: 18px;
    height:23px;
    line-height:23px;
    display:block;
    padding-right:7px;
    background: url("http://images3.wikia.nocookie.net/dragonage/es/images/1/1d/Sprite-pencil.png") no-repeat 7px, #CCC;
}
.WikiaArticle h2 > .mw-headline > a {
  color:#8181F7;
}
.WikiaArticle h2 > .mw-headline > .new {
  color:#F78181;
}
.WikiaArticle h2 .editsection:hover {
  padding: 0 8px;
}
.WikiaArticle h2 .editsection:before,
.WikiaArticle h2 .editsection:after {
  content: "";
  height: 0;
  position: absolute;
  top: 60%;
  width: 0;
}
.WikiaArticle h2 .editsection:before {
    border-bottom: 4px solid transparent;
    border-right: 4px solid #101921;
    border-top: 4px solid transparent;
    left: -6px;
    margin-top: -4px;
}
.WikiaArticle h2 .editsection:after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    left: -6px;
    margin-top: -4px;
}
.WikiaArticle h2 .editsection {
  background-color: #48D1CC;
}
.WikiaArticle h2 .editsection:hover {
  background: #40E0D0;
}
.WikiaArticle h2 .editsection:after {
  border-right: 4px #40E0D0;
}
.WikiaArticle h2 .editsection:hover:after {
  border-right-color: #40E0D0;
}

Revisió del 15:16, 8 oct 2012

/* Imports */
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";