From f720d021a05505313eeb42cceffaf64f52fc6e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 21 Aug 2023 12:06:23 +0900 Subject: [PATCH] add images... --- jp/public/css/main.css | 110 +++++++++++++++---------------- jp/public/images2/background.jpg | Bin 0 -> 67316 bytes 2 files changed, 55 insertions(+), 55 deletions(-) create mode 100644 jp/public/images2/background.jpg diff --git a/jp/public/css/main.css b/jp/public/css/main.css index 1426047..4885d0d 100644 --- a/jp/public/css/main.css +++ b/jp/public/css/main.css @@ -1,11 +1,11 @@ -/* +/* /* a. Webfonts and Iconfonts /* =================================================================== */ @import url("fonts.css"); @import url("font-awesome/css/font-awesome.min.css"); @import url("simple-line-icons/simple-line-icons.css"); -/* +/* /* b. Document Setup /* =================================================================== */ @@ -204,7 +204,7 @@ img.pull-left { margin: 12px 18px 0px 0px; } -/* +/* /* c. Forms /* =================================================================== */ form { @@ -218,10 +218,10 @@ fieldset { input, button { -webkit-font-smoothing: antialiased; } -input[type="text"], -input[type="password"], -input[type="email"], -textarea, +input[type="text"], +input[type="password"], +input[type="email"], +textarea, select { display: block; padding: 12px 15px; @@ -241,9 +241,9 @@ select { textarea { min-height: 162px; } -input[type="text"]:focus, -input[type="password"]:focus, -input[type="email"]:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="email"]:focus, textarea:focus { background: white; } @@ -265,7 +265,7 @@ input[type="checkbox"] { display: inline; } -/* +/* /* d. Preloader /* =================================================================== */ #preloader { @@ -342,14 +342,14 @@ input[type="checkbox"] { } -/* +/* /* e. Buttons /* =================================================================== */ -.button, -.button:visited, -button, -input[type="submit"], -input[type="reset"], +.button, +.button:visited, +button, +input[type="submit"], +input[type="reset"], input[type="button"] { display: inline-block; font: 15px/30px "raleway-bold", sans-serif; @@ -364,17 +364,17 @@ input[type="button"] { border: none; border-radius: 3px; -webkit-appearance: none; - -webkit-font-smoothing: inherit; + -webkit-font-smoothing: inherit; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } -.button:hover, -button:hover, -input[type="submit"]:hover, -input[type="reset"]:hover, +.button:hover, +button:hover, +input[type="submit"]:hover, +input[type="reset"]:hover, input[type="button"]:hover { background: #647495; color: white; @@ -540,7 +540,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { } -/* +/* /* f. Other Components /* ================================================================== */ @@ -630,7 +630,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { content: counter(definitions, decimal) ". "; } -/* +/* /* Pull Quotes Markup /* @@ -670,7 +670,7 @@ button::-moz-focus-inner, input::-moz-focus-inner { content: none; } -/* +/* /* Stats Tab Markup