winchesterkirk

Daisies and Pie Theme

Dec 22nd, 2013
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 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. <!--
  4.  
  5. Don't remove credit or I'll gank you :)
  6.  
  7. If you have any questions or concerns feel free to message me
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Sidebar" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Post" content="#ffffff"/>
  29. <meta name="color:scrollbarbg" content="ffffff"/>
  30. <meta name="color:scrollbar" content="#D6D5D5">
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. {block:iftwosidebars}<meta name="image:sidebar2" content=""/>{/block:iftwosidebars}
  34.  
  35. <meta name="text:homelink title" content="home">
  36. <meta name="text:link1" content="" />
  37. <meta name="text:link1 url" content="/">
  38. <meta name="text:link2" content="" />
  39. <meta name="text:link2 url" content="/">
  40. <meta name="text:link3" content="" />
  41. <meta name="text:link3 url" content="/">
  42. <meta name="text:link4" content="" />
  43. <meta name="text:link4 url" content="/">
  44.  
  45. <meta name="if:twosidebars" content="1"/>
  46. <meta name="if:snowflakelinks" content="1"/>
  47.  
  48. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  49.  
  50. <style>
  51. div#qTip {
  52. padding: 2px;
  53. display: none;
  54. font-style:none;
  55. text-align: center;
  56. position: absolute;
  57. font-size:11px;
  58. line-height:10px;
  59. font-family:calibri;
  60. z-index: 1000;
  61. background: white;
  62. z-index: 9999999;
  63. border:1px solid #f4f4f4;
  64. color: #999;
  65. letter-spacing: 1px;
  66. }
  67. </style>
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  76.  
  77.  
  78. ::-webkit-scrollbar-thumb{
  79. background-color: {color:scrollbar};
  80. border: 2px solid {color:background};
  81. height:auto;
  82. }
  83.  
  84. ::-webkit-scrollbar {
  85. height:auto;
  86. width:9px;
  87. background-color: {color:scrollbar};
  88. border: 4px solid {color:background};
  89. }
  90.  
  91. iframe#tumblr_controls {
  92. white-space:nowrap;
  93. -webkit-filter: invert(100%);
  94. -moz-filter: invert(100%);
  95. -o-filter: invert(100%);
  96. -ms-filter: invert(100%);
  97. filter: invert(100%);
  98. opacity:.2;transition: .8s ease-in-out;
  99. -webkit-transition: .8s ease-in-out;
  100. -moz-transition: .8s ease-in-out;
  101. -o-transition: .8s ease-in-out;
  102. }
  103.  
  104.  
  105.  
  106. body {
  107. background:{color:background};
  108. margin:0px;
  109. color:{color:text};
  110. font-family:calibri;
  111. font-size:11px;
  112. line-height:100%;
  113. }
  114.  
  115. a {
  116. text-decoration:none;
  117. outline:none;
  118. -moz-outline-style:none;
  119. color:{color:link};
  120. }
  121.  
  122. img {
  123. border:none;
  124. }
  125.  
  126. blockquote {
  127. padding-left:5px;
  128. border-left:2px solid;
  129. }
  130.  
  131. blockquote blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. }
  135.  
  136. h1 {
  137. font-size:9px;
  138. text-transform:uppercase;
  139. }
  140.  
  141. a:hover {
  142. opacity:10;
  143. color:{color:hover};
  144. -webkit-transition: all 0.7s ease;
  145. -moz-transition: all 0.7s ease;
  146. -o-transition: all 0.7s ease
  147. }
  148.  
  149. #line{
  150.  
  151. position:fixed;
  152.  
  153. top:0px;
  154.  
  155. height:150%;
  156.  
  157. width:1px;
  158.  
  159. background:#cecece;
  160.  
  161. margin-left:570px;
  162.  
  163. }
  164.  
  165.  
  166.  
  167. #entries {
  168. padding:10px;
  169. width:400px;
  170. margin-left:640px;
  171. margin-top:40px;
  172. font-size:11px;
  173. }
  174.  
  175.  
  176.  
  177. #post {
  178. width:400px;
  179. padding-bottom:20px;
  180. padding:10px;
  181. margin-top:15px;
  182. background-color:{color:Post};
  183. }
  184.  
  185.  
  186. {block:ifnottwosidebars}#sidebar {
  187. width:230px;
  188. position:fixed;
  189. margin-left:310px;
  190. margin-top:150px;
  191. border-radius:10px;
  192. opacity:.9;
  193. background-color:{color:Sidebar};
  194. }
  195.  
  196. #sidebarimage {
  197. width 230px;
  198. }
  199.  
  200. #sidebarimage img {
  201. width:230px;
  202. height:130px;
  203. padding:6px;
  204. background-color:{color:Sidebar};
  205. }{/block:ifnottwosidebars}
  206.  
  207. {block:iftwosidebars}
  208. #sidebar {
  209. width:230px;
  210. position:fixed;
  211. margin-left:310px;
  212. margin-top:150px;
  213. border-radius:10px;
  214. opacity:.9;
  215. background-color:{color:Sidebar};
  216. }
  217.  
  218. #sidebarimage {
  219. width 230px;
  220. }
  221.  
  222. #sidebarimage img {
  223. width:230px;
  224. height:130px;
  225. padding:6px;
  226. background-color:{color:Sidebar};
  227. }
  228.  
  229. #sidebar2image {
  230. width 230px;
  231. position:fixed;
  232. margin-left:0px;
  233. margin-top:35px;
  234. }
  235.  
  236. #sidebar2image img {
  237. width:230px;
  238. height:130px;
  239. padding:6px;
  240. background-color:{color:Sidebar};
  241. }{/block:iftwosidebars}
  242.  
  243.  
  244.  
  245. .links {
  246. width:240px;
  247. width:240px;
  248. height:5px;
  249. padding: 11px;
  250. font-size:8px;
  251. font-family:'cambria';
  252. text-align:center;
  253. margin-top:-2px;
  254. margin-left:-10px;
  255. text-align:center;
  256. text-transform:uppercase;
  257. word-spacing:15px;
  258. position:fixed;
  259. padding-bottom:7px;
  260. }
  261.  
  262. .links a {
  263. {block:ifnotsnowflakelinks}font-size: 40px;{/block:ifnotsnowflakelinks}
  264. {block:ifsnowflakelinks}font-size: 30px;{/block:ifsnowflakelinks}
  265. }
  266.  
  267. .links a:hover {
  268. color:{color:Hover}
  269. }
  270.  
  271.  
  272. #description {
  273. position:fixed;
  274. font-family:calibri;
  275. line-height:100%;
  276. font-size:11px;
  277. width:230px;
  278. {block:iftwosidebars}margin-top:180px;{/block:iftwosidebars}
  279. {block:ifnottwosidebars}margin-top:40px;{/block:ifnottwosidebars}
  280. margin-left:0px;
  281. padding:8px;
  282. text-align:justify;
  283. color:{color:text};
  284. }
  285.  
  286. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  287. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  288.  
  289.  
  290. #pagination {
  291. width:100px;
  292. font-size:9px;
  293. text-align:center;
  294. margin-left:-20px;
  295. margin-top:150px;
  296. position:fixed;
  297. font-family:consolas;
  298. letter-spacing:0px;
  299. }
  300.  
  301.  
  302.  
  303.  
  304. #info {
  305. text-align:left;
  306. margin-top:10px;
  307. text-transform:lowercase;
  308. font-size:9px;
  309. font-style:none;
  310. font-family:calibri;
  311. border-top:10px solid {color:Line}
  312. }
  313.  
  314.  
  315.  
  316. #tags {
  317. font-family:calibri;
  318. letter-spacing:0px;
  319. text-transform:lowercase;
  320. font-size:9px;
  321. margin-top:4px;
  322. text-align:right;
  323. }
  324.  
  325.  
  326.  
  327. #ask {
  328. padding:7px;
  329. padding-bottom:20px;
  330. padding-left:10px;
  331. text-align:left;
  332. color:{color:text};
  333. line-height:130%;
  334. background-color:#fbfbfb;
  335. border: 1px solid #f4f4f4;
  336. }
  337.  
  338. #ans {
  339. text-align:left;
  340. padding-top:9px;
  341. padding-bottom:3px;
  342. color:{color:text};
  343. }
  344.  
  345. {CustomCSS}</style></head><body>
  346.  
  347. <div id="sidebar">
  348. <div id="sidebarimage"><img src="{image:sidebar}">
  349.  
  350. {block:iftwosidebars}<div id="sidebar2image"><img src="{image:sidebar2}"></div>{/block:iftwosidebars}
  351.  
  352. </div>
  353.  
  354. <div id="description">
  355. {Description}
  356. </div>
  357.  
  358. <div class="links">
  359. {block:ifnotsnowflakelinks}{block:PreviousPage}<a href="{PreviousPage}" title="back">•</a>{/block:PreviousPage}
  360. <a href="{text:link1 url}" title="{text:link1}">•</a>
  361. <a href="{text:link2 url}" title="{text:link2}">•</a>
  362. <a href="{text:link3 url}" title="{text:link3}">•</a>
  363. <a href="{text:link4 url}" title="{text:link4}">•</a>
  364.  
  365. {block:NextPage}<a href="{NextPage}" title="next">•</a>{/block:NextPage}
  366. </div>{/block:Pagination}{/block:ifnotsnowflakelinks}
  367.  
  368.  
  369.  
  370. {block:ifsnowflakelinks}{block:PreviousPage}<a href="{PreviousPage}" title="back">❅</a>{/block:PreviousPage}
  371. <a href="{text:link1 url}" title="{text:link1}">❅</a>
  372. <a href="{text:link2 url}" title="{text:link2}">❅</a>
  373. <a href="{text:link3 url}" title="{text:link3}">❅</a>
  374. <a href="{text:link4 url}" title="{text:link4}">❅</a>
  375.  
  376. {block:NextPage}<a href="{NextPage}" title="next">❅</a>{/block:NextPage}
  377. </div>{/block:Pagination}{/block:ifsnowflakelinks}
  378.  
  379. </div>
  380.  
  381. <div id="entries">{block:Posts}<div id="post">
  382.  
  383. {block:Text}<h3>{block:Title}{Title}{/block:Title}</h3>{Body}{/block:Text}
  384.  
  385. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  386.  
  387. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  388.  
  389. {block:Quote}<big><em>❝{Quote}❞</em></big>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/block:Quote}
  390.  
  391. {block:Link}<h3><a href="{URL}" {Target}>{Name}</a></h3>{block:Description}{Description}{/block:Description}{/block:Link}
  392.  
  393. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  394.  
  395. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  396. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  397. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  398. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  399. {/block:Audio}
  400.  
  401. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  402.  
  403. {block:Answer}<div id="ask">{Question}<br><div style="float:right;"> - {Asker} &nbsp;</div></div> <div id="ans">{Answer}</div>{/block:Answer}
  404.  
  405. <div id="info">
  406. <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>
  407. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  408. {/block:Posts}
  409. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  410. {/block:Posts}</div></div></div>
  411. <div id="line"></div>
  412.  
  413. <div style="position:fixed;bottom:3px; left:3px; font-size:11px; letter-spacing:1px; font-family:cambria;"><a href="http://kirkkstiel.tumblr.com/">©</a></center></div>
  414.  
  415.  
  416.  
  417. </body>
  418. </html>
Advertisement
Add Comment
Please, Sign In to add comment