Advertisement
octomoosey

stars

Apr 24th, 2015
2,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.04 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#fff"/>
  12. <meta name="color:postbg" content="#000"/>
  13. <meta name="color:border" content="#f2992e"/>
  14. <meta name="color:sidebar" content="#000"/>
  15. <meta name="color:description" content="#000"/>
  16. <meta name="color:text" content="#fff"/>
  17. <meta name="color:link" content="#f2992e"/>
  18. <meta name="color:linkhover" content="#b8b8b8"/>
  19. <meta name="color:navigation" content="#f2992e"/>
  20. <meta name="color:navigationhover" content="#b8b8b8"/>
  21. <meta name="color:bold" content="#f2992e" />
  22. <meta name="color:italic" content="#f2992e" />
  23. <meta name="color:askbg" content="#fff"/>
  24. <meta name="color:asktext" content="#000"/>
  25. <meta name="color:pre" content="#fff" />
  26. <meta name="color:pretext" content="#000" />
  27. <meta name="color:scrollbar" content="#f2992e" />
  28. <meta name="color:tags" content="#fff"/>
  29. <meta name="color:tagshover" content="#4f4f4f"/>
  30.  
  31. <meta name="image:background" content="" />
  32. <meta name="image:postbg" content="" />
  33. <meta name="image:columnbg" content="" />
  34.  
  35. <meta name="text:link 1" content="link 1"/>
  36. <meta name="text:link 1 url" content="/"/>
  37. <meta name="text:link 2" content="link 2"/>
  38. <meta name="text:link 2 url" content="/"/>
  39. <meta name="text:link 3" content="link 3"/>
  40. <meta name="text:link 3 url" content="/"/>
  41. <meta name="text:link 4" content="link 4"/>
  42. <meta name="text:link 4 url" content="/"/>
  43. <meta name="text:link 5" content="link 5"/>
  44. <meta name="text:link 5 url" content="/"/>
  45.  
  46. <meta name="if:greyscale" content="1"/>
  47. <meta name="if:tinycursor" content="1"/>
  48. <meta name="font:body font" content="Gibson">
  49. <meta name="text:text size" content="11px" />
  50.  
  51. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52.  
  53. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54.  
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("a[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:90,
  61. tip_fade_speed:600,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. </head>
  69. <style>
  70. ::-webkit-scrollbar-thumb {
  71. height:auto;
  72. background-color:{color:Scrollbar};}
  73.  
  74. ::-webkit-scrollbar {
  75. height:9px;
  76. width:4px;
  77. background-color:transparent;}
  78.  
  79. {block:iftinycursor}
  80. body, a, a:hover{
  81. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  82. {/block:iftinycursor}
  83.  
  84. iframe#tumblr_controls {
  85. right:3px !important;
  86. position: fixed !important;
  87. -webkit-transition: opacity 0.7s
  88. linear;opacity: 0.2;
  89. -webkit-transition: all 0.8s ease-out;
  90. -moz-transition: all 0.8s ease-out;
  91. transition: all 0.8s ease-out;}
  92.  
  93. iframe#tumblr_controls:hover{
  94. -webkit-transition: opacity 0.7s linear;
  95. opacity: 1;
  96. -webkit-transition: all 0.4s ease-out;
  97. -moz-transition: all 0.4s ease-out;
  98. transition: all 0.4s ease-out;}
  99.  
  100. body {
  101. background-color:{color:background};
  102. background-image: url('{image:background}');
  103. background-position: top right;
  104. background-repeat: no-repeat;
  105. background-attachment: fixed;
  106. line-height:110%;
  107. color:{color:text};
  108. font-family:{font:body font};
  109. font-size: {text:text size};}
  110.  
  111. a {
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:link};
  116. -webkit-transition: all 0.7s ease;
  117. -moz-transition: all 0.7s ease;
  118. -o-transition: all 0.7s ease;}
  119.  
  120. a:hover {
  121. color:{color:linkhover};
  122. -webkit-transition: all 0.7s ease;
  123. -moz-transition: all 0.7s ease;
  124. -o-transition: all 0.7s ease;}
  125.  
  126. blockquote {
  127. padding:2px 7px;
  128. margin:3px 0 3px 8px;
  129. border-left:1px dashed {color:border};
  130. background-color:transparent;}
  131.  
  132. blockquote img {
  133. max-width:100%;
  134. height:auto;}
  135.  
  136. b, strong {
  137. color:{color:bold};}
  138.  
  139. i, em {
  140. color:{color:italic};}
  141.  
  142. small,sup,sub {
  143. font-size:{text:Text Size}}
  144.  
  145. big {
  146. font-size:12px;}
  147.  
  148. pre {
  149. color:{color:pretext};
  150. background-color:{color:pre};
  151. font-size:10px;
  152. padding:20px;
  153. white-space: pre-wrap; /* css-3 */
  154. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  155. white-space: -pre-wrap; /* Opera 4-6 */
  156. white-space: -o-pre-wrap; /* Opera 7 */
  157. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  158.  
  159. {block:IfGreyscale}
  160.  
  161. img {
  162. -webkit-filter:grayscale(100%);
  163. -webkit-transition: all 0.9s ease-in-out;
  164. -moz-transition: all 0.9s ease-in-out;
  165. -o-transition: all 0.9s ease-in-out;
  166. -ms-transition: all 0.9s ease-in-out;
  167. transition: all 0.9s ease-in-out;}
  168.  
  169. img:hover {
  170. -webkit-filter:none;}
  171.  
  172. .html_photoset {
  173. -webkit-filter: grayscale(100%);
  174. -webkit-transition: all 0.9s ease-in-out;
  175. -moz-transition: all 0.9s ease-in-out;
  176. -o-transition: all 0.9s ease-in-out;
  177. -ms-transition: all 0.9s ease-in-out;
  178. transition: all 0.9s ease-in-out;}
  179.  
  180. .html_photoset:hover {
  181. -webkit-filter: none;}
  182.  
  183. {/block:IfGreyscale}
  184.  
  185. img {
  186. max-width:100%;
  187. height:auto;}
  188.  
  189. h2 {
  190. text-align:right;
  191. font-size:20px;
  192. font-weight:700;
  193. margin:0px 0px 10px 0px;
  194. color:{color:border};
  195. background:{color:background};
  196. border-left:25px solid {color:border};
  197. padding:7px;}
  198.  
  199. #content {
  200. margin-top:25px;
  201. margin-bottom:25px;
  202. margin-left:175px;}
  203.  
  204. .post {
  205. padding:50px;
  206. width:500px;
  207. display:block;
  208. background:{color:postbg};
  209. background-image: url('{image:postbg}');
  210. background-repeat: repeat;
  211. margin-bottom:25px;}
  212.  
  213. .title {
  214. font-size:80px;
  215. line-height:80px;
  216. color:{color:background};
  217. text-shadow:0px 1px {color:description};}
  218.  
  219. .description {
  220. position:fixed;
  221. bottom:0px;
  222. padding:30px;
  223. margin-left:790px;
  224. text-align:left;
  225. color:{color:description};
  226. font-size:11px;
  227. margin-bottom:25px;}
  228.  
  229. #links {
  230. text-align:left;}
  231.  
  232. #links a {
  233. margin-top:0px;
  234. display:inline;
  235. font-size:11px;
  236. line-height:15px;
  237. text-align:center;
  238. color:{color:navigation};
  239. font-weight:normal;
  240. text-transform:uppercase;
  241. letter-spacing:3px;}
  242.  
  243. #links a:hover {
  244. opacity:0.7;
  245. text-shadow: 0 0 8px {color:navigationhover};}
  246.  
  247. .brackets a::before,
  248. .brackets a::after {
  249. display: inline-block;
  250. opacity: 0;
  251. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  252. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  253. transition: transform 0.3s, opacity 0.2s;}
  254.  
  255. .brackets a::before {
  256. margin-right: 10px;
  257. content: '[';
  258. -webkit-transform: translateX(20px);
  259. -moz-transform: translateX(20px);
  260. transform: translateX(20px);}
  261.  
  262. .brackets a::after {
  263. margin-left: 10px;
  264. content: ']';
  265. -webkit-transform: translateX(-20px);
  266. -moz-transform: translateX(-20px);
  267. transform: translateX(-20px);}
  268.  
  269. .brackets a:hover::before,
  270. .brackets a:hover::after,
  271. .brackets a:focus::before,
  272. .brackets a:focus::after {
  273. opacity: 1;
  274. -webkit-transform: translateX(0px);
  275. -moz-transform: translateX(0px);
  276. transform: translateX(0px);}
  277.  
  278. #column {
  279. position:fixed;
  280. background:{color:sidebar};
  281. background:{color:postbg};
  282. background-image: url('{image:columnbg}');
  283. top:0px;
  284. left:0px;
  285. height:100%;
  286. width:150px;}
  287.  
  288. #tags {
  289. text-align:right;
  290. margin-top:-45px;
  291. margin-left:-228px;
  292. width:140px;
  293. font-size:10px;
  294. position:absolute;
  295. line-height:22px;
  296. opacity:0;
  297. -webkit-transition: all 0.8s ease-in-out;
  298. -moz-transition: all 0.8s ease-in-out;
  299. -o-transition: all 0.8s ease-in-out;
  300. -ms-transition: all 0.8s ease-in-out;
  301. transition: all 0.8s ease-in-out;}
  302.  
  303. #tags a {
  304. z-index:5;
  305. color:{color:tags};
  306. padding:3px;
  307. margin-bottom:10px;}
  308.  
  309. #tags a:hover {
  310. text-shadow: 0 0 8px {color:tags};
  311. color: transparent;}
  312.  
  313. .post:hover #tags {
  314. z-index:5;
  315. opacity:1;
  316. -webkit-transition: all 0.8s ease-in-out;
  317. -moz-transition: all 0.8s ease-in-out;
  318. -o-transition: all 0.8s ease-in-out;
  319. -ms-transition: all 0.8s ease-in-out;
  320. transition: all 0.8s ease-in-out;}
  321.  
  322. #side1 {
  323. margin-bottom:0px;
  324. font-size:9px;}
  325.  
  326. #side2 {
  327. line-height:13px;
  328. padding-bottom:5px;
  329. border-bottom:1px solid {color:tags};
  330. margin-bottom:3px;
  331. font-size:9px;
  332. color:{color:tagshover};}
  333.  
  334. .quote {
  335. border-left:25px solid {color:border};
  336. font-size:18px;
  337. line-height:18px;
  338. padding:10px;}
  339.  
  340. .quotesource {
  341. font-size:10px;
  342. text-align:right;}
  343.  
  344. .ask {
  345. padding:5px;
  346. border-left:25px solid {color:border};
  347. color:{color:asktext};
  348. background:{color:askbg};}
  349.  
  350. .askurl{
  351. font-size:18px;
  352. margin-bottom:5px;}
  353.  
  354. .askimg {
  355. float:right;
  356. margin-right:-20px;
  357. margin-top:-20px;}
  358.  
  359. .chat ul {
  360. display:block;
  361. list-style:none;
  362. margin-left:-40px;}
  363.  
  364. .chat li {
  365. padding:3px;
  366. display:block;}
  367.  
  368. .chat .odd {
  369. background:{color:asktext}
  370. color:{color:askbg};}
  371.  
  372. .chat .even {
  373. background:{color:askbg};
  374. color:{color:asktext};}
  375.  
  376. .musicinfo {
  377. padding:10px;
  378. height:80px;
  379. background:transparent;
  380. text-align:center;}
  381.  
  382. .tooltip{
  383. display: inline;
  384. position: relative;}
  385.  
  386. #s-m-t-tooltip {
  387. max-width:300px;
  388. border-radius: 0px;
  389. padding:4px;
  390. margin:15px 7px -2px 10px;
  391. background-color:transparent;
  392. border:1px solid {color:description};
  393. font-family:{font:body font};
  394. font-size:10px;
  395. letter-spacing:2px;
  396. color:{color:description};
  397. z-index:99999;}
  398.  
  399. </style>
  400. <body>
  401.  
  402. <div id="column"></div>
  403.  
  404. <div class="description"><div class="title">{title}</div>{description}
  405.  
  406. <div id="links">
  407. <nav class="brackets" id="brackets">
  408. <a href="/" title="home">01.</a>
  409. <a href="/ask" title="questions">02.</a>
  410. <a href="/submit" title="submit">03.</a>
  411. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">04.</a>{/block:iflink1}
  412. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">05.</a>{/block:iflink2}
  413. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">06.</a>{/block:iflink3}
  414. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">07.</a>{/block:iflink4}
  415. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">08.</a>{/block:iflink5}
  416. <a href="https://octomoosey.tumblr.com/" title="theme">©</a>
  417. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="back">« </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="forth">»</a>{/block:NextPage}{/block:Pagination}
  418.  
  419. </div> </div>
  420.  
  421. <div id="content">
  422. {block:posts}
  423. <div class="post">
  424.  
  425. <div id="tags">
  426. <div id="side1">
  427. <a href="{permalink}">{ShortMonth}&nbsp{DayOfMonthWithZero}{DayOfMonthSuffix}&nbsp{Year}</a>
  428. <a href="{permalink}">{NoteCount}</a> </div>
  429.  
  430. <div id="side2">
  431. {block:RebloggedFrom} <a href="{ReblogParentURL}">via:</a>
  432. {block:ContentSource}<a href="{ReblogRootURL}">source:</a>
  433. <a href="{ReblogURL}">reblog:</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}</div>
  434.  
  435. {block:Tags}<a href="{TagURL}">{Tag}</a><br>{/block:Tags}
  436. </div>
  437.  
  438. {block:Text}
  439. {block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}
  440. {Body}{/block:Text}
  441.  
  442. {block:Quote}
  443. <div class="quote">“{Quote}”</div>
  444. <div class="quotesource">--{Source}</div>{/block:Quote}
  445.  
  446. {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>
  447. {block:Description}{Description}{/block:Description}{/block:Link}
  448.  
  449. {block:Photo}
  450. <center><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}"/></a></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  451.  
  452. {block:Photoset}
  453. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  454.  
  455. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="{Alt}">
  456. {block:Label}<b>{Label}</b>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  457.  
  458. {block:Video}
  459. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  460.  
  461. {block:Audio}
  462. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" align="left" style="margin-right:0px">{/block:AlbumArt}
  463. <div class="musicinfo">{AudioPlayerWhite}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:TrackName}Title: {TrackName}{/block:TrackName}<br>Played: {block:PlayCount}{PlayCount}{/block:PlayCount} times</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  464.  
  465. {block:Answer}<div class="askimg"><img src="{AskerPortraitURL-40}"></div>
  466. <div class="ask"><div class="askurl">{Asker}&nbspasked:</div>{question}
  467. </div>{Answer}{/block:Answer}</div>
  468.  
  469. {block:PostNotes}
  470. <div class="post">{PostNotes}</div>{/block:PostNotes}
  471.  
  472. {/block:posts}
  473.  
  474. </div></div></div></div>
  475.  
  476. </body>
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement