Line 16: | Line 16: | ||
− | //this function controls the expand and collapse buttons of the menu and changes the +/- symbols | + | //this function controls the expand and# |
+ | collapse buttons of the menu and changes the +/- symbols | ||
function menu_functionality() { | function menu_functionality() { | ||
Line 167: | Line 168: | ||
float:right; | float:right; | ||
border-left: 1px solid #000000; | border-left: 1px solid #000000; | ||
− | background-color: # | + | background-color: #1F7A8C; |
text-align:left; | text-align:left; | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
Line 201: | Line 202: | ||
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
− | color: # | + | color: #25283D; |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Line 234: | Line 235: | ||
/* styling for the menu buttons on hover */ | /* styling for the menu buttons on hover */ | ||
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { | .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { | ||
− | background-color: # | + | background-color: #A31621; |
text-decoration: none; | text-decoration: none; | ||
color:#ffffff; | color:#ffffff; | ||
Line 241: | Line 242: | ||
/* styling for the menu button when it is the current page */ | /* styling for the menu button when it is the current page */ | ||
.current_page { | .current_page { | ||
− | background-color:# | + | background-color:#25283D !important; |
color:#ffffff !important; | color:#ffffff !important; | ||
} | } | ||
Line 251: | Line 252: | ||
padding: 10px 0px 10px 34px; | padding: 10px 0px 10px 34px; | ||
float:left; | float:left; | ||
− | background-color: # | + | background-color: #BFD7EA; |
border-bottom: 1px solid #000000; | border-bottom: 1px solid #000000; | ||
font-size: 12px; | font-size: 12px; | ||
− | color: # | + | color: #25283D; |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Line 275: | Line 276: | ||
/* Margin wrapper */ | /* Margin wrapper */ | ||
.big-margin { | .big-margin { | ||
− | border: 15px solid # | + | border: 15px solid #BFD7EA; |
− | background: # | + | background: #BFD7EA; |
margin: 15px; | margin: 15px; | ||
} | } | ||
Line 286: | Line 287: | ||
display:block; | display:block; | ||
float:left; | float:left; | ||
− | background-color: # | + | background-color: #BFD7EA; |
/*background-image: url('https://static.igem.org/mediawiki/2014/2/21/UCD_2014_Picked-olives-ii-Recovered2-9.jpg'); */ | /*background-image: url('https://static.igem.org/mediawiki/2014/2/21/UCD_2014_Picked-olives-ii-Recovered2-9.jpg'); */ | ||
/*font-family: Courier, "Lucida Console", monospace; */ | /*font-family: Courier, "Lucida Console", monospace; */ | ||
Line 300: | Line 301: | ||
padding:5px 15px; | padding:5px 15px; | ||
border-bottom: 0px; | border-bottom: 0px; | ||
− | color: # | + | color: #25283D; |
} | } | ||
Line 309: | Line 310: | ||
border-bottom:0px; | border-bottom:0px; | ||
font-family:Helvetica, Geneva, sans-serif; | font-family:Helvetica, Geneva, sans-serif; | ||
− | color: # | + | color: #25283D; |
} | } | ||
Line 318: | Line 319: | ||
font-size: 15px; | font-size: 15px; | ||
font-family:Helvetica, Geneva, sans-serif; | font-family:Helvetica, Geneva, sans-serif; | ||
− | color: # | + | color: #25283D; |
} | } | ||
Line 325: | Line 326: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 15px; | font-size: 15px; | ||
− | color: # | + | color: #A31621; |
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
-moz-transition: all 0.4s ease; | -moz-transition: all 0.4s ease; | ||
Line 336: | Line 337: | ||
.igem_2017_content_wrapper a:hover { | .igem_2017_content_wrapper a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: # | + | color: #053C5E; |
} | } | ||
Line 346: | Line 347: | ||
/*font-family: Courier, "Lucida Console", monospace; */ | /*font-family: Courier, "Lucida Console", monospace; */ | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
− | color: # | + | color: #25283D; |
} | } | ||
Line 363: | Line 364: | ||
width: 97%; | width: 97%; | ||
margin:15px 10px; | margin:15px 10px; | ||
− | border: 1px solid # | + | border: 1px solid #1F7A8C; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 371: | Line 372: | ||
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
− | border: 1px solid # | + | border: 1px solid #1F7A8C; |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 379: | Line 380: | ||
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
− | border: 1px solid # | + | border: 1px solid #1F7A8C; |
border-collapse: collapse; | border-collapse: collapse; | ||
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
Line 459: | Line 460: | ||
margin: 30px auto; | margin: 30px auto; | ||
padding: 12px 10px; | padding: 12px 10px; | ||
− | background-color: # | + | background-color: #A31621; |
border: 2px solid black; | border: 2px solid black; | ||
border-radius: 20px; | border-radius: 20px; | ||
Line 472: | Line 473: | ||
/* styling for button on hover */ | /* styling for button on hover */ | ||
.igem_2017_content_wrapper .button:hover{ | .igem_2017_content_wrapper .button:hover{ | ||
− | background-color: # | + | background-color: #1F7A8C; |
color: white; | color: white; | ||
} | } | ||
Line 516: | Line 517: | ||
margin: 5px 15px; | margin: 5px 15px; | ||
display: block; | display: block; | ||
− | border: 4px solid # | + | border: 4px solid #BFD7EA; |
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 19:52, 29 June 2017