close

  
<p> /*  These styles used in TopicBlocks app and live site app
----------------------------------------- */

#billboard .content {
    width: 96em;
    margin: 0 auto;
     position: relative;
    color: #fff;
}

#billboard h1 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.ie8 #billboard h1 {
  padding-top: 30px;
  margin-bottom: 10px;
}

#billboard .byline {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.features {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 165px;
}

.features li {
    padding: 0.3em 1.3em;
    font-size: 1.4em;
    background: url(/ui-sprite.png) no-repeat -93px 9px;
}

.feature-img {
    position: absolute;
    right: 0;
    top: 30px;
}

.primary-action {
    position: absolute;
    top: 297px;
    left: 0px;
    /* font-size: 1.6em; must declare this separately */
}

#billboard a:hover {
    color: #fff;
    border-bottom: 1px solid;
}

#billboard a.action {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  padding: 10px 15px;
  color: #222;
  border: 1px solid #fce166;
  background: url(/products-sprite.png) repeat-x 0 -1100px #a78a02;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#billboard a.action:hover {
  color: #000;
  border: 1px solid #fce166;
}

#billboard .alt-action {
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
}

#billboard a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

#billboard a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff

}

.content-main,
.content-sub {
  float: left;
}

#content .content-sub {
  width: 30em;
  margin-left: 2em; 
 
}

#content {
    width: 96em;
    margin: 2em auto;
    clear: both;
}

#content .content-main { 
    width: 63em; 
    border: 1px solid #dcdbdc;
     -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius: 5px;
    background: #fff;
}

.content-main h2 {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    color: #404859;
    padding: 8px 10px;
    margin: 0;
    border-bottom: 1px solid #dcdbdc;
    background: url(/metaweb-sprite-vertical.png) 0 -880px repeat-x #f9f9f9;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.content-main h4 {
  display: block;
  font-size: 1.8em;
  line-height: 2.3;
  color: #404040;
  margin: 0;
  background: url(/metaweb-sprite-vertical.png) 0 -1300px repeat-x #f9f9f9;
  text-align: center;
  float: left;
  width: 100%;
}
 </p>

Comments

Hide