|
|
Line 4: |
Line 4: |
| <!-- Our Head --> | | <!-- Our Head --> |
| <style> | | <style> |
- | img#bgimg
| + | .bgimg |
| { | | { |
- | <!--width:1366; | + | background-attachment:fixed; |
- | height:768;--> | + | background-position:50% 0; |
- | margin:0 auto;
| + | background-image:url("/wiki"); |
- | position:fixed;
| + | overflow-x:hidden; |
- | top:0;
| + | |
- | left:0; | + | |
- | align:middle; | + | |
- | z-index:-25;
| + | |
| } | | } |
- | #top-section
| |
- | {
| |
- | height:30px;
| |
- | }
| |
- | #top-section #p-logo,
| |
- | #top-section .left-menu,
| |
- | #top-section #search-controls
| |
- | {
| |
- | display:none;
| |
- | }
| |
- | #top-section .right-menu
| |
- | {
| |
- | position:fixed;
| |
- | right:0;
| |
- | top:0;
| |
- | }
| |
- | #top-section .right-menu a
| |
- | {
| |
- | background-color:transparent;
| |
- | }
| |
- | #footer-box,
| |
- | #footer
| |
- | {
| |
- | z-index:20;
| |
- | }
| |
- | #DIY-top.left-menu
| |
- | {
| |
- | position:fixed;
| |
- | left:0;
| |
- | top:0;
| |
- | }
| |
- | .left-menu,
| |
- | .left-menu a
| |
- | {
| |
- | text-transform:none;
| |
- | }
| |
- | #origin-menu:hover
| |
- | {
| |
- | background-image:none;
| |
- | background-color:transparent;
| |
- | }
| |
- | #DIY-search-controls
| |
- | {
| |
- | position:fixed;
| |
- | right:0;
| |
- | top:20px;
| |
- | }
| |
- | table#origin-menu
| |
- | {
| |
- | background-color:transparent;
| |
- | }
| |
- | table#origin-menu a:link,
| |
- | table#origin-menu a:visited,
| |
- | #top-section .right-menu a:link,
| |
- | #top-section .right-menu a:visited
| |
- | {
| |
- | color:#65007e
| |
- | }
| |
- | table#origin-menu a:hover,
| |
- | #top-section .right-menu a:hover
| |
- | {
| |
- | color:#ff9206
| |
- | }
| |
- | table#origin-menu a:active,
| |
- | #top-section .right-menu a:active
| |
- | {
| |
- | color:#33ff20
| |
- | }
| |
- | input#searchInput
| |
- | {
| |
- | color:#666666
| |
- | }
| |
- | input#searchInput:focus
| |
- | {
| |
- | color:#000000
| |
- | }
| |
- |
| |
- | table#DIY-menu
| |
- | {
| |
- | background-color:transparent;
| |
- | position:fixed;
| |
- | top:20px;
| |
- | left:0;
| |
- | }
| |
- | </style>
| |
- |
| |
- | <!-- Our Body -->
| |
- | <img id="bgimg" alt="Peking2012 BubbleBackgroundTest.png" src="/wiki/images/d/db/Peking2012_BubbleBackgroundTest.png" />
| |
- |
| |
- | <div id="DIY-top" class='left-menu noprint'>
| |
- | <table id="origin-menu">
| |
- | <tr>
| |
- | <td><a href="/Main_Page">MainPage</a></th>
| |
- | <td><a href="/wiki/index.php?title=Talk:Team:Peking/Modeling&action=edit&redlink=1">Discussion</a></td>
| |
- | <td><a href="/wiki/index.php?title=Team:Peking/Modeling&action=edit">ViewSource</a></td>
| |
- | <td><a href="/wiki/index.php?title=Team:Peking/Modeling&action=history">History</a></td>
| |
- | <td><a href="/Special:MovePage/Team:Peking/Modeling">Move</a></td>
| |
- | <td><a href="/wiki/index.php?title=Team:Peking/Modeling&action=watch">Watch</a></td>
| |
- | </tr>
| |
- | </table>
| |
- | </div> <!-- end menubar (left) -->
| |
- |
| |
- | <div id="DIY-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="2012 iGEM Search" onfocus="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 -->
| |
| | | |
| <table id="DIY-menu"> | | <table id="DIY-menu"> |