Team:WPI-Worcester/Notebook
From 2014.igem.org
(Difference between revisions)
Line 36: | Line 36: | ||
color: #FFF; | color: #FFF; | ||
} | } | ||
- | + | .notebook{ | |
+ | margin-bottom:200; | ||
+ | } | ||
+ | .notebook >details> summary{ | ||
+ | float:left; | ||
+ | font-family:Arial, Helvetica, sans-serif; | ||
+ | font-size:17px; | ||
+ | background: #888; | ||
+ | padding: 15px; | ||
+ | color:#000; | ||
+ | margin: 10px; | ||
+ | cursor:pointer; | ||
+ | border-radius:3px; | ||
+ | transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s; | ||
+ | |||
+ | } | ||
+ | .notebook > details >summary:hover{ | ||
+ | background: #333; | ||
+ | color: #FFF; | ||
+ | } | ||
+ | .notebook > details > summary::-webkit-details-marker{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | object, embed { | ||
+ | height:1400px; | ||
+ | background: #999; | ||
+ | padding: 10px; | ||
+ | } | ||
</style> | </style> | ||
Line 81: | Line 109: | ||
<!--end navigation menu --> | <!--end navigation menu --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <div class="notebook"> | ||
+ | <details> | ||
+ | <summary>Week 1</summary> | ||
+ | <embed src="https://static.igem.org/mediawiki/2014/a/a4/WPI2014_Weekly_Log_1.txt" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 2</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 3</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 4</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 5</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 6</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 7</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 8</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 9</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | <details> | ||
+ | <summary>Week 10</summary> | ||
+ | <embed src="" | ||
+ | width="100%" height="100%"/> | ||
+ | </details> | ||
+ | </div> | ||
</table> | </table> | ||
</html> | </html> |
Revision as of 17:23, 11 June 2014
Week 1Week 2Week 3Week 4Week 5Week 6Week 7Week 8Week 9Week 10 |