Advertisement
octomoosey

Green Eyed Monsters

Nov 2nd, 2013
4,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 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="#ffffff"/>
  12. <meta name="color:blockquote" content="e1e0e0"/>
  13. <meta name="color:text" content="4f4f4f"/>
  14. <meta name="color:link" content="809729"/>
  15. <meta name="color:link hover" content="#a8a8a8"/>
  16. <meta name="color:title"content="809729"/>
  17. <meta name="color:scrollbar" content="#d5d5d5" />
  18.  
  19. <meta name="image:sideimage1" content="https://media.tumblr.com/b9ee3fc45d5b0c954174514990d01d50/tumblr_inline_mvn4g0btUG1sod4cp.gif"/>
  20. <meta name="image:sideimage2" content="https://media.tumblr.com/c6fc68e8c8a7a7b330e107a16a3f3345/tumblr_inline_mvn4gf48VN1sod4cp.gif"/>
  21. <meta name="image:sideimage3" content="https://media.tumblr.com/99b72113b31968765c54e17a8c27066e/tumblr_inline_mvn4gsRwbQ1sod4cp.gif"/>
  22. <meta name="image:background" content="https://media.tumblr.com/160ee96055c2612d1e4d7575c870a2e0/tumblr_inline_mvn4h1TES21sod4cp.jpg" />
  23.  
  24.  
  25. <meta name="if:greyscale" content="1"/>
  26. <meta name="if:showsubmit" content="1"/>
  27. <meta name="text:text size" content="11px" />
  28.  
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 4 URL" content="" />
  36. <meta name="text:Link 4" content="" />
  37. <meta name="text:Link 5 URL" content="" />
  38. <meta name="text:Link 5" content="" />
  39. <meta name="text:Link 6 URL" content="" />
  40. <meta name="text:Link 6" content="" />
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. /*scrollbar*/
  47. ::-webkit-scrollbar{height: 5px;
  48. width: 3px;
  49. -webkit-border-radius: 0px;
  50. background-color:{color:background}}
  51. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  52. ::-webkit-scrollbar-track{background-color:{color:background};}
  53.  
  54.  
  55. body {
  56. background:{color:background};
  57. background-image: url('{image:background}');
  58. background-position: right bottom;
  59. background-repeat: no-repeat;
  60. background-attachment: fixed;
  61. color:{color:text};
  62. font-size:11px;
  63. text-align:left;
  64. font-family:calibri;
  65. font-size: {text:Text Size};
  66. margin:0;
  67. line-height:120%;}
  68.  
  69. blockquote {
  70. padding:2px 7px;
  71. margin:3px 0 3px 8px;
  72. border-left:1px solid {color:text};
  73. background-color:{color:blockquote};}
  74.  
  75. blockquote img {
  76. max-width:475px;}
  77.  
  78. a:link, a:active, a:visited {
  79. color: {color:link};
  80. text-decoration:none;
  81. -moz-transition-duration:.6s;
  82. -webkit-transition-duration:.6s;
  83. -o-transition-duration:.6s;}
  84.  
  85. a:hover {
  86. color: {color:link hover};
  87. -moz-transition-duration:.6s;
  88. -webkit-transition-duration:.6s;
  89. -o-transition-duration:.6s;}
  90.  
  91. {block:IfGreyscale}
  92.  
  93. img{
  94. -webkit-filter:grayscale(100%);
  95. -webkit-transition: all 0.9s ease-in-out;
  96. -moz-transition: all 0.9s ease-in-out;
  97. -o-transition: all 0.9s ease-in-out;
  98. -ms-transition: all 0.9s ease-in-out;
  99. transition: all 0.9s ease-in-out;}
  100.  
  101. img:hover{
  102. -webkit-filter:none;}
  103.  
  104. .html_photoset {
  105. -webkit-filter: grayscale(100%);
  106. -webkit-transition: all 0.9s ease-in-out;
  107. -moz-transition: all 0.9s ease-in-out;
  108. -o-transition: all 0.9s ease-in-out;
  109. -ms-transition: all 0.9s ease-in-out;
  110. transition: all 0.9s ease-in-out;}
  111.  
  112. .html_photoset:hover {
  113. -webkit-filter: none;}
  114.  
  115. {/block:IfGreyscale}
  116.  
  117.  
  118. b, strong {
  119. color:{color:title};}
  120.  
  121. i, em {
  122. color:{color:text};}
  123.  
  124. p {
  125. margin-top:5px;
  126. margin-bottom:5px;}
  127.  
  128. ol {
  129. list-style:normal;}
  130.  
  131. ul {
  132. list-style:square;}
  133.  
  134. small {
  135. font-size:8px;}
  136.  
  137. big {
  138. font-size:12px;}
  139.  
  140. #container {
  141. margin-left:100px;
  142. position:absolute;}
  143.  
  144. #entries {
  145. margin-top:0px;
  146. width:520px;}
  147.  
  148. #posts {
  149. width:500px;
  150. margin-bottom:50px;
  151. margin-top:50px;
  152. padding:10px;}
  153.  
  154. #sidebar {
  155. position:fixed;
  156. width:200px;
  157. margin-left:620px;
  158. margin-top:100px;
  159. height:100%;
  160. text-align:left;}
  161.  
  162. #sidebarimage {
  163. width: 100px;}
  164.  
  165. #sidebarimage img {
  166. width:100px;
  167. height:100px;
  168. margin-bottom:10px;
  169. margin-left:0px;}
  170.  
  171. .shape{
  172. width:200px;
  173. height:200px;
  174. -moz-border-radius:100px 100px 100px 100px;
  175. -o-border-radius:100px 100px 100px 100px;
  176. -webkit-border-radius:100px 100px 100px 100px;
  177. border-radius:100px 100px 100px 100px;}
  178.  
  179. #blogtitle {font-size:14px;
  180. font-weight:bold;
  181. text-align:right;
  182. color:{color:title};
  183. margin-bottom:5px;}
  184.  
  185. #pagination {
  186. float:left;
  187. margin-top:0px;
  188. color:{color:blog title};}
  189.  
  190. #pagination a {
  191. color:{color:blog title};
  192. font-size:10px;
  193. line-height:100%;}
  194.  
  195. #description {
  196. color:{color:text};
  197. font-size:10px;
  198. line-height:120%;
  199. border-top:1px solid {color:text};
  200. padding-top:2px;
  201. text-align:right;}
  202.  
  203. #nav {
  204. position: fixed; top: 260px; left: 860px;
  205. font-size:10px;
  206. margin-top:30px;
  207. text-align:right;
  208. text-transform:lowercase;
  209. font-weight:normal;}
  210.  
  211. #nav a {
  212. padding:0 2px;}
  213.  
  214. #nav a:hover {
  215. font-style:italic;
  216. text-decoration:none;}
  217.  
  218. #question {
  219. margin-left:0px;
  220. padding:10px;
  221. font-style:normal;
  222. text-align:center;
  223. color:{color:text};}
  224.  
  225. #answer {
  226. font-style:normal;}
  227.  
  228. #permalink {
  229. margin-top:15px;
  230. margin-bottom:7px;
  231. color:{color:link};
  232. font-size:7px;
  233. text-align:right;
  234. letter-spacing:1px;
  235. text-transform:uppercase;
  236. border-top:1px solid {color:text};}
  237.  
  238. #permalink a {color:{color:link};}
  239.  
  240. .perma{
  241. background:{color:background};
  242. line-height:120%;
  243. padding-right:10px;
  244. padding-left:5px;
  245. margin-top:-12px;
  246. right:0px;
  247. position:absolute;}
  248.  
  249. .tags {
  250. font-size:9px;}
  251.  
  252. .tags a{
  253. letter-spacing:1px;
  254. padding:0px;
  255. color:{color:link};
  256. text-transform:none;}
  257.  
  258. </style>
  259. <style type="text/css">
  260.  
  261. {CustomCSS}</style>
  262.  
  263. <body>
  264. <div id="container">
  265.  
  266. <div id="sidebar">
  267.  
  268. <div id="sidebarimage">
  269. <img src="{image:sideimage1}" class="shape">
  270. <img src="{image:sideimage2}" class="shape">
  271. <img src="{image:sideimage3}" class="shape">
  272. </div>
  273.  
  274. <div id="blogtitle">
  275. <div id="pagination"><div style="font-size:10px";>
  276. {block:Pagination}
  277. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="1"}
  278. {block:CurrentPage}<span class="current_page" >{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}
  279. </div></div>
  280. {Title}</div>
  281.  
  282. <div id="description">{Description}</div></div>
  283. <div id="nav">
  284. <a href="/">the beginning</a><br>
  285. <a href="/ask">message me</a><br>
  286. {block:Ifshowsubmit}<a href="/submit">more to say?</a><br>{/block:Ifshowsubmit}
  287. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a><br>{/block:ifLink1}
  288. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a><br>{/block:ifLink2}
  289. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a><br>{/block:ifLink3}
  290. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a><br>{/block:ifLink4}
  291. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a><br>{/block:ifLink5}
  292. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a><br>{/block:ifLink6}
  293. <a href="/archive">archive</a><br>
  294. </div>
  295.  
  296. <div id="entries">
  297.  
  298. {block:Posts}<div id="posts">
  299.  
  300. {block:Text}<div id="linkpost">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  301.  
  302. {block:Link}<div id="linkpost"><a href="{URL}"{Target}>{Name}→</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  303.  
  304. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Photo}
  305.  
  306. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  307.  
  308. {block:Quote}<div style="font-size:18px;line-height:100%;">❝{Quote}❞</div><P><div style="text-align:right;">--{Source}</div>{/block:Quote}
  309.  
  310. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div id="audio">{AudioPlayerWhite}</left></div>
  311. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  312. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  313. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}
  314. {/block:Audio}
  315.  
  316. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Video}
  317.  
  318. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  319.  
  320. {block:Answer}
  321. <div id="question"><img src="{AskerPortraitURL-24}"><br><a href="{askerURL}"><b>{Asker}</b></a> whispered:<br><br>"{Question}"</div><div id="answer">{Answer}</div>{/block:answer}
  322.  
  323. <div id="permalink">
  324. <span class="perma">
  325. <br>posted on <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}</a> at <a href="{Permalink}">{12Hour}:{Minutes} </a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© {SourceLink}</a> {/block:ContentSource} + <a href="{Permalink}">{NoteCountWithLabel}</a> [ <a href="{ReblogURL}">reblog</a> ]</div>
  326. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">+ {Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  327. {/block:Posts}
  328. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  329. {/block:Posts}</div>
  330.  
  331. </div>
  332. <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>
  333.  
  334. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement