150 lines
2.1 KiB
CSS
150 lines
2.1 KiB
CSS
|
html,
|
||
|
body {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: "Lato" sans-serif;
|
||
|
font-weight: 400;
|
||
|
font-size: 16px;
|
||
|
color: #000;
|
||
|
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-webkit-overflow-scrolling: touch;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
h1, h2 {
|
||
|
font-family: "Oswald", sans-serif;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Wrap Sections
|
||
|
========================================================================== */
|
||
|
|
||
|
#menuwrap {
|
||
|
position: relative;
|
||
|
left: 15px;
|
||
|
top: 10px
|
||
|
}
|
||
|
|
||
|
#aboutdown{
|
||
|
position: relative;
|
||
|
top: 30px
|
||
|
}
|
||
|
|
||
|
#aboutwrap {
|
||
|
margin-top: -20px;
|
||
|
margin-bottom: 80px;
|
||
|
}
|
||
|
|
||
|
.ikona {
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.name {
|
||
|
text-align: center;
|
||
|
margin-top: 40px;
|
||
|
}
|
||
|
.name p {
|
||
|
font-size: 29px;
|
||
|
font-weight: lighter;
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 12px;
|
||
|
letter-spacing: 1px;
|
||
|
}
|
||
|
.name p1 {
|
||
|
font-size: 20px;
|
||
|
font-weight: lighter;
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 12px;
|
||
|
letter-spacing: 1px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.name-desc h2 {
|
||
|
font-family: 'Oswald', sans-serif;
|
||
|
font-size: 40px;
|
||
|
line-height: 1.45;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/* Posty */
|
||
|
#postwrap {
|
||
|
display: block;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 80px;
|
||
|
}
|
||
|
|
||
|
#postwrap h1 {
|
||
|
font-weight: 300;
|
||
|
text-align: center;
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 5px;
|
||
|
|
||
|
}
|
||
|
#postwrap h2 {
|
||
|
font-size: 37px;
|
||
|
font-weight: 300;
|
||
|
text-align: center;
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 5px;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/* Galeria */
|
||
|
.photo-wrapper {
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
background-color: #2f2f2f;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.project:hover .photo {
|
||
|
opacity: 10;
|
||
|
filter: alpha(opacity=4000);
|
||
|
opacity: 0.4;
|
||
|
filter: alpha(opacity=40);
|
||
|
}
|
||
|
|
||
|
|
||
|
.desc {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
a:link {
|
||
|
color: black;
|
||
|
background-color: transparent;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: black;
|
||
|
background-color: transparent;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #f4c741;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
a:active {
|
||
|
color: #f4c741;
|
||
|
background-color: transparent;
|
||
|
}
|