Advertisement
officialdogblog

heartbeat

Sep 15th, 2014
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Raleway:900' rel='stylesheet' type='text/css'>
  8.  
  9. <link href="http://static.tumblr.com/9vasq2s/GB8n96mlp/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{PortraitURL-16}" />
  13.  
  14. <meta name="image:Background" content="" />
  15.  
  16. <meta name="color:Background" content="#C1C2B4" />
  17. <meta name="color:Blockquote" content="#000000" />
  18. <meta name="color:Border" content="#B60D20" />
  19. <meta name="color:Link" content="#253266" />
  20. <meta name="color:Post Border" content="#000000" />
  21. <meta name="color:Text" content="#000000" />
  22.  
  23. <meta name="text:Link 1 Title" content="ask" />
  24. <meta name="text:Link 1 URL" content="/ask" />
  25. <meta name="text:Link 2 Title" content="submit" />
  26. <meta name="text:Link 2 URL" content="/submit" />
  27. <meta name="text:Link 3 Title" content="archive" />
  28. <meta name="text:Link 3 URL" content="/archive" />
  29. <meta name="text:Link 4 Title" content="link" />
  30. <meta name="text:Link 4 URL" content="/links" />
  31.  
  32. <meta name="if:Infinite Scroll" content="1" />
  33. <meta name="if:Link 1" content="1" />
  34. <meta name="if:Link 2" content="1" />
  35. <meta name="if:Link 3" content="0" />
  36. <meta name="if:Link 4" content="0" />
  37. <meta name="if:Tile Background" content="0" />
  38.  
  39. </head>
  40.  
  41. <style type="text/css">
  42.  
  43. iframe#tumblr_controls{
  44. opacity: 0.4;
  45. -webkit-filter: invert(100%);
  46. -moz-filter: invert(100%);
  47. -ms-filter: invert(100%);
  48. -o-filter: invert(100%);
  49. filter: invert(100%);
  50. -webkit-transition: all 0.6s linear;
  51. -moz-transition: all 0.6s linear;
  52. -ms-transition: all 0.6s linear;
  53. -o-transition: all 0.6s linear;
  54. transition: all 0.6s linear;
  55. text-transform: lowercase;
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. width: 0px;
  60. height: 0px;
  61. }
  62.  
  63. body {
  64. font-family: consolas;
  65. text-transform: lowercase;
  66. color: {color:Text};
  67. font-size: 12px;
  68. background: {color:Background} url({image:Background}) fixed;
  69. background-size: cover;
  70. }
  71.  
  72. body a {
  73. color: {color:Link};
  74. text-transform: uppercase;
  75. }
  76.  
  77. #top, #bottom, #left, #right {
  78. background: {color:Border};
  79. position: fixed;
  80. z-index: 100;
  81. }
  82.  
  83. #left, #right {
  84. top: 0;
  85. bottom: 0;
  86. width: 30px;
  87. }
  88.  
  89. #left { left: 0; }
  90. #right { right: 0; }
  91.  
  92. #top, #bottom {
  93. left: 0; right: 0;
  94. height: 30px;
  95. }
  96.  
  97. #top { top: 0; }
  98. #bottom { bottom: 0; }
  99.  
  100. #title {
  101. position: absolute;
  102. top: 100px;
  103. left: 100px;
  104. font-size: 30px;
  105. font-family: 'Raleway', sans-serif;
  106. font-weight: bolder;
  107. }
  108.  
  109. #title a {
  110. text-decoration: none;
  111. }
  112.  
  113. #sidebar {
  114. position: fixed;
  115. top: 100px;
  116. right: 100px;
  117. background-color: rgba(300, 300, 300, 0.6);
  118. width: 400px;
  119. border: 1px solid {color:Post Border};
  120. padding: 10px;
  121. text-align: justify;
  122. word-wrap: break-word;
  123. }
  124.  
  125. #sidebar a {
  126. font-family: 'Raleway', sans-serif;
  127. font-weight: 900;
  128. font-size: 16px;
  129. text-decoration: none;
  130. }
  131.  
  132. #pagination {
  133. position: fixed;
  134. bottom: 100px;
  135. right: 400px;
  136. background-color: rgba(300, 300, 300, 0.6);
  137. width: 100px;
  138. border: 1px solid {color:Post Border};
  139. padding: 10px;
  140. text-align: justify;
  141. word-wrap: break-word;
  142. }
  143.  
  144. #pagination a {
  145. text-decoration: none;
  146. font-size: 20px;
  147. }
  148.  
  149. .linkpoint {
  150. margin-left: 5px;
  151. font-size: 20px;
  152. }
  153.  
  154. #all {
  155. position: absolute;
  156. top: 200px;
  157. left: 100px;
  158. }
  159.  
  160. .post {
  161. margin-bottom: 200px;
  162. }
  163.  
  164. .content {
  165. background-color: rgba(300, 300, 300, 0.6);
  166. width: 500px;
  167. border: 1px solid {color:Post Border};
  168. padding: 10px;
  169. text-align: justify;
  170. word-wrap: break-word;
  171. }
  172.  
  173. .content img {
  174. max-width: 100%;
  175. }
  176.  
  177. .tags {
  178. margin-top: 10px;
  179. width: 522px;
  180. text-align: justify;
  181. word-wrap: break-word;
  182. }
  183.  
  184. h1 {
  185. text-transform: uppercase;
  186. font-size: 18px;
  187. font-family: 'Raleway', sans-serif;
  188. margin-top: -5px;
  189. }
  190.  
  191. strong {
  192. text-transform: uppercase;
  193. }
  194.  
  195. blockquote {
  196. margin: 0 0 10px 0px;
  197. padding-left: 10px;
  198. border-left: 1px solid {color:Blockquote};
  199. }
  200.  
  201. .quote.short {
  202. font-size: 19px;
  203. font-weight: 100;
  204. }
  205.  
  206. .quote.medium {
  207. font-size: 17px;
  208. font-weight: 100;
  209. }
  210.  
  211. .quote.long {
  212. font-size: 14px;
  213. font-weight: 100;
  214. }
  215.  
  216. .source {
  217. float: right;
  218. text-align: right;
  219. }
  220.  
  221. #note {
  222. background-color: rgba(300, 300, 300, 0.6);
  223. width: 500px;
  224. border: 1px solid {color:Post Border};
  225. padding: 10px;
  226. margin-bottom: 115px;
  227. }
  228.  
  229. ol.notes {
  230. font-size: 10.5px;
  231. max-height: 500px;
  232. overflow: auto;
  233. list-style-type: none;
  234. text-align: justify;
  235. word-wrap: break-word;
  236. margin-left: -35px;
  237. }
  238.  
  239. ol.notes img {
  240. margin-right: 5px;
  241. vertical-align: middle;
  242. margin-bottom: 3px;
  243. }
  244.  
  245. ol.notes blockquote {
  246. margin: 3px 0 3px 8px;
  247. padding-left: 13px;
  248. border-left: 1px solid {color:Blockquote};
  249. }
  250.  
  251. #s-m-t-tooltip{
  252. z-index: 100;
  253. padding: 5px 10px;
  254. font-size: 11px;
  255. font-family: consolas;
  256. border: 1px solid {color:Divider};
  257. box-shadow: none;
  258. color: {color:Text};
  259. background-color: rgba(0,0,0,0);
  260. -webkit-border-radius: 0px;
  261. -moz-border-radius: 0px;
  262. -ms-border-radius: 0px;
  263. -o-border-radius: 0px;
  264. border-radius: 0px;
  265. }
  266.  
  267. cloudy {
  268. z-index: 100;
  269. bottom: 100px;
  270. right: 100px;
  271. position: fixed;
  272. font-size: 35px;
  273. font-family: arial
  274. text-shadow: 2px 2px #fff;
  275. -webkit-transition: all 0.3s;
  276. -moz-transition: all 0.3s;
  277. -ms-transition: all 0.3s;
  278. -o-transition: all 0.3s;
  279. transition: all 0.3s;
  280. }
  281.  
  282. cloudy:hover {
  283. -webkit-transform: scale(1.25);
  284. -moz-transform: scale(1.25);
  285. -ms-transform: scale(1.25);
  286. -o-transform: scale(1.25);
  287. transform: scale(1.25);
  288. }
  289.  
  290. cloudy a {
  291. text-decoration: none;
  292. }
  293.  
  294. </style>
  295.  
  296. <body>
  297.  
  298. <cloudy>
  299. <strong>
  300. <a title="theme credit" href="http://gay8.tumblr.com/">△</a>
  301. </strong>
  302. </cloudy>
  303.  
  304. <div id="left"></div>
  305. <div id="right"></div>
  306. <div id="top"></div>
  307. <div id="bottom"></div>
  308.  
  309. <div id="sidebar">
  310. {Description}
  311. <br/><br/>
  312. <span class="linkpoint">▣</span> <a href="/">home</a>
  313. {block:IfLink1}<br /><span class="linkpoint">▣</span> <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:IfLink1}
  314. {block:IfLink2}<br /><span class="linkpoint">▣</span> <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:IfLink2}
  315. {block:IfLink3}<br /><span class="linkpoint">▣</span> <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:IfLink3}
  316. {block:IfLink4}<br /><span class="linkpoint">▣</span> <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:IfLink4}
  317. </div>
  318.  
  319. <div id="title"><a href="/">{Title}</a></div>
  320.  
  321. <div id="all">
  322.  
  323. {block:Posts}
  324.  
  325. {block:ContentSource}
  326. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  327. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  328. {/block:SourceLogo}
  329. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  330. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  331.  
  332. <div class="post">
  333.  
  334. <div class="content">
  335.  
  336. {block:Text}
  337. {block:Title}<h1>{Title}</h1>{/block:Title}
  338. <div style="margin-top: -10px;"></div>
  339. {Body}
  340. <div style="margin-bottom: -10px;"></div>
  341. {/block:Text}
  342.  
  343. {block:Photo}
  344. <img src="{PhotoURL-HighRes}" style="width: 100%;" />
  345. {/block:Photo}
  346.  
  347. {block:Photoset}
  348. {Photoset-500}
  349. {/block:Photoset}
  350.  
  351. {block:Link}
  352. <h1>→ <a href="{URL}" target="_blank">{Name}</a></h1>
  353. {block:Description}
  354. <div style="margin-top: -10px;"></div>
  355. {Description}
  356. <div style="margin-bottom: -10px;"></div>
  357. {/block:Description}
  358. {/block:Link}
  359.  
  360. {block:Quote}
  361. <div class="quote {Length}">"{Quote}"</div>
  362. <br />
  363. {block:Source}
  364. <div class="source">{Source}</div>
  365. {/block:Source}
  366. <div style="clear: both;"></div>
  367. {/block:Quote}
  368.  
  369. {block:Chat}
  370. {block:Title}<h1>{Title}</h1>{/block:Title}
  371. {block:Lines}
  372. <blockquote><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</p></blockquote>
  373. {/block:Lines}
  374. {/block:Chat}
  375.  
  376. {block:Audio}
  377. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  378. {/block:Audio}
  379.  
  380. {block:Video}
  381. {VideoEmbed-500}
  382. {/block:Video}
  383.  
  384. {block:Answer}
  385. <img src="{AskerPortraitURL-24}" style="vertical-align: middle;"/> {Asker}
  386. <div style="margin-bottom: 10px;"></div>
  387. "{Question}"
  388. </div>
  389. <div style="margin-bottom: 10px;"></div>
  390. <div class="content">
  391. <div style="margin-top: -10px;"></div>
  392. {Answer}
  393. <div style="margin-bottom: -10px;"></div>
  394. {/block:Answer}
  395.  
  396. {block:PermalinkPage}
  397. {block:Caption}
  398. {Caption}
  399. {/block:Caption}
  400. {/block:PermalinkPage}
  401.  
  402. </div>
  403.  
  404. {block:Date}
  405. <div class="tags">
  406. {block:IndexPage}
  407. {block:NotReblog}posted{/block:NotReblog}{block:RebloggedFrom}reblogged{/block:RebloggedFrom} <a href="{Permalink}">{TimeAgo}</a>,
  408. {/block:IndexPage}
  409. has {NoteCountWithLabel}
  410. {block:PermalinkPage}
  411. <br />{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12HourWithZero}:{Minutes}{AmPm}
  412. {block:RebloggedFrom}
  413. <br />via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  414. <br />from <a href="{ReblogRootURL}">{ReblogRootName}</a>
  415. {/block:RebloggedFrom}
  416. {/block:PermalinkPage}
  417. {block:HasTags}
  418. <br />tagged {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  419. {/block:HasTags}
  420. </div>
  421. {/block:Date}
  422.  
  423. </div>
  424.  
  425. {block:PostNotes}
  426. <div id="note">
  427. {PostNotes-16}
  428. </div>
  429. {/block:PostNotes}
  430.  
  431. {/block:Posts}
  432.  
  433. </div>
  434.  
  435. {block:IfNotInfiniteScroll}
  436. {block:Pagination}
  437. <div id="pagination">
  438. <span style="float: left;">
  439. {block:PreviousPage}<a href="{PreviousPage}">◁</a>{/block:PreviousPage}
  440. </span><span style="float: right;">
  441. {block:NextPage}<a href="{NextPage}">▷</a>{/block:NextPage}
  442. </span>
  443. <div style="clear: both;"></div>
  444. </div>
  445. {/block:Pagination}
  446. {/block:IfNotInfiniteScroll}
  447.  
  448. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  449. <script src="http://static.tumblr.com/9vasq2s/yion96mje/jquery.style-my-tooltips.js"></script>
  450. <script>
  451. (function($){
  452. $(document).ready(function(){
  453. $("[title]").style_my_tooltips({
  454. tip_follows_cursor:true,
  455. tip_delay_time:0,
  456. tip_fade_speed:300
  457. });
  458. });
  459. })(jQuery);
  460. </script>
  461.  
  462. {block:IfInfiniteScroll}
  463. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  464. {/block:IfInfiniteScroll}
  465.  
  466. </body>
  467.  
  468. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement