Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46b443ac authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Adjust opacity for non-hover states and a few others.

Change-Id: I8a6dee3e25bc8e6c3f1ca19d4e68037df5ce9b91
parent 08032409
Loading
Loading
Loading
Loading
+27 −3
Original line number Diff line number Diff line
@@ -5205,7 +5205,7 @@ a.download-sdk {
  height: 100%;
  width: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.24);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
@@ -6206,7 +6206,7 @@ a.download-sdk {
  height: 80px;
  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;
  margin-bottom: 1px;
  /* display: none; */
@@ -6260,6 +6260,30 @@ a.download-sdk {
  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
*/
+1 −1
Original line number Diff line number Diff line
@@ -3847,7 +3847,7 @@ function showSamples() {
        var defaults = {
            'row' : 1, // show rows
            'onlyFullWords': true, // set to true to avoid cutting the text in the middle of a word
            'char' : '...', // ellipsis
            'char' : '\u2026', // ellipsis
            'callback': function() {},
            'position': 'tail' // middle, tail
        };
+1 −2
Original line number Diff line number Diff line
@@ -217,9 +217,8 @@ document.write('<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2
<?cs include:"trailer.cs" ?>
  <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_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_site_map.js" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_tag_helpers.js" type="text/javascript"></script>

</body>