Difference between revisions of "Template:Washington2"

Line 393: Line 393:
 
       div.tabContent { border: 1px solid #c9c3ba; padding: 1.5em; background-color: #b7a57a; font-size: 16px; line-height:1.5em; margin-right: 20%; margin-left: 20%;}
 
       div.tabContent { border: 1px solid #c9c3ba; padding: 1.5em; background-color: #b7a57a; font-size: 16px; line-height:1.5em; margin-right: 20%; margin-left: 20%;}
 
       div.tabContent.hide { display: none; }
 
       div.tabContent.hide { display: none; }
 +
 +
 +
.cd-nugget-info {
 +
  text-align: center;
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 50px;
 +
  line-height: 50px;
 +
  top: 0;
 +
  left: 0;
 +
}
 +
.cd-nugget-info a {
 +
  position: relative;
 +
  display: inline-block;
 +
  padding: 0 1em;
 +
  font-size: 14px;
 +
  color: #fff;
 +
  background-color: #f25f5c;
 +
  -webkit-transition: all 0.2s;
 +
  -moz-transition: all 0.2s;
 +
  transition: all 0.2s;
 +
}
 +
.no-touch .cd-nugget-info a:hover {
 +
  opacity: .8;
 +
}
 +
.cd-nugget-info span {
 +
  vertical-align: middle;
 +
  display: inline-block;
 +
}
 +
.cd-nugget-info span svg {
 +
  display: block;
 +
}
 +
.cd-nugget-info .cd-nugget-info-arrow {
 +
  fill: #fff;
 +
}
  
  

Revision as of 21:31, 18 September 2015