Difference between revisions of "Template:Exeter"

Line 277: Line 277:
  
  
 
+
/* Level 3 nav bar
 
+
 
+
/* Level 3 Buttons CSS */
+
 
+
 
+
#Basic, #Trans, #Regulation, #RNA, #Ribo, #Toehold {
+
 
+
display: block;
+
 
+
cursor:pointer;
+
 
+
padding: 12px 10px 0px 10px;
+
    height: 75px;
+
    width: 195px;
+
    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;
+
  }
+
 
+
.level_3:hover {
+
 
+
cursor: pointer;
+
 
+
}
+
 
+
 
+
/* Navigation - Topmenu
+
 
-------------------------------------------------*/
 
-------------------------------------------------*/
  

Revision as of 19:55, 26 August 2015