Narutopedi
Değişiklik özeti yok
Değişiklik özeti yok
2. satır: 2. satır:
 
.portable-infobox {
 
.portable-infobox {
 
float:right;
 
float:right;
background: rgba(76,61,92,0.5);
+
background: #CF3D0C;
 
border-radius: 7px 7px 0 0;
 
border-radius: 7px 7px 0 0;
 
border: 2px solid #301728;
 
border: 2px solid #301728;

22.50, 22 Mayıs 2020 tarihindeki hâli

/*Infobox*/
.portable-infobox {
    float:right;
    background: #CF3D0C; 
    border-radius: 7px 7px 0 0; 
    border: 2px solid #301728; 
    overflow: hidden;
}

/* Bürokrat */
a[href$=":SageNawaki"], a[href$="/SageNawaki"] {
color: #e3ff00 !important;
    font-size: 120%;
    background: -webkit-linear-gradient(#d8af00, #e3ff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Scroll bar */
::-webkit-scrollbar {
    width: 12px;
    box-shadow: 0 0 8px rgba(234, 86, 177);
}
 
::-webkit-scrollbar-track {
    background: black;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 0 6px rgba(255,255,255,0.1);
    border: 1px solid #323232;
    border-radius: 12px;
}
 
::-webkit-scrollbar-thumb {
    background: #DBB91E; 
    border: 2px solid #E7C83B;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px rgba(210,181,51,0.5); 
    -moz-box-shadow: 0 0 6px rgba(210,181,51,0.5);
    box-shadow: 0 0 8px rgb(204,172,28);
}
 
::-webkit-scrollbar-thumb:hover {
    background: #DBB91E; 
    border: 2px solid #E7C83B;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
    -moz-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
    box-shadow: 0 0 8px rgb(204,172,28), 0 0 8px rgb(204,172,28);
}
 
::-webkit-scrollbar-thumb:active {
    background: #DBB91E; 
    border: 2px solid #E7C83B;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2); 
    -moz-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
    box-shadow: 0 0 8px rgb(204,172,28);
}

/* link color */
a:hover, a:active {
 color: white;
 text-decoration: none;
 text-shadow: #FDFF00 0 0 3px, #FDFF00 0 0 3px, #FDFF00 0 0 3px, #FDFF00 0 0 3px, #FDFF00 0 0 3px, #FDFF00 0 0 3px, #FDFF00 0 0 3px, #FDFF00 0 0 3px;
 transition: all 0.5s ease-in-out 0s;
}

/* BG of the main headers */
.WikiaHeader,
.WikiaHeader nav,
.WikiaFooter .toolbar,
.WikiaBarWrapper .tools-menu,
.WikiaBarWrapper {
    background: url(https://vignette.wikia.nocookie.net/steven-universe/images/d/d4/Bgrevo1.jpg);
}
 
.WikiaFooter .tools-menu > li > a:hover,
.WikiaBarWrapper .tools-menu > li > a:hover {
    background-color:transparent;
}
 
.WikiaFooter section {
    background: url(https://vignette.wikia.nocookie.net/naruto/images/b/b1/Konohavillage.jpg/revision/latest?cb=20170213123618&path-prefix=tr);
    background-repeat: repeat;
}
 
#WikiaPage {
    color: #1C051C !important;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}