Author Topic: [Game] ctrl + v  (Read 58859 times)

Offline alikimoko

  • Member
  • Posts: 36
Re: [Game] ctrl + v
« Reply #1680 on: November 03, 2014, 09:29:54 PM »
Code: [Select]
<html>
    <head>
<style type="text/css">
body {
margin: 0px;
background-color:#ffffff;
}
body, table {
color: #555555;
font-family: Verdana, sans-serif;
font-size: 11px;
}
img {
max-width: 940px;
}
a { color:#000066; text-decoration: underline; }
a:hover { text-decoration: none; }
/* Feel free to override this style definition */
</style>


        <link href="http://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700&subset=latin-ext" rel="stylesheet" type="text/css">
        <script type="text/javascript">
                $(document).ready(function(){
                    //AUTO SELECT HOME
                    $("#content_sub_home").fadeIn("slow");
                    //END
                    $(".menu-cover").click(function () {
                        div_id = $(this).attr("id");
                        $(".display").hide();
                        $("#content_"+div_id).fadeIn("slow");
                        bbt_resize_iframe();
                    });
                    $("#sub_home").click(function () {
                        div_id = $(this).attr("id");
                        $(".display").hide();
                        $("#content_"+div_id).fadeIn("slow");
                        bbt_resize_iframe();
                    });
                });
        </script>
        <style type="text/css">
            body {
                margin: 0;
                background: #fff;
                font-family: 'Archivo Narrow', sans-serif;
                line-height: 17px;
                font-size: 15px;
                color: #333;
                text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff;
                filter: dropshadow(color=#fff, offx=1, offy=1);
            }

            #container{
                background: #fff url(https://lh3.googleusercontent.com/-zpXFyfO67F4/VFe22lbnM5I/AAAAAAAAJBU/NiwlFcuaMNk/w940-h529-no/Brynhildr%2Bin%2Bthe%2BDarkness%2BBG%2B-%2Bresized.png) no-repeat;
                width: 940px;
                height: 529px;
                padding: 3px;
            }

            #albums{
                margin-top: 15px;
                margin-right: 40px;
                float: right;
                border: 0px;
                width: 300px;
                text-align: center;
                padding: 10px;
            }

            #sub_home{
                padding: 8px;
                margin-left: 8px;
                margin-right: 8px;
                -webkit-box-shadow:  0px 0px 7px 1px #ccc;
                box-shadow:  0px 0px 7px 1px #ccc;
                cursor: pointer;
            }

            .semitrans{
                background-color: #fff;
                background-color: rgba(255,255,255,0.7);
                filter:progid:DXImageTransform.Microsoft.gradient(
                    startColorstr=#BBFFFFFF, endColorstr=#BBFFFFFF
                );
            }

            .display{
                background-color: #fff;
                background-color: rgba(255,255,255,0.7);
                filter:progid:DXImageTransform.Microsoft.gradient(
                    startColorstr=#BBFFFFFF, endColorstr=#BBFFFFFF
                );

                display: none;
                float: left;
                margin-top: 15px;
                margin-left: 25px;
                padding: 8px;
                -webkit-box-shadow:  0px 0px 7px 1px #ccc;
                -moz-box-shadow:  0px 0px 7px 1px #ccc;
                box-shadow:  0px 0px 7px 1px #ccc;
                width: 460px;
            }

            .menu-cover{
                max-width: 120px;
                margin: 7px;
                border: 2px solid #fff;
                -webkit-box-shadow:  0px 0px 7px 1px #ccc;
                box-shadow:  0px 0px 7px 1px #ccc;
                cursor: pointer;
               
                -webkit-transition: -webkit-transform .20s ease-in-out;
                -moz-transition: -moz-transform .20s ease-in-out;
                -o-transition: -o-transform .20s ease-in-out;
                transition: transform .20s ease-in-out;
            }

            .menu-cover:hover{
                transform: scale(1.2,1.2);
                -ms-transform: scale(1.2,1.2);
                -webkit-transform: scale(1.2,1.2);
                -o-transform: scale(1.2,1.2);
                -moz-transform: scale(1.2,1.2);
            }

            .cover{
                max-height: 150px;
                opacity:0.9;
                filter:alpha(opacity=90);
                margin: 5px 0px 9px 5px;
                border: 2px solid #fff;
                -webkit-box-shadow:  0px 0px 7px 1px #ccc;
                box-shadow:  0px 0px 7px 1px #ccc;
                float: left;
            }

            .release-info{
                position: relative;
                z-index: 2;
                position: relative;
                float: right;
                top: 10px;
                width: 65%;
                text-align: right;
            }

            h1{
                font-size: 21px;
                line-height: 23px;
            }
            h2{
                font-size: 17px;
                line-height: 14px;
            }
            h3{
                display: inline;
                padding-left: 10px;
                font-size: 15px;
                line-height: 12px;
            }

            .display table{
                position: relative;
                color: #111;
            }
        </style>   
</head>
    <body>
        <div id="container">
            <div id="content_sub_home" class="display" style="text-align: center;">
                <h1>Gokukoku no Brynhildr | Brynhildr in the Darkness Music Collection</h1>
               <img src="https://lh4.googleusercontent.com/-3Uk7GiDxiTA/VFe_MYUpXnI/AAAAAAAAJB0/PzabRhcpfwY/w206-h300-no/series%2Bcover%2B-%2Bresized.jpg"><br />
               <a href="http://anidb.net/perl-bin/animedb.pl?show=anime&aid=10069">AniDB</a><br />
               <a href="http://myanimelist.net/anime/21431/Gokukoku_no_Brynhildr">MAL</a><br />
               <a href="http://www.anime-planet.com/anime/brynhildr-in-the-darkness">Anime-planet</a><br />
               <a href="http://www.animenewsnetwork.com/encyclopedia/anime.php?id=15757">ANN</a><br />
               <h2>Click an album cover to view it's information.</h2>
            </div>

            <div id="albums">
                <img id="sub_OST" class="menu-cover" src="https://lh6.googleusercontent.com/-3KPIwFs1sgM/VFfZltVoeiI/AAAAAAAAJCo/JglHGUcCVH4/s150-no/GnB%2BOST.jpg" title="OST">
                <img id="sub_BD1S" class="menu-cover" src="https://lh6.googleusercontent.com/-zfUjlCKopNc/VFfiEBZi6JI/AAAAAAAAJC8/IsMd37qIbRM/s150-no/GnB%2BBD1.jpg" title="BD 1 Special">
                <img id="sub_OP2" class="menu-cover" src="https://lh6.googleusercontent.com/-x8Tw5TnE_7o/VFfx4MXClgI/AAAAAAAAJDQ/UqnCna0tk1M/s150-no/Phase%2B2.jpg" title="OP2">

                <div id="sub_home" class="semitrans">- Click here to return to the landing page -</div>
            </div>
           
            <div class="display" id="content_sub_OST">
                <img class="cover" src="https://lh6.googleusercontent.com/-3KPIwFs1sgM/VFfZltVoeiI/AAAAAAAAJCo/JglHGUcCVH4/s150-no/GnB%2BOST.jpg" alt="OST" style="margin-bottom: 20px; margin-top:20px">
                <div>
                    <div class="release-info">
                        <h1>Gokukoku no Brynhildr OST</h1>
                        <h2>Nao Tokisawa,<br/>
                        Neko(CV.Taneda Risa),<br/>
                        Kana(CV.Suzaki Aya),<br/>Kazumi(CV.M・A・O),<br/>
                        Kotori(CV.Tadokoro Azusa)</h2>
                        <h3>April 23, 2014</h3><h3><a href="http://vgmdb.net/album/44565">VPCG-84969</a><br/>
                        IEgg - 320 Kbps</h3>
                    </div>
                </div>
                <table width="100%">
                    <tr>
                        <td><center><select>
                        <option> - 38 Tracks -</option>
                        <option>01 - BRYNHILDR IN THE DARKNESS -Ver. EJECTED-</option>
                        <option>02 - Memories </option>
                        <option>03 - Into the Crisis</option>
                        <option>04 - Neko-san</option>
                        <option>05 - Is this Love!?</option>
                        <option>06 - Unmei no Haguruma</option>
                        <option>07 - Begining</option>
                        <option>08 - Hang Up</option>
                        <option>09 - Her... nest</option>
                        <option>10 - Pain</option>
                        <option>11 - Dance with the Devil</option>
                        <option>12 - Chinshizai</option>
                        <option>13 - Nokosareta Jikan</option>
                        <option>14 - Kanashimi no Fuchi de</option>
                        <option>15 - Feel the Wind</option>
                        <option>16 - Girl's Talk</option>
                        <option>17 - Kimi to Sugosu Hibi</option>
                        <option>18 - Nukumori wo Mune ni</option>
                        <option>19 - My little pray</option>
                        <option>20 - Kogorou to Iu Otoko</option>
                        <option>21 - Analyze</option>
                        <option>22 - Tactics</option>
                        <option>23 - Hexenjagd</option>
                        <option>24 - Yuzurenai Omoi</option>
                        <option>25 - Kibou wo Daite</option>
                        <option>26 - Takachiho</option>
                        <option>27 - Majo</option>
                        <option>28 - Speed of Hazard</option>
                        <option>29 - Attouteki na Chikara wo Mae ni</option>
                        <option>30 - Burn with Anger</option>
                        <option>31 - Rage your Destiny</option>
                        <option>32 - Hakanaki Negai</option>
                        <option>33 - BRYNHILDR IN THE DARKNESS</option>
                        <option>34 - Antimatter</option>
                        <option>35 - Mirai e no Yozora</option>
                        <option>36 - Ichibanboshi</option>
                        <option>37 - Arinomama no Shiawase</option>
                        <option>38 - Ichibanboshi (TV Size)</option>
                        </select></center></td>
                    </tr>
                </table>
            </div>
           
            <div class="display" id="content_sub_BD1S">
                <img class="cover" src="https://lh6.googleusercontent.com/-zfUjlCKopNc/VFfiEBZi6JI/AAAAAAAAJC8/IsMd37qIbRM/s150-no/GnB%2BBD1.jpg" alt="BD1 Special" style="margin-bottom: 20px; margin-top:20px">
                <div>
                    <div class="release-info">
                        <h1>Gokukoku no Brynhildr BD 1</h1>
                        <h2>Nao Tokisawa,<br/>
                        Neko(CV.Taneda Risa),<br/>
                        Kana(CV.Suzaki Aya),<br/>Kazumi(CV.M・A・O),<br/>
                        Kotori(CV.Tadokoro Azusa)</h2>
                        <h3>July 30, 2014</h3><h3><a href="http://vgmdb.net/album/46331">VPXY-72932C</a><br/>
                        IEgg - 320 Kbps</h3>
                    </div>
                </div>
                <table width="100%">
                    <tr>
                        <td><center><select>
                        <option> - 24 Tracks -</option>
                        <option>01 - BRYNHILDR IN THE DARKNESS -EJECTRO Extended-</option>
                        <option>02 - Tentai Kansoku</option>
                        <option>03 - Kuroneko</option>
                        <option>04 - Strange Feeling</option>
                        <option>05 - Reverse</option>
                        <option>06 - Kana no Yochi</option>
                        <option>07 - Vingarufu</option>
                        <option>08 - Uzumaku Fuan</option>
                        <option>09 - Fatal Scene</option>
                        <option>10 - Kioku no Kakera</option>
                        <option>11 - School days</option>
                        <option>12 - Funny junk</option>
                        <option>13 - Kirakira☆Time</option>
                        <option>14 - Neko-san ~Yukkuri Version~</option>
                        <option>15 - Ichibanboshi -Yasuko solo ver.-</option>
                        <option>16 - Ichibanboshi -Kana solo ver.-</option>
                        <option>17 - Ichibanboshi -Kazumi solo ver.-</option>
                        <option>18 - Ichibanboshi -Kotori solo ver.-</option>
                        <option>19 - Sassou Toujou! Neko-san</option>
                        <option>20 - Ki ni shinai Uta</option>
                        <option>21 - Original Mini Drama "Neko no Test Benkyou"</option>
                        <option>22 - Original Mini Drama "Kana no Ichinichi"</option>
                        <option>23 - Original Mini Drama "Kazumi no Test Benkyou"</option>
                        <option>24 - Original Mini Drama "Kotori Mousouchuu"</option>
                        </select></center></td>
                    </tr>
                </table>
            </div>
           
            <div class="display" id="content_sub_OP2">
                <img class="cover" src="https://lh6.googleusercontent.com/-x8Tw5TnE_7o/VFfx4MXClgI/AAAAAAAAJDQ/UqnCna0tk1M/s150-no/Phase%2B2.jpg" alt="OP2" style="margin-bottom: 30px; margin-top:30px">
                <div>
                    <div class="release-info">
                        <h1>PHASE 2<br/>Sengoku BASARA Judge End OP - Thunderclap<br/>Gokukoku no Brynhildr OP2 - Virtue and Vice</h1>
                        <h2>Fear, and Loathing in Las Vegas</h2>
                        <h3>August 06, 2014</h3><h3><a href="http://vgmdb.net/album/46467">VPCC-81811</a><br/>
                        Ultimate - 320 Kbps</h3>
                    </div>
                </div>
                <table width="100%">
                    <tr>
                        <td><center><select>
                        <option> - 11 Tracks -</option>
                        <option>01 - Are You Ready to Blast Off?</option> 
                        <option>02 - Rave-up Tonight</option>
                        <option>03 - Swing It!!</option>
                        <option>04 - Thunderclap</option>
                        <option>05 - Interlude</option>
                        <option>06 - Virtue and Vice</option>
                        <option>07 - Nail the Shit Down</option>
                        <option>08 - Rain Inside Your Eyes</option>
                        <option>09 - Counterattack by the Sesame Sized Bodies</option>
                        <option>10 - Flutter of Cherry Blossom</option>
                        <option>11 - Stay as Who You Are</option>
                        </select></center></td>
                    </tr>
                </table>
            </div>
            <div style="clear:both;"></div>
        </div>
    <!-- alternative way to calculate body height --><div style="clear: both;" id="_bbt_foot"></div></body>
</html>

Online Krudda

  • Member
  • Posts: 4054
  • repent
    • My Anime List
Re: [Game] ctrl + v
« Reply #1681 on: November 03, 2014, 09:51:05 PM »

Offline TiYlER

  • Member
  • Posts: 5186
  • 絶対大丈夫だよ!
    • My recently watched anime
Re: [Game] ctrl + v
« Reply #1682 on: November 04, 2014, 12:33:46 AM »
/msg Ginpachi-Sensei xdcc send #8219

Shit I'm Watching | They say time flies, but you keep breaking its wings.

Offline Takeshi

  • Member
  • Posts: 5119
  • Animation whore
Re: [Game] ctrl + v
« Reply #1683 on: November 04, 2014, 01:03:20 AM »
euphy

Offline TiYlER

  • Member
  • Posts: 5186
  • 絶対大丈夫だよ!
    • My recently watched anime
Re: [Game] ctrl + v
« Reply #1684 on: November 04, 2014, 02:34:24 AM »

Shit I'm Watching | They say time flies, but you keep breaking its wings.

Offline Tanis

  • Member
  • Posts: 1859
Re: [Game] ctrl + v
« Reply #1685 on: November 04, 2014, 03:24:27 AM »
Angel.2x07.Darla

Offline TiYlER

  • Member
  • Posts: 5186
  • 絶対大丈夫だよ!
    • My recently watched anime
Re: [Game] ctrl + v
« Reply #1686 on: November 04, 2014, 12:01:16 PM »

Shit I'm Watching | They say time flies, but you keep breaking its wings.

Offline alikimoko

  • Member
  • Posts: 36
Re: [Game] ctrl + v
« Reply #1687 on: November 04, 2014, 12:36:14 PM »
(click to show/hide)

Offline TiYlER

  • Member
  • Posts: 5186
  • 絶対大丈夫だよ!
    • My recently watched anime
Re: [Game] ctrl + v
« Reply #1688 on: November 04, 2014, 02:02:25 PM »

Shit I'm Watching | They say time flies, but you keep breaking its wings.

Online Krudda

  • Member
  • Posts: 4054
  • repent
    • My Anime List
Re: [Game] ctrl + v
« Reply #1689 on: November 04, 2014, 11:57:22 PM »
(click to show/hide)
That's it?
Ontopic:

http://www.whitechno.org/about.htm

Offline TiYlER

  • Member
  • Posts: 5186
  • 絶対大丈夫だよ!
    • My recently watched anime
Re: [Game] ctrl + v
« Reply #1690 on: November 07, 2014, 11:22:44 PM »
A B C D DD DDD E F G

Shit I'm Watching | They say time flies, but you keep breaking its wings.

Offline alikimoko

  • Member
  • Posts: 36
Re: [Game] ctrl + v
« Reply #1691 on: November 08, 2014, 09:14:10 AM »
Didn't get what was ment with the last comment.
Rootname changed to only the Romanji title.

Offline Chiyachan

  • Staff
  • Member
  • Posts: 2979
  • Awards Award for multiple donations to Kiva charity. Award for donating to Kiva charity.
Re: [Game] ctrl + v
« Reply #1692 on: Yesterday at 09:08:59 PM »


Interested in this.

My ctrl+v is empty since I just started up my computer.
Quote from: Enzedder
I agree that its a lounge but its not a supergay lounge.
'Onest, I'm a super cute gal. Befriend me? ;D

Offline alikimoko

  • Member
  • Posts: 36
Re: [Game] ctrl + v
« Reply #1693 on: Yesterday at 09:12:56 PM »

Offline TiYlER

  • Member
  • Posts: 5186
  • 絶対大丈夫だよ!
    • My recently watched anime

Shit I'm Watching | They say time flies, but you keep breaking its wings.