IGEM:Kyoto/sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(Replacing page with '<html> </html>')
 
(44 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_open()">
        </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 id="kyoto-game-close" onClick="game_close()">
            <img src="http://openwetware.org/images/c/c9/Kyoto-menu-close.png">
        </div>
        <form>
        <input id="kyoto-game-start" type="button" value="start" onClick="game_start()">
        </form>
    </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>
<!--
#kyoto-menu-game{
    background-image:url("http://openwetware.org/images/4/42/Kyoto-menu-game.png");
}
-->
</style>
</html>
{{IGEM_Kyoto/header/js}}
{{IGEM_Kyoto/game/js}}

Latest revision as of 21:45, 6 January 2016

<html> </html>