Team:INSA Toulouse/contenu/lab practice/notebook/calendar/carry
From 2013.igem.org
(Difference between revisions)
Mesnageclem (Talk | contribs) |
Mesnageclem (Talk | contribs) |
||
Line 64: | Line 64: | ||
.tablecontent td{padding:0 25px 0 20px;} | .tablecontent td{padding:0 25px 0 20px;} | ||
+ | |||
+ | |||
+ | .list2{float:left; width:225px; margin:0 15px 50px 0;} | ||
+ | |||
+ | .list2 ul{color:#5a6060; font-family:'Open Sans'; font-size:14px;} | ||
+ | |||
+ | .list2 .arrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);} | ||
+ | |||
+ | .list2 .circlearrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/9/94/Insa-toulouse2013-listpuce2.png);} | ||
+ | |||
+ | .list2 .li ul { | ||
+ | display:none; | ||
+ | } | ||
+ | .list2 .li:hover ul { | ||
+ | display:block; | ||
+ | position:relative; | ||
+ | top:0; | ||
+ | left:-25px; | ||
+ | } | ||
</style> | </style> | ||
Line 81: | Line 100: | ||
- | < | + | <div class="list2"> |
+ | |||
+ | <ul class="arrow"> | ||
+ | <li><a href="">June 2013</a></li> | ||
+ | <li><a href="">July2013</a> | ||
+ | <ul class="circlearrow"> | ||
+ | <li>Week Z</li> | ||
+ | <li>Week Y</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="">August 2013</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
Revision as of 15:17, 17 September 2013