Difference between revisions of "Template:Example2"

Line 257: Line 257:
 
/* highlight with decoration*/
 
/* highlight with decoration*/
 
.igem_2017_content_wrapper .highlight.blue_top {
 
.igem_2017_content_wrapper .highlight.blue_top {
     border-top: 4px solid linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
+
     border-top: 4px solid #3399ff;
  
  
Line 270: Line 270:
 
.igem_2017_content_wrapper .button{
 
.igem_2017_content_wrapper .button{
 
         max-width: 35%;
 
         max-width: 35%;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
+
    background-color: #3399ff;
 
     padding: 12px 10px;
 
     padding: 12px 10px;
 
     text-align: center;
 
     text-align: center;
Line 284: Line 284:
 
.igem_2017_content_wrapper .button:hover{
 
.igem_2017_content_wrapper .button:hover{
 
     color: #000000;
 
     color: #000000;
     background-image: linear-gradient(to right, #ffffff 0%, #00f2fe 100%);
+
     background-color: #3399ff;
 
}
 
}
  
Line 291: Line 291:
 
.menu_button{ width: 100%; border-bottom: 1px solid #d3d3d3; padding: 10px 0px 10px 25px; font-weight: bold; font-size: 12px; color: #5e5f5f; float:left; cursor: pointer;}
 
.menu_button{ width: 100%; border-bottom: 1px solid #d3d3d3; padding: 10px 0px 10px 25px; font-weight: bold; font-size: 12px; color: #5e5f5f; float:left; cursor: pointer;}
  
.menu_button:hover , .submenu_button:hover {  color:#ffffff; background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); text-decoration: none;}
+
.menu_button:hover , .submenu_button:hover {  color:#ffffff; background-color: #3399ff; text-decoration: none;}
  
  

Revision as of 17:01, 8 March 2017