From c57462f207e3550ee375310f792b27f5bb1f9341 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Wed, 10 Jan 2024 23:43:02 +0100 Subject: [PATCH] format style.css --- public/assets/main/2_0/css/style.css | 560 +++++++++++++++++++-------- 1 file changed, 399 insertions(+), 161 deletions(-) diff --git a/public/assets/main/2_0/css/style.css b/public/assets/main/2_0/css/style.css index 7662a78..ac427c2 100644 --- a/public/assets/main/2_0/css/style.css +++ b/public/assets/main/2_0/css/style.css @@ -23,36 +23,24 @@ /* gradient */ - --bg-gradient-onyx: linear-gradient( - to bottom right, - hsl(240, 1%, 25%) 3%, - hsl(0, 0%, 19%) 97% - ); - --bg-gradient-jet: linear-gradient( - to bottom right, - hsla(240, 1%, 18%, 0.251) 0%, - hsla(240, 2%, 11%, 0) 100% - ), hsl(240, 2%, 13%); - --bg-gradient-yellow-1: linear-gradient( - to bottom right, - hsl(45, 100%, 71%) 0%, - hsla(36, 100%, 69%, 0) 50% - ); - --bg-gradient-yellow-2: linear-gradient( - 135deg, - hsla(45, 100%, 71%, 0.251) 0%, - hsla(35, 100%, 68%, 0) 59.86% - ), hsl(240, 2%, 13%); - --border-gradient-onyx: linear-gradient( - to bottom right, - hsl(0, 0%, 25%) 0%, - hsla(0, 0%, 25%, 0) 50% - ); - --text-gradient-yellow: linear-gradient( - to right, - hsl(45, 100%, 72%), - hsl(35, 100%, 68%) - ); + --bg-gradient-onyx: linear-gradient(to bottom right, + hsl(240, 1%, 25%) 3%, + hsl(0, 0%, 19%) 97%); + --bg-gradient-jet: linear-gradient(to bottom right, + hsla(240, 1%, 18%, 0.251) 0%, + hsla(240, 2%, 11%, 0) 100%), hsl(240, 2%, 13%); + --bg-gradient-yellow-1: linear-gradient(to bottom right, + hsl(45, 100%, 71%) 0%, + hsla(36, 100%, 69%, 0) 50%); + --bg-gradient-yellow-2: linear-gradient(135deg, + hsla(45, 100%, 71%, 0.251) 0%, + hsla(35, 100%, 68%, 0) 59.86%), hsl(240, 2%, 13%); + --border-gradient-onyx: linear-gradient(to bottom right, + hsl(0, 0%, 25%) 0%, + hsla(0, 0%, 25%, 0) 50%); + --text-gradient-yellow: linear-gradient(to right, + hsl(45, 100%, 72%), + hsl(35, 100%, 68%)); /* solid */ @@ -95,7 +83,7 @@ /** * shadow */ - + --shadow-1: -4px 8px 24px hsla(0, 0%, 0%, 0.25); --shadow-2: 0 16px 30px hsla(0, 0%, 0%, 0.25); --shadow-3: 0 16px 40px hsla(0, 0%, 0%, 0.25); @@ -115,17 +103,30 @@ #RESET \*-----------------------------------*/ -*, *::before, *::after { +*, +*::before, +*::after { margin: 0; padding: 0; box-sizing: border-box; } -a { text-decoration: none; } +a { + text-decoration: none; +} -li { list-style: none; } +li { + list-style: none; +} -img, ion-icon, a, button, time, span { display: block; } +img, +ion-icon, +a, +button, +time, +span { + display: block; +} button { font: inherit; @@ -135,7 +136,8 @@ button { cursor: pointer; } -input, textarea { +input, +textarea { display: block; width: 100%; background: none; @@ -147,11 +149,17 @@ input, textarea { color: var(--smoky-black); } -:focus { outline-color: var(--orange-yellow-crayola); } +:focus { + outline-color: var(--orange-yellow-crayola); +} -html { font-family: var(--ff-poppins); } +html { + font-family: var(--ff-poppins); +} -body { background: var(--smoky-black); } +body { + background: var(--smoky-black); +} @@ -202,9 +210,13 @@ article { z-index: -1; } -.icon-box ion-icon { --ionicon-stroke-width: 35px; } +.icon-box ion-icon { + --ionicon-stroke-width: 35px; +} -article { display: none; } +article { + display: none; +} article.active { display: block; @@ -212,8 +224,13 @@ article.active { } @keyframes fade { - 0% { opacity: 0; } - 100% { opacity: 1; } + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } } .h2, @@ -224,11 +241,17 @@ article.active { text-transform: capitalize; } -.h2 { font-size: var(--fs-1); } +.h2 { + font-size: var(--fs-1); +} -.h3 { font-size: var(--fs-2); } +.h3 { + font-size: var(--fs-2); +} -.h4 { font-size: var(--fs-4); } +.h4 { + font-size: var(--fs-4); +} .h5 { font-size: var(--fs-7); @@ -252,8 +275,10 @@ article.active { } .has-scrollbar::-webkit-scrollbar { - width: 5px; /* for vertical scrollbar */ - height: 5px; /* for horizontal scrollbar */ + width: 5px; + /* for vertical scrollbar */ + height: 5px; + /* for horizontal scrollbar */ } .has-scrollbar::-webkit-scrollbar-track { @@ -266,7 +291,9 @@ article.active { border-radius: 5px; } -.has-scrollbar::-webkit-scrollbar-button { width: 20px; } +.has-scrollbar::-webkit-scrollbar-button { + width: 20px; +} .content-card { position: relative; @@ -317,7 +344,9 @@ main { transition: var(--transition-2); } -.sidebar.active { max-height: 405px; } +.sidebar.active { + max-height: 405px; +} .sidebar-info { position: relative; @@ -375,12 +404,18 @@ main { } .info_more-btn:hover, -.info_more-btn:focus { background: var(--bg-gradient-yellow-1); } +.info_more-btn:focus { + background: var(--bg-gradient-yellow-1); +} .info_more-btn:hover::before, -.info_more-btn:focus::before { background: var(--bg-gradient-yellow-2); } +.info_more-btn:focus::before { + background: var(--bg-gradient-yellow-2); +} -.info_more-btn span { display: none; } +.info_more-btn span { + display: none; +} .sidebar-info_more { opacity: 0; @@ -423,7 +458,9 @@ main { font-size: var(--fs-7); } -.contact-info address { font-style: normal; } +.contact-info address { + font-style: normal; +} .social-list { display: flex; @@ -440,10 +477,12 @@ main { } -.social-item .social-link:hover { color: var(--light-gray); } +.social-item .social-link:hover { + color: var(--light-gray); +} -.social-link ion-icon { +.social-link ion-icon { pointer-events: none; } @@ -482,9 +521,13 @@ main { } .navbar-link:hover, -.navbar-link:focus { color: var(--light-gray-70); } +.navbar-link:focus { + color: var(--light-gray-70); +} -.navbar-link.active { color: var(--orange-yellow-crayola); } +.navbar-link.active { + color: var(--orange-yellow-crayola); +} @@ -494,7 +537,9 @@ main { #ABOUT \*-----------------------------------*/ -.about .article-title { margin-bottom: 15px; } +.about .article-title { + margin-bottom: 15px; +} .about-text { color: var(--light-gray); @@ -503,7 +548,9 @@ main { line-height: 1.6; } -.about-text p { margin-bottom: 15px; } +.about-text p { + margin-bottom: 15px; +} @@ -511,9 +558,13 @@ main { * #service */ -.service { margin-bottom: 35px; } +.service { + margin-bottom: 35px; +} -.service-title { margin-bottom: 20px; } +.service-title { + margin-bottom: 20px; +} .service-list { display: grid; @@ -539,19 +590,27 @@ main { z-index: -1; } -.service-icon-box { margin-bottom: 10px; } +.service-icon-box { + margin-bottom: 10px; +} -.service-icon-box img { margin: auto; } +.service-icon-box img { + margin: auto; +} .service-icon-box ion-icon { - margin: auto; + margin: auto; font-size: 40px; color: var(--vegas-gold); } -.service-content-box { text-align: center; } +.service-content-box { + text-align: center; +} -.service-item-title { margin-bottom: 7px; } +.service-item-title { + margin-bottom: 7px; +} .service-item-text { color: var(--light-gray); @@ -566,14 +625,18 @@ main { #RESUME \*-----------------------------------*/ -.article-title { margin-bottom: 30px; } +.article-title { + margin-bottom: 30px; +} /** * education and experience */ -.timeline { margin-bottom: 30px; } +.timeline { + margin-bottom: 30px; +} .timeline .title-wrapper { display: flex; @@ -587,9 +650,13 @@ main { margin-left: 45px; } -.timeline-item { position: relative; } +.timeline-item { + position: relative; +} -.timeline-item:not(:last-child) { margin-bottom: 20px; } +.timeline-item:not(:last-child) { + margin-bottom: 20px; +} .timeline-item-title { font-size: var(--fs-6); @@ -636,12 +703,18 @@ main { * skills */ -.skills-title { margin-bottom: 20px; } +.skills-title { + margin-bottom: 20px; +} -.skills-list { padding: 20px; } +.skills-list { + padding: 20px; +} -.skills-item:not(:last-child) { margin-bottom: 15px; } +.skills-item:not(:last-child) { + margin-bottom: 15px; +} .skill .title-wrapper { display: flex; @@ -677,7 +750,9 @@ main { #PORTFOLIO \*-----------------------------------*/ -.filter-list { display: none; } +.filter-list { + display: none; +} .filter-select-box { position: relative; @@ -698,7 +773,9 @@ main { font-weight: var(--fw-300); } -.filter-select.active .select-icon { transform: rotate(0.5turn); } +.filter-select.active .select-icon { + transform: rotate(0.5turn); +} .select-list { background: var(--eerie-black-2); @@ -715,7 +792,7 @@ main { transition: 0.15s ease-in-out; } -.filter-select.active + .select-list { +.filter-select.active+.select-list { opacity: 1; visibility: visible; pointer-events: all; @@ -732,7 +809,9 @@ main { border-radius: 8px; } -.select-item button:hover { --eerie-black-2: hsl(240, 2%, 20%); } +.select-item button:hover { + --eerie-black-2: hsl(240, 2%, 20%); +} .project-list { display: grid; @@ -741,7 +820,9 @@ main { margin-bottom: 10px; } -.project-item { display: none; } +.project-item { + display: none; +} .project-item.active { display: block; @@ -749,11 +830,18 @@ main { } @keyframes scaleUp { - 0% { transform: scale(0.5); } - 100% { transform: scale(1); } + 0% { + transform: scale(0.5); + } + + 100% { + transform: scale(1); + } } -.project-item > a { width: 100%; } +.project-item>a { + width: 100%; +} .project-img { position: relative; @@ -776,7 +864,9 @@ main { transition: var(--transition-1); } -.project-item > a:hover .project-img::before { background: hsla(0, 0%, 0%, 0.5); } +.project-item>a:hover .project-img::before { + background: hsla(0, 0%, 0%, 0.5); +} .project-item-icon-box { --scale: 0.8; @@ -795,12 +885,14 @@ main { transition: var(--transition-1); } -.project-item > a:hover .project-item-icon-box { +.project-item>a:hover .project-item-icon-box { --scale: 1; opacity: 1; } -.project-item-icon-box ion-icon { --ionicon-stroke-width: 50px; } +.project-item-icon-box ion-icon { + --ionicon-stroke-width: 50px; +} .project-img img { width: 100%; @@ -809,10 +901,14 @@ main { transition: var(--transition-1); } -.project-item > a:hover img { transform: scale(1.1); } +.project-item>a:hover img { + transform: scale(1.1); +} .project-title, -.project-category { margin-left: 10px; } +.project-category { + margin-left: 10px; +} .project-title { color: var(--white-2); @@ -836,7 +932,9 @@ main { #BLOG \*-----------------------------------*/ -.blog-posts { margin-bottom: 10px; } +.blog-posts { + margin-bottom: 10px; +} .blog-posts-list { display: grid; @@ -844,7 +942,7 @@ main { gap: 20px; } -.blog-post-item > a { +.blog-post-item>a { position: relative; background: var(--border-gradient-onyx); height: 100%; @@ -853,7 +951,7 @@ main { z-index: 1; } -.blog-post-item > a::before { +.blog-post-item>a::before { content: ""; position: absolute; inset: 1px; @@ -876,9 +974,13 @@ main { transition: var(--transition-1); } -.blog-post-item > a:hover .blog-banner-box img { transform: scale(1.1); } +.blog-post-item>a:hover .blog-banner-box img { + transform: scale(1.1); +} -.blog-content { padding: 15px; } +.blog-content { + padding: 15px; +} .blog-meta { display: flex; @@ -907,7 +1009,9 @@ main { transition: var(--transition-1); } -.blog-post-item > a:hover .blog-item-title { color: var(--orange-yellow-crayola); } +.blog-post-item>a:hover .blog-item-title { + color: var(--orange-yellow-crayola); +} .blog-text { color: var(--light-gray); @@ -934,7 +1038,9 @@ main { overflow: hidden; } -.mapbox figure { height: 100%; } +.mapbox figure { + height: 100%; +} .mapbox iframe { width: 100%; @@ -942,9 +1048,13 @@ main { border: none; } -.contact-form { margin-bottom: 10px; } +.contact-form { + margin-bottom: 10px; +} -.form-title { margin-bottom: 20px; } +.form-title { + margin-bottom: 20px; +} .input-wrapper { display: grid; @@ -963,9 +1073,13 @@ main { outline: none; } -.form-input::placeholder { font-weight: var(--fw-500); } +.form-input::placeholder { + font-weight: var(--fw-500); +} -.form-input:focus { border-color: var(--orange-yellow-crayola); } +.form-input:focus { + border-color: var(--orange-yellow-crayola); +} textarea.form-input { min-height: 100px; @@ -975,9 +1089,13 @@ textarea.form-input { margin-bottom: 25px; } -textarea.form-input::-webkit-resizer { display: none; } +textarea.form-input::-webkit-resizer { + display: none; +} -.form-input:focus:invalid { border-color: var(--bittersweet-shimmer); } +.form-input:focus:invalid { + border-color: var(--bittersweet-shimmer); +} .form-btn { position: relative; @@ -1007,20 +1125,30 @@ textarea.form-input::-webkit-resizer { display: none; } transition: var(--transition-1); } -.form-btn ion-icon { font-size: 16px; } +.form-btn ion-icon { + font-size: 16px; +} -.form-btn:hover { background: var(--bg-gradient-yellow-1); } +.form-btn:hover { + background: var(--bg-gradient-yellow-1); +} -.form-btn:hover::before { background: var(--bg-gradient-yellow-2); } +.form-btn:hover::before { + background: var(--bg-gradient-yellow-2); +} .form-btn:disabled { opacity: 0.7; cursor: not-allowed; } -.form-btn:disabled:hover { background: var(--border-gradient-onyx); } +.form-btn:disabled:hover { + background: var(--border-gradient-onyx); +} -.form-btn:disabled:hover::before { background: var(--bg-gradient-jet); } +.form-btn:disabled:hover::before { + background: var(--bg-gradient-jet); +} @@ -1041,7 +1169,9 @@ textarea.form-input::-webkit-resizer { display: none; } */ .project-img, - .blog-banner-box { height: auto; } + .blog-banner-box { + height: auto; + } } @@ -1081,7 +1211,8 @@ textarea.form-input::-webkit-resizer { display: none; } * #REUSED STYLE */ - .sidebar, article { + .sidebar, + article { width: 520px; margin-inline: auto; padding: 30px; @@ -1126,17 +1257,29 @@ textarea.form-input::-webkit-resizer { display: none; } margin-bottom: 30px; } - .sidebar.active { max-height: 584px; } + .sidebar.active { + max-height: 584px; + } - .sidebar-info { gap: 25px; } + .sidebar-info { + gap: 25px; + } - .avatar-box { border-radius: 30px; } + .avatar-box { + border-radius: 30px; + } - .avatar-box img { width: 120px; } + .avatar-box img { + width: 120px; + } - .info-content .name { margin-bottom: 15px; } + .info-content .name { + margin-bottom: 15px; + } - .info-content .title { padding: 5px 18px; } + .info-content .title { + padding: 5px 18px; + } .info_more-btn { top: -30px; @@ -1149,11 +1292,17 @@ textarea.form-input::-webkit-resizer { display: none; } font-size: var(--fs-8); } - .info_more-btn ion-icon { display: none; } + .info_more-btn ion-icon { + display: none; + } - .separator { margin: 32px 0; } + .separator { + margin: 32px 0; + } - .contacts-list { gap: 20px; } + .contacts-list { + gap: 20px; + } .contact-info { max-width: calc(100% - 64px); @@ -1166,11 +1315,17 @@ textarea.form-input::-webkit-resizer { display: none; } * #NAVBAR */ - .navbar { border-radius: 20px 20px 0 0; } + .navbar { + border-radius: 20px 20px 0 0; + } - .navbar-list { gap: 20px; } + .navbar-list { + gap: 20px; + } - .navbar-link { --fs-8: 14px; } + .navbar-link { + --fs-8: 14px; + } @@ -1178,9 +1333,13 @@ textarea.form-input::-webkit-resizer { display: none; } * #ABOUT */ - .about .article-title { margin-bottom: 20px; } + .about .article-title { + margin-bottom: 20px; + } - .about-text { margin-bottom: 40px; } + .about-text { + margin-bottom: 40px; + } /* service */ @@ -1197,15 +1356,21 @@ textarea.form-input::-webkit-resizer { display: none; } margin-top: 5px; } - .service-content-box { text-align: left; } + .service-content-box { + text-align: left; + } /** * #RESUME */ - .timeline-list { margin-left: 65px; } + .timeline-list { + margin-left: 65px; + } - .timeline-item:not(:last-child)::before { left: -40px; } + .timeline-item:not(:last-child)::before { + left: -40px; + } .timeline-item::after { height: 8px; @@ -1213,7 +1378,9 @@ textarea.form-input::-webkit-resizer { display: none; } left: -43px; } - .skills-item:not(:last-child) { margin-bottom: 25px; } + .skills-item:not(:last-child) { + margin-bottom: 25px; + } @@ -1221,11 +1388,18 @@ textarea.form-input::-webkit-resizer { display: none; } * #PORTFOLIO, BLOG */ - .project-img, .blog-banner-box { border-radius: 16px; } + .project-img, + .blog-banner-box { + border-radius: 16px; + } - .blog-posts-list { gap: 30px; } + .blog-posts-list { + gap: 30px; + } - .blog-content { padding: 25px; } + .blog-content { + padding: 25px; + } @@ -1243,16 +1417,22 @@ textarea.form-input::-webkit-resizer { display: none; } margin-bottom: 30px; } - .form-input { padding: 15px 20px; } + .form-input { + padding: 15px 20px; + } - textarea.form-input { margin-bottom: 30px; } + textarea.form-input { + margin-bottom: 30px; + } .form-btn { --fs-6: 16px; padding: 16px 20px; } - .form-btn ion-icon { font-size: 18px; } + .form-btn ion-icon { + font-size: 18px; + } } @@ -1270,9 +1450,14 @@ textarea.form-input::-webkit-resizer { display: none; } * REUSED STYLE */ - .sidebar, article { width: 700px; } + .sidebar, + article { + width: 700px; + } - .has-scrollbar::-webkit-scrollbar-button { width: 100px; } + .has-scrollbar::-webkit-scrollbar-button { + width: 100px; + } @@ -1291,7 +1476,9 @@ textarea.form-input::-webkit-resizer { display: none; } * NAVBAR */ - .navbar-link { --fs-8: 15px; } + .navbar-link { + --fs-8: 15px; + } @@ -1301,9 +1488,13 @@ textarea.form-input::-webkit-resizer { display: none; } * PORTFOLIO */ - .article-title { padding-bottom: 20px; } + .article-title { + padding-bottom: 20px; + } - .filter-select-box { display: none; } + .filter-select-box { + display: none; + } .filter-list { display: flex; @@ -1320,13 +1511,20 @@ textarea.form-input::-webkit-resizer { display: none; } transition: var(--transition-1); } - .filter-item button:hover { color: var(--light-gray-70); } + .filter-item button:hover { + color: var(--light-gray-70); + } - .filter-item button.active { color: var(--orange-yellow-crayola); } + .filter-item button.active { + color: var(--orange-yellow-crayola); + } /* portfolio and blog grid */ - .project-list, .blog-posts-list { grid-template-columns: 1fr 1fr; } + .project-list, + .blog-posts-list { + grid-template-columns: 1fr 1fr; + } @@ -1334,13 +1532,15 @@ textarea.form-input::-webkit-resizer { display: none; } * CONTACT */ - .input-wrapper { grid-template-columns: 1fr 1fr; } + .input-wrapper { + grid-template-columns: 1fr 1fr; + } .form-btn { width: max-content; margin-left: auto; } - + } @@ -1375,7 +1575,8 @@ textarea.form-input::-webkit-resizer { display: none; } * REUSED STYLE */ - .sidebar, article { + .sidebar, + article { width: 950px; box-shadow: var(--shadow-5); } @@ -1386,7 +1587,9 @@ textarea.form-input::-webkit-resizer { display: none; } * MAIN */ - main { margin-bottom: 60px; } + main { + margin-bottom: 60px; + } .main-content { position: relative; @@ -1417,7 +1620,9 @@ textarea.form-input::-webkit-resizer { display: none; } padding: 0 20px; } - .navbar-link { font-weight: var(--fw-500); } + .navbar-link { + font-weight: var(--fw-500); + } @@ -1434,14 +1639,18 @@ textarea.form-input::-webkit-resizer { display: none; } /* testimonials */ - .testimonials-item { min-width: calc(50% - 15px); } + .testimonials-item { + min-width: calc(50% - 15px); + } /** * PORTFOLIO */ - .project-list { grid-template-columns: repeat(3, 1fr); } + .project-list { + grid-template-columns: repeat(3, 1fr); + } @@ -1449,7 +1658,9 @@ textarea.form-input::-webkit-resizer { display: none; } * BLOG */ - .blog-banner-box { height: 230px; } + .blog-banner-box { + height: 230px; + } } @@ -1467,21 +1678,29 @@ textarea.form-input::-webkit-resizer { display: none; } * RESET */ - body::-webkit-scrollbar { width: 20px; } + body::-webkit-scrollbar { + width: 20px; + } - body::-webkit-scrollbar-track { background: var(--smoky-black); } + body::-webkit-scrollbar-track { + background: var(--smoky-black); + } body::-webkit-scrollbar-thumb { border: 5px solid var(--smoky-black); background: hsla(0, 0%, 100%, 0.1); border-radius: 20px; box-shadow: inset 1px 1px 0 hsla(0, 0%, 100%, 0.11), - inset -1px -1px 0 hsla(0, 0%, 100%, 0.11); + inset -1px -1px 0 hsla(0, 0%, 100%, 0.11); } - body::-webkit-scrollbar-thumb:hover { background: hsla(0, 0%, 100%, 0.15); } + body::-webkit-scrollbar-thumb:hover { + background: hsla(0, 0%, 100%, 0.15); + } - body::-webkit-scrollbar-button { height: 60px; } + body::-webkit-scrollbar-button { + height: 60px; + } @@ -1489,9 +1708,14 @@ textarea.form-input::-webkit-resizer { display: none; } * REUSED STYLE */ - .sidebar, article { width: auto; } + .sidebar, + article { + width: auto; + } - article { min-height: 100%; } + article { + min-height: 100%; + } @@ -1530,25 +1754,35 @@ textarea.form-input::-webkit-resizer { display: none; } z-index: 1; } - .sidebar-info { flex-direction: column; } + .sidebar-info { + flex-direction: column; + } - .avatar-box img { width: 150px; } + .avatar-box img { + width: 150px; + } .info-content .name { white-space: nowrap; text-align: center; } - .info-content .title { margin: auto; } + .info-content .title { + margin: auto; + } - .info_more-btn { display: none; } + .info_more-btn { + display: none; + } .sidebar-info_more { opacity: 1; visibility: visible; } - .contacts-list { grid-template-columns: 1fr; } + .contacts-list { + grid-template-columns: 1fr; + } .contact-info :is(.contact-link) { white-space: nowrap; @@ -1566,7 +1800,9 @@ textarea.form-input::-webkit-resizer { display: none; } opacity: 0; } - .social-list { justify-content: center; } + .social-list { + justify-content: center; + } @@ -1574,6 +1810,8 @@ textarea.form-input::-webkit-resizer { display: none; } * RESUME */ - .timeline-text { max-width: 700px; } + .timeline-text { + max-width: 700px; + } } \ No newline at end of file