Line 26: | Line 26: | ||
#sideMenu, #sideMenu *, #top_menu_inside, #top_menu_inside *{box-sizing: initial; -webkit-box-sizing: initial;} | #sideMenu, #sideMenu *, #top_menu_inside, #top_menu_inside *{box-sizing: initial; -webkit-box-sizing: initial;} | ||
#content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;} | #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;} | ||
− | #body {background-color: | + | #body {background-color:w3-blue-gray; } |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
Line 72: | Line 72: | ||
.cal-heatmap-container .graph-label | .cal-heatmap-container .graph-label | ||
{ | { | ||
− | fill: | + | fill: white; |
− | font-size: | + | font-size: 25px; |
+ | font-family:Tahoma, Geneva, sans-serif; | ||
} | } | ||
Line 518: | Line 519: | ||
background-position: center; | background-position: center; | ||
} | } | ||
+ | |||
+ | |||
</style> | </style> | ||
<body> | <body> | ||
+ | <div class="w3-blue-gray"> | ||
<ul id="ddmenu_hebrewu"> | <ul id="ddmenu_hebrewu"> | ||
<li style="float:left;margin-top:12px;padding-left:15px;"><br />Hebrew</li> | <li style="float:left;margin-top:12px;padding-left:15px;"><br />Hebrew</li> | ||
Line 665: | Line 669: | ||
− | + | <br /><br /> | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
<!--- Page content start ---> | <!--- Page content start ---> | ||
− | <div class=" | + | <div class="w3-blue-gray"> |
− | + | <div class="w3-center"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/0/06/T--hebrewU--Notebook_HL.png" width="20%"> | |
− | + | <br /> | |
+ | <br /> | ||
+ | </div> | ||
<div style="text-align:center"> | <div style="text-align:center"> | ||
− | |||
− | |||
<div align="center"> | <div align="center"> | ||
<div id="cal-heatmap" > | <div id="cal-heatmap" > | ||
Line 905: | Line 904: | ||
}, | }, | ||
start: new Date(2018, 2, 1), | start: new Date(2018, 2, 1), | ||
− | cellSize: | + | cellSize: 18, |
cellPadding: 3, | cellPadding: 3, | ||
domainGutter: 12, | domainGutter: 12, | ||
range: 7, | range: 7, | ||
− | legend: [1, 2, 3, 4 | + | legend: [1, 2, 3, 4], |
− | legendColors: [" | + | legendColors: ["#EEE2D7", "#F17106"], |
− | subDomainTextFormat: "%d", | + | //subDomainTextFormat: "%d", |
onClick: function(date, value) { | onClick: function(date, value) { | ||
var month = date.getMonth() + 1; | var month = date.getMonth() + 1; | ||
Line 925: | Line 924: | ||
</script> | </script> | ||
− | + | <div class="w3-blue-gray"> | |
− | + | ||
Line 936: | Line 934: | ||
<div id="myid2" style="text-align:justify;padding-left:200px;paddig-right:200px;"> | <div id="myid2" style="text-align:justify;padding-left:200px;paddig-right:200px;"> | ||
− | |||
</div> | </div> | ||
Line 1,002: | Line 999: | ||
--> | --> | ||
− | + | </div> | |
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:38, 13 October 2018