Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!----------- FANSITE THEME 6 by clumhood :> ------------>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--------DEFAULT VARIABLES-------->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#626262"/>
- <meta name="color:link hover" content="#905976"/>
- <meta name="color:navigation" content="#000000"/>
- <meta name="color:nav links" content="#ffffff"/>
- <meta name="color:nav links hover" content="#d31e1e"/>
- <meta name="color:borders" content="#eeeeee"/>
- <meta name="color:question" content="#f8f8f8"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:scrollbar background" content="#ffffff"/>
- <meta name="color:sidebar" content="#ffffff"/>
- <meta name="color:titles" content="#000000"/>
- <meta name="color:titles bg" content="#ffffff"/>
- <meta name="color:titles border" content="#eeeeee"/>
- <meta name="color:content background" content="#f8f8f8"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="color:events date" content="#eeeeee"/>
- <meta name="image:header" content=""/>
- <meta name="text:link 1 title" content="link"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2 title" content="link"/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3 title" content="link"/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4 title" content="link"/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5 title" content="link"/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6 title" content="link"/>
- <meta name="text:link 6 url" content=""/>
- <meta name="text:official link 1 title" content="link"/>
- <meta name="text:official link 1 url" content=""/>
- <meta name="text:official link 2 title" content="link"/>
- <meta name="text:official link 2 url" content=""/>
- <meta name="text:official link 3 title" content="link"/>
- <meta name="text:official link 3 url" content=""/>
- <meta name="text:official link 4 title" content="link"/>
- <meta name="text:official link 4 url" content=""/>
- <!----------------SCRIPTS---------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,400italic,500,500italic,700,700italic,900,900italic:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <style type="text/css">
- /*----------SCROLLBAR---------*/
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px;
- }
- /*----------TOOLTIPS---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border:1px solid #eeeeee;
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- letter-spacing:2px;
- font-family:arial;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- /*----------BASICS---------*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:'roboto', sans-serif;
- font-size:11px;
- line-height:150%;
- margin:0;
- text-align:left;
- }
- small {
- font-size:11px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:14px;
- font-weight:none;
- font-family:arial;
- line-height:150%;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:10px;
- margin:10px;
- border-left:1px solid #eee;
- }
- /*----------HEADER---------*/
- .h img {
- margin-bottom:0px;
- }
- .header {
- width:100%;
- background:{color:navigation};
- margin-top:-5px;
- }
- .links {
- text-align:center;
- padding:30px;
- text-transform:uppercase;
- font-size:15px;
- font-weight:none;
- }
- .links a {
- color:{color:nav links};
- margin-right:40px;
- }
- .links a:hover {
- color:{color:link hover};
- }
- /*----------SIDEBAR---------*/
- .sidebar {
- position:absolute;
- width:350px;
- margin-top:50px;
- margin-left:20px;
- }
- .cat {
- padding:20px;
- border:1px solid {color:borders};
- margin-bottom:50px;
- background:white;
- }
- .cti {
- text-transform:uppercase;
- font-size:15px;
- font-weight:none;
- padding:10px;
- border-bottom:1px solid #eee;
- margin-bottom:20px;
- color:{color:titles};
- background:{color:titles bg};
- }
- .welcome {
- text-align:justify;
- padding:20px;
- margin:5px;
- margin-top:0px;
- font-size:12px;
- }
- .projects {
- padding:5px;
- text-align:left;
- margin-top:0px;
- }
- .hqs {
- height:150px;
- padding:10px;
- margin-left:10px;
- width:250px;
- }
- .hqs img {
- float:left;
- margin:5px;
- display:block;
- width:64px;
- }
- .projects img {
- padding:5px;
- width:100px;
- float:left;
- margin-right:10px;
- border:1px solid #eee;
- }
- .cover img{
- width:350px;
- }
- .pinfo {
- height:150px;
- margin-top:50px;
- }
- .date {
- float:left;
- padding:10px;
- margin-right:10px;
- background:{color:events date};
- text-transform:uppercase;
- font-weight:none;
- }
- .e {
- padding:10px;
- border-bottom:1px solid #eee;
- }
- .affiliates {
- width:300px;
- padding:5px;
- text-align:left;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- margin-top:20px;
- }
- .affiliates img {
- padding:5px;
- width:50px;
- }
- .sinfo {
- margin:20px;
- text-align:justify;
- }
- .off a {
- display:block;
- padding:10px;
- border-bottom:1px solid #eee;
- text-transform:uppercase;
- font-size:10px;
- }
- .off a:hover {
- margin-left:5px;
- }
- /*----------PAGINATION---------*/
- #pagi {
- margin-top:40px;
- margin-left:750px;
- font-family:'roboto', sans-serif;
- text-transform:uppercase;
- font-size:20px;
- font-weight:none;
- padding:20px;
- }
- /*----------POSTS---------*/
- .container {
- width:1060px;
- margin-left:calc(50% - 550px);
- background:{color:content background};
- padding:20px;
- margin-top:0px;
- }
- .entries {
- margin-top:50px;
- width:500px;
- margin-left:500px;
- background:{color:content background};
- }
- .posts {
- width:500px;
- margin-bottom:70px;
- background:{color:posts background};
- padding:20px;
- border:1px solid {color:borders};
- }
- /*----------QUOTE---------*/
- .quote {
- padding:10px;
- font-size:15px;
- }
- .quotesource {
- padding:10px;
- text-align:center;
- }
- /*----------CHAT---------*/
- .chat {
- line-height:150%;
- list-style:none;
- }
- .line.odd {
- padding:10px;
- background:#f8f8f8;
- }
- .line.even {
- padding:10px;
- }
- .label {
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- font-weight:none;
- }
- /*----------AUDIO---------*/
- .cover {
- position:relative;
- z-index:1;
- max-width:100px;
- padding:10px;
- float:left;
- }
- .playbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:2;
- }
- .playbox {
- background-color:#000;
- position:absolute;
- z-index:2;
- padding:15px 24px 13px 16px;
- margin-top:30px;
- margin-left:30px;
- opacity:0.5;
- }
- .trackdetails {
- padding:10px;
- width:auto;
- height:100px;
- margin-top:10px;
- margin-left:100px;
- }
- /*----------ASK---------*/
- .question {
- padding:10px;
- background:{color:question};
- }
- .asker {
- text-transform:uppercase;
- }
- .answer {
- margin:10px;
- }
- /*----------INFO---------*/
- .info {
- padding:10px;
- text-transform:uppercase;
- border-top:1px solid #eee;
- margin-top:25px;
- }
- .tags {
- margin-left:10px;
- margin-top:-5px;
- }
- .tags a {
- margin-right:10px;
- letter-spacing:1px;
- }
- /*----------POST NOTES---------*/
- ol.notes {
- padding:0px;
- margin:25px 0px 0px -10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*----------CREDIT---------*/
- .credit {
- font-size:10px;
- position:fixed;
- font-weight:none;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:1px;
- padding:2px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div class="credit">
- <a title="theme" href="http://clumhood.tumblr.com/" target="_blank">CH</a></div>
- <center><div class="h"><img src="{image:header}"></div></center>
- <div class="header">
- <div class="links">
- <a href="/"><i class="fa fa-home"></i> Home</a>
- <a href="/apply"><i class="fa fa-heart"></i> Apply</a>
- <a href="/ask"><i class="fa fa-envelope"></i> Ask</a>
- <a href="/tagged/GIF"><i class="fa fa-list"></i> GIFS</a>
- <a href="/tags"><i class="fa fa-tags"></i> TAGS</a>
- <a href="/team"><i class="fa fa-users"></i> TEAM</a>
- <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5146215";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script>
- </div>
- <div class="container">
- <div class="sidebar">
- <!-- WELCOME -->
- <div class="cat">
- <div class="cti">Welcome</div>
- <div class="welcome"><b><i>Orange Is the New Black</i></b> (2013-present) is an American comedy-drama series, created by Jenji Kohan, with each season's episodes premiering all at once on Netflix. It is based on Piper Kerman's memoir, <i>Orange Is the New Black: My Year in a Women's Prison</i>, about her experiences at FCI Danbury, a minimum-security federal prison. Here are oitnbgifs, we post we post caps, edits, GIFs, and videos from the series.<br><br>
- We track <a href="http://tumblr.com/tagged/oitnbedit"><b><i>#oitnbedit</i></b></a> and <a href="http://tumblr.com/tagged/oitnbgifs"><b><i>#oitnbgifs</i></b></a>.</div>
- </div>
- <!-- OFFICIAL LINKS -->
- <div class="cat">
- <div class="cti">Official Links</div>
- <div class="off">
- <a href="https://twitter.com/OITNB"> Twitter <i class="fa fa-twitter" style="float:right"></i></a>
- <a href="https://www.instagram.com/oitnb/"> Instagram <i class="fa fa-instagram" style="float:right"></i></a>
- <a href="https://www.youtube.com/playlist?list=PLvahqwMqN4M0N0IMOcG6-PTT3-5HAp6bf">Youtube <i class="fa fa-youtube-play" style="float:right"></i></a>
- <a href="https://www.facebook.com/OITNB/"> Facebook <i class="fa fa-globe" style="float:right"></i></a>
- </div>
- </div>
- <!-- UPCOMING EVENTS -->
- <div class="cat">
- <div class="cti"> Upcoming Events </div>
- <div class="date"> To Be Announced</div><div class="e">Season Four</div><br>
- </div>
- <!-- INFO -->
- <div class="cat">
- <div class="cti">Become a member!</div>
- <p>If you would like to be a part of <strong><a href="http://oitnbgifs.tumblr.com">OitnbGifs</a></strong>, just fill out the following and submit it: <strong><a href="http://oitnbgifs.tumblr.com/apply">Here!</a></p>
- </div>
- <!-- AFFILIATES -->
- <div class="cat">
- <div class="cti">Affiliates</div>
- <div class="affiliates">
- <center><a href="http://70sgifs.tumblr.com" title="70s Gifs"><img src="https://45.media.tumblr.com/24b265f4b2687654483557b796e57de4/tumblr_nydxh2qPBa1tvav1do1_r1_100.gif"/></a>
- <a href="http://friendsgifs.tumblr.com" title="Friends Gifs"><img src="https://40.media.tumblr.com/52051831719ea7cc963b8514c09476ab/tumblr_nyl1zjCPry1tvav1do3_100.png"/></a>
- <a href="http://halseymedia.tumblr.com/" title="Halsey Media"><img src="http://i.imgur.com/YbfqRcj.png"/></a>
- <a href="http://oitnbgifs.tumblr.com/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- <a href="http://oitnbgifs.tumblr.com/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- <a href="http://oitnbgifs.tumblr.com/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- <a href="http://oitnbgifs.tumblr.com/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- <a href="http://oitnbgifs.tumblr.com/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- </div>
- </div>
- <!-- MEMBERS -->
- <div class="cat">
- <div class="cti">TEAM</div>
- {block:GroupMembers}
- <table style="margin-top:0px;">
- {block:GroupMember}
- <tr>
- <td style="width:40px;">
- <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
- </td>
- <td style="width:290px; height:auto;">
- <div id="m" style="margin-bottom:10px;">
- <a href="{GroupMemberURL}" style="font-weight:none; text-transform:uppercase; font-family:arial; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div>
- <!-- INFO -->
- <div class="cat">
- <div class="cti">Site Information</div>
- <div class="sinfo">
- <b>About</b>: Orange Is the New Black<br>
- <b>Created</b>: June 2015<br>
- <b>Currently online</b>: <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5145880";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script> <br>
- <b>Hits</b>: <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3048962";
- fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script><br>
- <b>Theme</b>: <a href="http://clumhood.tumblr.com/">clumhood</a><br><br><br>
- <b>OITNB GIFs</b> claims no credit for any media posted here, unless stated otherwise. Information on this blog are copyright to their respective owners. If there is any content on this blog that belongs to you and do not wish for it to appear here, please message us with a direct link to the post, and it will be removed immediately.
- </div>
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="trackdetails"><br>
- {block:TrackName}TRACK: {TrackName}{/block:TrackName}<br>
- {block:Artist}ARTIST: {Artist}{/block:Artist}<br>
- PLAYS: {FormattedPlayCount}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker">{Asker} said:</div>
- {Question}</div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <div class="info">
- {block:Date}
- <a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
- {/block:Date}
-
- <a href="{Permalink}">{NoteCount}</a>
-
- <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a> Posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>
- <font style="float:right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </font style>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}</div>
- <div id="pagi">
- {block:IndexPage}
- <div id="pagination">
- {block:Pagination}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement