|
|
Line 2: |
Line 2: |
| | | |
| <head> | | <head> |
- | <style type="text/css">
| |
| | | |
- | #content {
| |
- |
| |
- | }
| |
- |
| |
- | #toc, .toc {
| |
- | display:none;
| |
- |
| |
- | }
| |
- |
| |
- | h1, h2, h3, h4, h5, h6 {
| |
- | border: 0px;
| |
- | color: #163F7F;
| |
- | family-font: "Noto Sans";
| |
- | }
| |
- |
| |
- | .arrowsidemenu{
| |
- | width: 180px; /*width of menu*/
| |
- | border-style: solid solid none solid;
| |
- | border-color: #003EFF; /*#94AA74;*/
| |
- | border-size: 1px;
| |
- | border-width: 1px;
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul{
| |
- | list-style-type: none;
| |
- | list-style-image: none;
| |
- | }
| |
- |
| |
- | .arrowsidemenu div a{ /*header bar links*/
| |
- | font: bold 12px Helvetica, Arial, sans-serif;
| |
- | display: block;
| |
- | background: transparent url(https://static.igem.org/mediawiki/2013/2/2f/Arrowblue.gif) 100% 0; /* this is where the arrow goes
| |
- | height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
| |
- | padding: 4px 0 4px 10px;
| |
- | line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | .arrowsidemenu div a:link, .arrowsidemenu div a:visited{
| |
- | color: #EDEDED; /*#26370A;*/
| |
- | }
| |
- |
| |
- | .arrowsidemenu div a:hover{
| |
- | background-position: 100% -32px;
| |
- | }
| |
- |
| |
- | .arrowsidemenu div.unselected a{ /*header that's currently not selected*/
| |
- | color: #EDEDED; /*#283b00;*/
| |
- | }
| |
- |
| |
- |
| |
- | .arrowsidemenu div.selected a{ /*header that's currently selected*/
| |
- | color: #EDEDED; /*#616161;*/
| |
- | background-position: 100% -64px !important;
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul{
| |
- | list-style-type: none;
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul li{
| |
- | border-bottom: 1px solid #6183A6 /*#a1c67b;*/
| |
- | list-style-type: none;
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- |
| |
- | .arrowsidemenu ul li a{ /*sub menu links*/
| |
- | display: block;
| |
- | background: #ffffff;
| |
- | font: normal 12px Helvetica, Arial, sans-serif;
| |
- | text-decoration: none;
| |
- | color: black;
| |
- | padding: 5px 0;
| |
- | padding-left: 10px;
| |
- | border-left: 10px double #ff7f50; /*#a1c67b; #3b4990 this is the two vertical bars on the sub menus*/
| |
- | list-style-type: none;
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul li a:hover{
| |
- | background: #5accc2; /*#d5e5c1*/
| |
- | }
| |
- |
| |
- | </style>
| |
| | | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |