docs: move home.css into default.css to reduce number of requests
Change-Id: I156182c5ad1545f570808af565948cbd3c05a3ee
This commit is contained in:
@@ -4063,3 +4063,98 @@ a.download-sdk {
|
|||||||
.plusone {
|
.plusone {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/************* HOME/LANDING PAGE *****************/
|
||||||
|
|
||||||
|
.slideshow-home {
|
||||||
|
height: 500px;
|
||||||
|
width: 940px;
|
||||||
|
border-bottom: 1px solid #CCC;
|
||||||
|
position: relative;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.slideshow-home .frame {
|
||||||
|
width: 940px;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
|
.slideshow-home .content-left {
|
||||||
|
float: left;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: center;
|
||||||
|
margin: 0 0 0 35px;
|
||||||
|
}
|
||||||
|
.slideshow-home .content-right {
|
||||||
|
margin: 80px 0 0 0;
|
||||||
|
}
|
||||||
|
.slideshow-home .content-right p {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.slideshow-home .content-right p:last-child {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
.slideshow-home .content-right h1 {
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
.slideshow-home .item {
|
||||||
|
height: 500px;
|
||||||
|
width: 940px;
|
||||||
|
}
|
||||||
|
.home-sections {
|
||||||
|
padding: 30px 20px 20px;
|
||||||
|
margin: 20px 0;
|
||||||
|
background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
|
||||||
|
}
|
||||||
|
.home-sections ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.home-sections ul li {
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
list-style: none;
|
||||||
|
width: 170px;
|
||||||
|
height: 35px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
background: white;
|
||||||
|
margin-right: 10px;
|
||||||
|
border-radius: 1px;
|
||||||
|
-webkit-border-radius: 1px;
|
||||||
|
-moz-border-radius: 1px;
|
||||||
|
box-shadow: 1px 1px 5px #EEE;
|
||||||
|
-webkit-box-shadow: 1px 1px 5px #EEE;
|
||||||
|
-moz-box-shadow: 1px 1px 5px #EEE;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
.home-sections ul li:hover {
|
||||||
|
background: #F9F9F9;
|
||||||
|
border: 1px solid #CCC;
|
||||||
|
}
|
||||||
|
.home-sections ul li a,
|
||||||
|
.home-sections ul li a:hover {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 8px;
|
||||||
|
line-height: 18px;
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
color: #09c !important;
|
||||||
|
}
|
||||||
|
.home-sections ul li a {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 8px;
|
||||||
|
line-height: 18px;
|
||||||
|
float: left;
|
||||||
|
width:100%;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.home-sections ul li img {
|
||||||
|
float: left;
|
||||||
|
margin: -8px 0 0 10px;
|
||||||
|
}
|
||||||
|
.home-sections ul li.last {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
margin-top: -40px;
|
||||||
|
}
|
||||||
|
@@ -1,90 +0,0 @@
|
|||||||
.slideshow-home {
|
|
||||||
height: 500px;
|
|
||||||
width: 940px;
|
|
||||||
border-bottom: 1px solid #CCC;
|
|
||||||
position: relative;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
.slideshow-home .frame {
|
|
||||||
width: 940px;
|
|
||||||
height: 500px;
|
|
||||||
}
|
|
||||||
.slideshow-home .content-left {
|
|
||||||
float: left;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: center;
|
|
||||||
margin: 0 0 0 35px;
|
|
||||||
}
|
|
||||||
.slideshow-home .content-right {
|
|
||||||
margin: 80px 0 0 0;
|
|
||||||
}
|
|
||||||
.slideshow-home .content-right p {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
.slideshow-home .content-right p:last-child {
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
.slideshow-home .content-right h1 {
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
.slideshow-home .item {
|
|
||||||
height: 500px;
|
|
||||||
width: 940px;
|
|
||||||
}
|
|
||||||
.home-sections {
|
|
||||||
padding: 30px 20px 20px;
|
|
||||||
margin: 20px 0;
|
|
||||||
background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
|
|
||||||
}
|
|
||||||
.home-sections ul {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
.home-sections ul li {
|
|
||||||
float: left;
|
|
||||||
display: block;
|
|
||||||
list-style: none;
|
|
||||||
width: 170px;
|
|
||||||
height: 35px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
background: white;
|
|
||||||
margin-right: 10px;
|
|
||||||
border-radius: 1px;
|
|
||||||
-webkit-border-radius: 1px;
|
|
||||||
-moz-border-radius: 1px;
|
|
||||||
box-shadow: 1px 1px 5px #EEE;
|
|
||||||
-webkit-box-shadow: 1px 1px 5px #EEE;
|
|
||||||
-moz-box-shadow: 1px 1px 5px #EEE;
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
.home-sections ul li:hover {
|
|
||||||
background: #F9F9F9;
|
|
||||||
border: 1px solid #CCC;
|
|
||||||
}
|
|
||||||
.home-sections ul li a,
|
|
||||||
.home-sections ul li a:hover {
|
|
||||||
font-weight: bold;
|
|
||||||
margin-top: 8px;
|
|
||||||
line-height: 18px;
|
|
||||||
float: left;
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
color: #09c !important;
|
|
||||||
}
|
|
||||||
.home-sections ul li a {
|
|
||||||
font-weight: bold;
|
|
||||||
margin-top: 8px;
|
|
||||||
line-height: 18px;
|
|
||||||
float: left;
|
|
||||||
width:100%;
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
.home-sections ul li img {
|
|
||||||
float: left;
|
|
||||||
margin: -8px 0 0 10px;
|
|
||||||
}
|
|
||||||
.home-sections ul li.last {
|
|
||||||
margin-right: 0px;
|
|
||||||
}
|
|
||||||
#footer {
|
|
||||||
margin-top: -40px;
|
|
||||||
}
|
|
@@ -20,11 +20,6 @@ href="<?cs if:android.whichdoc != 'online' ?>http:<?cs /if ?>//fonts.googleapis.
|
|||||||
type="text/css">
|
type="text/css">
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
<?cs if:carousel ?>
|
|
||||||
<!-- homepage carousel -->
|
|
||||||
<link href="<?cs var:toroot ?>assets/css/home.css" rel="stylesheet" type="text/css">
|
|
||||||
<?cs /if ?>
|
|
||||||
|
|
||||||
<!-- BASIC JAVASCRIPT -->
|
<!-- BASIC JAVASCRIPT -->
|
||||||
<script src="<?cs var:toroot ?>assets/js/global-libraries-combined.js"
|
<script src="<?cs var:toroot ?>assets/js/global-libraries-combined.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
|
Reference in New Issue
Block a user