MediaWiki:Vector.css

De Inkipédia
Révision datée du 12 octobre 2019 à 10:24 par FunPL (discussion | contributions) (Fixed part of the tabs)
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorTabs li.new a, div.vectorTabs li.new, a.new, #p-personal a.new, a.new {
  text-decoration:none;
  color:#BA0000;
}
#p-personal{
  background-color:white;
  top:-0.2em;
  margin-right:4em;
  padding:5px 15px 5px 0;
  border-radius:2px 2px 10px 10px;
  border-style:solid;
  border-color:#AADC00;
  border-width:2px;
}
div#mw-head div.vectorMenu h3 {
  height:30px;
  margin-top:0.6em;
}
div.vectorMenu h3 a {
  top:0.2em;
  right:0.4em;
}
div.vectorTabs {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  background-position:bottom left;
  background-repeat:no-repeat;
}
div.vectorTabs ul {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
}
div.vectorTabs span {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  background-position:center;
}
div.vectorTabs ul li{
  background:#EEE;
  border-radius:15px 15px 0 0;
  height:30px;
  line-height:1px;
  margin-right:0.4em;
  margin-top:0.5em;
  border-style:dashed;
  border-color:#AADC00;
  border-width:1px;
}
#right-navigation {
  margin-right:4em;
}
#p-logo{
  left:-1em;
  margin-top: -185px;
  margin-left: -15px;
}
div#mw-head div.vectorMenu h3{
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/2a/Itemlist_main_off.png");
  background-position:center;
  background-repeat:repeat;
  border-radius:10px 10px 0 0;
  margin-left:0.1em;
  margin-right:0.4em;
}
div.vectorMenu h3 span {
  padding-top:10px;
}
div#mw-page-base {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  background-color:rgba(255,255,255,0);
  opacity:0;
}
#mw-panel {
  background-color:white;
  max-width:7.5em;
  margin-left:0.8em;
  margin-top: 11em;
  padding:1em 1em 1em 0em;
  border-style:solid;
  border-color:#AADC00;
  border-width:2px 2px 2px 10px;
  border-radius:2px;
}

/*==================================================
  Interface improvements by FunPL
==================================================*/

/*=NAVIGATION=*/

/* Better "More" menu */
.vectorMenu{
    bottom:2px;
}
.vectorMenu h3{
    border-radius:0.95em 0.95em 0 0 !important;
    padding-bottom:2px !important;
}
.vectorMenu h3 span:after{
    top:6px !important;
}
.vectorMenu span{
    top:2px;
}
.vectorMenu .menu{
    border-radius: 0 0 10px 10px;
    left:1.5px;
    min-width:86.5%;
}
.vectorMenu .menu ul{
    position:relative;
    left:-1px;
}

/* Better search */
#simpleSearch{
    background:#f3f3f3;
    bottom:3px;
    border-radius:0.95em 0.95em 0 0;
    border-style: dashed dashed solid dashed !important;
    border-width:1px;
    border-color:#aadc00;
    padding-bottom:4px;
    padding-top:4px;
    padding-left:5px;
    padding-right:5px;

    -webkit-transition: background 100ms linear;
    -ms-transition: background 100ms linear;
    transition: background 100ms linear;
    -webkit-transition: border-color 100ms linear;
    -ms-transition: border-color 100ms linear;
    transition: border-color 100ms linear;
}
#simpleSearch:hover{
    background-color:#ffffff;
    border-color:transparent;
}
#simpleSearch input{
    top:2px !important;
    position:relative;
}
#searchButton{
    top:1px !important;
}