Advertisement
officialdogblog

wave

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