danog.github.io/css/freelancer.css

406 lines
7.6 KiB
CSS
Raw Normal View History

2015-08-27 23:06:33 +02:00
/*!
2016-02-17 13:02:35 +01:00
* Freelancer v1.0.6 (http://startbootstrap.com/template-overviews/freelancer)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
2015-08-27 23:06:33 +02:00
*/
body {
2016-02-17 13:02:35 +01:00
overflow-x: hidden;
2015-08-27 23:06:33 +02:00
}
p {
2016-02-17 13:02:35 +01:00
font-size: 20px;
2015-08-27 23:06:33 +02:00
}
p.small {
2016-02-17 13:02:35 +01:00
font-size: 16px;
2015-08-27 23:06:33 +02:00
}
a,
a:hover,
a:focus,
a:active,
a.active {
2016-02-17 13:02:35 +01:00
color: #18bc9c;
outline: none;
2015-08-27 23:06:33 +02:00
}
h1,
h2,
h3,
h4,
h5,
h6 {
2016-02-17 13:02:35 +01:00
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
2015-08-27 23:06:33 +02:00
}
hr.star-light,
hr.star-primary {
2016-02-17 13:02:35 +01:00
padding: 0;
border: none;
border-top: solid 5px;
text-align: center;
max-width: 250px;
margin: 25px auto 30px;
2015-08-27 23:06:33 +02:00
}
hr.star-light:after,
hr.star-primary:after {
2016-02-17 13:02:35 +01:00
content: "\f005";
font-family: FontAwesome;
display: inline-block;
position: relative;
top: -0.8em;
font-size: 2em;
padding: 0 0.25em;
2015-08-27 23:06:33 +02:00
}
hr.star-light {
2016-02-17 13:02:35 +01:00
border-color: white;
2015-08-27 23:06:33 +02:00
}
hr.star-light:after {
2016-02-17 13:02:35 +01:00
background-color: #18bc9c;
color: white;
2015-08-27 23:06:33 +02:00
}
hr.star-primary {
2016-02-17 13:02:35 +01:00
border-color: #2c3e50;
2015-08-27 23:06:33 +02:00
}
hr.star-primary:after {
2016-02-17 13:02:35 +01:00
background-color: white;
color: #2c3e50;
2015-08-27 23:06:33 +02:00
}
.img-centered {
2016-02-17 13:02:35 +01:00
margin: 0 auto;
2015-08-27 23:06:33 +02:00
}
header {
2016-02-17 13:02:35 +01:00
text-align: center;
background: #18bc9c;
color: white;
2015-08-27 23:06:33 +02:00
}
header .container {
2016-02-17 13:02:35 +01:00
padding-top: 100px;
padding-bottom: 50px;
2015-08-27 23:06:33 +02:00
}
header img {
2016-02-17 13:02:35 +01:00
display: block;
margin: 0 auto 20px;
2015-08-27 23:06:33 +02:00
}
header .intro-text .name {
2016-02-17 13:02:35 +01:00
display: block;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 2em;
2015-08-27 23:06:33 +02:00
}
header .intro-text .skills {
2016-02-17 13:02:35 +01:00
font-size: 1.25em;
font-weight: 300;
}
@media (min-width: 768px) {
header .container {
padding-top: 200px;
padding-bottom: 100px;
}
header .intro-text .name {
font-size: 4.75em;
}
header .intro-text .skills {
font-size: 1.75em;
}
}
@media (min-width: 768px) {
.navbar-fixed-top {
padding: 25px 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
.navbar-fixed-top .navbar-brand {
font-size: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-fixed-top.navbar-shrink {
padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
2015-08-27 23:06:33 +02:00
}
.navbar {
2016-02-17 13:02:35 +01:00
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
2015-08-27 23:06:33 +02:00
}
.navbar a:focus {
2016-02-17 13:02:35 +01:00
outline: none;
2015-08-27 23:06:33 +02:00
}
.navbar .navbar-nav {
2016-02-17 13:02:35 +01:00
letter-spacing: 1px;
2015-08-27 23:06:33 +02:00
}
.navbar .navbar-nav li a:focus {
2016-02-17 13:02:35 +01:00
outline: none;
2015-08-27 23:06:33 +02:00
}
.navbar-default,
.navbar-inverse {
2016-02-17 13:02:35 +01:00
border: none;
2015-08-27 23:06:33 +02:00
}
section {
2016-02-17 13:02:35 +01:00
padding: 100px 0;
2015-08-27 23:06:33 +02:00
}
section h2 {
2016-02-17 13:02:35 +01:00
margin: 0;
font-size: 3em;
2015-08-27 23:06:33 +02:00
}
section.success {
2016-02-17 13:02:35 +01:00
background: #18bc9c;
color: white;
2015-08-27 23:06:33 +02:00
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
2016-02-17 13:02:35 +01:00
color: #2c3e50;
outline: none;
2015-08-27 23:06:33 +02:00
}
2016-02-17 13:02:35 +01:00
@media (max-width: 767px) {
section {
padding: 75px 0;
}
section.first {
padding-top: 75px;
}
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item {
2016-02-17 13:02:35 +01:00
margin: 0 0 15px;
right: 0;
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item .portfolio-link {
2016-02-17 13:02:35 +01:00
display: block;
position: relative;
max-width: 400px;
margin: 0 auto;
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item .portfolio-link .caption {
2016-02-17 13:02:35 +01:00
background: rgba(24, 188, 156, 0.9);
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
2016-02-17 13:02:35 +01:00
opacity: 1;
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
2016-02-17 13:02:35 +01:00
position: absolute;
width: 100%;
height: 20px;
font-size: 20px;
text-align: center;
top: 50%;
margin-top: -12px;
color: white;
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
2016-02-17 13:02:35 +01:00
margin-top: -12px;
2015-08-27 23:06:33 +02:00
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
2016-02-17 13:02:35 +01:00
margin: 0;
2015-08-27 23:06:33 +02:00
}
#portfolio * {
2016-02-17 13:02:35 +01:00
z-index: 2;
2015-08-27 23:06:33 +02:00
}
2016-02-17 13:02:35 +01:00
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
2015-08-27 23:06:33 +02:00
}
.btn-outline {
2016-02-17 13:02:35 +01:00
color: white;
font-size: 20px;
border: solid 2px white;
background: transparent;
transition: all 0.3s ease-in-out;
margin-top: 15px;
2015-08-27 23:06:33 +02:00
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
2016-02-17 13:02:35 +01:00
color: #18bc9c;
background: white;
border: solid 2px white;
2015-08-27 23:06:33 +02:00
}
.floating-label-form-group {
2016-02-17 13:02:35 +01:00
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eeeeee;
2015-08-27 23:06:33 +02:00
}
.floating-label-form-group input,
.floating-label-form-group textarea {
2016-02-17 13:02:35 +01:00
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: none;
border-radius: 0;
font-size: 1.5em;
background: none;
box-shadow: none !important;
resize: none;
2015-08-27 23:06:33 +02:00
}
.floating-label-form-group label {
2016-02-17 13:02:35 +01:00
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: 0.85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
-moz-transition: top 0.3s ease,opacity 0.3s ease;
-ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eeeeee;
2015-08-27 23:06:33 +02:00
}
.floating-label-form-group-with-value label {
2016-02-17 13:02:35 +01:00
top: 0;
opacity: 1;
2015-08-27 23:06:33 +02:00
}
.floating-label-form-group-with-focus label {
2016-02-17 13:02:35 +01:00
color: #18bc9c;
2015-08-27 23:06:33 +02:00
}
form .row:first-child .floating-label-form-group {
2016-02-17 13:02:35 +01:00
border-top: 1px solid #eeeeee;
2015-08-27 23:06:33 +02:00
}
footer {
2016-02-17 13:02:35 +01:00
color: white;
2015-08-27 23:06:33 +02:00
}
footer h3 {
2016-02-17 13:02:35 +01:00
margin-bottom: 30px;
2015-08-27 23:06:33 +02:00
}
footer .footer-above {
2016-02-17 13:02:35 +01:00
padding-top: 50px;
background-color: #2c3e50;
2015-08-27 23:06:33 +02:00
}
footer .footer-col {
2016-02-17 13:02:35 +01:00
margin-bottom: 50px;
2015-08-27 23:06:33 +02:00
}
footer .footer-below {
2016-02-17 13:02:35 +01:00
padding: 25px 0;
background-color: #233140;
2015-08-27 23:06:33 +02:00
}
.btn-social {
2016-02-17 13:02:35 +01:00
display: inline-block;
height: 50px;
width: 50px;
border: 2px solid white;
border-radius: 100%;
text-align: center;
font-size: 20px;
line-height: 45px;
2015-08-27 23:06:33 +02:00
}
.btn:focus,
.btn:active,
.btn.active {
2016-02-17 13:02:35 +01:00
outline: none;
2015-08-27 23:06:33 +02:00
}
.scroll-top {
2016-02-17 13:02:35 +01:00
position: fixed;
right: 2%;
bottom: 2%;
width: 50px;
height: 50px;
z-index: 1049;
2015-08-27 23:06:33 +02:00
}
.scroll-top .btn {
2016-02-17 13:02:35 +01:00
font-size: 20px;
width: 50px;
height: 50px;
border-radius: 100%;
line-height: 28px;
2015-08-27 23:06:33 +02:00
}
.scroll-top .btn:focus {
2016-02-17 13:02:35 +01:00
outline: none;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .modal-content {
2016-02-17 13:02:35 +01:00
border-radius: 0;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
min-height: 100%;
padding: 100px 0;
text-align: center;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .modal-content h2 {
2016-02-17 13:02:35 +01:00
margin: 0;
font-size: 3em;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .modal-content img {
2016-02-17 13:02:35 +01:00
margin-bottom: 30px;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .modal-content .item-details {
2016-02-17 13:02:35 +01:00
margin: 30px 0;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .close-modal {
2016-02-17 13:02:35 +01:00
position: absolute;
width: 75px;
height: 75px;
background-color: transparent;
top: 25px;
right: 25px;
cursor: pointer;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .close-modal:hover {
2016-02-17 13:02:35 +01:00
opacity: 0.3;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .close-modal .lr {
2016-02-17 13:02:35 +01:00
height: 75px;
width: 1px;
margin-left: 35px;
background-color: #2c3e50;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Safari and Chrome */
z-index: 1051;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .close-modal .lr .rl {
2016-02-17 13:02:35 +01:00
height: 75px;
width: 1px;
background-color: #2c3e50;
transform: rotate(90deg);
-ms-transform: rotate(90deg);
/* IE 9 */
-webkit-transform: rotate(90deg);
/* Safari and Chrome */
z-index: 1052;
2015-08-27 23:06:33 +02:00
}
.portfolio-modal .modal-backdrop {
2016-02-17 13:02:35 +01:00
opacity: 0;
display: none;
2015-08-27 23:06:33 +02:00
}
.giallo a {
color: #FFFF00;
}
.green {
color: #00FF00;
}
.yellow {
2015-09-17 15:59:05 +02:00
color: #FFCC00;
2015-08-27 23:06:33 +02:00
}
.red {
color: #FF0000;
2016-02-17 13:02:35 +01:00
}