forked from openkylin/platform_build
am 46b443ac: Adjust opacity for non-hover states and a few others.
* commit '46b443acbdd80cf41352b68f4f482de4cf729cba': Adjust opacity for non-hover states and a few others.
This commit is contained in:
commit
98cc173c16
|
@ -5205,7 +5205,7 @@ a.download-sdk {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background: rgba(0, 0, 0, 0.4);
|
background: rgba(0, 0, 0, 0.24);
|
||||||
-webkit-transition: opacity 0.5s;
|
-webkit-transition: opacity 0.5s;
|
||||||
-moz-transition: opacity 0.5s;
|
-moz-transition: opacity 0.5s;
|
||||||
-o-transition: opacity 0.5s;
|
-o-transition: opacity 0.5s;
|
||||||
|
@ -6206,7 +6206,7 @@ a.download-sdk {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.resource-card-3x2 > .card-info .section, .resource-card-6x2 > .card-info .section, .resource-card-9x2 > .card-info .section, .resource-card-12x2 > .card-info .section, .resource-card-15x2 > .card-info .section, .resource-card-18x2 > .card-info .section {
|
.resource-card-3x2 > .card-info .section, .resource-card-6x2 > .card-info .section, .resource-card-6x3 > .card-info .section, .resource-card-9x2 > .card-info .section, .resource-card-12x2 > .card-info .section, .resource-card-15x2 > .card-info .section, .resource-card-18x2 > .card-info .section {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
/* display: none; */
|
/* display: none; */
|
||||||
|
@ -6260,6 +6260,30 @@ a.download-sdk {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Overrides for col-16 6x6 cards linking to local content on landing pages.
|
||||||
|
Suppresses "section" and puts the title above a hairline rule. */
|
||||||
|
.landing .card-info .section, .resource-flow-layout.col-16.landing .resource-card-9x6 .card-info .section {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.landing .card-info .title {
|
||||||
|
color: #898989;
|
||||||
|
font-size: 17px;
|
||||||
|
line-height: 24px;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
border-bottom: 1px solid #959595;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.landing .card-info .description {
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.landing .card-info .description .text {
|
||||||
|
height:30px;
|
||||||
|
width:auto;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Generate a resource stack layout for a 3 column widget spanning 16 grid cols
|
Generate a resource stack layout for a 3 column widget spanning 16 grid cols
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3847,7 +3847,7 @@ function showSamples() {
|
||||||
var defaults = {
|
var defaults = {
|
||||||
'row' : 1, // show rows
|
'row' : 1, // show rows
|
||||||
'onlyFullWords': true, // set to true to avoid cutting the text in the middle of a word
|
'onlyFullWords': true, // set to true to avoid cutting the text in the middle of a word
|
||||||
'char' : '...', // ellipsis
|
'char' : '\u2026', // ellipsis
|
||||||
'callback': function() {},
|
'callback': function() {},
|
||||||
'position': 'tail' // middle, tail
|
'position': 'tail' // middle, tail
|
||||||
};
|
};
|
||||||
|
|
|
@ -217,9 +217,8 @@ document.write('<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2
|
||||||
<?cs include:"trailer.cs" ?>
|
<?cs include:"trailer.cs" ?>
|
||||||
<script src="http://androiddevdocs-exp.appspot.com/ytblogger_lists_unified.js" type="text/javascript"></script>
|
<script src="http://androiddevdocs-exp.appspot.com/ytblogger_lists_unified.js" type="text/javascript"></script>
|
||||||
<script src="<?cs var:toroot ?>jd_lists_unified.js" type="text/javascript"></script>
|
<script src="<?cs var:toroot ?>jd_lists_unified.js" type="text/javascript"></script>
|
||||||
<script src="<?cs var:toroot ?>jd_articles.js" type="text/javascript"></script>
|
<script src="<?cs var:toroot ?>jd_extras.js" type="text/javascript"></script>
|
||||||
<script src="<?cs var:toroot ?>jd_collections.js" type="text/javascript"></script>
|
<script src="<?cs var:toroot ?>jd_collections.js" type="text/javascript"></script>
|
||||||
<script src="<?cs var:toroot ?>jd_site_map.js" type="text/javascript"></script>
|
|
||||||
<script src="<?cs var:toroot ?>jd_tag_helpers.js" type="text/javascript"></script>
|
<script src="<?cs var:toroot ?>jd_tag_helpers.js" type="text/javascript"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue