소스 파일 : /view/view.css (2020-12-11)     소스 설명 : (용어보기) 용어해설 보기 스타일
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
/* (2020.12.10, 차재복, Cha Jae Bok, cjbword@gmailcom) */
	
	body {
		font-size: 13px;
	}

	h1 { 
		float : left;
		font-size: 14pt;
		text-align:center;
/*		margin:0px;
		padding-bottom:10px; */
	}

	div#body {
		clear : left;
		float: left;
		width: 100%;
	}

	div#body_text {
		clear:left;
		margin-top:0px;
		padding-top:12px;
		font-size: 13px ; 
		line-height: 200%;
/*		border-top: 1px dashed gray; */
	}

	div#body_text li {
		font-size: 13px ; 
	}

	div#body_path {
		border-bottom: 1px dashed gray;
		margin : 5px;
	}

	.tree_path {
		padding-bottom : 7px;
	}
	.tree_path a:link, .tree_path a:visited {
		color: navy ;
		text-decoration: none ; 
	}
	.tree_path a:hover, .tree_path a:active {
		color: red;
		text-decoration: underline ; 
	}

	div#body_text a:link, div#body_text a:visited {
		color: navy ;
		text-decoration: none ; 
	}
	div#body_text a:hover, div#body_text a:active {
		color: red;
		text-decoration: underline ; 
	}
	
	table#body_foot td {
		font-size: 13px ;
		padding-left: 10px;
	}

/* path */
/*
	div.treeDiv a { text-decoration: none; }
	div[data-menutype='clickMenu'] span.bullet { color:red; cursor:pointer; }
	span.subMenu span.bullet,span.subMenu span.title { padding:0 2 0px; cursor:pointer; }
*/


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