Skip to content

Commit

Permalink
adicionado google agenda no metodo Dymaxion
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavox4ids committed Feb 21, 2013
1 parent ac7646e commit a3ab700
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 50 deletions.
68 changes: 42 additions & 26 deletions css/default.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
html{
font-family:Helvetica,Arial Tahoma;
font-size:62.5%;
line-height:16px;
font-weight:300;
}
body{
font-family:Helvetica,Arial Tahoma;
background:#000;
font-size:1.8em;
line-height:1.4em;
font-size:10px;
line-height:16px;
color:#333022;
margin:0;
padding:0;
position:relative;
}

ul li {
list-style: none;
}

*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
Expand Down Expand Up @@ -148,6 +148,7 @@ header.content {
position: relative;
overflow: hidden;
background: #beecd9 url(../img/bg.png) center bottom repeat-x;
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-transition: width 1s ease,height 1s ease;
-moz-transition: width 1s ease,height 1s ease;
-o-transition: width 1s ease,height 1s ease;
Expand Down Expand Up @@ -195,6 +196,7 @@ header.content .trees-front .scene .smoke {
z-index: 4;
}
.sleep{
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-animation: sleep 8s ease-out;
-moz-animation: sleep 8s ease-out;
-o-animation: sleep 8s ease-out;
Expand All @@ -205,6 +207,7 @@ header.content .trees-front .scene .smoke {
.pulse,
header.home .trees-front .scene .pulse,
header.content .trees-front .scene .pulse {
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-animation: pulsate 8s ease-out;
-moz-animation: pulsate 8s ease-out;
-o-animation: pulsate 8s ease-out;
Expand All @@ -214,7 +217,7 @@ header.content .trees-front .scene .pulse {
}
header.home .tree-left,
header.content .tree-left {
background: url(../img/tree-left.png) right top no-repeat,url(../img/dormir_saco.png) 10% 81% no-repeat;
background: url(../img/tree-left.png) right top no-repeat,url(../img/dormir_saco.png) 13% 75% no-repeat;
position: absolute;
left: 0;
width: 35%;
Expand Down Expand Up @@ -265,7 +268,7 @@ header.content .stroke .title h1 {
color: #fff;
padding: 20px;
line-height: 46px;
font-size: 38px;
font-size: 3.8em;
text-shadow: 0px 1px 1px rgba(1,71,58,0.5);
font-weight: bold;
}
Expand All @@ -274,7 +277,7 @@ header.content .stroke .title h2 {
padding: 0 70px;
text-align: center;
line-height: 20px;
font-size: 20px;
font-size: 2em;
text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
position: relative;
bottom: 16px;
Expand Down Expand Up @@ -376,10 +379,10 @@ screen and ( min-device-pixel-ratio:0) and (max-height:700px)
/*header.home { height: 700px }*/
/*header.home .trees-back { zoom: 80%; }*/
header.home .stroke .title h1{
font-size: 30px;
font-size: 3em;
}
header.home .stroke .title h2 {
font-size: 20px;
font-size: 2em;
line-height: 20px;
}
header.home .stroke .title .logo img {
Expand All @@ -393,7 +396,7 @@ screen and ( min-device-pixel-ratio:0) and (max-height:700px)
}

#calculadora {
font-size: 0.8em;
font-size: 1.4em;
background: rgba(165, 224, 247, 0.59);
position: absolute;
top: 145px;
Expand All @@ -408,7 +411,7 @@ screen and ( min-device-pixel-ratio:0) and (max-height:700px)
}

#calculadora select, #calculadora label {
font-size: 0.8em;
font-size: 0.9em;
}

#calculadora .table th, .table td {
Expand All @@ -419,10 +422,14 @@ screen and ( min-device-pixel-ratio:0) and (max-height:700px)
width: 88%;
}

#calculadora table td:nth-child(n) {
width: 26%;
}

footer p {
margin-top: 20px;
color: #fff;
font-size: 14px;
font-size: 1.4em;
padding: 15px 20px 0 20px;
}

Expand All @@ -431,33 +438,38 @@ footer p {
MENU
========
*/
ul#nav {
#nav {
padding: 10px 0 0 10px;
}

#nav ul {
margin: 10px 0 0 15px;
padding: 10px;
margin-bottom: 0px;
font-family: 'KulminoituvaRegular', helvetica, sans-serif;
}

ul#nav, ul#nav li {
#nav ul, #nav ul li {
margin: 0; padding: 0;
overflow: hidden;
}

ul#nav li {
#nav ul li {
float: left;
list-style: none;
margin-right: 1em;
padding: 10px 2px;
}

ul#nav li a {
color: rgb(252, 188, 188);
#nav ul li a {
color: rgb(89, 149, 255);
text-decoration: none;
float: left;
font-size: 25px;
font-size: 2.5em;
padding: 12px;
}

ul#nav li a:hover {
#nav ul li a:hover {
color: #7eb9be;
text-decoration: none;
}
Expand All @@ -472,6 +484,7 @@ ul#nav li a:hover {
}

.odd a:hover {
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-transition:All .5s ease-in-out;
-moz-transition:All .5s ease-in-out;
-o-transition:All .5s ease-in-out;
Expand All @@ -481,6 +494,7 @@ ul#nav li a:hover {
}

.even a:hover {
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-transition:All .5s ease-in-out;
-moz-transition:All .5s ease-in-out;
-o-transition:All .5s ease-in-out;
Expand All @@ -493,7 +507,7 @@ ul#nav li a:hover {
.tt-wrapper{
padding: 0;
width: 320px;
height: 70px;
height: 85px;
margin: 0 auto;
}
.tt-wrapper li{
Expand All @@ -502,7 +516,7 @@ ul#nav li a:hover {
.tt-wrapper li a{
display: block;
width: 68px;
height: 70px;
height: 85px;
margin: 0 2px;
outline: none;
position: relative;
Expand Down Expand Up @@ -538,7 +552,7 @@ ul#nav li a:hover {
font-family: 'Alegreya SC', Georgia, serif;
font-weight: 400;
font-style: italic;
font-size: 14px;
font-size: 1.1em;
color: #719DAB;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-align: center;
Expand All @@ -551,6 +565,7 @@ ul#nav li a:hover {
bottom: -40px;
opacity: 0;
box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-o-transform: scale(0.2);
Expand All @@ -565,6 +580,7 @@ ul#nav li a:hover {
.tt-wrapper li a:hover span{
opacity: 0.9;
bottom: 50px;
translate3d:(0,0,0); /*forcar renderizacar por GPU*/
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ <h3>Compartilhe nas Redes Sociais</h3>
</div><!-- calculadora -->

<footer class="row-fluid">
<div class="span5">
<ul id="nav">
<div id="nav" class="span6">
<ul>
<li id="a_calculadora" class="odd"><a href="#">Calculadora</a></li>
<li id="a_sobre" class="even"><a href="#">Sobre</a></li>
<li id="a_sobre" class="even"><a href="#">Saiba Mais</a></li>
<li id="a_compartilhe" class="odd"><a href="#">Compartilhe</a></li>
</ul>
</div>
<div class="span6 offset1">
<div id="referencia" class="span5 offset1">
<p class="pull-right">Gustavo Souza é desenvolvedor na <a href="http://agenciax4.com.br" alt="Site Agência X4" title="Site Agência X4">Agência X4</a> e escreve no blog <a href="http://tech4noobs.agenciax4.com.br" alt="Site Tech4Noobs" title="Site Tech4Noobs">Tech4Noobs</a>.</p>
</div>
</footer>
Expand Down
Loading

0 comments on commit a3ab700

Please sign in to comment.