JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div id="daftaranime">
<div class="entry-header page-header">
<div id="featured-anime">
<h1 class="letter">Genre List</h1><div id="more"></div>
</div>
</div>
<div class="moe-genres"><ul>
<li><a href="#" title="Action"><span>Action</span></a></li>
<li><a href="#" title="Adventure"><span>Adventure</span></a></li>
<li><a href="#" title="Comedy"><span>Comedy</span></a></li>
<li><a href="#" title="Comedy-Slice-of-Life"><span>Comedy Slice of Life</span></a></li>
<li><a href="#" title="Dementia"><span>Dementia</span></a></li>
<li><a href="#" title="Demons"><span>Demons</span></a></li>
<li><a href="#" title="Drama"><span>Drama</span></a></li>
<li><a href="#" title="Ecchi"><span>Ecchi</span></a></li>
<li><a href="#" title="Fantasy"><span>Fantasy</span></a></li>
<li><a href="#"title="Game"><span>Game</span></a></li>
<li><a href="#" title="Harem"><span>Harem</span></a></li>
<li><a href="#" title="Historical"><span>Historical</span></a></li>
<li><a href="#" title="Horror"><span>Horror</span></a></li>
<li><a href="#" title="Josei"><span>Josei</span></a></li>
<li><a href="#"title="Kids"><span>Kids</span></a></li>
<li><a href="#" title="Magic"><span>Magic</span></a></li>
<li><a href="#" title="Martial-Arts"><span>Martial Arts</span></a></li>
<li><a href="#" title="Mecha"><span>Mecha</span></a></li>
<li><a href="#" title="Military"><span>Military</span></a></li>
<li><a href="#" title="Music"><span>Music</span></a></li>
<li><a href="#" title="Mystery"><span>Mystery</span></a></li>
<li><a href="#" title="Parody"><span>Parody</span></a></li>
<li><a href="#" title="Police"><span>Police</span></a></li>
<li><a href="#" title="Psychological"><span>Psychological</span></a></li>
<li><a href="#" title="Romance"><span>Romance</span></a></li>
<li><a href="#" title="Samurai"><span>Samurai</span></a></li>
<li><a href="#" title="School"><span>School</span></a></li>
<li><a href="#" title="Sci-Fi"><span>Sci-Fi</span></a></li>
<li><a href="#" title="Seinen"><span>Seinen</span></a></li>
<li><a href="#" title="Shoujo"><span>Shoujo</span></a></li>
<li><a href="#" title="Shoujo-Ai"><span>Shoujo Ai</span></a></li>
<li><a href="#" title="Shounen"><span>Shounen</span></a></li>
<li><a href="#" title="Shpoujo-Ai"><span>Shpoujo Ai</span></a></li>
<li><a href="#" title="Slice-of-Life"><span>Slice of Life</span></a></li>
<li><a href="#" title="Space"><span>Space</span></a></li>
<li><a href="#" title="Sports"><span>Sports</span></a></li>
<li><a href="#" title="Super-Power"><span>Super Power</span></a></li>
<li><a href="#" title="Supernatural"><span>Supernatural</span></a></li>
<li><a href="#" title="Thriller"><span>Thriller</span></a></li>
<li><a href="#" title="Vampire"><span>Vampire</span></a></li></ul>
</div>
</div>
body{text-decoration:none;font-family:arial}
a{text-decoration:none}
#daftaranime {
background: #e7e7e7;
padding-top: 0;
}
#daftaranime aside {
padding: 5px;
background: #fff;
}
#daftaranime h1.letter {
font-weight: normal;
color: black;
font-size: 16px;
margin-bottom: 15px;
margin-top: 0px;
text-transform: uppercase;
background: #36688a;
width: calc(100% + 20px);
margin-left: -10px;
margin-top: -10px;
padding: 10px;
color: white;
}
#daftaranime aside:nth-child(even) h1.letter {
background: #b53428;
}
#daftaranime .moe-list{
overflow: hidden;
}
#daftaranime .moe-list a {
color: #555555;
font-weight: normal;
transition: 0.4s all ease;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
-ms-transition: 0.4s all ease;
-o-transition: 0.4s all ease;
}
#daftaranime .moe-list a:hover {
color: #c2382b;
}
#daftaranime .moe-list ul {
font-size: 15px;
margin: 0px;
padding-left: 5px;
}
#daftaranime .moe-list ul li {
list-style: none;
padding: 4px;
}
#daftaranime .moe-list ul li:last-child {
border-bottom: none;
}
#daftaranime .moe-archive ul li {
transition: 0.4s all ease;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
-ms-transition: 0.4s all ease;
-o-transition: 0.4s all ease;
}
#daftaranime .moe-archive ul li:hover:before{
transform: rotate(-36deg);
-webkit-transform: rotate(-36deg);
-moz-transform: rotate(-36deg);
-ms-transform: rotate(-36deg);
-o-transform: rotate(-36deg);
}
#daftaranime .moe-archive ul li:before {
content: "\f054";
font-family: "FontAwesome";
color: #aeaeae;
font-size: 10px;
margin-right: 5px;
display: inline-block;
transition: 0.4s all ease;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
-ms-transition: 0.4s all ease;
-o-transition: 0.4s all ease;
position: relative;
top: -1px;
}
.moe-daftar li {
border-radius: 10px;
white-space: nowrap;
overflow: hidden;
}
#daftaranime {margin-bottom:30px;}
#daftaranime .genrespage {overflow: hidden;}
#daftaranime .genrespage h2 {font-size: 14px;border-bottom: 4px solid #DDD;padding: 4px 0;margin-bottom: 5px;}
#daftaranime .genrespage ul {margin: 0;padding: 0;list-style: none;}
#daftaranime .genrespage ul li a {width: 100%;margin-bottom: 5px;display: block;border-radius: 3px;padding: 5px;text-align: center;box-shadow: 0 0 1px #000;color: #FFF;background: #444;}
#daftaranime .genrespage li:nth-child(odd) a {background: rgba(194,56,43,0.9);}
#daftaranime .genrespage li:nth-child(even) a {background: rgba(228,171,1,0.9);}
#daftaranime .genrespage ul li a:hover {background: #3E8FC5;color: #FFF;text-decoration: none;}
.moe-genres li, .moe-daftar li{float:left;width:calc(33.33333% - 10px);text-align:center;position:relative;margin:5px}
.moe-genres ul, .moe-daftar ul{list-style:none;margin:0 -5px;padding:0}
.moe-genres ul:after, .moe-daftar ul:after{content:"";display:block;clear:both}
.moe-genres li a,.moe-daftar li a{display:block;color:#fff;z-index:10;position:relative;padding:60px;font-weight:700}
.moe-genres li a:before{content:"";position:absolute;background:#353638 center no-repeat;background-size:100%;top:0;left:0;width:100%;height:100%;border-radius:4px;filter:grayscale(1) opacity(.6);z-index:10}
.moe-genres li a:after{content:"";position:absolute;background:#000;width:100%;height:100%;top:0;left:0;z-index:5;border-radius:4px}
.moe-genres li a:hover:before{filter:grayscale(0) opacity(.7)}
.moe-genres li a span{display:block;position:relative;z-index:12;}
.moe-daftar li:nth-child(3n+1){
background: #c2382b;
}
.moe-daftar li:nth-child(3n+2){
background: #305d7b;
}
.moe-daftar li:nth-child(3n+3){
background: #e4ab01;
}
.moe-daftar li a:hover{
background:#fff;
color:#000;
}
.moe-genres li a[title~=Action]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/action.png");}
.moe-genres li a[title~=Adventure]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/adventure.png");}
.moe-genres li a[title~=Comedy]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/comedy.png");}
.moe-genres li a[title~=Dementia]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/dementia.png");}
.moe-genres li a[title~=Demons]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/demons.png");}
.moe-genres li a[title~=Drama]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/drama.png");}
.moe-genres li a[title~=Ecchi]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/ecchi.png");}
.moe-genres li a[title~=Fantasy]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/fantasy.png");}
.moe-genres li a[title~=Game]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/game.png");}
.moe-genres li a[title~=Harem]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/harem.png");}
.moe-genres li a[title~=Historical]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/historical.png");}
.moe-genres li a[title~=Horror]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/horror.png");}
.moe-genres li a[title~=Isekai]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/isekai.png");}
.moe-genres li a[title~=Josei]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/josei.png");}
.moe-genres li a[title~=Kids]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/kids.png");}
.moe-genres li a[title~=Magic]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/magic.png");}
.moe-genres li a[title~=Martial-Arts]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/martial-arts.png");}
.moe-genres li a[title~=Mecha]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/mecha.png");}
.moe-genres li a[title~=Military]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/military.png");}
.moe-genres li a[title~=Music]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/music.png");}
.moe-genres li a[title~=Mystery]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/mystery.png");}
.moe-genres li a[title~=Parody]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/parody.png");}
.moe-genres li a[title~=Police]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/police.png");}
.moe-genres li a[title~=Psychological]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/psychological.png");}
.moe-genres li a[title~=Romance]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/romance.png");}
.moe-genres li a[title~=Samurai]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/samurai.png");}
.moe-genres li a[title~=School]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/school.png");}
.moe-genres li a[title~=Sci-Fi]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/sci-fi.png");}
.moe-genres li a[title~=Seinen]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/seinen.png");}
.moe-genres li a[title~=Shoujo]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/shoujo.png");}
.moe-genres li a[title~=Shoujo-Ai]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/shoujo-ai.png");}
.moe-genres li a[title~=Shounen]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/shounen.png");}
.moe-genres li a[title~=Slice-of-Life]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/slice-of-life.png");}
.moe-genres li a[title~=Space]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/space.png");}
.moe-genres li a[title~=Sports]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/sports.png");}
.moe-genres li a[title~=Super-Power]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/super-power.png");}
.moe-genres li a[title~=Supernatural]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/supernatural.png");}
.moe-genres li a[title~=Thriller]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/thriller.png");}
.moe-genres li a[title~=Tragedy]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/tragedy.png");}
.moe-genres li a[title~=Vampire]:before{background-image:url("https://meownime.com/wp-content/themes/sparkling/assets/genre/vampire.png");}
Also see: Tab Triggers