Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----------------------
- ANIME RECOMMENDATION by Fukuo
- If you're having a problem, just contact me at fukuo-support@tumblr
- ------------------------>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta charset="UTF-8">
- <!-- FONTS -->
- <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background-color:#eee;
- background-image:url('https://38.media.tumblr.com/5085c1a54a7a1224dd3b293b78cf944e/tumblr_n7gg1ehJbh1rmzx9io3_250.png');
- background-position:fixed;
- }
- ::-webkit-scrollbar {
- width:6px;
- }
- ::-webkit-scrollbar-track {
- background-color:#eee;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background-color:#555;
- }
- #top_bar {
- position:fixed;
- width:100%;
- height:100px;
- padding:35px 0 0 0px;
- left:0;
- top:0;
- background-color:#aaeeee;
- background-image:url('http://static.tumblr.com/5ojoydj/lWzn7twqf/tumblr_m4y2lnkd1v1rx3sj3o2_250.png');
- z-index:9999999999;
- color:#111;
- text-shadow:2px 1px 0px #fff;
- text-align:center;
- font-family:'Raleway' sans-serif;
- font-size:45px;
- }
- #content_main {
- width:690px;
- margin:250px auto;
- }
- #position_co_r {
- width:800px;
- }
- .content_recs {
- display:block;
- width:300px;
- height:240px;
- padding:35px 25px 45px 25px;
- color:#111;
- overflow-x:hidden;
- font-family:'Lato';
- margin:90px 120px 10px 200px;
- line-height:25px;
- text-align:justify;
- background-color:white;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- .content_recs img {
- width:214px;
- border:0px solid #ccc;
- position:absolute;
- margin:-35px 0 40px -240px;
- }
- .content_recs:hover #caption_recs {
- margin:-35px 0 0 -240px;
- opacity:0.7;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- .content_recs:hover #caption_rate {
- margin:-35px 0 0 330px;
- background-color:#aaeeee;
- color:#333;
- transition-delay:0.5s;
- -webkit-transition-delay:0.5s;
- }
- #caption_recs {
- position:absolute;
- opacity:0;
- width:565px;
- height:321px;
- background-color:#111;
- margin:-35px 0 0 -240px;
- z-index:99999;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #caption_recs h1 {
- width:545px;
- padding:110px 10px 10px 10px;
- text-align:center;
- position:absolute;
- font-family:'Raleway', sans-serif;
- font-size:40px;
- color:white;
- font-weight:lighter;
- }
- #caption_rate {
- position:absolute;
- opacity:1;
- width:150px;
- height:291px;
- padding:30px 25px 0px 25px;
- border-bottom:0.7px solid #111;
- background-color:#111;
- z-index:-9;
- margin:-35px 0 0 330px;
- color:white;
- font-family:'Lato';
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #position-menu-bar {
- position:fixed;
- right:40px;
- top:40px;
- z-index:999999999999;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- .menu-bar {
- display:block;
- width:40px;
- height:45px;
- background-color:#333;
- padding-left:7px;
- padding-right:7px;
- color:#FFF;
- cursor:crosshair;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .menu-bar img {
- width:35px;
- height:35px;
- margin-top:6px;
- margin-left:3px;
- }
- .mb {
- display:block;
- width:150px;
- height:20px;
- padding-top:10px;
- padding-bottom:10px;
- color:#FFF;
- font-family:'Raleway';
- cursor:help;
- background-color:#444;
- margin-bottom:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a { text-decoration:none;}
- .mb:hover {
- background-color:#333;
- color:#FFF;
- letter-spacing:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #more-bar {
- display:block;
- opacity:0;
- position:absolute;
- padding:12px;
- margin-top:50px;
- margin-left:140px;
- width:220px;;
- text-align:center;
- background-color:transparent;
- color:white;
- font-size:15px;
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #position-menu-bar:hover #more-bar {
- margin-left:-100px;
- opacity:1;
- }
- </style>
- </head>
- <body>
- <!-- TOP BAR-->
- <div id="top_bar">
- Anime Recommendation
- </div>
- <!-- MENU-->
- <div id="position-menu-bar">
- <div class="menu-bar">
- <img src="http://static.tumblr.com/5ojoydj/bunmo0ev7/fukuo-line-bar.png"/>
- </div>
- <div id="more-bar">
- <a href="/" class="mb">Go Back </a>
- <a href="http://fukuo.tumblr.com/" class="mb">Credit </a>
- </div>
- </div>
- <!-----------------
- THE MAIN CONTENT
- ------------------>
- <section id="content_main">
- <!-- The content here is editable -->
- <div id="position_co_r">
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Kimi Ni <b>Todoke</b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.30<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Romance</li>
- <li>School</li>
- <li>Shoujo</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/Czen7rnqz/27993l.jpg">
- Sawako Kuronuma, called Sadako by her classmates, despite her appearances, she is a sweet and timid girl who longs to be able to make friends with everyone and be liked by everyone. When her idol, popular boy Kazehaya, begins talking with her, everything changes.
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Sword Art <b>Online</b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.23<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Action</li>
- <li>Romance</li>
- <li>Adventure</li>
- <li>Game</li>
- <li>Shounen</li>
- <li>Fantasy</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/oMsn7rntb/36343.jpg">
- Explores the universe of Sword Art Online, a Virtual Reality MMORPG, that takes the users and traps them in a virtual world, Aincrad. After it is announced that the only way to leave the game is by beating it, Kirito takes on a quest to free himself.
- </div>
- <br>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Kimi To <b>Boku</b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 7.92<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Comedy</li>
- <li>Romance</li>
- <li>Drama</li>
- <li>School</li>
- <li>Shounen</li>
- <li>Slice of Life</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/Nban7rnyt/34949l.jpg">
- Based on a slice-of-life manga, four boys who have known each other since they were small children enter high school, and are joined by a new, boisterous transfer student. Together, the story centers around their everyday, normal lives.
- </div>
- <br>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>⎾K⏌ - <b>Project </b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 7.70<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Action</li>
- <li>Mystery</li>
- <li>Super Power</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/FWgn7ro0p/47607l.jpg">
- K follows the story of a young boy whose life is caught in a psychic war between seven kings. Shiro goes on an errand for his classmate Kukuri to prepare for their upcoming school festival, only to be chased by some intimidating-looking men.
- </div>
- <br>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Death<b> Note </b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.80<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Supernarutal</li>
- <li>Mystery</li>
- <li>Police</li>
- <li>Psychological</li>
- <li>Thriller</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/BSwn7rpgv/9453l.jpg">
- Yagami Light is a 17-year-old genius from Japan who is tired of his life, school, and the state of the world as he knows it. One day, on the way home from class, Light stumbles upon a dark notebook with "Death Note" written on the front.
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Haiky<b>uu!! </b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.39<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Shounen</li>
- <li>Sports</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/9lYn7tvwu/60431l.jpg">
- A chance event triggered Shouyou Hinata's love for volleyball. His club had no members, but somehow persevered and finally made it into its very first and final regular match of middle school, where it was steamrolled by Tobio Kageyama, a superstar player known as "King of the Court." Vowing revenge, Hinata applied to the Karasuno High School volleyball club... only to come face-to-face with his hated rival, Kageyama!
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Kuroko No <b>Basuke </b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.82<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Comedy</li>
- <li>School</li>
- <li>Shounen</li>
- <li>Sports</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/e9Xn7ro30/56155l.jpg">
- The basketball team of Teiko Middle School rose to distinction by demolishing all competition. The regulars of the team became known as the "Generation of Miracles". After graduating from middle school, these five stars went to different high schools with top basketball teams. However, a fact few know is that there was another player in the "Generation of Miracles": a phantom sixth man.
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Hyou<b>ka </b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.24<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Mystery</li>
- <li>School</li>
- <li>Slice of Life</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/GtWn7ro28/50521l.jpg">
- Oreki Houtarou is a minimalistic high school boy. One day, he joins the Classic Literature Club at his elder sister's request. There he meets Chitanda Eru, Fukube Satoshi, and Ibara Mayaka. They begin to investigate a case that occurred 45 years ago. Hints of the mystery are buried in an old collection of works of the former members of Classics Club. The collection is titled "Hyouka."
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Nora<b>gami</b></h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 8.24<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Action</li>
- <li>Adventure</li>
- <li>Shounen</li>
- <li>Supernatural</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/HN6n7ro58/58139l.jpg">
- Yato, a minor god, dreams to become the most revered deity in the world with big shrine and all. However, being a penniless god that he is, he has a long way to go and his shinki leaving him doesn't help matter.
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Digi<b>mon</b> ⎾01⏌ </h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 7.81<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Action</li>
- <li>Adventure</li>
- <li>Shounen</li>
- <li>Comedy</li>
- <li>Fantasy</li>
- <li>Child</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/1MXn7tu3w/11070l.jpg">
- Seven kids are transported to the Digital World, a strange place where digital creatures called "Digimon" reside. A group of Digimon soon befriend them and keep the kids out of harm's way. The children then discover they are the Chosen Children, which protect the Digital World from evil Digimon like Devimon and Vamdemon.
- </div>
- <div class="content_recs">
- <div id="caption_recs">
- <h1>Digi<b>mon</b> ⎾02⏌ </h1>
- </div>
- <div id="caption_rate">
- <b>Score:</b> 7.36<br>
- <b>Type:</b> TV<br>
- <b>Genres:</b>
- <ul>
- <li>Action</li>
- <li>Adventure</li>
- <li>Shounen</li>
- <li>Comedy</li>
- <li>Fantasy</li>
- <li>Child</li>
- </ul>
- </div>
- <img src="http://static.tumblr.com/5ojoydj/4ghn7tua1/20360l.jpg">
- A few years after the adventures of the Chosen Children in the Digital World, a new batch of Chosen Children are summoned to save the Digital World. An evil ruler known as the Digimon Kaiser, or Digimon Emperor, is forcing the Digital World's Digimon into enslavement. The new group of Chosen Children, with the help of their Digimon, then begin a journey to stop the evil Digimon Emperor.
- </div>
- </div><!-- position_co_r -->
- </section><!-- CONTENT-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement