diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css index d17d2cf7..ef7cf997 100644 --- a/src/main/resources/static/css/common.css +++ b/src/main/resources/static/css/common.css @@ -150,8 +150,11 @@ background-color: #253660; z-index: 100; } -#footer{ - z-index: 1; +#wrapper{ + min-height: 91%; +} +.footer{ + transform : translateY(91%); } .bg-label{ background-color: lightblue; @@ -174,13 +177,27 @@ color: #24396c; text-align: center; } -.col-form-label-sm.text-center{ + +.col-form-label-sm.text-center { background-color: #aabfe178; + border: 1px solid rgba(var(--bs-secondary-rgb))!important; + } + +.col-form-label-sm.text-start, .col-sm-11.form-control-sm, .col-sm-10.form-control-sm{ + border: 1px solid rgba(var(--bs-secondary-rgb))!important; +} + + + @font-face {font-family:'GmarketSansMedium';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');} .dash-title { font-family: 'GmarketSansMedium'; font-size: 18px; -} \ No newline at end of file +} + +.bg-light.text-center{ + background-color: #deebff78!important; +} diff --git a/src/main/resources/static/img/logoNew.png b/src/main/resources/static/img/logoNew.png new file mode 100644 index 00000000..8dda7a05 Binary files /dev/null and b/src/main/resources/static/img/logoNew.png differ diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 53a87390..694d5906 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -1,45 +1,45 @@ - + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - +
+
+ 사이버외사정보시스템로고 +
+
+

사이버외사정보시스템

+ FOREIGN AFFAIRS INTELLIGENCE CYBER SYSTEM +
+
+

21995 인천광역시 연수구 해돋이로 130 해양경찰청

+

Copyright ⓒ 2011 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. All right reserved.

+
+
\ No newline at end of file diff --git a/src/main/resources/templates/fragments/header.html b/src/main/resources/templates/fragments/header.html index 1f89d56b..737f9523 100644 --- a/src/main/resources/templates/fragments/header.html +++ b/src/main/resources/templates/fragments/header.html @@ -6,9 +6,7 @@
diff --git a/src/main/resources/templates/fragments/leftMenu.html b/src/main/resources/templates/fragments/leftMenu.html index 85cc24c0..123eca29 100644 --- a/src/main/resources/templates/fragments/leftMenu.html +++ b/src/main/resources/templates/fragments/leftMenu.html @@ -1,11 +1,13 @@
-
- +
-
    +
    • diff --git a/src/main/resources/templates/layout/layout.html b/src/main/resources/templates/layout/layout.html index 96a66c89..e59ebbc8 100644 --- a/src/main/resources/templates/layout/layout.html +++ b/src/main/resources/templates/layout/layout.html @@ -1,106 +1,109 @@ + xmlns:th="http://www.thymeleaf.org" + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" + xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5"> - - - 해양경찰청 외사종합포털 + + + 해양경찰청 외사종합포털 - - - - - - - - - + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - + + + - - +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      -
      -
      -

      Loading

      -
      +
      -
--> -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- + + \ No newline at end of file diff --git a/src/main/resources/templates/publicBoard/board/boardEditModal.html b/src/main/resources/templates/publicBoard/board/boardEditModal.html index 2f8d7957..b3b0a4c6 100644 --- a/src/main/resources/templates/publicBoard/board/boardEditModal.html +++ b/src/main/resources/templates/publicBoard/board/boardEditModal.html @@ -16,7 +16,7 @@
- +
@@ -24,7 +24,7 @@
- +
@@ -34,20 +34,20 @@
- +
- +
- +
diff --git a/src/main/resources/templates/publicBoard/board/boardPage.html b/src/main/resources/templates/publicBoard/board/boardPage.html index 562e7b99..1cad231a 100644 --- a/src/main/resources/templates/publicBoard/board/boardPage.html +++ b/src/main/resources/templates/publicBoard/board/boardPage.html @@ -61,7 +61,7 @@
- + @@ -77,7 +77,7 @@ - + diff --git a/src/main/resources/templates/publicBoard/board/boardViewModal.html b/src/main/resources/templates/publicBoard/board/boardViewModal.html index 3b662e1e..a26d8e32 100644 --- a/src/main/resources/templates/publicBoard/board/boardViewModal.html +++ b/src/main/resources/templates/publicBoard/board/boardViewModal.html @@ -17,11 +17,11 @@
-
+
+ + - -
-
+
diff --git a/src/main/resources/templates/publicBoard/notice/noticeViewModal.html b/src/main/resources/templates/publicBoard/notice/noticeViewModal.html index c2853aee..8f5d532b 100644 --- a/src/main/resources/templates/publicBoard/notice/noticeViewModal.html +++ b/src/main/resources/templates/publicBoard/notice/noticeViewModal.html @@ -17,11 +17,11 @@
-
+
+ + - -
-
+
diff --git a/src/main/resources/templates/publicBoard/qna/qnaEditModal.html b/src/main/resources/templates/publicBoard/qna/qnaEditModal.html index 0452bc0e..cdaa6f3b 100644 --- a/src/main/resources/templates/publicBoard/qna/qnaEditModal.html +++ b/src/main/resources/templates/publicBoard/qna/qnaEditModal.html @@ -16,7 +16,7 @@
- +
@@ -24,7 +24,7 @@
- +
@@ -34,20 +34,20 @@
- +
- +
- +
diff --git a/src/main/resources/templates/publicBoard/qna/qnaPage.html b/src/main/resources/templates/publicBoard/qna/qnaPage.html index 0884b7c9..3c3cdeb1 100644 --- a/src/main/resources/templates/publicBoard/qna/qnaPage.html +++ b/src/main/resources/templates/publicBoard/qna/qnaPage.html @@ -62,7 +62,7 @@
제목 관서
- + @@ -75,10 +75,10 @@ - + - + diff --git a/src/main/resources/templates/publicBoard/qna/qnaViewModal.html b/src/main/resources/templates/publicBoard/qna/qnaViewModal.html index 3b662e1e..f31b32ed 100644 --- a/src/main/resources/templates/publicBoard/qna/qnaViewModal.html +++ b/src/main/resources/templates/publicBoard/qna/qnaViewModal.html @@ -15,15 +15,15 @@
-
+
-
- - - - - -
diff --git a/src/main/resources/templates/publicBoard/reference/referencePage.html b/src/main/resources/templates/publicBoard/reference/referencePage.html index 0b90974e..4626eea5 100644 --- a/src/main/resources/templates/publicBoard/reference/referencePage.html +++ b/src/main/resources/templates/publicBoard/reference/referencePage.html @@ -67,7 +67,7 @@
제목 관서
- + @@ -83,7 +83,7 @@ - + diff --git a/src/main/resources/templates/publicBoard/reference/referenceViewModal.html b/src/main/resources/templates/publicBoard/reference/referenceViewModal.html index fa8e5481..69eb65eb 100644 --- a/src/main/resources/templates/publicBoard/reference/referenceViewModal.html +++ b/src/main/resources/templates/publicBoard/reference/referenceViewModal.html @@ -23,11 +23,11 @@ -
+
+ + - -
-
+
제목 관서