From d2a120315dbb884273524efc8ebb6589645db7bc Mon Sep 17 00:00:00 2001 From: Goldman Kim Date: Thu, 16 Nov 2023 13:41:29 +0900 Subject: [PATCH] change logo --- .../templates/common/shell/header.html | 46 ++++++++----------- .../templates/common/shell/lefter.html | 11 ++--- 2 files changed, 25 insertions(+), 32 deletions(-) diff --git a/src/main/resources/templates/common/shell/header.html b/src/main/resources/templates/common/shell/header.html index 58a9498..22d2140 100644 --- a/src/main/resources/templates/common/shell/header.html +++ b/src/main/resources/templates/common/shell/header.html @@ -73,44 +73,38 @@ } .index-header .logo { - display: inline-block; + display: inline-block; position: absolute; - top: 0; - left: 0; + top: 0; + left: 0; width: 255px; - height: 123px; - line-height: 106px; - text-align: center; - border-right: 1px solid rgba(0, 0, 0, 0.12); - transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1); - z-index: 1; + height: 100px; + line-height: 106px; + text-align: center; + border-right: 1px solid rgba(0, 0, 0, 0.12); + transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1); + z-index: 1; } .index-header .logo .home>span { - display: inline-block; - width: 255px; - height: 100px; - background: url("images/natural_js_boot.png") no-repeat 50% 50%; + font-weight: 600; + font-size: 32px; + color: rgba(0,0,0,.87); + font-family: cursive; +} + +.index-header .logo .home>span>sup { + font-weight: 400; + font-size: 16px; } +
- - - -
diff --git a/src/main/resources/templates/common/shell/lefter.html b/src/main/resources/templates/common/shell/lefter.html index 6f7646e..fd66c9a 100644 --- a/src/main/resources/templates/common/shell/lefter.html +++ b/src/main/resources/templates/common/shell/lefter.html @@ -12,12 +12,11 @@ border-right: 1px solid rgba(0, 0, 0, 0.12); } - .index-lefter .logo .home>span { - display: inline-block; - width: 255px; - height: 100px; - background: url("images/natural_js.png") no-repeat 50% 50%; + font-weight: 600; + font-size: 32px; + color: rgba(0,0,0,.87); + font-family: cursive; } .index-lefter .logo .home>span>sup { @@ -148,7 +147,7 @@