사용자:낙엽1124/femiwiki.css

최근 편집: 2018년 5월 2일 (수) 11:41

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/*모바일 편집 화면에서 상단바 보임*/
#editform .wikiEditor-ui-top,
#editform .mw-editTools,
#editform .templatesUsed 
{
  display: block !important;
}

html.ve-activated .oo-ui-toolbar {
	font-size: 12px;
}

/*시각편집기 툴바 너비 화면 꽉 채우게*/
html.ve-activated #p-navigation-and-watch {
	display: none;
}

html.ve-activated .nav-bar {
    transition: height 0.4s ease;
	overflow: hidden;
}

html .oo-ui-toolbar,
html .oo-ui-toolbar-bar {
	left: 0 !important;
	right: 0 !important;
}

html.ve-activated .nav-bar {
	height: 0;
}

html.ve-active .nav-bar {
	display: none;
}

html.ve-active #content,
html.ve-activating #content {
  max-width: none;
  padding: 0;
}

html.ve-activating .ve-init-mw-desktopArticleTarget-originalContent,
html.ve-active .ve-ui-surface, 
html.ve-activating .ve-ui-surface {
  max-width: 50rem;
  margin: auto;
  padding: 2.3rem 1.3rem 0;
}

/* 파일 올리기 안내문 가리기 */
#uploadtext {
  display: none !important;
}