Advertisement
octomoosey

in the company of wolves

Sep 18th, 2013
1,909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.09 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.  
  6. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <meta name="color:text" content="#e7e7e7"/>
  14. <meta name="color:link" content="#aaaaaa"/>
  15. <meta name="color:tags" content="#cccccc"/>
  16. <meta name="color:hover" content="#f1f1f1"/>
  17. <meta name="color:line" content="#f2f2f2"/>
  18. <meta name="color:border" content="#eeeeee"/>
  19. <meta name="color:scrollbarbg" content="ffffff"/>
  20. <meta name="color:bold" content="#adadad" />
  21. <meta name="color:italic" content="#809729" />
  22. <meta name="color:title" content="#809729" />
  23. <meta name="color:subtitle" content="#616161" />
  24. <meta name="color:header" content="#ffffff" />
  25. <meta name="color:container" content="#ffffff" />
  26. <meta name="color:background" content="#000000" />
  27. <meta name="color:sidebar" content="#ffffff" />
  28. <meta name="color:pagination" content="#809729" />
  29. <meta name="color:headertext" content="#809729" />
  30. <meta name="color:post" content="#000000" />
  31. <meta name="color:navlink" content="#809729" />
  32.  
  33. <meta name="text:link 01" content=""/>
  34. <meta name="text:link 01 title" content=""/>
  35. <meta name="text:link 02" content="">
  36. <meta name="text:link 02 title" content=""/>
  37. <meta name="text:link 03" content=""/>
  38. <meta name="text:link 03 title" content=""/>
  39. <meta name="text:link 04" content=""/>
  40. <meta name="text:link 04 title" content=""/>
  41. <meta name="text:link 05" content=""/>
  42. <meta name="text:link 05 title" content=""/>
  43. <meta name="text:link 06" content=""/>
  44. <meta name="text:link 06 title" content=""/>
  45. <meta name="text:link 07" content="">
  46. <meta name="text:link 07 title" content=""/>
  47. <meta name="text:link 08" content=""/>
  48. <meta name="text:link 08 title" content=""/>
  49. <meta name="text:link 09" content=""/>
  50. <meta name="text:link 09 title" content=""/>
  51. <meta name="text:link 10" content=""/>
  52. <meta name="text:link 10 title" content=""/>
  53.  
  54.  
  55. <meta name="image:rightimage" content=""/>
  56. <meta name="image:background" content=""/>
  57.  
  58. <meta name="if:tiny cursor" content="1"/>
  59. <meta name="text:text size" content="10px" />
  60. <meta name="text:subtitle" content="~Even I can't recall how many days I have been out there
  61. For when Aurora's lights ceased to shine, I was alive I think for the first time.">
  62.  
  63.  
  64. <link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  65. <link href='https://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'>
  66. <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald">
  67.  
  68. <style type="text/css">
  69.  
  70. iframe#tumblr_controls {
  71. right:3px !important;
  72. position: fixed !important;
  73. -webkit-transition: opacity 0.7s
  74. linear;opacity: 0.2;
  75. -webkit-transition: all 0.8s ease-out;
  76. -moz-transition: all 0.8s ease-out;
  77. transition: all 0.8s ease-out;}
  78.  
  79. iframe#tumblr_controls:hover{
  80. -webkit-transition: opacity 0.7s linear;
  81. opacity: 1;
  82. -webkit-transition: all 0.4s ease-out;
  83. -moz-transition: all 0.4s ease-out;
  84. transition: all 0.4s ease-out;}
  85.  
  86. {block:iftinycursor}
  87. body, a, a:hover {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  90. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  91. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  92. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;}
  93.  
  94. body {
  95. background-color:{color:Background};
  96. background-image: url('{image:Background}');
  97. background-position: right top;
  98. background-repeat: no-repeat;
  99. background-attachment: fixed;
  100. color:{color:Text};
  101. font-family: 'Carrois Gothic', sans-serif;
  102. font-size: {text:Text Size};
  103. margin: 0px;
  104. padding: 0px;}
  105.  
  106. b, strong, .strong {color:{color:Bold};}
  107. i, em, .em {color:{color:Italic};}
  108.  
  109. a {
  110. text-decoration:none;
  111. outline:none;
  112. -moz-outline-style:none;
  113. color:{color:link};}
  114.  
  115. img {
  116. border:none;}
  117.  
  118. blockquote {
  119. width:460px;
  120. padding:2px 7px;
  121. margin:3px 0 3px 8px;
  122. border-left:2px solid {color:border};}
  123.  
  124. blockquote img {
  125. max-width:100%;
  126. height:auto;}
  127.  
  128. h1 {
  129. font-weight:normal;
  130. font-size:15px;
  131. text-align:center;
  132. font-style:normal;
  133. font-family:oswald;
  134. color:{color:title};
  135. line-height:100%;
  136. letter-spacing:1px;
  137. text-transform:uppercase;}
  138.  
  139. h2 {
  140. font-size:12px;
  141. text-align:center;
  142. line-height:100%;
  143. letter-spacing:-0.5px;
  144. color:{color:title};
  145. font-weight:normal;
  146. padding:5px;
  147. padding-bottom:2px;}
  148.  
  149. a:hover {
  150. opacity:10;
  151. color:{color:hover};
  152. -webkit-transition: all 0.7s ease;
  153. -moz-transition: all 0.7s ease;
  154. -o-transition: all 0.7s ease}
  155.  
  156. #container {
  157. margin:0px auto 0 auto;
  158. width:700px;}
  159.  
  160. #header {
  161. position:fixed; width:550px;
  162. height:300px;
  163. top:-220px;
  164. border-bottom:2px solid {color:border};
  165. margin-left:auto;
  166. margin-right:auto;
  167. background-color:{color:header};
  168. z-index:900;
  169. -webkit-transition: all 0.5s ease-in-out;
  170. -moz-transition: all 0.5s ease-in-out;
  171. transition: all 0.5s ease-in-out;}
  172.  
  173. #header:hover {
  174. top:0px;
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. transition: all 0.5s ease-in-out;}
  178.  
  179.  
  180. #title {
  181. position: absolute; bottom: 33px; left: 20px;
  182. font-family: 'Carrois Gothic', sans-serif;
  183. font-size: 26px;
  184. font-style:italic;
  185. text-transform: lowercase;
  186. text-align: center;
  187. letter-spacing: 2px;
  188. padding-bottom: 3px;
  189. color:{color:title};}
  190.  
  191. #subtitle {
  192. position: absolute; bottom: 5px; right: 10px;
  193. font-size:10px;
  194. letter-spacing:3px;
  195. text-transform: lowercase;
  196. text-align: right;
  197. padding-bottom:10px;
  198. color:{color:subtitle};}
  199.  
  200. #hover {
  201. position: absolute; bottom: -8px; right: 10px;
  202. font-size:9px;
  203. letter-spacing:3px;
  204. text-transform: lowercase;
  205. text-align: right;
  206. padding-bottom:10px;
  207. color:{color:subtitle};}
  208.  
  209. #description {
  210. position: absolute; top: 5px; right: 10px;
  211. font-family: 'Carrois Gothic', sans-serif;
  212. margin-top:10px;
  213. margin-left:0px;
  214. line-height:110%;
  215. font-size:11px;
  216. width:330px;
  217. height:180px;
  218. overflow:hidden;
  219. padding:9px;
  220. text-align:right;
  221. color:{color:headertext};}
  222.  
  223. #nav {
  224. position: absolute; top: 25px; left: 10px; }
  225.  
  226. #nav a {
  227. font-size:10px;
  228. font-family: 'Carrois Gothic', sans-serif;
  229. font-style:normal;
  230. letter-spacing:2px;
  231. text-align:center;
  232. width:150px;
  233. margin-bottom:2px;
  234. margin-left:15px;
  235. padding-bottom:0px;
  236. padding-top:0px;
  237. color:{color:navlink};
  238. display:block;}
  239.  
  240. #nav a:hover {
  241. letter-spacing:1px;
  242. background-color:{color:navlink};
  243. color:{color:header};}
  244.  
  245.  
  246. #rightside {
  247. background-color:{color:sidebar};
  248. height:100%;
  249. width:150px;
  250. margin-left:570px;
  251. margin-top:-60px;
  252. position:fixed;
  253. }
  254.  
  255. #rightimage img {max-width:150px; bottom:0px; position:fixed}
  256.  
  257. #pagination {
  258. position:fixed;
  259. color:{color:pagination};
  260. margin-top:20px;
  261. width:150px;
  262. font-size:10px;
  263. text-align:center;}
  264.  
  265. #entries {
  266. background-color:{color:container};
  267. width:500px;
  268. padding:25px;
  269. margin-top:60px;
  270. }
  271.  
  272. #post {
  273. width:500px;
  274. padding-bottom:20px;
  275. padding:10px;
  276. margin-top:30px;
  277. margin-left:-10px;
  278. background-color:{color:Post};
  279. }
  280.  
  281.  
  282. #info {
  283. text-align:right;
  284. margin-top:8px;
  285. text-transform:uppercase;
  286. font-size:8px;
  287. font-style:none;
  288. border-top:1px solid {color:Line};
  289. }
  290.  
  291.  
  292. #tags {
  293. font-family:cambria;
  294. letter-spacing:0px;
  295. text-transform:lowercase;
  296. font-size:10px;
  297. font-style:italic;
  298. margin-top:2px;
  299. text-align:right;
  300. }
  301.  
  302. #tags a {
  303. display:inline-block;
  304. padding:-3px;
  305. text-align:right;
  306. color:{color:Tags};
  307. -webkit-transition: all 0.6s ease-in-out;
  308. -moz-transition: all 0.6s ease-in-out;
  309. -o-transition: all 0.6s ease-in-out;
  310. -ms-transition: all 0.6s ease-in-out;
  311. -transition: all 0.6s ease-in-out;
  312. }
  313.  
  314.  
  315. #asker {
  316. padding:8px;
  317. font-family:cambria;
  318. letter-spacing:2px;
  319. text-align:right;
  320. font-style:italic;
  321. border:3px {color:border} solid;
  322. color:{color:text};
  323. background-color:{color:background}
  324. }
  325.  
  326.  
  327. {CustomCSS}</style></head><body>
  328.  
  329. <div id="container">
  330. <div id="header">
  331. <div id="title">{title}</div>
  332. <div id="subtitle">{text:subtitle}</div>
  333. <div id="hover"> -hover- </div>
  334. <div id="description">{description}</div>
  335.  
  336. <div id="nav">
  337. <a href="/">home</a>
  338. <a href="/ask">ask</a>
  339. <a href="/submit">submit</a>
  340.  
  341. {block:iflink01title}<a href="{text:link 01}"> {text:link 01 title}</a>{/block:iflink01title}
  342. {block:iflink02title}<a href="{text:link 02}"> {text:link 02 title}</a>{/block:iflink02title}
  343. {block:iflink03title}<a href="{text:link 03}"> {text:link 03 title}</a>{/block:iflink03title}
  344. {block:iflink04title}<a href="{text:link 04}"> {text:link 04 title}</a>{/block:iflink04title}
  345. {block:iflink05title}<a href="{text:link 05}"> {text:link 05 title}</a>{/block:iflink05title}
  346. {block:iflink06title}<a href="{text:link 06}"> {text:link 06 title}</a>{/block:iflink06title}
  347. {block:iflink07title}<a href="{text:link 07}"> {text:link 07 title}</a>{/block:iflink07title}
  348. {block:iflink08title}<a href="{text:link 08}"> {text:link 08 title}</a>{/block:iflink08title}
  349. {block:iflink09title}<a href="{text:link 09}"> {text:link 09 title}</a>{/block:iflink09title}
  350. {block:iflink10title}<a href="{text:link 10}"> {text:link 10 title}</a>{/block:iflink10title}</div>
  351.  
  352.  
  353. </div>
  354.  
  355. <div id="rightside"><div id="pagination">
  356. {block:Pagination}
  357. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="1"}
  358. {block:CurrentPage}<span class="current_page" style="color:sidebar text;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination} OF {TotalPages}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}
  359. </div>
  360. <div id="rightimage"><img src="{image:rightimage}"></div></div>
  361.  
  362.  
  363.  
  364.  
  365.  
  366. <div id="entries">{block:Posts}<div id="post">
  367.  
  368. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  369.  
  370. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  371.  
  372. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  373.  
  374. {block:Quote}{Quote}{/block:Quote}
  375.  
  376. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  377.  
  378. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  379.  
  380. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  381. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  382. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  383. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times {/block:PlayCount}
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Audio}
  386.  
  387. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  388.  
  389. {block:Answer}<div id="asker"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  390.  
  391. <div id="info">
  392. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  393. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  394. {/block:Posts}
  395. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  396. {/block:Posts}</div></div></div>
  397.  
  398.  
  399. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="https://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div>
  400.  
  401.  
  402. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement