Go Toubun no Hanayome Wiki
Sin resumen de edición
Sin resumen de edición
Línea 246: Línea 246:
 
padding: 15px;
 
padding: 15px;
 
box-shadow: 1px 1px 3px lightgrey;
 
box-shadow: 1px 1px 3px lightgrey;
  +
}
  +
a:hover {
  +
color: #E8456F;
  +
text-shadow:0 0 2px #E8456F;
  +
-moz-text-shadow:0 0 2px #E8456F;
  +
-webkit-text-shadow:0 0 2px ##E8456F;
 
}
 
}

Revisión del 21:06 17 sep 2020

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerBlur/code.css&only=styles";
/*This CSS comes from 5Hanayome fandom*/

/* Profile Masthead */
.UserProfileMasthead .masthead-info {
    background: white url(https://vignette.wikia.nocookie.net/go-toubun-no-hanayome/images/2/2c/5Hanayome_Ichika_Nino_Miku_Yotsuba_Itsuki.png/revision/latest?cb=20190917022835&path-prefix=es) no-repeat bottom right;
    background-size: 450px;
}

.UserProfileMasthead .masthead-info .tag {
    border-radius: 3px !important;
}
/** Plantilla Box **/
.mainpagebox_header {
    border-left: 10px solid transparent;
    background: #de1c4e;
    transition: 0.5s;
    text-align: left;
    padding: 8px;
    font-size: 18px;
    border-radius: 5px;
    color: #ffffff;
    font-family: Rubik,Helvetica,Arial,sans-serif;
}

.mainpagebox_header:hover {
    border-left: 35px solid transparent;
    background: #F08080;
}

.mainpagebox {
    font-family: Rubik,Helvetica,Arial,sans-serif;
}
/* Wordmark */
.wordmark.graphic img {
    display: none;
}



/* Minimal Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(#E8456F, #DE1C4E);
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(#cc224e, #ba1a43);
}
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(#cc224e, #ba1a43);
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid black;
}

.tabbernav {
   border-bottom: 1 !important;
}



/** Tabber CSS CSS **/
 .tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important;}
 
ul.tabbernav li a:link {
    background: none !important;
}
 
ul.tabbernav li a:hover {
    border: none !important;
    background: none !important;
}
 
ul.tabbernav li.tabberactive a { 
    background-color: #DE1C4E !important;
    padding: 5px 12px !important;
    border: none !important;
    border-radius: 5px 5px 0 0 !important;
    margin-left: 0px !important;
    color: white !important;
}
 
ul.tabbernav li a {
    border:none !important;
    padding: 5px 12px !important;
    color: black !important;
    margin-left: 0px !important;
}
 
.tabberlive .tabbertab { border: none !important; padding: 0 !important;}
 
ul.tabbernav {
    padding: 6px 0 !important;
    border-bottom: 3px solid #DE1C4E !important;
    font-weight: normal !important;
    font: 14px Helvetica,Arial,sans-serif !important
}
ul.tabbernav li a:visited {
    color: white;
}

.tabberlive .editsection { display: none; }




/*========*/
/*Pagetabs*/

/* [components] page tabs: common layout */
ul.pagetabs {  display: flex; flex-flow: row wrap; margin: 0; }
.pagetabs li { display: block; margin: 0 0 0 0em;}
.pagetabs li + li { margin-left: 4px; }
.pagetabs li > :only-child { border: 2px solid; border-bottom: none; border-radius: 9px 9px 0 0; display: block; font-weight: bold; line-height: 1.3em; min-width: 110px; padding: 0.5em; text-align: center; text-decoration: none; }
.pagetabs-article > :only-child::before, .pagetabs-gallery > :only-child::before, .pagetabs-relationships > :only-child::before { content: ""; mask-position: left center; -webkit-mask-position: left center; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; padding-left: 19px; }
.pagetabs-article > :only-child::before { mask-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/c/c4/Article.png/revision/latest?cb=20160615105236"); -webkit-mask-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/c/c4/Article.png/revision/latest?cb=20160615105236"); }
.pagetabs-gallery > :only-child::before { mask-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/a/a3/Gallery.png/revision/latest?cb=20160615105324"); -webkit-mask-image: url("https://vignette.wikia.nocookie.net/shingekinokyojin/images/a/a3/Gallery.png/revision/latest?cb=20160615105324"); margin-right: 4px; }
.pagetabs-relationships > :only-child::before { mask-image: url("https://vignette.wikia.nocookie.net/youkoso-jitsuryoku-shijou-shugi-no-kyoushitsu-e/images/c/cc/Relationship_Icon.svg/revision/latest?cb=20171112132624"); -webkit-mask-image: url("https://vignette.wikia.nocookie.net/youkoso-jitsuryoku-shijou-shugi-no-kyoushitsu-e/images/c/cc/Relationship_Icon.svg/revision/latest?cb=20171112132624"); }
.pagetabs li > :only-child { background-color: #ffaabf; border-color: transparent; color: #ffffff; }
.pagetabs li > :only-child a { color: #ffffff; }
.pagetabs li > :only-child::before { background-color: #ffffff; }
.pagetabs li > .selflink:only-child { background-color: #de1c4e; color: white; }
.pagetabs li > .selflink:only-child a { color: #de1c4e; }
.pagetabs li > .selflink:only-child::before { background-color: white; }
.pagetabs-bottomline {
    border-top: 6px solid #de1c4e;
    margin: 0px 0px 12px 0px;
    width: 100%;
}
/* BG */
body.mediawiki  {
    background: url(https://vignette.wikia.nocookie.net/go-toubun-no-hanayome/images/9/98/Volumen_12_Quintillizas.jpg/revision/latest?cb=20191115171700&path-prefix=es) center / cover no-repeat !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
/* BG Fixation */
 
body.mediawiki  {	
    background-attachment: fixed !important;
}
.css.source-css,
.javascript.source-javascript,
.html5.source-html5 {
    background-color: #F1C6DC;
    padding: 1em;
    border-left: 3px dashed #DE1C4E;
}
 
.css.source-css > pre,
.javascript.source-javascript {
    border: none !important;
}
 
.WikiaArticle pre {
    background-color: #F5F5F5;
    border: none;
    padding: 8px;
}
 
code {
    background-color: white;
    padding: 1px 2px;
    border: 1px dashed #098765;
}
.WikiaNotifications li div {
    background-color: #FF058B;
    background-image: none;
    color: white !important;
    max-width: 170px;
    overflow: auto;
    padding: 10px 20px;
    position: relative;
}
 
.WikiaNotifications li div a {
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 6px black;
}
 .MCL-2col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .MCL-3col {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .MCL-2col, .MCL-3col {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
        /* Styles for when we have less than 1600px to work with */
        @media screen and (max-width:1600px) {
        .MCL-3col {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
        }
        }
            /* Styles for when we have less than 1440px to work with */
            @media screen and (max-width:1440px) {
            .MCL-2col {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1
            }
            }
                /* Styles for when we have less than 800px to work with */
                @media screen and (max-width:800px) {
                .MCL-3col {
                    -webkit-column-count: 1;
                    -moz-column-count: 1;
                    column-count: 1;
                }
                }
    .columnItem {
        display:inline-block;
        -webkit-column-break-inside:avoid;
        -moz-column-break-inside:avoid;
        -o-column-break-inside:avoid;
        -ms-column-break-inside:avoid;
        column-break-inside:avoid;
    }
    .MCL-3col h1, .MCL-3col h2, .MCL-3col h3, .MCL-3col h4, .MCL-3col h5, .MCL-3col h6,
    .MCL-2col h1, .MCL-2col h2, .MCL-2col h3, .MCL-2col h4, .MCL-2col h5, .MCL-2col h6 {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}
/** WIKI RAIL **/
.WikiaRail .rail-module, .WikiaRail .module {
    background-color: rgba( 255, 255, 255, 0.5 );
    border-radius: none;
    border: 2px #E8456F solid;
    margin: 0 0 30px;
    padding: 15px;
    box-shadow: 1px 1px 3px lightgrey;
}
a:hover {
   color: #E8456F;
   text-shadow:0 0 2px #E8456F;
   -moz-text-shadow:0 0 2px #E8456F;
   -webkit-text-shadow:0 0 2px ##E8456F;
}