Wiki Soredemo Sekai wa Utsukushii
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.
 body { font-family: Century Gothic; }
 /**** Bordes redondos ****/

.WikiHeader {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0.85em 0 0.85em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.85em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.85em 0 0;
}
 
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader nav {
     border-radius: 1em 1em 0 0;
}
/****Personalizando TOC ****/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }


 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.85em 0.85em 0.85em;
}
 
.GlobalNavigation .subnav {
     border-radius: 0 0 0.85em 0.85em;
     border-color: DodgerBlue;
}
/* Encabezados */
.WikiaArticle h2 {
    border-bottom: 2px solid DodgerBlue;
    font-family: Century Gothic;
    font-style: italic;
    color: DeepSkyBlue;
    font-size: 22px;
}
 
.WikiaArticle .editsection {
    float: right;
    font-size: 12px;
    border-bottom: 3px solid DodgerBlue;
    margin-bottom:-3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    border-radius: 15px 15px 0 0;
    background: DodgerBlue;
	transition: all .6s;
}
 
.WikiaArticle .editsection a {
    color: White;
    font-weight: bold;
}
 
.WikiaArticle .editsection:hover {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
	transition: all .6s;
}
 
.WikiaArticle h3 {
    font-family: Century Gothic;
    font-style: Oblique;
    border-bottom: 1px solid DodgerBlue;
}
 
.WikiaArticle h4 {
    font-family: Century Gothic;
    font-style: Oblique;
}
 
.WikiaArticle h5 {
    font-family: Century Gothic;
    font-style: Oblique;
}
 
.WikiaArticle h6 {
    font-family: Century Gothic;
    font-style: Oblique;
}
Advertisement