Team:Colombia/WikiDesign
From 2012.igem.org
(Difference between revisions)
Sylvita1015 (Talk | contribs) m |
Sylvita1015 (Talk | contribs) |
||
(50 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
html | html | ||
{ | { | ||
- | overflow: -moz-scrollbars- | + | overflow: -moz-scrollbars-vertical !important; |
resize: none; | resize: none; | ||
background-color: #f5f6f7; | background-color: #f5f6f7; | ||
Line 46: | Line 46: | ||
body { | body { | ||
- | font: | + | font: 90%/1.5 Arial, Helvetica, sans-serif; |
background-color: #eee; } | background-color: #eee; } | ||
#wrap { | #wrap { | ||
font-size: 0.7em; | font-size: 0.7em; | ||
width: 960px; | width: 960px; | ||
- | padding: | + | padding: none; |
- | + | border-left: none; | |
+ | border-right:none; | ||
background-color: #fff; | background-color: #fff; | ||
position: relative; } | position: relative; } | ||
Line 58: | Line 59: | ||
/* These styles create the dropdown menus. */ | /* These styles create the dropdown menus. */ | ||
#navbar { | #navbar { | ||
- | margin: | + | margin: 1000; |
padding: 0; | padding: 0; | ||
- | height: | + | height: 5em; } |
#navbar li { | #navbar li { | ||
list-style: none; | list-style: none; | ||
float: left; } | float: left; } | ||
#navbar li a { | #navbar li a { | ||
- | padding-left: | + | padding-left: 7px; |
padding-bottom: 3px; | padding-bottom: 3px; | ||
- | padding-right: | + | padding-right: 7px; |
padding-top: 3px; | padding-top: 3px; | ||
display: block; | display: block; | ||
Line 75: | Line 76: | ||
#navbar li ul { | #navbar li ul { | ||
display: none; | display: none; | ||
- | width: | + | width: 15em; /* Width to help Opera out */ |
background-color: #80ff00;} | background-color: #80ff00;} | ||
#navbar li:hover ul, #navbar li.hover ul { | #navbar li:hover ul, #navbar li.hover ul { | ||
Line 81: | Line 82: | ||
position: absolute; | position: absolute; | ||
background-color: #5d9549; | background-color: #5d9549; | ||
+ | border-left:none; | ||
margin: 0; | margin: 0; | ||
padding: 0; } | padding: 0; } | ||
Line 187: | Line 189: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a href="https://2012.igem.org/">iGem | + | <li><a href="https://2012.igem.org/">iGem</a> |
</li> | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
- | </ | + | |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <p ></p> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | <div style="height: 31px; line-height: 31px; " class="tinyText"> </div> | ||
+ | <script src="http://widgets.twimg.com/j/2/widget.js"></script> | ||
+ | <script> | ||
+ | new TWTR.Widget({ | ||
+ | version: 2, | ||
+ | type: 'profile', | ||
+ | rpp: 6, | ||
+ | interval: 6000, | ||
+ | width: 200, | ||
+ | height: 180, | ||
+ | theme: { | ||
+ | shell: { | ||
+ | background: '#125e26', | ||
+ | color: '#ffffff' | ||
+ | }, | ||
+ | tweets: { | ||
+ | background: '#ffffff', | ||
+ | color: '#000000', | ||
+ | links: '#0707eb' | ||
+ | } | ||
+ | }, | ||
+ | features: { | ||
+ | scrollbar: true, | ||
+ | loop: false, | ||
+ | live: true, | ||
+ | hashtags: true, | ||
+ | timestamp: true, | ||
+ | avatars: true, | ||
+ | behavior: 'all' | ||
+ | } | ||
+ | }).render().setUser('colombia_igem').start(); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
</html> | </html> |
Latest revision as of 06:05, 17 July 2012