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

提供: 恋与制作人翻訳Wiki
移動先: 案内検索
(ページの作成:「→‎CSS placed here will affect users of the Metrolook skin: #p-logo { display: none; height:0; } #mw-panel { position:relative; top:20px !important; } table,td,th{…」)
 
 
1行目: 1行目:
 
/* CSS placed here will affect users of the Metrolook skin */
 
/* CSS placed here will affect users of the Metrolook skin */
 
#p-logo {
 
#p-logo {
 +
display: none;
 +
height:0;
 +
}
 +
#jump-to-nav{
 
display: none;
 
display: none;
 
height:0;
 
height:0;

2020年5月10日 (日) 05:44時点における最新版

/* CSS placed here will affect users of the Metrolook skin */
#p-logo {
	display: none;
	height:0;
}
#jump-to-nav{
	display: none;
	height:0;
}
#mw-panel {
	position:relative;
	top:20px !important;
}
table,td,th{
	border: 1px #D3D3D3 solid;
	border-collapse: collapse;
	padding: 5px 12px;
	margin-top: 20px;
}
#mw-page-base
{background-color: #3F72CA !important;
background-image: none;}
@media (max-width:768px)
{#mw-page-base
{background-color: #3F72CA;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{#mw-page-base
{background-color: #3F72CA;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)
{#mw-page-base
{background-color: #3F72CA;}
}
div.vectorTabs a:hover
{background-color: #A05EA7;}
div.onhoverbg:hover
{background-color: #A05EA7;}
img.downarrow:hover
{background-color: #A05EA7;}
div.vectorMenu:hover h5 span
{background-color: #A05EA7;}
div.vectorMenu h5 span
{background-color: #3F72CA;}
div.vectorMenu:hover h5 a
{background-color: #A05EA7;}
div.vectorMenu h5 a
{background-color: #3F72CA;}
div.vectorMenu:hover
{background-color: #A05EA7;}
div.vectorMenu ul
{border: solid 2px #3F72CA;
border-top: none;}
@media (max-width: 768px)
{#hamburgerIcon:hover
{background-color: #A05EA7;}
img.editbutton:hover
{background-color: #A05EA7;}
div.actionmenu ul
{border-top: solid 2px #3F72CA;}
#left-navigation
{background-color: #3F72CA;}
}
#left-navigation{
a:link { color: #ffffff; }
a:visited { color: #ffffff;!important}
}
#right-navigation{
position:top:0px;imortant!
}
.top-tile-bar-inner-container{
display:none;
}
.downarrow{
display:none;
}