wallflwers

thriftshop theme

Jan 28th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 KB | None | 0 0
  1. <!--THEME BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
  14.  
  15. <meta name="color:links" content="#f8f8f8"/>
  16. <meta name="color:linkshover" content="#f8f8f8"/>
  17. <meta name="color:text" content="#f8f8f8"/>
  18. <meta name="color:border" content="#f8f8f8"/>
  19. <meta name="color:imgborder" content="#f8f8f8"/>
  20. <meta name="color:background" content="#ffffff"/>
  21.  
  22.  
  23.  
  24. <meta name="image:sbarimg" content=""/>
  25. <meta name="image:sbarimg2" content=""/>
  26.  
  27.  
  28. <meta name="text:Link 1 Name" content=""/>
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 2 Name" content=""/>
  31. <meta name="text:Link 2 URL" content="/"/>
  32. <meta name="text:Link 3 Name" content=""/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34. <meta name="text:Link 4 Name" content=""/>
  35. <meta name="text:Link 4 URL" content="/"/>
  36.  
  37. <meta name="text:Linksborder" content="/"/>
  38.  
  39.  
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45.  
  46.  
  47. iframe#tumblr_controls { width:50%; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  48.  
  49. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  50.  
  51.  
  52. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  53.  
  54.  
  55. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  56.  
  57.  
  58. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  59.  
  60.  
  61. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  62.  
  63. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  64. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  65.  
  66.  
  67. body
  68. {font-family:calibri;
  69. font-size:11px;
  70. color:{color:text};
  71. background-color:{color:background};
  72. }
  73.  
  74. a
  75. {text-decoration:none;
  76. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  77. opacity:1;
  78. color:{color:links};
  79. }
  80.  
  81. a:hover
  82. {text-decoration:none;
  83. opacity:1;
  84. color:{color:linkshover};
  85. }
  86.  
  87. #container {
  88. width:500px;
  89. }
  90.  
  91. #content {
  92. width:500px;
  93. padding:10px;
  94. margin:auto;
  95. }
  96.  
  97. #sidebar {
  98. margin-top:160px;
  99. margin-left:265px;
  100. width:100px;
  101. position:fixed;
  102. }
  103.  
  104. #sbarimg {
  105. width:110px;
  106. padding:5px;
  107. padding-bottom:3px;
  108. margin-left:-35px;
  109. border:1px solid {color:imgborder};
  110. display:center;
  111. opacity:0.9;
  112. position:fixed;
  113. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  114. }
  115.  
  116. #sbarimg:hover {
  117. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  118. }
  119.  
  120. #sbarimg2:hover {
  121. opacity:0;
  122. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  123. }
  124.  
  125. #sbarimg2 {
  126. width:110px;
  127. padding:5px;
  128. padding-bottom:3px;
  129. margin-left:-5px;
  130. margin-top:-117px;
  131. opacity:1;
  132. display:center;
  133. z-index:999;
  134. position:fixed;
  135. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  136. }
  137.  
  138. #description {
  139. width:110px;
  140. font-size:10px;
  141. font-family:calibri;
  142. letter-spacing:px;
  143. padding:2px;
  144. padding-top:2px;
  145. line-height:130%;
  146. color:{color:text};
  147. position:fixed;
  148. margin-top:-90px;
  149. margin-left:120px;
  150. text-align:center;
  151. }
  152.  
  153. .links {
  154. margin-left:-95px;
  155. width:55px;
  156. margin-top:22px;
  157. padding-top:5px;
  158. padding-left:2px;
  159. font-size:8px;
  160. text-transform:uppercase;
  161. line-height:200%;
  162. text-align:center;
  163. padding-bottom:{text:linksborder};
  164. }
  165.  
  166. #posts {
  167. margin-left:490px;
  168. margin-top:40px;
  169. width:500px;
  170. }
  171.  
  172. #pag {
  173. text-align:center;
  174. }
  175.  
  176. #postss {
  177. width:500px;
  178. margin-top:10px;
  179. padding:10px;
  180. }
  181.  
  182. #info {
  183. font-family:calibri;
  184. font-size: 10px;
  185. font-style: italic;
  186. margin-top:10px;
  187. border-top: 1px solid #eee;
  188. padding:3px;
  189. text-transform:lowercase;
  190. }
  191.  
  192.  
  193.  
  194.  
  195. </style>
  196. </head>
  197. <body>
  198. <div id="container">
  199. <div id="content">
  200. <div id="sidebar">
  201. <div id="bite">
  202. <div id="sbarimg"></a><img src="{image:sbarimg}" style="width:110px;"><div id="sbarimg2"><img src="{image:sbarimg2}" style="width:110px;"></div>
  203. <div class="death">
  204. <div id="description">{Description}<br>
  205. {block:Pagination}{/block:Pagination}
  206. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back •</a>{/block:PreviousPage}
  207. {block:NextPage}<a style="{color:text}"href="{NextPage}"> next</a>{/block:NextPage}
  208. </div></div></div></div>
  209. <div class="links">
  210. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br>
  211. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br>
  212. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br>
  213. <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  214. </div>
  215. </div>
  216. </div>
  217.  
  218. {block:Posts}<div id="posts" style="font-family:calibri;font-size:12; padding:10px;">
  219.  
  220. {block:Text}
  221. {block:Title}
  222. <h3><a href="{Permalink}">{Title}</a></h3>
  223. {/block:Title}
  224.  
  225. {Body}
  226.  
  227. {/block:Text}
  228.  
  229. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  230.  
  231. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  232.  
  233.  
  234. {block:Quote}
  235. "{Quote}"
  236.  
  237. {block:Source}
  238. <div class="source">{Source}</div>
  239. {/block:Source}
  240.  
  241. {/block:Quote}
  242.  
  243. {block:Link}
  244. <a href="{URL}" class="link" {Target}>{Name}</a>
  245.  
  246. {block:Description}
  247. <div class="description">{Description}</div>
  248. {/block:Description}
  249.  
  250. {/block:Link}
  251.  
  252. {block:Chat}
  253. {block:Title}
  254. <h3><a href="{Permalink}">{Title}</a></h3>
  255. {/block:Title}
  256.  
  257. {block:Lines}
  258. {block:Label}
  259. <span class="label">{Label}</span>
  260. {/block:Label}
  261.  
  262. {Line}
  263. {/block:Lines}
  264.  
  265. {/block:Chat}
  266.  
  267. {block:Video}
  268. {Video-500}
  269. <center>
  270. {block:Caption}
  271. <div class="caption">{Caption}</div>
  272. </center>{/block:Caption}
  273. </div>
  274. {/block:Video}
  275.  
  276. {block:Answer}<b>{Asker} whispered</b> "{Question}"
  277. {Answer}{/block:answer}
  278.  
  279.  
  280. {block:Audio}<div style="float:right;margin-top:-40px;">
  281. {AudioPlayerGrey}</div>
  282. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  283. {block:AlbumArt}
  284. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  285. {/block:AlbumArt}
  286. {block:TrackName}
  287. | {TrackName}
  288. {/block:TrackName}
  289. {block:Artist}
  290. | by {Artist}
  291. {/block:Artist}
  292. {block:Caption}
  293. {/block:Caption}
  294.  
  295.  
  296. {/block:Audio}
  297.  
  298. <div id="info">
  299. {block:IndexPage}<br>
  300. <center>
  301. posted
  302. <a href="{Permalink}"> {TimeAgo}</a>
  303. with
  304. <a href="{Permalink}">{NoteCountwithlabel} </a>
  305. <br>
  306. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  307.  
  308. <br>
  309. {block:HasTags}
  310. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  311. {/block:Tags}
  312. {/block:HasTags}
  313. </center> </div>
  314. {block:ContentSource}
  315. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  316. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  317. {/block:SourceLogo}
  318. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  319. {/block:ContentSource}
  320. {/block:IndexPage}
  321.  
  322. {block:PermalinkPage}
  323. <center>
  324. {block:Date}
  325. {TimeAgo} on
  326. {ShortMonth} {DayofMonth},{Year}
  327. {/block:Date}
  328. {block:NoteCount} {NoteCountWithLabel}
  329. {/block:NoteCount}<br>
  330. {block:HasTags}
  331. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  332. {/block:Tags}
  333. {/block:HasTags}
  334. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  335. </center>
  336. {/block:PermalinkPage}
  337.  
  338. {block:PostNotes}
  339. {PostNotes}
  340. {/block:PostNotes}
  341.  
  342.  
  343. </div>
  344. {/block:Posts}
  345.  
  346.  
  347.  
  348.  
  349. </body>
  350. </html>
Advertisement
Add Comment
Please, Sign In to add comment