미디어위키:Mobile.css

미래위키
둘러보기로 이동 검색으로 이동

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */
/* 미디어 위키 엔진은 속도를 빠르게 처리하기 위해서 핵심이 되는 디자인 요소는 그때그때 내용을 처리하지 않고,
미리 저장한 페이지를 보여주는 기술을 사용합니다. 따라서 원래는 미디어위키:Common.css 파일의 내용을 변경하면,
바뀌어야 하는 디자인 요소가 실제로는 시간이 지연된 다음에 바뀌는 경우가 있습니다. 지연 시간은 불규칙합니다.
이것은 위키를 보는 사람의 컴퓨터에 있는 저장내용을 지워서 해결되기도 하지만, 그렇지 않은 경우도 있으므로
이 경우에는 여유를 가지고 다른 작업을 하시기 바랍니다.*/

body {
background: linear-gradient(#e7edf1, #d3dee4, #c5d2da);
background-repeat: no-repeat!important;
background-attachment: fixed!important;
}

/* 폰트 조정 */
body, div, input, .mw-body h1, .mw-body h2 { font-family: "Open Sans", Helvetica, arial, 'Apple SD Gothic Neo', '나눔바른고딕', 'NanumBarunGothic', '나눔고딕', 'NanumGothic', '맑은 고딕', 'Malgun Gothic', sans-serif; }

/* 대문에서 대문이라는 현판을 떼어낸다. */
body.page-대문.action-view h1.firstHeading, body.page-대문.action-submit h1.firstHeading { display: none; }

/* Colors the tabs across the top of the page */


/* 전체 컨텐츠 색상 */
#content, BodyContent {
background: linear-gradient(#e7edf1, #d3dee4, #c5d2da);
background-repeat: no-repeat!important;
background-attachment: fixed!important;
}
#content { color : #23313c !important; } 
#content { border: 0px solid #002000  !important; }
 

/* 링크색상을 변경한다 */
a { color: navy; text-decoration: underline; text-decoration-style: solid;}
a:visited { color: navy; text-decoration: underline; text-decoration-style: solid;}
a:active, a.new { color: navy; text-decoration: underline; text-decoration-style: solid;}
a.interwiki, a.external { color: navy; text-decoration: underline; text-decoration-style: solid;}
a.stub { color: navy; text-decoration: underline; text-decoration-style: solid;}

/* 마우스를 링크 위에 올렸을 때의 행동입니다. */
a:hover { color: #00cc66;
 text-decoration: underline;
 text-decoration-style: solid;}

		#mirae-future-box
		{
			border:1px solid #f5f8fa;
			text-align:left!important;
			background: linear-gradient(45deg, white, rgba(248, 248, 255, 0.6), white);
			padding: 15px; /* 테두리와 본문 사이의 간격이다. */
			margin: 10px; /* 박스와 박스 사이의 간격이다.*/
          width: auto;			
		}
		
		#mirae-future-center {
			border:1px solid #f5f8fa;
			text-align:left!important;
			background: linear-gradient(45deg, white, rgba(248, 248, 255, 0.6), white);
			padding: 15px; /* 테두리와 본문 사이의 간격이다. */
			margin: 10px; /* 박스와 박스 사이의 간격이다.*/
          width: auto;			
		}		
#admin { display: none ;
}
#pc { display: none ;
}