|
|
Line 1: |
Line 1: |
| <html> | | <html> |
- | <div id="top-section">
| |
- | <div id="p-logo">
| |
- | <a href="/Main_Page"
| |
- | title="Main Page">
| |
- | <img src='/wiki/skins/common/images/wiki.png'>"
| |
- | </a>
| |
- | </div> <!-- end p-logo -->
| |
- | <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
| |
| | | |
- |
| |
- |
| |
- | <div id="menubar" class='left-menu noprint'>
| |
- | <ul>
| |
- | <li
| |
- | class='selected' ><a href="/Team:Northwestern">Page </a></li>
| |
- | <li
| |
- | class='new' ><a href="/wiki/index.php?title=Talk:Team:Northwestern&action=edit&redlink=1">Discussion </a></li>
| |
- | <li
| |
- | ><a href="/wiki/index.php?title=Team:Northwestern&action=edit">Edit </a></li>
| |
- | <li
| |
- | ><a href="/wiki/index.php?title=Team:Northwestern&action=history">History </a></li>
| |
- | <li
| |
- | ><a href="/Special:MovePage/Team:Northwestern">Move </a></li>
| |
- | <li
| |
- | ><a href="/wiki/index.php?title=Team:Northwestern&action=watch">Watch </a></li>
| |
- | <li style='color:#808080;cursor:default'>teams</li>
| |
- | </ul>
| |
- | </div> <!-- end menubar (left) -->
| |
- |
| |
- | <div class="right-menu noprint" id="menubar">
| |
- | <ul>
| |
- | <li id="pt-userpage"><a href="/User:Sspangl" title="Your user page [.]" accesskey="." class="new">Sspangl</a></li> <li id='pt-preferences'><a href='https://igem.org/User_Information' title='My account'>My account</a></li>
| |
- | <li id="pt-logout"><a href="/wiki/index.php?title=Special:UserLogout&returnto=Team:Northwestern" title="Log out">Log out</a></li> </ul>
| |
- | </div><!-- end right menubar -->
| |
- |
| |
- | <div id="search-controls" class="noprint">
| |
- | <form action="/Special:Search" id="searchform">
| |
- | <input id="searchInput" name="search" type="text" title="Search 2012.igem.org [f]" accesskey="f" value="" />
| |
- | <input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />
| |
- | <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
| |
- | </form>
| |
- | </div> <!-- close search controls -->
| |
- | </div> <!-- close top-section-->
| |
| | | |
| <style type="text/css"> | | <style type="text/css"> |
Line 60: |
Line 18: |
| | | |
| | | |
- | | + | /* Hides default banner */ |
| + | #p-logo { |
| + | height:0px; |
| + | overflow:hidden; |
| + | display: none; |
| + | } |
| + | /* Our banner */ |
| + | #top-section { |
| + | visibility:none; |
| + | height:0; |
| + | } |
| + | /* Hides search bar */ |
| + | #search-controls { |
| + | display:none; |
| + | } |
| #content { | | #content { |
| width:100%; | | width:100%; |