First mockup pages done
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
margin-top: -35px;
|
||||
}
|
||||
#coming_soon .head{
|
||||
background: url("../img/backgrounds/color-splash.jpg") no-repeat;
|
||||
/*background: url("../img/backgrounds/color-splash.jpg") no-repeat;*/
|
||||
display: block;
|
||||
padding-top: 160px;
|
||||
height: 288px;
|
||||
@@ -17,15 +17,15 @@
|
||||
}
|
||||
#coming_soon .text h4{
|
||||
margin: 0 0 35px 0;
|
||||
color: #fff;
|
||||
/*color: #fff;*/
|
||||
font-size: 35px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
text-shadow: 1px 1px 0px #2A284D;
|
||||
}
|
||||
#coming_soon .text p{
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
/*color: #fff;*/
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
line-height: 24px;
|
||||
}
|
||||
@@ -61,7 +61,7 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
#coming_soon .count p{
|
||||
color: #fff;
|
||||
/*color: #fff;*/
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
box-shadow: 0px 0px 1px 2px #ccc;
|
||||
background: rgb(0, 0, 0);
|
||||
background: rgb(156, 156, 156);
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
/*border: 1px solid #fff;*/
|
||||
@@ -51,7 +51,7 @@
|
||||
transition: opacity .1s linear;
|
||||
}
|
||||
#pagination li.active a {
|
||||
background: rgb(46, 92, 177);
|
||||
background: rgb(196, 16, 16);
|
||||
box-shadow: none;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
@@ -95,12 +95,14 @@
|
||||
z-index: 10;
|
||||
}
|
||||
.slide#showcasing .info h2 {
|
||||
color: #fff;
|
||||
font-size: 50px;
|
||||
font-weight: normal;
|
||||
line-height: 56px;
|
||||
text-shadow: 1px 1px 1px rgb(49, 57, 61);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Slide 2 */
|
||||
.slide#ideas .info {
|
||||
position: relative;
|
||||
@@ -120,7 +122,7 @@
|
||||
width: 24%;
|
||||
}
|
||||
.slide#tour .info h2 {
|
||||
color: #fff;
|
||||
color: rgb(18,18,18);
|
||||
font-size: 45px;
|
||||
font-weight: normal;
|
||||
text-shadow: 1px 1px 1px #3b3262;
|
||||
@@ -129,7 +131,7 @@
|
||||
.slide#tour .info a {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
background-color: #2a205d;
|
||||
background-color: rgba(18,18,18,0.6);
|
||||
padding: 13px 30px;
|
||||
font-size: 19px;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -37,8 +37,8 @@ header {
|
||||
border-bottom: 1px solid rgb(88, 88, 88);
|
||||
}
|
||||
.navbar.transparent.navbar-inverse .navbar-inner .container {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
/*margin-top: 10px;
|
||||
margin-bottom: 10px;*/
|
||||
-webkit-transition: margin .2s ease-in-out;
|
||||
-moz-transition: margin .2s ease-in-out;
|
||||
transition: margin .2s ease-in-out;
|
||||
@@ -58,9 +58,15 @@ header {
|
||||
.navbar-inverse .brand {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav > li > a {
|
||||
/*color: rgb(177, 177, 177);*/
|
||||
font-size: 13px;
|
||||
font-size: 18px;
|
||||
padding-top: 23px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,.5);
|
||||
|
||||
Reference in New Issue
Block a user