Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- THEME 9 by ADRIANIVASHKOVS.TUMBLR.COM-->
- <!------------
- p l e a s e r e a d
- by using my themes, you’ve agreed to the following conditions:
- don't steal my codes,
- don't use them as base,
- don't claim them as your own,
- leave all credit intact.
- ------------>
- <html><head>
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <meta name="color:scrollbar" content="#D1CECE" />
- <meta name="color:scrollbar background" content="#FFFFFF" />
- <meta name="color:scrollbar hover" content="#BEBEBE" />
- <meta name="color:text" content="#000000" />
- <meta name="color:link" content="#606060" />
- <meta name="color:hover" content="#6F7BB0" />
- <meta name="color:border" content="#E7E7E7" />
- <meta name="color:highlight" content="#DCDCDC" />
- <meta name="color:highlight text" content="#000000" />
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:container" content="#F5F5F5" />
- <meta name="color:entries" content="#FFFFFF" />
- <meta name="color:tags" content="#F3F3F3" />
- <meta name="color:tags text" content="#8C8C8C" />
- <meta name="color:title" content="#000000" />
- <meta name="color:navigation link" content="#000000" />
- <meta name="color:navigation" content="#FFFFFF" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:sidebar title background" content="#000000" />
- <meta name="color:sidebar title" content="#000000" />
- <meta name="color:sidebar link" content="#000000" />
- <meta name="color:sidebar link hover" content="#000000" />
- <meta name="color:star" content="#FFB700" />
- <meta name="color:icons background" content="#FCFCFC" />
- <meta name="color:icons" content="#000000" />
- <meta name="color:audio" content="#FCFCFC" />
- <meta name="color:audio text" content="#000000" />
- <meta name="color:italic" content="#000000" />
- <meta name="color:bold" content="#000000" />
- <meta name="color:question" content="#F5F5F5" />
- <meta name="color:question text" content="#000000" />
- <meta name="color:chat person 1" content="#EDEDED" />
- <meta name="color:chat person 2" content="#E7E7E7" />
- <meta name="color:chat text" content="#000000"/>
- <meta name="if:Lazy Load" content="0" />
- <meta name="image:header" content="http://static.tumblr.com/f17cf5cbc04b9bee923fb72eaaaf408e/edsttmx/Pftnssr27/tumblr_static_2rtkx7v7cuyoo0sgcosc4os0c.png" />
- <meta name="text:font family body" content="calibri"/>
- <meta name="text:font family navigation" content="calibri"/>
- <!----------------------STICKY NAVIGATION------------------------>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- <script>
- $(window).scroll(function(){
- var sticky = $(document).scrollTop();
- if (sticky > 320) {
- $('#navigation').addClass('sticky');
- }
- else {
- $('#navigation').removeClass('sticky');
- }
- });
- </script>
- <!-------------------------LAZY LOAD--------------------------->
- {block:ifLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:ifLazyLoad}
- <!-------------------------TOOLTIPS--------------------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:"true",
- tip_delay_time:100,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip {
- color:{color:text};
- background-color:{color:background};
- display:none;
- text-align:left;
- position:absolute;
- z-index:9999;
- font-size:8px;
- font-family:arial;
- text-transform:uppercase;
- padding:1px 5px 1px 3px;
- margin-top:27px;
- -webkit-transition:all 0.2s ease-out
- -moz-transition:all 0.2s ease-out;
- transition:all 0.2s ease-out;
- }
- iframe#tumblr_controls {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%); filter: invert(100%);
- opacity:1;
- transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- /*<!-------------------------SCROLLBAR--------------------------->*/
- ::-webkit-scrollbar {
- width:6px;
- height:8px!important
- }
- ::-webkit-scrollbar-track {
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:hover {
- background-color:{color:scrollbar hover};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:7px!important
- }
- ::selection {
- background: {color:highlight};
- }
- ::-moz-selection {
- background: {color:highlight};
- }
- /*<!-------------------------ENTRIES TEXT----------------------->*/
- h1 {
- color:{color:text};
- font-size:18px;
- margin-top:-3px;
- letter-spacing:1px;
- font-family:{text:font family body};
- margin-left:-3px;
- font-style:normal;
- text-transform:uppercase;
- background-color:{color:container};
- padding:12px;
- line-height:18px;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- h2 {
- font-size:15px;
- line-height:18px;
- width:490px;
- font-family:{text:font family body};
- text-transform:uppercase;
- text-align:left;
- margin-top:0px;
- color:{color:link};
- font-weight:normal;
- }
- /*<!-------------------------QUOTE--------------------------->*/
- h3 {
- font-size:14px;
- line-height:17px;
- letter-spacing:1px;
- font-family:{text:font family body};
- font-weight:bold;
- font-style:normal;
- text-transform:none;
- text-align:justify;
- width:450px;
- margin-left:25px;
- margin-top:20px;
- margin-bottom:40px;
- }
- /*<!-------------------------SIDEBAR--------------------------->*/
- #sidebar {
- position:absolute;
- border:1px solid {color:border};
- margin-left:25px;
- width:277px;
- padding:0px 15px 15px 15px;
- background-color:{color:sidebar};
- letter-spacing:0px;
- margin-top:15px;
- }
- /*<!--------------------------SIDEBAR PIC---------------------------->*/
- #sidebarpic img {
- margin-left:-15px;
- width:308px;
- height:150px;
- }
- /*<!-------------------------SIDEBAR TITLE--------------------------->*/
- h4 {
- width:276px;
- margin-top:0px;
- margin-bottom:0px;
- letter-spacing:-1px;
- font-size:16px;
- font-family:arial;
- text-transform:none;
- text-align:left;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- margin-left:-16px;
- font-weight:bold;
- padding:15px 4px 15px 29px;
- background-color:{color:container};
- color:{color:sidebar title};
- }
- /*<!-------------------------SIDEBAR CONTENT--------------------------->*/
- h5 {
- width:240px;
- line-height:15px;
- padding:20px;
- margin-top:5px;
- margin-bottom:5px;
- font-weight:normal;
- font-size:10px;
- margin-left:-5px;
- }
- /*<!-------------------------SIDEBAR CONTENT--------------------------->*/
- h6 {
- width:240px;
- line-height:15px;
- padding:13px 20px 13px 20px;
- margin-top:5px;
- margin-bottom:5px;
- letter-spacing:-1px;
- font-size:16px;
- font-family:arial;
- text-transform:none;
- text-align:left;
- margin-left:-5px;
- color:{color:sidebar title};
- }
- /*<!-------------------------SOCIAL MEDIA---------------------------->*/
- #icons {
- text-align:center;
- }
- #icons a {
- display:inline-block;
- background-color:{color:icons background};
- color:{color:icons};
- padding:12px;
- margin-left:2px;
- margin-right:2px;
- width:25px;
- border:1px solid {color:border};
- border-radius:10px;
- }
- #icons a:hover {
- opacity:0.5;
- }
- /*<!-------------------------SIDEBAR LINKS--------------------------->*/
- #sidebarlink {
- margin-bottom:3px;
- margin-top:20px;
- margin-left:10px;
- padding-bottom:8px;
- width:250px;
- }
- #sidebarlink a {
- font-weight:normal;
- font-size:10px;
- display:block;
- text-transform:uppercase;
- font-family:{text:font family body};
- width:250px;
- padding-bottom:10px;
- padding-top:10px;
- color:{color:sidebar link};
- border-bottom:1px solid {color:border};
- }
- #sidebarlink a:hover {
- padding-left:10px;
- color:{color:sidebar link};
- }
- /*<!-------------------------BASICS--------------------------->*/
- b {
- color:{color:bold};
- }
- i {
- color:{color:italic};
- font-weight:bold;
- }
- body {
- color:{color:text};
- background-color:{color:background};
- font-style:normal;
- text-align:justify;
- font-family:{text:font family body};
- font-size:11px;
- text-decoration:none;
- line-height:110%;
- cursor: url(http://33.media.tumblr.com/tumblr_m2umqmgxNc1qfamg6.gif), auto;
- }
- a {
- color: {color:link};
- cursor:help;
- text-decoration:none;
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition:opacity 0.8s linear;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- cursor: url(http://33.media.tumblr.com/tumblr_m2umqmgxNc1qfamg6.gif), progress;
- }
- #container {
- width:912px;
- height:900%;
- margin:0 auto;
- padding-bottom:30px;
- z-index:-1000;
- background-color:{color:container};
- border:1px solid {color:border};
- }
- #entries {
- text-align:justify;
- width:500px;
- z-index:99999;
- margin-left:355px;
- margin-top:20px;
- }
- #entries p img, .entry blockquote img {
- max-width:100%;
- }
- pre {
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- #posts {
- width:500px;
- z-index:99999;
- color:{color:text};
- background:{color:entries};
- padding:15px;
- border:1px solid {color:border};
- }
- /*<!------------------------PAGINATION-------------------------->*/
- #pagination {
- font-size:14px;
- margin-top:10px;
- margin-bottom:20px;
- font-family:{text:font family body};
- letter-spacing:1px;
- font-weight:bold;
- width:530px;
- text-align:center;
- }
- #pagination a {
- padding:4px 8px;
- font-weight:bold;
- color:{color:text};
- font-family:{text:font family body};
- font-size:14px;
- text-decoration:none;
- }
- .current {
- padding:4px 8px;
- font-weight:bold;
- color:{color:text};
- font-family:{text:font family body};
- font-size:14px;
- text-decoration:none;
- }
- /*<!-------------------------POSTINFO--------------------------->*/
- #tags {
- padding:6px 15px 6px 15px;
- margin-top:10px;
- font-size:9px;
- margin-left:-15px;
- font-family:{text:font family body};
- width:500px;
- letter-spacing:1px;
- font-weight:bold;
- background-color:{color:tags};
- margin-bottom:0px;
- color:{color:tags text};
- text-transform:uppercase;
- }
- #tags a {
- text-align:left;
- font-size:9px;
- font-weight:bold;
- font-family:{text:font family body};
- letter-spacing:1px;
- color:{color:tags text};
- text-transform:uppercase;
- }
- #date {
- font-weight:bold;
- margin-top:10px;
- margin-bottom:0px;
- width:500px;
- font-size:9px;
- word-spacing:3px;
- text-transform:uppercase;
- color:{color:link};
- }
- #date a {
- font-weight:bold;
- font-style:normal;
- font-size:9px;
- text-transform:uppercase;
- color:{color:link};
- }
- /*<!-------------------------HEADER--------------------------->*/
- #header img {
- margin-left:0px;
- margin-top:0px;
- z-index:9;
- border:1px solid {color:border};
- width:910px;
- height:400px;
- background-repeat:repeat-x;
- }
- /*<!-----------------------NAVIGATION-------------------------->*/
- #navigation.sticky {position:fixed; margin-top:-410px; z-index:10;}
- #navigation {
- text-align:center;
- padding:20px;
- z-index:99999;
- width:872px;
- margin-left:-1px;
- margin-bottom:5px;
- border:1px solid {color:border};
- background-color:{color:navigation};
- margin-top:-4px;
- color:{color:navigation link};
- letter-spacing:1px;
- font-family:{text:font family navigation};
- text-align:center;
- text-transform:uppercase;
- font-size:10px;
- font-weight:bold;
- }
- #navigation a {
- color:{color:navigation link};
- letter-spacing:1px;
- padding-left:2px;
- border-bottom:1px solid {color:border};
- padding-right:2px;
- margin-left:5px;
- margin-right:5px;
- padding-bottom:3px;
- font-family:{text:font family navigation};
- text-align:center;
- text-transform:uppercase;
- font-size:10px;
- font-weight:bold;
- }
- #navigation a:hover {
- opacity:0.6;
- font-style:normal;
- }
- /*<!-------------------------BLOCKQUOTE--------------------------->*/
- blockquote {
- margin-left:0px;
- letter-spacing:1px;
- padding-left:10px;
- border-left:1px solid {color:text};
- {block:IfNotPosts400px}
- width:375px;
- {/block:IfNotPosts400px}
- {block:IfPosts400px}
- width:375px;
- {/block:IfPosts400px}
- }
- blockquote blockquote {
- padding: 0 0 0 10px;
- margin: 0 0 0 0px;
- color:{color:text};
- }
- blockquote, small {
- font-size:10px;
- letter-spacing:1px;
- }
- blockquote img {
- max-width:300px;
- height:auto;
- }
- /*<!-------------------------CHAT--------------------------->*/
- .chat {
- list-style:none;
- margin-top:0px;
- margin-bottom:0px;
- font-size:10px;
- {block:IfNotPosts400px}
- width:500px;
- {/block:IfNotPosts400px}
- {block:IfPosts400px}
- width:400px;
- {/block:IfPosts400px}
- }
- .chat ul {
- line-height:15px;
- list-style:none;
- padding:0px;
- line-height:17px;
- }
- .person1, .person3, .person5, .person7, .person9, .person11, .person13{
- background-color:{color:chat person 1};
- padding:5px 10px 5px 10px;
- color:{color:chat text};
- border-bottom:2px solid {color:background};
- }
- .person2, .person4, .person6, .person8, .person10, .person12, .person14{
- padding:5px 10px 5px 10px;
- background-color:{color:chat person 2};
- border-bottom:2px solid {color:background};
- color:{color:chat text};
- }
- /*<!-------------------------CREDIT--------------------------->*/
- #credit {
- right:35px;
- bottom:8px;
- padding:5px;
- background:{color:container};
- font-size:8px;
- position:fixed;
- font-family:{text:font family body};
- }
- #credit a {
- color:{color:link};
- padding:5px;
- }
- /*<!-------------------------ASK--------------------------->*/
- #question {
- background-color:{color:question};
- color:{color:question text};
- padding:20px 20px 20px 60px;
- margin-top:0px;
- width:420px;
- margin-bottom:5px;
- line-height:20px;
- font-size:10px;
- font-weight:bold;
- font-family:{text:font family body};
- text-align:left;
- }
- #question img {
- position:absolute;
- padding:4px;
- background-color:{color:background};
- margin-left:-45px;
- margin-top:-6px;
- float:left;
- }
- #question a {
- color:{color:question text};
- font-weight:bold;
- }
- #answer a {
- text-decoration:underline;
- font-weight:bold;
- }
- /*<!-------------------------AUDIO--------------------------->*/
- .audioplayer {
- width:25px;
- height:25px;
- margin-top:13px;
- position:absolute;
- margin-left:10px;
- overflow:hidden;
- padding:3px;
- }
- .info {
- width:440px;
- height:50px;
- margin-left:0px;
- display:block;
- line-height:20px;
- margin-top:0px;
- padding-top:10px;
- font-family:{text:font family body};
- font-size:12px;
- letter-spacing:0px;
- font-weight:400;
- letter-spacing:1px;
- padding-right:55px;
- text-align:right;
- margin-bottom:0px;
- color:{color:audio text};
- background-color:{color:audio};
- }
- /*<!-------------------------NOTES--------------------------->*/
- ol.notes {
- padding:0px;
- width:530px;
- margin-top:5px;
- list-style-type:none;
- background-color:{color:entries};
- border-bottom: 3px solid {color:border};
- }
- ol.notes li.note {
- border-bottom:2px solid {color:container};
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- /*<!-------------------------Affiliates--------------------------->*/
- #outer img {
- transition:0.3s ease-in-out;
- width:60px;
- height:50px;
- -webkit-transition:0.3s ease-in-out;
- -moz-transition:0.3s ease-in-out;
- -o-transition:0.3s ease-in-out;
- }
- #affiliates img:hover {
- opacity:0.7;
- transition:0.7s ease-in-out;
- -webkit-transition:0.7s ease-in-out;
- -moz-transition:0.7s ease-in-out;
- -o-transition:0.7s ease-in-out;
- }
- #affiliates {
- text-align:center;
- margin-top:0px;
- }
- #outer {
- overflow:auto;
- width:267px;
- margin-left:-10px;
- padding:0px;
- height:110px;
- margin-top:0px;
- background:{color:sidebar};
- }
- /*<!----------------------SEARCH BAR------------------------>*/
- .search input {
- background-color:{color:container};
- color:{color:text};
- font-size:9px;
- border:0px;
- margin-left:10px;
- text-transform:uppercase;
- margin-top:18px;
- font-weight:bold;
- width:160px;
- padding:8px 9px;
- font-family:{text:font family body};
- }
- #searchbar {
- margin-bottom:20px;
- }
- /*<!------------------------CREDIT------------------------->*/
- #credit {
- right:10px;
- bottom:7px;
- padding:5px;
- background:transparent;
- font-size:8px;
- position:fixed;
- font-weight:bold;
- font-family:{text:font family body};
- }
- #credit a {
- color:{color:link};
- padding:5px;
- letter-spacing:1px;
- text-decoration:none;
- font-weight:bold;
- }
- </style><style type="text/css">{CustomCSS}</style>
- </head><body>
- <div style="margin-top:-10px;">
- <div id="container">
- <!------------------------HEADER---------------------------->
- <div id="header">
- <img src="{image:header}">
- </div>
- <!----------------------NAVIGATION-------------------------->
- <div id="navigation">
- <a href="/">home</a>
- <a href="http://mrbenwyatt.tumblr.com/apply">apply</a>
- <a href="http://mrbenwyatt.tumblr.com/ask">ask</a>
- <a href="http://mrbenwyatt.tumblr.com/tagged/GIF">gifs</a>
- <a href="http://mrbenwyatt.tumblr.com/tagged/subtitles">subtitles</a>
- <a href="http://mrbenwyatt.tumblr.com/tags">tags</a>
- <a href="http://mrbenwyatt.tumblr.com/team">team</a>
- <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5130612";
- 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>
- <!------------------------SIDEBAR--------------------------->
- <div id="sidebar">
- <!-----TITLE------>
- <h6>
- <i class="fa fa-star" style="
- color:{color:star};
- font-size:13px;"></i>
- Welcome
- </h6>
- <!--SIDEBAR PIC
- DELETE THIS PART IF YOU DO NOT WANT A SIDEBAR PIC AND NOT ONLY THE URL OTHERWISE YOU WILL HAVE A WHITE BLANK SPACE !!!
- -->
- <div id="sidebarpic">
- <script language="JavaScript">
- <!--
- /*
- Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
- Over 400+ free JavaScripts here!
- Keep this notice intact please
- */
- function random_imglink(){
- var myimages=new Array()
- //specify random images below. You can have as many as you wish
- myimages[1]="http://i63.tinypic.com/vs01lf.jpg"
- myimages[2]="http://i64.tinypic.com/2uqoitw.jpg"
- myimages[3]="http://i63.tinypic.com/vs01lf.jpg"
- var ry=Math.floor(Math.random()*myimages.length)
- if (ry==0)
- ry=1
- document.write('<img src="'+myimages[ry]+'" border=0>')
- }
- random_imglink()
- //-->
- </script>
- </div>
- <!--SEARCH BAR-->
- <div id="searchbar">
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}"/>
- <input type="submit" value="Search" id="sb" style="width:60px;" />
- </form>
- </div>
- <!----ABOUT---->
- <h4>
- <i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> About</h4>
- <h5><i>mrbenwyatt</i> was created on October of 2011, and since then, we strive to be your best source for anything related to NBC's series, Parks and Recreation, and its cast. Here, you will find GIFs, graphics, videos, and anything pertaining the show that made us fall in love with its enthralling characters and their amazing stories.<br><br>
- We track <a href="http://tumblr.com/tagged/parksedit"><b><i>#parksedit</i></b></a> and <a href="http://tumblr.com/tagged/mrbenwyatt"><b><i>#mrbenwyatt</i></b></a>.</h5>
- <!----Affiliates----->
- <h4><i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> Affiliates</h4>
- <h5>
- <div id="outer">
- <div id="Affiliates" style="text-align:center;margin-left:-15px;">
- <a href="http://dundermifflingifs.tumblr.com"><img src="https://40.media.tumblr.com/9472bb74ec2d632bbb4cb6a1a10ed5fe/tumblr_inline_nz0uiwgw5T1r31gkh_540.png" /></a>
- <a href="http://friendsgifs.tumblr.com"><img src="https://41.media.tumblr.com/73c126a057bb295124736bc9992b44a5/tumblr_inline_nz0upcQYyA1r31gkh_540.png" /></a>
- <a href="http://fyesthesavior.tumblr.com"><img src="http://i68.tinypic.com/a9whtu.jpg" /></a>
- <a href="http://ouatcastdaily.tumblr.com"><img src="http://i64.tinypic.com/2u6fojo.jpg" /></a>
- <a href="http://ryanreynoldssource.tumblr.com"><img src="https://40.media.tumblr.com/ed9c9ea0b1a835b722f1ca24896669d4/tumblr_inline_nz0ug0lUY91r31gkh_540.png" /></a>
- <a href="http://mrbenwyatt.tumblr.com/apply"><img src="http://i.imgur.com/wH93CHu.png" /></a>
- <a href="http://mrbenwyatt.tumblr.com/apply"><img src="http://i.imgur.com/wH93CHu.png" /></a>
- <a href="http://mrbenwyatt.tumblr.com/apply"><img src="http://i.imgur.com/wH93CHu.png" /></a>
- <br>
- </div>
- </h5>
- <!---BLOG MEMBERS--->
- <h4><i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> Team</h4>
- <h5>
- <img src="https://33.media.tumblr.com/avatar_60f5627aaafb_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://amyfarrahs.tumblr.com/"><b>amyfarrahs</b></a>
- <br>ahoy</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_f59056a3bb08_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://aprilsludgate.tumblr.com/"><b>aprilsludgate</b></a>
- <br>do you remember me?</div> <br><br>
- <img src="https://31.media.tumblr.com/avatar_4b99a863c7fe_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://arthurpendragonns.tumblr.com/"><b>arthurpendragonns</b></a>
- <br>I solemnly swear that I'm up to no good</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_352fac480c46_128.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://badwollf.tumblr.com/"><b>badwollf</b></a>
- <br>major? -spells and hexes</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_3322cf3a18c1_128.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://kevinmckidd.tumblr.com/"><b>kevinmckidd</b></a>
- <br>to remember, and to let go</div> <br><br>
- <img src="https://38.media.tumblr.com/avatar_23339ebd4901_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://myfairgolightly.tumblr.com/"><b>myfairgolightly</b></a>
- <br>once in 1964</div> <br><br>
- <img src="https://31.media.tumblr.com/avatar_331c3953b05a_40.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://pinkmanjesse.tumblr.com/"><b>pinkmanjesse</b></a>
- <br>bitches be crazy</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_4e54e0052b2b_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://scarletts.tumblr.com/"><b>scarletts</b></a>
- <br>anything goes</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_f48210b8fd4d_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://wolfpratt.tumblr.com/"><b>wolfpratt</b></a>
- <br>You can't wake up; this is not a dream.</div> <br><br>
- <img src="http://38.media.tumblr.com/avatar_b5a66499b329_40.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://yesparksnrec.tumblr.com/"><b>yesparksnrec</b></a>
- <br>yes parksnrec</div> <br><br>
- <div style="margin-bottom:-23px;"></div>
- </h5>
- <!------Site Info------->
- <h4> <i class="fa fa-angle-right" style="color:{color:sidebar title}"></i> Site Information</h4>
- <h5>
- <b>About</b>: Parks and Recreation
- <br>
- <b>Created</b>: October 2011
- <br>
- <b>Currently Online</b>: <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5067681";
- 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 = "3005695";
- 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></b><br>
- <b>Theme</b>: <a href="http://adrianivashkovs.tumblr.com/">adrianivashkovs</a> <br>
- <br>
- <b>mrbenwyatt</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.
- </h5>
- </div>
- <!------------------------ENTRIES--------------------------->
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <h3>
- <font style="font-family:times;font-size:15px;">“ </font> {Quote} <font style="font-family:times;font-size:15px;">”</font> - {Source}</h3>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name}</h1></a>{block:Description}
- {Description}{/block:Description}
- {/block:Link}
- {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}
- {Photoset-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Chat}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Answer}
- <div id="question">
- <img src="{AskerPortraitURL-24}">
- <b>{asker}:</b>
- {Question}
- </div>
- <div id="answer">
- {answer}
- </div>
- {/block:Answer}
- {block:Audio}
- <div class="audio">
- <div class="audioplayer">{AudioPlayerWhite}</div>
- <div class="info">
- {block:TrackName}
- <font style="text-transform:none;letter-spacing:1px;font-weight:bold;color:{color:bold};font-family:arial;font-size:10px;font-style:normal;">{TrackName} </font>{/block:TrackName}<br>
- {block:Artist}<small>{Artist}</small>{/block:Artist}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- <!------POSTINFO------->
- <div id="tags">tags:
- {block:Tags}<a href="/tagged/{Tag}"> #{Tag}</a>{/block:Tags}
- </div>
- <div id="date">
- {block:GroupMembers}posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>{/block:GroupMembers}
- {block:Date} on
- <a href="{Permalink}" title="{Month} {DayOfMonthWithZero}, {Year}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} </a>
- {block:NoteCount}<a href="{Permalink}"> with {notecountwithlabel} </a>{/block:Notecount}
- <font style="float:right;">
- {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a><a href="{ReblogRootURL}" title="{ReblogRootName}">- source</a>{/block:RebloggedFrom}
- </font>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {/block:Date}
- </div>
- </div>
- <br>
- <br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- <!------PAGINATION------->
- <br>
- <br>
- <br>
- <br>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <div id="credit">
- </div>
- </div>
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement