-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Iago
committed
Sep 29, 2015
0 parents
commit 369781b
Showing
18 changed files
with
4,381 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
/* This is a compiled file, you should be editing the file in the templates directory */ | ||
.pace { | ||
-webkit-pointer-events: none; | ||
pointer-events: none; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
.pace-inactive { | ||
display: none; | ||
} | ||
|
||
.pace .pace-progress { | ||
background: #109d59; | ||
position: fixed; | ||
z-index: 2000; | ||
top: 0; | ||
left: 0; | ||
height: 2px; | ||
|
||
-webkit-transition: width 1s; | ||
-moz-transition: width 1s; | ||
-o-transition: width 1s; | ||
transition: width 1s; | ||
} | ||
|
||
.pace .pace-progress-inner { | ||
display: block; | ||
position: absolute; | ||
right: 0px; | ||
width: 100px; | ||
height: 100%; | ||
box-shadow: 0 0 10px #29d, 0 0 5px #109d59; | ||
opacity: 1.0; | ||
-webkit-transform: rotate(3deg) translate(0px, -4px); | ||
-moz-transform: rotate(3deg) translate(0px, -4px); | ||
-ms-transform: rotate(3deg) translate(0px, -4px); | ||
-o-transform: rotate(3deg) translate(0px, -4px); | ||
transform: rotate(3deg) translate(0px, -4px); | ||
} | ||
|
||
.pace .pace-activity { | ||
display: none; | ||
position: fixed; | ||
z-index: 2000; | ||
top: 15px; | ||
right: 15px; | ||
width: 14px; | ||
height: 14px; | ||
border: solid 2px transparent; | ||
border-top-color: #109d59; | ||
border-left-color: #109d59; | ||
border-radius: 10px; | ||
-webkit-animation: pace-spinner 400ms linear infinite; | ||
-moz-animation: pace-spinner 400ms linear infinite; | ||
-ms-animation: pace-spinner 400ms linear infinite; | ||
-o-animation: pace-spinner 400ms linear infinite; | ||
animation: pace-spinner 400ms linear infinite; | ||
} | ||
|
||
@-webkit-keyframes pace-spinner { | ||
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } | ||
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } | ||
} | ||
@-moz-keyframes pace-spinner { | ||
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } | ||
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } | ||
} | ||
@-o-keyframes pace-spinner { | ||
0% { -o-transform: rotate(0deg); transform: rotate(0deg); } | ||
100% { -o-transform: rotate(360deg); transform: rotate(360deg); } | ||
} | ||
@-ms-keyframes pace-spinner { | ||
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } | ||
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } | ||
} | ||
@keyframes pace-spinner { | ||
0% { transform: rotate(0deg); transform: rotate(0deg); } | ||
100% { transform: rotate(360deg); transform: rotate(360deg); } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
@charset "utf-8"; | ||
|
||
/* commmon */ | ||
.main { width: 1200px; } | ||
.avatar,.info_left { float: left; margin: 0; } | ||
.base,.info_right { float: right; } | ||
.info_left,.info_right { width: 47%; } | ||
.base { width: calc(100% - 190px); width: -moz-calc(100% - 190px); width: -webkit-calc(100% - 190px); } | ||
.base span { position: absolute; right: 100px; top: 27px; } | ||
.info_timeline dl dt { width: 200px; } | ||
.info_timeline dl dd { width: calc(100% - 200px); width: -moz-calc(100% - 200px); width: -webkit-calc(100% - 200px); } | ||
.footer a { float: right; } | ||
/*iamgem fundo*/ | ||
.tip_avatar_con { background: url('../images/iago.jpg') no-repeat 20% center; } | ||
.tip_right { width: 45%; height: 460px; position: absolute; right: 0; top: 50%; margin: -230px 0 0; } | ||
.info_content.over .desc { height: 0; margin: 0; } | ||
.info_content.over .s5.curr { height: 474px } | ||
.info_content.over .s4.curr { padding-top: 100px; height: 374px } | ||
.info_content.over .s3.curr { padding-top: 200px; height: 274px } | ||
.info_content.over .s2.curr { padding-top: 300px; height: 174px } | ||
.info_content.over .s1.curr { padding-top: 400px; height: 74px } | ||
.info_content ul li .btn_go { height: 30px; line-height: 30px; padding: 0 5px 0 10px; position: absolute; right: 10px; top: 5px; font-weight: normal; display: none; } | ||
.info_content ul li:hover .btn_go { display: block; } | ||
|
||
.descprition { width: 800px; margin: 0 auto; padding: 3% 0; } | ||
.descprition p img { max-width: 800px; } | ||
.carousel-control { width: 40px; height: 40px; bottom: 10px; color: #fff; line-height: 40px; text-align: center; } | ||
.carousel-control.left { left: 10px; border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; } | ||
.carousel-control.right { left: 50px; border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; } | ||
.sound_help { width: 56%; padding: 2%; margin-left: -30%; height: 300px; } | ||
|
||
|
||
|
||
|
||
/* 799 */ | ||
@media only screen and (max-width: 799px){ | ||
|
||
.main { width: 100%; } | ||
.avatar { float: none; margin: 0 auto; } | ||
.base,.info_left,.info_right { float: none; } | ||
.info_left,.info_right { width: 100%; } | ||
.base { width: 100%; } | ||
.base p,.base h2 { text-align: center; } | ||
.base span { position: relative; width: 110px; margin: 0 auto; display: block; right: inherit; } | ||
.base span p { text-align: left; } | ||
.info_timeline dl { margin-bottom: 10px; } | ||
.info_timeline dl dt { width: 170px; } | ||
.info_timeline dl dd { width: calc(100% - 170px); width: -moz-calc(100% - 170px); width: -webkit-calc(100% - 170px); } | ||
.footer a { float: none; } | ||
.tip_avatar_con { background-position: center center; } | ||
.tip_right { width: 80%; padding: 10% 10% 30%; height: auto; position: relative; top: 0; margin: 0; background-color: rgba(215,62,42,0.95); } | ||
.info_content.over .desc { height: auto; margin-bottom: 20px; } | ||
.info_content.over .s5.curr, .info_content.over .s4.curr, .info_content.over .s3.curr, .info_content.over .s2.curr, .info_content.over .s1.curr { padding-top: 0; height: auto; } | ||
.info_content ul li .btn_go { display: block; position: relative; right: 0; top: 0; width: 80%; margin: -12px 0 30px 26px; } | ||
.descprition { width: 94%; } | ||
.descprition p img { max-width: 100%; } | ||
.sound_help { width: 96%; padding: 2%; margin-left: -50%; height: 350px; } | ||
|
||
|
||
/* display none */ | ||
.button_print { display: none; } | ||
|
||
} | ||
|
||
|
||
/* 800-1023 nav */ | ||
@media only screen and (min-width: 800px) and (max-width: 1199px){ | ||
|
||
.main { width: 100%; } | ||
.info_timeline dl { margin-bottom: 10px; } | ||
.descprition { width: 740px; } | ||
.descprition p img { max-width: 740px; } | ||
|
||
} | ||
|
Oops, something went wrong.