Files
test/public/assets/css/index.min.css
Jan Rabcan 58653e89e7
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
add website.
2021-10-20 02:39:36 +02:00

300 lines
7.5 KiB
CSS

body {
font-family: Nunito;
background: #232526;
background: -webkit-linear-gradient(to right, #414345, #232526);
background: linear-gradient(to right, #414345, #232526);
}
::-webkit-scrollbar-track {
background-color: #232526;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #585858;
}
.page-wrapper {
margin-left: 50px;
padding-left: 50px;
margin-top: 100px;
position: relative;
padding-right: 100px;
margin-bottom: 100px;
}
@media only screen and (max-width: 800px) {
.page-wrapper {
padding-right: 50px;
margin-left: 20px;
padding-left: 25px;
}
}
.page-wrapper::before {
content: '';
background-color: #585858;
position: absolute;
width: 3px;
height: calc(100% - 15px);
left: 0;
top: 10px;
border-radius: 5px;
}
.page-wrapper > .project-list {
margin-bottom: 50px;
}
.page-wrapper > .project-list > li {
padding-left: 20px;
border-left: 2px solid #585858;
}
.page-wrapper > .project-list > li:not(:last-child) {
margin-bottom: 20px;
}
.page-wrapper > .project-list > li > .project-item-wrapper {
display: flex;
}
@media only screen and (max-width: 800px) {
.page-wrapper > .project-list > li > .project-item-wrapper {
flex-direction: column;
}
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left {
display: flex;
flex-direction: column;
align-items: center;
padding-right: 10px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon {
display: flex;
min-width: 200px;
min-height: 200px;
justify-content: center;
align-items: center;
background-color: #444;
color: #666;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
position: relative;
overflow: hidden;
border-radius: 5px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > img {
height: 100%;
position: absolute;
transition: 0.3s;
transform: scale(1);
filter: blur(2px);
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > img:hover {
filter: blur(0);
transform: scale(1.2);
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > .project-item-left-icon-badge {
position: absolute;
right: -35px;
top: 25px;
font-size: 12px;
padding: 5px 29px;
transform: rotate(45deg);
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left .project-item-left-icon > .project-item-left-icon-badge.open-source {
background: #666;
color: #ccc;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left > .project-item-left-link-list {
color: #888;
display: flex;
flex-direction: column;
align-items: center;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left > .project-item-left-link-list > li > a.disabled {
opacity: 0.4;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-left > .project-item-left-link-list > li > a > i {
margin-right: 5px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li {
margin-bottom: 10px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-label > h5 {
margin: 0;
color: #999;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content:not(.name) > h4 {
color: #777;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content > h4 {
margin: 0;
max-width: 700px;
color: #ccc;
display: flex;
align-items: center;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content > h4 > .project-item-right-content-status {
color: #616161;
padding-left: 10px;
font-size: 12px;
}
.page-wrapper > .project-list > li > .project-item-wrapper > .project-item-right > ul > li .project-item-right-content.list {
margin-top: 5px;
}
.page-wrapper > .work-list {
margin-bottom: 50px;
position: relative;
}
.page-wrapper > .work-list::before {
content: "";
position: absolute;
left: 0;
top: 10px;
height: calc(100% - 20px);
width: 2px;
background-color: #585858;
}
.page-wrapper > .work-list > li {
color: #888;
padding-left: 20px;
}
.page-wrapper > .work-list > li:first-child {
color: #ccc;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-to {
position: relative;
font-size: 14px;
font-weight: bold;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-info {
position: relative;
padding: 10px;
padding-left: 20px;
display: flex;
}
@media only screen and (max-width: 800px) {
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-info {
flex-direction: column;
}
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-info > .work-item-wrapper-info-role {
padding-left: 10px;
opacity: 0.7;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-from {
position: relative;
font-size: 14px;
font-weight: bold;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-from::before,
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-to::before {
content: "";
position: absolute;
left: -24px;
top: 5px;
background-color: #585858;
border-radius: 20px;
width: 10px;
height: 10px;
}
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-from::after,
.page-wrapper > .work-list > li > .work-item-wrapper > .work-item-wrapper-to::after {
content: "";
position: absolute;
left: -22px;
top: 7px;
background-color: #414345;
border-radius: 20px;
width: 6px;
height: 6px;
}
.page-wrapper > h2 {
color: #aaa;
}
.page-wrapper .intro {
margin-bottom: 50px;
}
.page-wrapper .intro h1 {
color: white;
}
.page-wrapper .intro h2,
.page-wrapper .intro h3 {
color: #aaa;
}
.page-wrapper .intro .contact-list {
display: flex;
color: #888;
}
.page-wrapper .intro .contact-list > li {
margin-right: 10px;
}
.page-wrapper .intro .contact-list > li > a {
display: flex;
align-items: center;
}
.page-wrapper .intro .contact-list > li > a > i {
margin-right: 5px;
font-size: 13px;
}
.page-wrapper .skill-wrapper {
display: flex;
align-items: center;
margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
.page-wrapper .skill-wrapper {
flex-direction: column;
align-items: flex-start;
}
}
.page-wrapper .skill-wrapper .skill-caption {
white-space: nowrap;
padding-right: 10px;
margin-bottom: 10px;
margin-top: 0;
}
.skill-list {
display: flex;
flex-wrap: wrap;
}
.skill-list li {
background: #999;
padding: 3px 5px;
border-radius: 5px;
margin-right: 10px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.skill-list li img,
.skill-list li i {
margin-right: 5px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.clickable {
font-weight: bold;
}
.clickable.disabled {
cursor: not-allowed;
}
.clickable:not(.disabled) {
transition: 0.3s;
cursor: pointer;
}
.clickable:not(.disabled):hover {
opacity: 0.6;
}
.footer {
padding-bottom: 10px;
font-size: 14px;
color: #aaa;
}
.footer a {
text-transform: uppercase;
margin-right: 5px;
}
/*# sourceMappingURL=index.css.map */