Difference between revisions of "Template:Exeter"

Line 248: Line 248:
 
.silvertitle h4 {color: rgb(107,107,107);}
 
.silvertitle h4 {color: rgb(107,107,107);}
 
.goldtitle h4 {color: rgb(230,184,0);}
 
.goldtitle h4 {color: rgb(230,184,0);}
 +
 +
 +
 +
/*BACKGROUND INFORMATION LEVEL 3 STYLING*/
 +
.Basic {
 +
display: none;
 +
}
 +
 +
.Trans {
 +
display: none;
 +
}
 +
 +
.RNA {
 +
display: none;
 +
}
 +
 +
.Ribo {
 +
display: none;
 +
}
 +
 +
.Toehold {
 +
display: none;
 +
}
 +
 +
.buttons {
 +
background-color: transparent;
 +
}
 +
 +
 +
/* Level 3 Buttons CSS */
 +
 +
 +
#Basic, #Trans, #Regulation, #RNA, #Ribo, #Toehold {
 +
 +
display: block;
 +
 +
cursor:pointer;
 +
 +
padding: 12px 10px 0px 10px;
 +
    height: 75px;
 +
    width: 175px;
 +
    background: #00A651;
 +
    border: 2px solid #00A651;
 +
    color: rgb(33,33,55);
 +
    text-align: center;
 +
    vertical-align: center;
 +
    font-size: 15pt;
 +
    font: bold 'Ek Mukta', Verdana, sans-serif;
 +
    background: -webkit-linear-gradient(top, #00A651, #8CC63F);
 +
    background: -moz-linear-gradient(top, #00A651, #8CC63F);
 +
    background: -o-linear-gradient(top, #00A651, #8CC63F);
 +
    background: -ms-linear-gradient(top, #00A651, #8CC63F);
 +
    background: linear-gradient(top, #00A651, #8CC63F);
 +
    -webkit-border-radius: 50px;
 +
    -khtml-border-radius: 50px;
 +
    -moz-border-radius: 50px;
 +
    border-radius: 50px;
 +
    -webkit-box-shadow: 0 8px 0 #1b383b;
 +
    -moz-box-shadow: 0 8px 0 #1b383b;
 +
    box-shadow: 0 8px 0 #00A651;
 +
  }
 +
  
 
</style>
 
</style>

Revision as of 16:29, 23 August 2015