Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update SITO #29

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file added css/.DS_Store
Binary file not shown.
247 changes: 119 additions & 128 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
body{



body{
font-size:14px;
font-weight:300;
line-height:30px;
Expand All @@ -8,6 +11,7 @@
color:#000;
}


ul{
margin:0;
padding:0;
Expand Down Expand Up @@ -68,6 +72,10 @@ p.ex3 {
padding-top: 25px;
}

p.ex4 {
padding-top: 0px;
}

h3{
font-size:30px;
}
Expand Down Expand Up @@ -243,6 +251,12 @@ ul.navbar-nav li a{
margin-bottom:50px;
}

#keynotes{
background: #fff;
}



#features{
background: #fff;
}
Expand Down Expand Up @@ -273,6 +287,110 @@ ul.navbar-nav li a{
margin-bottom:30px;
}

#timeline0 {
background-color: #fff;
font-family: Helvetica, sans-serif;
}

#timeline1 {
background-color: #fff;
font-family: Helvetica, sans-serif;
}

#timeline2 {
background-color: #fff;
font-family: Helvetica, sans-serif;
}

#timeline3 {
background-color: #fff;
font-family: Helvetica, sans-serif;
}

.timeline {
width: 100%;
max-width: 2400px;
background: #fff;
padding: 100px 50px;
position: relative;
box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
content: '';
position: absolute;
top: 0px;
left: calc(33%);
bottom: 0px;
width: 4px;
background: red;
}
.timeline:after {
content: "";
display: table;
clear: both;
}

.entry {
clear: both;
text-align: left;
position: relative;
}
.entry .title {
margin-bottom: .5em;
float: left;
width: 33%;
padding-right: 30px;
text-align: right;
position: relative;
}
.entry .title:before {
content: '';
position: absolute;
width: 20px;
height: 20px;
border: 4px solid salmon;
background-color: #fff;
border-radius: 100%;
border-color: red;
top: 15%;
right: 5px;
z-index: 99;
}
.entry .title h3 {
margin: 0;
text-align: right;
font-size: 120%;
}
.entry .title p {
margin: 0;
font-size: 100%;
}
.entry .body {
margin: 0 0 3em;
float: right;
width: 66%;
padding-left: 30px;
}
.entry .body p {
line-height: 1.4em;
}
.entry .body p:first-child {
margin-top: 0;
font-weight: 400;
font-size: 18px;
}
.entry .body ul {
color: #000;
padding-left: 0;
list-style-type: none;
}
.entry .body ul li:before {
content: "–";
margin-right: 0.5em;
}



/*Services*/


Expand Down Expand Up @@ -1121,130 +1239,3 @@ form#commentform textarea {
}




/* The actual timeline (the vertical ruler) */
.timeline {
background: #fff;
position: relative;
max-width: 1200px;
margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: #fff;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}

/* Container around content */
.container2 {
padding: 10px 40px;
position: relative;
background-color: #999;
width: 50%;
}

/* The circles on the timeline */
.container2::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -17px;
background-color: #111;
border: 4px solid #FF9F55;
top: 15px;
border-radius: 50%;
z-index: 1;
}

/* Place the container to the left */
.left {
left: 0;
}

/* Place the container to the right */
.right {
left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
left: -16px;
}

/* The actual content */
.content {
padding: 20px 30px;
background-color: white;
position: relative;
border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
.timeline::after {
left: 31px;
}

/* Full-width containers */
.container2 {
width: 100%;
padding-left: 70px;
padding-right: 25px;
}

/* Make sure that all arrows are pointing leftwards */
.container2::before {
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}

/* Make sure all circles are at the same spot */
.left::after, .right::after {
left: 15px;
}

/* Make all right containers behave like the left ones */
.right {
left: 0%;
}
}
Binary file added img/logo_gioconda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading