「MediaWiki:Vector.css」の版間の差分

提供: whvm
移動先: 案内検索
(Admin (トーク) による版 309 を取り消し)
15行目: 15行目:
 
background-image: 0;
 
background-image: 0;
 
background-color: #f6f6f6;
 
background-color: #f6f6f6;
 +
background-image: -moz-linear-gradient(top, #f6f6f6 50%, #f6f6f6 100%);
 +
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(100%, #f6f6f6));
 +
background-image: -webkit-linear-gradient(top, #f6f6f6 50%, #f6f6f6 100%);
 +
background-image: linear-gradient(#f6f6f6 50%, #f6f6f6 100%);
 
}
 
}
  

2016年9月6日 (火) 11:22時点における版

/* ここに記述したCSSはベクター外装の利用者に影響します */

#mw-head{
display:none
}

#mw-panel{
display:none
}

#mw-page-base {
height:1em;
background-position0;
background-repeat:0;
background-image: 0;
background-color: #f6f6f6;
background-image: -moz-linear-gradient(top, #f6f6f6 50%, #f6f6f6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(100%, #f6f6f6));
background-image: -webkit-linear-gradient(top, #f6f6f6 50%, #f6f6f6 100%);
background-image: linear-gradient(#f6f6f6 50%, #f6f6f6 100%);
}

.mw-body{
margin-bottom: -1.5em;
margin-left: 1em;
margin-right: 1em;
border-right-width: 1px;
}

#left-navigation{
margin-left:1em;
}

#right-navigation{
margin-right:1em;
}

#footer{
height:0;
}

#footer-info{
display:none;
}

#footer-places{
display:none;
}

#footer-icons{
display:none;
}