forked from qwerty/tupali
Landing page cc
This commit is contained in:
parent
4e304354f6
commit
1d5f58ca74
1732
landingpage_a.html
1732
landingpage_a.html
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ html,body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -20,7 +20,7 @@ h2 {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "Helvetica", times, sans-serif;
|
font-family: "Helvetica", times, sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
@ -34,6 +34,33 @@ p{
|
|||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-danger{
|
||||||
|
font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: normal;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.846;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default{
|
||||||
|
font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: normal;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 1.846;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
|
||||||
|
background: #ff0000 !important;
|
||||||
|
border-color: #ff0000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* USING BOOTSTRAP 3.0.3 */
|
/* USING BOOTSTRAP 3.0.3 */
|
||||||
|
|
||||||
@ -62,7 +89,7 @@ transition: all 0.3s ease;
|
|||||||
}
|
}
|
||||||
/* textos menú*/
|
/* textos menú*/
|
||||||
|
|
||||||
a {
|
.navbar a {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-bottom: 40px !important;
|
padding-bottom: 40px !important;
|
||||||
padding-top: 40px !important;
|
padding-top: 40px !important;
|
||||||
@ -171,10 +198,13 @@ filter: grayscale(0);
|
|||||||
section {
|
section {
|
||||||
padding-top:110px;
|
padding-top:110px;
|
||||||
padding-bottom:70px;
|
padding-bottom:70px;
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
#campana{
|
#campana{
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -209,6 +239,36 @@ section {
|
|||||||
.collapse.in {
|
.collapse.in {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
/*precios*/
|
||||||
|
|
||||||
|
.panel-black .panel-heading{
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
|
||||||
|
transition: padding 0.5s;
|
||||||
|
-moz-transition: padding 0.5s; /* Firefox 4 */
|
||||||
|
-webkit-transition: padding 0.5s; /* Safari and Chrome */
|
||||||
|
-o-transition: padding 0.5s; /* Opera */
|
||||||
|
-ms-transition:padding 0.5s; /* IE9 (maybe) */
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel:hover {
|
||||||
|
padding:10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-black:hover .panel-heading{
|
||||||
|
background-color: #ff0000;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-black:hover .glyphicon-ok-sign{
|
||||||
|
color: green;
|
||||||
|
|
||||||
|
|
||||||
/* FOOTER*/
|
/* FOOTER*/
|
||||||
|
|
||||||
@ -353,7 +413,7 @@ section {
|
|||||||
|
|
||||||
/* textos menú*/
|
/* textos menú*/
|
||||||
|
|
||||||
a {
|
.navbar a {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
padding-bottom: 23px !important;
|
padding-bottom: 23px !important;
|
||||||
padding-top: 23px !important;
|
padding-top: 23px !important;
|
||||||
@ -431,7 +491,6 @@ margin-top: 50px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*fin móbiles*/
|
/*fin móbiles*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user