diff --git a/common/css/default.css b/common/css/default.css index 3bec10be1..1dc33c586 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -17,29 +17,29 @@ FORM { display:inline; } -A.bold { +a.bold { font-weight:bold; } -A.editor_blue_text:link { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} -A.editor_blue_text:visited { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} -A.editor_blue_text:active { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} -A.editor_blue_text:hover { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} +a.editor_blue_text:link { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} +a.editor_blue_text:visited { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} +a.editor_blue_text:active { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} +a.editor_blue_text:hover { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;} -A.editor_red_text:link { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717; } -A.editor_red_text:visited { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;} -A.editor_red_text:active { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;} -A.editor_red_text:hover { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;} +a.editor_red_text:link { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717; } +a.editor_red_text:visited { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;} +a.editor_red_text:active { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;} +a.editor_red_text:hover { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;} -A.editor_yellow_text:link { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308; } -A.editor_yellow_text:visited { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;} -A.editor_yellow_text:active { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;} -A.editor_yellow_text:hover { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;} +a.editor_yellow_text:link { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308; } +a.editor_yellow_text:visited { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;} +a.editor_yellow_text:active { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;} +a.editor_yellow_text:hover { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;} -A.editor_green_text:link { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} -A.editor_green_text:visited { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} -A.editor_green_text:active { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} -A.editor_green_text:hover { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} +a.editor_green_text:link { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} +a.editor_green_text:visited { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} +a.editor_green_text:active { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} +a.editor_green_text:hover { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} .folder_opener { display: block; } .folder_closer { display: none; } diff --git a/modules/editor/components/urllink/lang/ko.lang.php b/modules/editor/components/urllink/lang/ko.lang.php index b166124f6..d80332ae6 100644 --- a/modules/editor/components/urllink/lang/ko.lang.php +++ b/modules/editor/components/urllink/lang/ko.lang.php @@ -7,4 +7,15 @@ $lang->urllink_title = "제목"; $lang->urllink_url = "URL"; + $lang->urllink_open_window = "새창열기"; + $lang->urllink_bold = " 글자 굵게"; + + $lang->urllink_color = "링크 색상 "; + $lang->urllink_color_blue = "파란색"; + $lang->urllink_color_red = "붉은색"; + $lang->urllink_color_yellow = "노란색"; + $lang->urllink_color_green = "녹색"; + + $lang->about_url_link_open_window = "선택하시면 링크 선택시 새창으로 열립니다"; + $lang->about_url_link_bold = "선택하시면 링크의 글자가 굵게 표시됩니다"; ?> diff --git a/modules/editor/components/urllink/tpl/popup.css b/modules/editor/components/urllink/tpl/popup.css index 78dc4df2c..10f448441 100644 --- a/modules/editor/components/urllink/tpl/popup.css +++ b/modules/editor/components/urllink/tpl/popup.css @@ -39,7 +39,9 @@ .editor_button_area { clear:both; text-align:center; - margin:5px; + background-color:#EEEEEE; + padding-top:5px; + height:30px; } .editor_button { diff --git a/modules/editor/components/urllink/tpl/popup.html b/modules/editor/components/urllink/tpl/popup.html index a5650af60..e3d7ed9a0 100644 --- a/modules/editor/components/urllink/tpl/popup.html +++ b/modules/editor/components/urllink/tpl/popup.html @@ -9,9 +9,35 @@