기업연계프로젝트 - 퍼스널 컬러
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

493 lines
5.9 KiB

5 years ago
  1. @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
  2. body {
  3. font-family: NanumSquareR;
  4. background-color: #ffffff;
  5. }
  6. .file-upload {
  7. padding: 13% 0;
  8. border-radius: 10px;
  9. border: solid 1.5px #f6f7fa;
  10. background-color: #f6f7fa;
  11. }
  12. .file-upload-btn {
  13. width: 100%;
  14. margin: 0;
  15. color: #fff;
  16. background: #1FB264;
  17. border: none;
  18. padding: 10px;
  19. border-radius: 4px;
  20. border-bottom: 4px solid #15824B;
  21. transition: all .2s ease;
  22. outline: none;
  23. text-transform: uppercase;
  24. font-weight: 700;
  25. }
  26. .file-upload-btn:hover {
  27. background: #1AA059;
  28. color: #ffffff;
  29. transition: all .2s ease;
  30. cursor: pointer;
  31. }
  32. .file-upload-btn:active {
  33. border: 0;
  34. transition: all .2s ease;
  35. }
  36. .file-upload-content {
  37. display: none;
  38. text-align: center;
  39. }
  40. .file-upload-input {
  41. position: absolute;
  42. margin: 0;
  43. padding: 0;
  44. width: 100%;
  45. height: 100%;
  46. outline: none;
  47. opacity: 0;
  48. cursor: pointer;
  49. }
  50. .image-upload-wrap {
  51. position: relative;
  52. object-fit: contain;
  53. border-radius: 10px;
  54. border: dashed 1.5px #35465d;
  55. background-color: #ffffff;
  56. width: 65%;
  57. margin: 0 auto;
  58. }
  59. /* 업로드 버튼 (수정) */
  60. .image-dropping,
  61. .image-upload-wrap:hover {
  62. font-size: 30px;
  63. transition: transform 0.5s, background-color 0.3s;
  64. transform: scale(1.01);
  65. background-color: beige;
  66. border: 2px solid black;
  67. }
  68. .image-title-wrap {
  69. padding: 0 15px 15px 15px;
  70. color: #222;
  71. }
  72. .drag-text {
  73. text-align: center;
  74. }
  75. .drag-text h3 {
  76. font-weight: 100;
  77. text-transform: uppercase;
  78. color: #15824B;
  79. padding: 60px 0;
  80. }
  81. .file-upload-image {
  82. margin: auto;
  83. padding: 20px;
  84. }
  85. .remove-image {
  86. width: 200px;
  87. margin: 0;
  88. color: #fff;
  89. background: #cd4535;
  90. border: none;
  91. padding: 10px;
  92. border-radius: 4px;
  93. border-bottom: 4px solid #b02818;
  94. transition: all .2s ease;
  95. outline: none;
  96. text-transform: uppercase;
  97. font-weight: 700;
  98. }
  99. .remove-image:hover {
  100. background: #c13b2a;
  101. color: #ffffff;
  102. transition: all .2s ease;
  103. cursor: pointer;
  104. }
  105. .remove-image:active {
  106. border: 0;
  107. transition: all .2s ease;
  108. }
  109. .nav-distance{
  110. font-family: 'Courgette', cursive;
  111. padding: 2.1% 7.7%;
  112. }
  113. .navbar-light .navbar-brand{
  114. font-family: 'Courgette', cursive;
  115. line-height: 1.70;
  116. text-align: left;
  117. color: #35465d;
  118. font-size: 24px;
  119. }
  120. .navbar-light .navbar-toggler{
  121. font-family: 'Courgette', cursive;
  122. border-color: #ffffff;
  123. }
  124. .section {
  125. margin-top: 100px;
  126. }
  127. .result-Message {
  128. font-size:20px;
  129. }
  130. .title {
  131. font-family: 'Courgette', cursive;
  132. line-height: 1.50;
  133. font-size:90px;
  134. text-align: center;
  135. color: #35465d;
  136. }
  137. .subtitle {
  138. font-family: 'Courgette', cursive;
  139. line-height: 1.4;
  140. font-size:34px;
  141. text-align: center;
  142. color: #35465d;
  143. }
  144. .bar-label {
  145. width: 20%;
  146. text-align: left;
  147. height: 2rem;
  148. }
  149. /* On screens that are 600px or less, set the background color to olive */
  150. @media screen and (max-width: 600px) {
  151. html {
  152. font-size: 8px;
  153. }
  154. }
  155. .youtube-link {
  156. font-size: 1.5rem;
  157. line-height: 1.71;
  158. text-align: 1.71;
  159. color: #f73737;
  160. text-decoration: underline;
  161. }
  162. .youtube-link:hover {
  163. font-size: 1.5rem;
  164. line-height: 1.71;
  165. text-align: 1.71;
  166. color: #f73737;
  167. text-decoration: underline;
  168. }
  169. .youtube-icon{
  170. width: 8%;
  171. }
  172. .upload{
  173. width: 20%;
  174. }
  175. .drag-text h3 {
  176. width: 50%;
  177. font-weight: 100;
  178. text-transform: uppercase;
  179. font-size: 1.6rem;
  180. line-height: 1.53;
  181. text-align: center;
  182. color: #35465d;
  183. margin: 0 auto;
  184. }
  185. .bar-container {
  186. height: 2.7rem;
  187. }
  188. .Spring-box {
  189. position: absolute;
  190. top: 0;
  191. left: 0;
  192. height: 2rem;
  193. border-radius: 10px;
  194. width: 100%;
  195. background-color: rgba(27, 175, 234, 0.2);
  196. }
  197. .Spring-bar {
  198. position: absolute;
  199. top: 0;
  200. left: 0;
  201. height: 2rem;
  202. border-radius: 10px;
  203. background-color: rgba(27, 175, 234, 1);
  204. }
  205. .Summer-box {
  206. position: absolute;
  207. top: 0;
  208. left: 0;
  209. height: 2rem;
  210. border-radius: 10px;
  211. width: 100%;
  212. background-color: rgba(251, 176, 59, 0.2);
  213. }
  214. .Summer-bar {
  215. position: absolute;
  216. top: 0;
  217. left: 0;
  218. height: 2rem;
  219. border-radius: 10px;
  220. background-color: rgba(251, 176, 59, 1);
  221. }
  222. .Autumn-box {
  223. position: absolute;
  224. top: 0;
  225. left: 0;
  226. height: 2rem;
  227. border-radius: 10px;
  228. width: 100%;
  229. background-color: rgba(195, 140, 102, 0.2);
  230. }
  231. .Autumn-bar {
  232. position: absolute;
  233. top: 0;
  234. left: 0;
  235. height: 2rem;
  236. border-radius: 10px;
  237. background-color: rgba(195, 140, 102, 1);
  238. }
  239. .Winter-box {
  240. position: absolute;
  241. top: 0;
  242. left: 0;
  243. height: 2rem;
  244. border-radius: 10px;
  245. width: 100%;
  246. background-color: rgba(49, 132, 155, 0.2);
  247. }
  248. .Winter-bar {
  249. position: absolute;
  250. top: 0;
  251. left: 0;
  252. height: 2rem;
  253. border-radius: 10px;
  254. background-color: rgba(49, 132, 155, 1);
  255. }
  256. /* 추가부분 */
  257. .colorWeight {
  258. display: inline-block;
  259. clip-path: circle(40%);
  260. width: 90px;
  261. height: 90px;
  262. }
  263. .colorWeight:hover {
  264. transform: scale(1.15);
  265. }