lucitor

turtle watches the office theme

Jun 23rd, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
  4. {block:ifcustomcursor}<style>body, a, a:hover { cursor:url({image:cursor}), auto; }</style>{/block:ifcustomcursor}
  5.  
  6. <!-----
  7.  
  8. © leo @hsifs
  9. don't remove the credit, i will confront you!
  10. base code by @animecharacter
  11.  
  12. ----->
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  15. <link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
  16.  
  17. <meta charset="utf-8">
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{image:favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  28.  
  29. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  30.  
  31. <meta name="image:favicon" content=""/>
  32. <meta name="image:cursor" content=""/>
  33. <meta name="image:background" content=""/>
  34. <meta name="image:side img" content=""/>
  35. <meta name="image:pixel 1" content=""/>
  36. <meta name="image:pixel 2" content=""/>
  37. <meta name="image:pixel 3" content=""/>
  38.  
  39. <meta name="color:bg" content=""/>
  40. <meta name="color:post bg" content=""/>
  41. <meta name="color:text" content=""/>
  42. <meta name="color:link shadow" content=""/>
  43. <meta name="color:title color" content=""/>
  44. <meta name="color:links" content=""/>
  45. <meta name="color:link hover" content=""/>
  46. <meta name="color:tooltip" content=""/>
  47. <meta name="color:tooltip bg" content=""/>
  48. <meta name="color:post glow" content=""/>
  49. <meta name="color:border" content=""/>
  50.  
  51. <meta name="select:font size" content="16" />
  52. <meta name="select:font size" content="17" />
  53. <meta name="select:font size" content="18" />
  54. <meta name="select:font size" content="19" />
  55. <meta name="select:font size" content="20" />
  56. <meta name="select:font" content="arial" />
  57. <meta name="select:font" content="verdana" />
  58. <meta name="select:font" content="comic sans ms" />
  59. <meta name="select:font" content="short stack" />
  60. <meta name="select:font" content="arial black" />
  61. <meta name="select:font" content="times new roman" />
  62. <meta name="select:font" content="indie flower" />
  63. <meta name="select:footer align" content="right" />
  64. <meta name="select:footer align" content="left" />
  65. <meta name="select:footer align" content="center" />
  66.  
  67. <meta name="if:title" content="" />
  68. <meta name="if:caps" content=""/>
  69. <meta name="if:customcursor" content=""/>
  70. <meta name="if:rounded" content=""/>
  71. <meta name="if:glow" content=""/>
  72. <meta name="if:shadow" content=""/>
  73. <meta name="if:border" content=""/>
  74. <meta name="if:pixels" content=""/>
  75. <meta name="if:desc" content=""/>
  76. <meta name="if:caption" content=""/>
  77. <meta name="if:permalink" content=""/>
  78.  
  79. <meta name="text:title size" content=""/>
  80. <meta name="text:border width" content=""/>
  81. <meta name="text:border type" content=""/>
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. /*
  87. general text styles, fonts and colours
  88. */
  89. .tooltip{
  90. display: inline;
  91. position: relative;
  92. }
  93.  
  94.  
  95.  
  96. #s-m-t-tooltip {
  97. max-width:230px;
  98. text-align:center;
  99. margin:20px 0 0 25px;
  100. background-color:{color:tooltip bg};
  101. color:{color:tooltip};
  102. letter-spacing:1px;
  103. word-wrap:break-word;
  104. z-index:999999999999999999999999999999999999;
  105. -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o -transition-duration:0.2s; transition:all 0.2s linear;
  106. -webkit-box-shadow: 0px 0px 8px 9px transparent;
  107. box-shadow: 0px 0px 5px 9px transparent;
  108. }
  109.  
  110. body {
  111. margin:0px;
  112. background:{color:bg};
  113. background-image:url('{image:background}');
  114. background-size:100%; background-attachment: fixed;
  115. font-family:{select:font};
  116. font-size:23px;
  117. line-height:140%;
  118. color: {color:text};
  119. }
  120.  
  121. p{
  122. margin:0 0 10px 0;
  123. padding:0;
  124. }
  125.  
  126. pre {
  127. white-space: pre-wrap;
  128. white-space: -moz-pre-wrap;
  129. white-space: -pre-wrap;
  130. white-space: -o-pre-wrap;
  131. word-wrap: break-word;
  132. }
  133.  
  134. a{
  135. color:{color:links};
  136. {block:ifshadow}text-shadow:0px 0px 3px {color:link shadow};{block:ifshadow}
  137. text-decoration:none;
  138. text-shadow: 0px 0px 5px {color:link shadow}, 0px 0px 2px {color:link shadow};
  139. }
  140.  
  141. a:hover{
  142. color:{color:link hover};
  143. {block:ifcaps}text-transform: uppercase;{/block:ifcaps}
  144.  
  145. }
  146.  
  147. li{
  148. margin-left:-15px;
  149. }
  150.  
  151. /*
  152. containers etc
  153. */
  154. #wrapper{
  155. width:600px;
  156. margin:50px auto;
  157. }
  158.  
  159. #sidebar{
  160. width:365px;
  161. position:fixed;
  162. margin-left:-190px;
  163. text-align:center;
  164. {block:ifglow}box-shadow: 0 0 10px 5px {color:post glow};{/block:ifglow}
  165. padding:10px;
  166. {block:ifrounded}border-radius:15px;{/block:ifrounded}
  167. {block:ifborder}border:{text:border type} {text:border width} {color:border};{/block:ifborder}
  168. background:{color:post bg};
  169. }
  170.  
  171. #sidebar img:hover {
  172. -moz-transform: rotate(360deg);
  173. -webkit-transform: rotate(360deg);
  174. -o-transform: rotate(360deg);
  175. -ms-transform: rotate(360deg);
  176. transform: rotate(360deg);
  177.  
  178. transition: .7s ease-in-out; -moz-transition: .7s ease-in-out; -webkit-transition: .7s ease-in-out;
  179. }
  180.  
  181.  
  182. #sidebar .title {
  183. font-size: {text:title size};
  184. color:{color:title color};
  185. margin-bottom: 6px;
  186. width:365px;
  187. }
  188.  
  189. #content{
  190. width:470px;
  191. margin-left:210px;
  192. }
  193.  
  194. .post{
  195. width:470px;
  196. margin:0 0 50px 0;
  197. word-wrap: break-word;
  198. {block:ifglow}box-shadow: 0 0 10px 5px {color:post glow};{/block:ifglow}
  199. padding:10px;
  200. {block:ifrounded}border-radius:15px;{/block:ifrounded}
  201. {block:ifborder}border:{text:border type} {text:border width} {color:border};{/block:ifborder}
  202. background:{color:post bg}
  203. }
  204.  
  205. #sidebar img, .post img{
  206. max-width: 100%;
  207. height: auto;
  208. overflow:hidden;
  209. {block:ifrounded}border-radius:15px;{/block:ifrounded}
  210. }
  211.  
  212. #nav{
  213. margin:50px 0 0 0;
  214. }
  215.  
  216.  
  217. /*
  218. content in the body of the posts - quotes, asks, etc
  219. "media" contains photos, photosets, videos, audio posts
  220. */
  221. .media{
  222. margin:0 0 10px 0;
  223. }
  224.  
  225. .title{
  226. font-weight:normal;
  227. font-size:29px;
  228. margin:0 0 10px 0;
  229. }
  230.  
  231. .quote{
  232. font-weight:normal;
  233. font-size:16px;
  234. font-style:italic;
  235. margin:0 0 10px 0;
  236. }
  237.  
  238. .question{
  239. margin-bottom:10px;
  240. }
  241.  
  242. blockquote{
  243. margin:0 0 10px 10px;
  244. padding:0 0 0 10px;
  245. border-left:solid 1px #000;
  246. }
  247.  
  248. /*
  249. post footers - date, tags, via and source
  250. */
  251. .post .footer{
  252. margin:0;
  253. text-align:{select:footer align};
  254. }
  255.  
  256. /*
  257. post notes
  258. */
  259. ol.notes{
  260. list-style-type:none;
  261. padding:0;
  262. margin:0;
  263. }
  264.  
  265. ol.notes li.note img{
  266. width:16px;
  267. height:16px;
  268. }
  269.  
  270. ol.notes li.note{
  271. margin:0px;
  272. }
  273.  
  274. {CustomCSS}
  275. </style>
  276. </head>
  277.  
  278. <body>
  279. <div id="wrapper">
  280.  
  281.  
  282. <div id="sidebar">
  283. {block:iftitle}
  284. <div class="title">
  285. <b>{Title}</b>
  286. </div>
  287. {/block:iftitle}
  288. <div id="sidebar img"><center><a href="/" title="home"><img src="{image:side img}"></div>
  289. {block:ifdesc}{block:Description}
  290. {Description}
  291. {/block:Description}{/block:ifdesc}
  292. {block:ifpixels}<br><img src="{image:pixel 1}"> <img src="{image:pixel 2}"> <img src="{image:pixel 3}">{/block:ifpixels}
  293. </div>
  294.  
  295.  
  296.  
  297. <div id="content">
  298. {block:Posts}
  299.  
  300. <div class="post">
  301.  
  302. {block:Text}
  303. {block:Title}
  304. <div class="title">{Title}</div>
  305. {/block:Title}
  306. {Body}
  307. {/block:Text}
  308.  
  309. {block:Photo}
  310. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  311. {block:Caption}{block:ifcaption}<div class="caption">{Caption}</div>{/block:ifcaption}{/block:Caption}
  312. {/block:Photo}
  313.  
  314. {block:Photoset}
  315. <div class="media">{Photoset-400}</div>
  316. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  317. {/block:Photoset}
  318.  
  319. {block:Quote}
  320. <div class="quote">"{Quote}"</div>
  321. {block:Source}
  322. <div class="quotesource">{Source}</div>
  323. {/block:Source}
  324. {/block:Quote}
  325.  
  326. {block:Link}
  327. <div class="title"><a href="{URL}">{Name}</a></div>
  328. {block:Description}
  329. <div class="description">{Description}</div>
  330. {/block:Description}
  331. {/block:Link}
  332.  
  333. {block:Chat}
  334. {block:Title}
  335. <div class="title">{Title}</div>
  336. {/block:Title}
  337.  
  338. {block:Lines}
  339. <div class="{Alt} user_{UserNumber}">
  340. {block:Label}
  341. <b>{Label}</b>{/block:Label}
  342. &nbsp;{Line}
  343. </div>
  344. {/block:Lines}
  345. {/block:Chat}
  346.  
  347. {block:Video}
  348. <div class="media">{Video-400}</div>
  349. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  350. {/block:Video}
  351.  
  352. {block:Audio}
  353. <div class="media">
  354. {AudioPlayerWhite}
  355. {block:TrackName}{TrackName}{/block:TrackName} /
  356. {block:Artist}{Artist}{/block:Artist}
  357. </div>
  358. {block:Caption}{Caption}{/block:Caption}
  359. {/block:Audio}
  360.  
  361. {block:Answer}
  362. <div class="question">{Asker}: {Question}</div>
  363. <div class="caption">{Answer}</div>
  364. {/block:Answer}
  365.  
  366.  
  367. {block:Date}
  368. <div class="footer">
  369. {block:ifpermalink}<a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>
  370. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  371. {block:RebloggedFrom}<br><a href="{ReblogParentURL}"> reblogged from {ReblogParentName}</a>{/block:RebloggedFrom}
  372. {block:ContentSource}<br><a href="{SourceURL}">source: {SourceTitle}</a>{/block:ContentSource}{block:ifpermalink}
  373. </div>
  374.  
  375. {block:PermalinkPage}
  376. {block:NoteCount}
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378. {/block:NoteCount}
  379. {/block:PermalinkPage}
  380. {/block:Date}
  381.  
  382. </div>
  383. {/block:Posts}
  384.  
  385. {block:Pagination}
  386. <div id="nav">
  387. {block:PreviousPage}<a href="{PreviousPage}"> ⇇ </a>{/block:PreviousPage}
  388.  
  389. {block:NextPage}<a href="{NextPage}"> ⇉ </a>{/block:NextPage}
  390. </div>
  391. {/block:Pagination}
  392. </div>
  393. </div>
  394.  
  395. </div>
  396.  
  397. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  398. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  399.  
  400. </body>
  401. </html>
Add Comment
Please, Sign In to add comment