소스 파일 : /yoyak/yoyak_contents.css (2019-03-15)     소스 설명 : (분류요약관리) 요약관리 메인 스타일
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
026
027
028
029
030
031
032
033
034
035
036
037
038
039
040
041
042
043
044
045
046
047
048
049
050
051
052
053
054
055
056
057
058
059
060
061
062
063
064
065
066
067
068
069
070
071
072
073
074
075
076
077
078
079
080
081
082
083
084
085
086
087
088
/* (2018.5.20, 차재복, Cha Jae Bok, http://www.ktword.co.kr) */

/* body */
	body {
		font-size: 13px;
	}

/* 검색 form */
	form[name=srch_form] button, form[name=srch_form] input { 
		font-size: 13px;
	}

/* 목차 내 모든 자식 ol 를 대상으로 함 */
	#contents ol, #contents_right_down ol, .ol_items { 
		padding-left : 15px;
	}

/* 목차 내 제일 좌측 ol 만 대상으로 함 */
	#contents > ol { 
		padding-left : 5px;
	}
    #contents_right_down > ol {
		margin-left : 0px;
		padding-left : 0px;
	}

/* 목차 내 모든 li 요소를 대상으로 함 */
	#contents li, #contents_right li, .li_items {
		list-style:none;
		margin-top : 8px;
		margin-bottom : 8px;
		white-space: nowrap;
		font-size : 13px;
		line-height: 160%;
	}

/* 목차 내 a 요소를 대상으로 함 */
	#contents a, #contents_right a {
		text-decoration : none;
	}

/* 목차 내 edit 클릭 항목들의 color => red */
	.edit_span a {
		color : red;
	}

/* Edit 버튼 눌렀을때, 산하 텍스트, input, button 들의 폰트 크기 */
	.more_sub, .more_sub input, .more_sub button,
	.more_gen, .more_gen input, .more_gen button
	{ 
		font-size: 12px; 
	}

/* View 버튼 눌렀을때, 산하 텍스트 폰트 크기 */
	.detail_view, .detail_view button  { 
		font-size: 12px; 
	}


/* View 버튼 눌렀을때, 산하 버튼 스타일 */
	.detail_view button  { 
		display:inline-box; 
/*		float:left; */
		margin-bottom:5px;
/*		margin-right:5px; */
	}

/* 토글 클래스 */
	.toggleBold {
		font-weight : bold;
	}

/* 우측 화면 */
	button.id_move_submit, button.no_move_submit {
		font-size: 12px;
	}

/* 모든 버튼 폰트 크기 */
	button {
		font-size: 12px;
		padding: 2 3 2 3px;
		margin-left: 2px;
	}

/* 모든 테이블 요소 폰트 크기 */
	table#no_edit td {
		font-size: 12px;
	}


Copyrightⓒ written by 차재복 (Cha Jae Bok)
"본 웹사이트 내 모든 저작물은 원출처를 밝히는 한 자유롭게 사용(상업화포함) 가능합니다"