IGEM:Kyoto/sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(Replacing page with '<html> </html>')
 
(54 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{IGEM_Kyoto/css}}
<html>
<html>
<!--        メニュー      -->
<div id="kyoto-menu-background">
</div>
<div class="kyoto-center" id="kyoto-menu-center">
    <div id="kyoto-menu-base">
        <div class="kyoto-menu-circle" id="kyoto-menu-events">
            <a href="http://openwetware.org/wiki/IGEM:Kyoto/events-sandbox"></a>
        </div>
        <div class="kyoto-menu-circle" id="kyoto-menu-history">
            <a href="http://openwetware.org/wiki/IGEM:Kyoto/history-sandbox"></a>
        </div>
        <div class="kyoto-menu-circle" id="kyoto-menu-about">
            <a href="http://openwetware.org/wiki/IGEM:Kyoto/about-sandbox"></a>
        </div>
        <div class="kyoto-menu-circle" id="kyoto-menu-team">
            <a href="http://openwetware.org/wiki/IGEM:Kyoto/team-sandbox"></a>
        </div>
        <div class="kyoto-menu-circle" id="kyoto-menu-contact">
            <a href="http://openwetware.org/wiki/IGEM:Kyoto/contact-sandbox"></a>
        </div>
        <div class="kyoto-menu-shadow" id="kyoto-menu-shadow-events">
            <img src="http://openwetware.org/images/4/4c/Kyoto-menu-shadow.png">
        </div>
        <div class="kyoto-menu-shadow" id="kyoto-menu-shadow-history">
            <img src="http://openwetware.org/images/4/4c/Kyoto-menu-shadow.png">
        </div>
        <div class="kyoto-menu-shadow" id="kyoto-menu-shadow-about">
            <img src="http://openwetware.org/images/4/4c/Kyoto-menu-shadow.png">
        </div>
        <div class="kyoto-menu-shadow" id="kyoto-menu-shadow-team">
            <img src="http://openwetware.org/images/4/4c/Kyoto-menu-shadow.png">
        </div>
        <div class="kyoto-menu-shadow" id="kyoto-menu-shadow-contact">
            <img src="http://openwetware.org/images/4/4c/Kyoto-menu-shadow.png">
        </div>
        <div id="kyoto-menu-game" onClick="game_start()">
            <img src="http://openwetware.org/images/4/42/Kyoto-menu-game.png">
        </div>
        <div id="kyoto-menu-close" onClick="menu_close()">
            <img src="http://openwetware.org/images/c/c9/Kyoto-menu-close.png">
        </div>
    </div>
</div>
<!--        ゲーム      -->
<div class="kyoto-center" id="kyoto-game-center">
    <div id="kyoto-game-base">
        <div id="kyoto-game-wall">
        </div>
    </div>
</div>
<!--        本体      -->
<div id="kyoto-ku-background">
</div>
<div id="kyoto-top-wrapper">
    <div id="kyoto-top-header">
        <div id="kyoto-top-text-wrapper">
            <div id="kyoto-top-text" onClick="location.href='http://openwetware.org/wiki/IGEM:Kyoto/about-sandbox'"></div>
        </div>
        <div id="kyoto-top-menu-wrapper">
            <div id="kyoto-top-menu" onClick="menu_open()"></div>
        </div>
    </div>
    <div id="kyoto-top-content-wrapper">
        <div id="kyoto-top-content">
            <img src="http://openwetware.org/images/f/fc/Kyoto-top-designers.png">
        </div>
    </div>
    <div id="kyoto-top-logo-wrapper">
        <div id="kyoto-top-logo">
            <div id="kyoto-top-logo-about">
                <a href="http://openwetware.org/wiki/IGEM:Kyoto/about-sandbox"><img src="http://openwetware.org/images/6/67/Kyoto-top-logo-about.png"></a>
            </div>
            <img src="http://openwetware.org/images/7/77/Kyoto-top-logo.png">
        </div>
    </div>
</div>
</html>
</html>
<html>
<style>
<!--
#column-one{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    position:static;
}
#p-cactions{
    position:static;
    width:45%;
    float:left;
}
#p-personal{
    position:static;
    width:55%;
    float:right;
}
#p-cactions ul li, #p-personal ul li, #p-cactions li a, #p-personal li a, #p-cactions li a:hover, #p-cactions li.selected a, #p-cactions .new a, #p-personal li a:hover{
    padding-left:5px !important;
    padding-right:5px !important;
    font-size:11px;
}
#p-cactions ul{
    text-align:right;
}
#p-cactions ul li, #p-personal ul li{
    height:20px;
    display:inline;
}
-->
</style>
</html>
{{IGEM_Kyoto/header/js}}
{{IGEM_Kyoto/game/js}}

Latest revision as of 21:45, 6 January 2016

<html> </html>