Advertisement
fluhan

obama

Sep 30th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. {MobileAppHeaders}<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  4. <meta charset="utf-8">
  5. <!--
  6. Ello theme
  7. created by softwaring.tumblr.com
  8. download at jubileethemes.tumblr.com
  9.  
  10. I've left tags in the CSS to help with customization,
  11. PLEASE REMEMBER TO INCLUDE YOUR URL IN THE URL BOX!!
  12.  
  13. All rules apply, do not steal/copy/take bits of coding etc
  14. -->
  15. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}">
  18. {/block:Description}
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  20. <link rel="shortcut icon" href="{Favicon}"/>
  21. <a href="http://jubileethemes.tumblr.com" style="font: 8px consolas; text-transform: uppercase; position:fixed; top: 5px; left: 5px; z-index: 99999;">theme</a><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  22. <!--
  23. this is used to autoscroll to your posts when ppl come to ur page
  24. If you wanna redirect to a tag and also to scroll to the post, do
  25. the /tagged/whatever/#postsection
  26. -->
  27. <script type="text/javascript">
  28. if(location.href == 'http://{text:url}.tumblr.com/') location.replace('http://{text:url}.tumblr.com/#postsection');
  29. </script>
  30. <script type="text/javascript">
  31. if(location.href == 'http://{text:url}.tumblr.com/ask') location.replace('http://{text:url}.tumblr.com/ask/#postsection');
  32. </script>
  33. <script type="text/javascript">
  34. if(location.href == 'http://{text:url}.tumblr.com/submit') location.replace('http://{text:url}.tumblr.com/submit/#postsection');
  35. </script>
  36.  
  37. <meta name="color:background" content="#fff"/>
  38. <meta name="color:text" content="#000"/>
  39. <meta name="color:links" content="#000"/>
  40. <meta name="color:links hover" content="#000"/>
  41. <meta name="color:header" content="#FAD6AB"/>
  42. <meta name="color:header background one" content="#FAD6AB"/>
  43. <meta name="color:header background two" content="#977189"/>
  44.  
  45. <meta name="image:header" content=""/>
  46. <meta name="image:smaller header" content=""/>
  47.  
  48. <meta name="if:gradient header" content="0"/>
  49. <meta name="if:fullsized header image" content="1"/>
  50. <meta name="if:infinite scroll" content="0"/>
  51. <meta name="if:shorter header" content="0"/>
  52. <meta name="if:captions" content="0"/>
  53. <meta name="if:tags" content="0"/>
  54.  
  55. <meta name="text:url" content="username"/>
  56. <meta name="text:navigation title" content="navigation"/>
  57. <meta name="text:ask title" content="contact"/>
  58. <meta name="text:archive title" content="index"/>
  59. <meta name="text:link 1 title" content="" />
  60. <meta name="text:link 1 url" content="" />
  61. <meta name="text:link 2 title" content="" />
  62. <meta name="text:link 2 url" content="" />
  63. <meta name="text:link 3 title" content="" />
  64. <meta name="text:link 3 url" content="" />
  65. <meta name="text:link 4 title" content="" />
  66. <meta name="text:link 4 url" content="" />
  67. <meta name="text:link 5 title" content="" />
  68. <meta name="text:link 5 url" content="" />
  69. <meta name="text:link 6 title" content="" />
  70. <meta name="text:link 6 url" content="" />
  71.  
  72. <meta name="select:header img shape" content=" moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;" title="rounded">
  73. <meta name="select:header img shape" content=" -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;" title="circle">
  74. <meta name="select:header img shape" content="" title="default">
  75.  
  76. <meta name="select:post alignment" content="left: 50%; margin-left: -200px;" title="centered"/>
  77. <meta name="select:post alignment" content="left: 15%;" title="left"/>
  78. <meta name="select:post alignment" content="right: 5%;" title="right"/>
  79.  
  80. <style>
  81. /* text selection and scrollbars leave these alone */
  82. ::-moz-selection{background:black;color:white;text-shadow:none}::selection{background:black;color:white;text-shadow:none}
  83. ::-webkit-scrollbar-thumb {{block:ifgradientheader}background: {color:header background two};{/block:ifgradientheader}
  84. {block:ifnotgradientheader}background: {color:header} url({image:header})top left fixed repeat; {block:iffullsizedheaderimage}background-size:cover;
  85. {/block:iffullsizedheaderimage}{/block:ifnotgradientheader}border: 4px solid {color:background};border-left: none;}
  86. ::-webkit-scrollbar {background: {color:background};width: 10px;}
  87. ::-webkit-scrollbar:horizontal {display: none;}
  88. /* change font and what not here */
  89. body { font: 12px courier new; letter-spacing: 1px; background: {color:background}; color: {color:text}; }
  90. /* links */
  91. a { color: {color:links}; text-decoration:none;}
  92. a:hover {color:{color:links hover}; }
  93. /* wrapper and posts */
  94. #wrapper { width: 400px; margin: auto; }
  95. #post { width: 400px; margin: 0px auto 150px; }
  96. #post img { width: 400px;}
  97. .ft {padding: 10px; font-size: 14px; text-align: right; font-style: italic;}
  98. .body { padding: 5px; }
  99. ul { margin: 0; }
  100. li { list-style:none; margin: 0; }
  101. blockquote { margin: 0; padding: 5px; }
  102. .caption { padding: 5px; {block:ifnotcaptions} display:none; {/block:ifnotcaptions} }
  103. .tags { padding: 5px; {block:ifnottags} display:none; {/block:ifnottags} }
  104. .low { {block:ifshorterheader} top: 55%; {/block:ifshorterheader} {block:ifnotshorterheader} top: 105%; {/block:ifnotshorterheader} position:absolute; {select:post alignment} }
  105. .permalink { padding: 10px 5px 0; }
  106. .permalink a { padding: 0 15px; }
  107. /* header */
  108. #sidebar { width: 100%; {block:ifshorterheader} height: 50%; {/block:ifshorterheader} {block:ifnotshorterheader} height: 100%; {/block:ifnotshorterheader} top: 0px; left: 0px; display:inline-flex; display: -webkit-flex; {block:ifgradientheader} background-image: -ms-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  109. background-image: -moz-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  110. background-image: -o-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  111. background-image: -webkit-gradient(linear, left top, right top, color-stop(0, {color:header background one}), color-stop(1, {color:header background two}));
  112. background-image: -webkit-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  113. background-image: linear-gradient(to right, {color:header background one} 0%, {color:header background two} 100%);{/block:ifgradientheader}
  114. {block:ifnotgradientheader}background: {color:header} url({image:header})top left fixed repeat; {block:iffullsizedheaderimage}background-size:cover;{/block:iffullsizedheaderimage}{/block:ifnotgradientheader}position:absolute; }
  115. .top { margin: auto; width: 400px; text-align: center; }
  116. .bottom { width: 100%; height: 20px; left: 0px; position:absolute; {block:ifshorterheader} top: 50%; {/block:ifshorterheader} {block:ifnotshorterheader} top: 100%; {/block:ifnotshorterheader} {block:ifgradientheader} background-image: -ms-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  117. background-image: -moz-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  118. background-image: -o-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  119. background-image: -webkit-gradient(linear, left top, right top, color-stop(0, {color:header background one}), color-stop(1, {color:header background two}));
  120. background-image: -webkit-linear-gradient(left, {color:header background one} 0%, {color:header background two} 100%);
  121. background-image: linear-gradient(to right, {color:header background one} 0%, {color:header background two} 100%); background-attachment:fixed;{/block:ifgradientheader}{block:ifnotgradientheader}background: {color:header} url({image:header})top left fixed repeat; {block:iffullsizedheaderimage}background-size:cover;{/block:iffullsizedheaderimage}{/block:ifnotgradientheader} text-align: center; color: transparent; }
  122. .bottom a { color: transparent; }
  123. /* smaller header */
  124. .head { width: 400px; margin: 0 0 150px 0px; }
  125. .info { padding: 15px; text-align: justify; }
  126. .links { padding: 5px 0; opacity: 0.7; }
  127. h1 { margin: 0; }
  128. /* post sider */
  129. .side { position:absolute; text-align: center; margin-top: 0px; margin-left: -105px; width: 85px; opacity: 0;text-transform: uppercase; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  130. /* post titles */
  131. h2 { font: 14px consolas; margin: 0 0 25px; text-transform: uppercase; }
  132. #post:hover .side { opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  133. /* pop up links and askbox */
  134. .linkbox, .askbox { display:none; margin: auto; width: 400px; text-align: center; }
  135. .pagenotes img { display:none; }
  136. {CustomCSS}
  137. </style>
  138. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  139. <script>
  140. // MADE BY SOFTWARING
  141. $(document).ready(function() {
  142. $(".ask").click(function() {
  143. $(".askbox").fadeToggle();
  144. $(".linkbox").hide();
  145. }); // SOFTWARING
  146. $(".link").click(function() {
  147. $(".linkbox").fadeToggle();
  148. $(".askbox").hide();
  149. }); });
  150. </script>
  151. <script type="text/javascript" src="http://static.tumblr.com/mqkrxog/R05n9k05f/masonry.js"></script>
  152. </head><body>
  153. <div id="sidebar"><div class="top">
  154. <div class="linkbox">
  155. <h2>{text:navigation title}</h2>
  156. refresh {block:iflink1title}• <a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1title} {block:iflink2title}• <a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2title} {block:iflink3title}• <a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3title} {block:iflink4title}• <a href="{text:link 4 url}">{text:link 4 title}</a>{/block:iflink4title} {block:iflink5title}• <a href="{text:link 5 url}">{text:link 5 title}</a>{/block:iflink5title} {block:iflink6title}• <a href="{text:link 6 url}">{text:link 6 title}</a>{/block:iflink6title}
  157. </div>
  158. <div class="askbox">
  159. <h2>{AskLabel}</h2>
  160. <iframe frameborder="0" scrolling="no" width="100%" height="260" src="http://www.tumblr.com/ask_form/{text:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  161. </div>
  162. </div>
  163. </div>
  164. <div class="bottom">
  165. <a name="postsection">{title}</a>
  166. </div>
  167. <div class="low">
  168. <div class="head">
  169. <img src="{image:smaller header}" style="max-width:128px; max-height:128px; margin-right: 2.125em; overflow:hidden; float: left; {select:header img shape}">
  170. <div class="info">
  171. <a href="/"><h1>@{title}</h1></a>
  172. <div class="links">
  173. <a href="#" class="link">{text:navigation title}</a>
  174. • <a href="#" class="ask">{text:ask title}</a>
  175. • <a href="/archive">{text:archive title}</a>
  176. </div>
  177. {description}
  178. </div>
  179. </div>
  180. <div id="wrapper">
  181.  
  182.  
  183. {block:Posts}
  184. {block:ContentSource}
  185. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  186. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  187. {/block:SourceLogo}
  188. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  189. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  190. <div id="post">
  191. <div class="side">
  192. <div class="avatar">{block:RebloggedFrom}<img src="{ReblogRootPortraitURL-64}" style="width: 64px; {select:header img shape}"/> {/block:RebloggedFrom}
  193. <a href="{ReblogURL}" target="_blank" class="details" style="margin-top: 23px; position:absolute; margin-left: -60.5px; color:{color:background}; font: 16px consolas;
  194. -webkit-text-stroke: 0.5px {color:text};"><b>reblog</b></a>
  195. </div>
  196. </div>
  197.  
  198. {block:Text}
  199. {block:Title}<div class="ft">{title}</div>{/block:Title}
  200. <div class="body">{body}</div>
  201. {/block:Text}
  202.  
  203. {block:Link}
  204. <div class="ft"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  205. {block:Description}
  206. <div class="body">{Description}</div>
  207. {/block:Description}
  208. {/block:Link}
  209.  
  210. {block:Quote}
  211. <div class="ft">{Quote}</div>
  212. {block:Source}
  213. <div class="body">&mdash; {Source}</div>
  214. {/block:Source}
  215. {/block:Quote}
  216.  
  217. {block:Photo}<center>
  218. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  219. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  220. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  221. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  222. {block:IndexPage}</a>{/block:IndexPage}</center>
  223. {/block:Photo}
  224.  
  225. {block:Chat}
  226. <div class="body">
  227. {block:Title}
  228. {Title}
  229. {/block:Title}
  230. {block:Lines}
  231. {block:Label}
  232. <div class="ft">{Label}</div>
  233. {/block:Label}
  234. <div class="line">
  235. <li>{Line}</li></div>
  236. {/block:Lines}
  237. </div>
  238. {/block:Chat}
  239.  
  240. {block:Video}
  241. {Video-400}
  242. {/block:Video}
  243.  
  244. {block:Photoset}
  245. {Photoset-400}
  246. {/block:Photoset}
  247.  
  248. {block:Audio}
  249. <div style="padding: 10px; background: black; color: white;"><center>
  250. {block:AlbumArt}<img src="{AlbumArtURL}" style="width: 380px;">{/block:AlbumArt}
  251. {AudioPlayerBlack}
  252. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</center>
  253. </div>
  254. {/block:Audio}
  255.  
  256. {block:Answer}
  257. <div class="ft">
  258. {Question}
  259. <p align="right" style="margin: 0px;padding:2px;">&mdash; {Asker}</p>
  260. </div>
  261. {Answer}
  262. {/block:Answer}
  263.  
  264. {block:IndexPage}
  265. {block:caption}<div class="caption">{Caption}</div>{/block:caption}
  266. <div class="permalink">
  267. ~{12HourWithZero}:{Minutes} <a href="{Permalink}/#postsection"><i class="fa fa-eye"></i> {NoteCount}</a> <a href="{Permalink}/#postsection"><i class="fa fa-ellipsis-h"></i> i</a> </div>
  268. <div class="tags">
  269. {block:HasTags}{block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}
  270. </div>
  271. {/block:IndexPage}
  272.  
  273. {block:PermalinkPage}{block:date}
  274. <div style="padding: 25px;"> {Caption} </div>
  275. Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  276. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}{/block:date}
  277. {/block:PermalinkPage}
  278. </div>
  279. {/block:Posts}
  280. {block:ifnotinfinitescroll}<div id="post" style="padding-bottom: 10px; text-align: center; text-transform: uppercase;">{block:Pagination} {block:PreviousPage} <a href="{PreviousPage}">past</a> {/block:PreviousPage}{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:NextPage} <a href="{NextPage}">forward</a> {/block:NextPage}{/block:Pagination}<br><a href="http://jubileethemes.tumblr.com">theme by jubilee</a></div>{/block:ifnotinfinitescroll}
  281. {block:ifinfinitescroll}
  282. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}
  283. {/block:ifinfinitescroll}
  284. </div></div></div>
  285. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement