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

提供: whvm
移動先: 案内検索
34行目: 34行目:
 
-webkit-box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
 
-webkit-box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
 
-moz-box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
 
-moz-box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
 +
margin-top:2.5em;
 
}
 
}
  
82行目: 83行目:
 
background-color: rgba(5, 25, 255, 0.39);
 
background-color: rgba(5, 25, 255, 0.39);
 
width: 100%;
 
width: 100%;
 +
margin-top:-6.2em;
 +
margin-left:-3.1em;
 
}
 
}

2017年9月21日 (木) 05:10時点における版

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

@font-face {
font-family: 'Textar-Min';
src: url('textar-min.ttf') format('truetype');
}

#mw-head{
display:none
}

#mw-panel{
display:none
}

#mw-page-base {
height:19px !important;
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: -5px; */
margin-left: 1em;
margin-right: 1em;
border: 0px;
box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
-webkit-box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
-moz-box-shadow: 0 0 5px #fff, 0 0 10px #1e1e1e, 0 0 1px #3a3a3a;
margin-top:2.5em;
}

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

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

div#footer{
padding:9px !important;
}

#footer{
height:0px;
}

#footer-info{
display:none;
}

#footer-places{
display:none;
}

#footer-icons{
display:none;
}

#catlinks{
display:none;
}

.mw-editsection{
display:none;
}

pre{
font-family: Textar-Min;
line-height: 1.2em;
}

#siteNotice{
position: fixed;
z-index: 9999;
background-color: rgba(5, 25, 255, 0.39);
width: 100%;
margin-top:-6.2em;
margin-left:-3.1em;
}