wallflwers

my theme #unkown

Jan 23rd, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 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.  
  16.  
  17. <meta name="color:links" content="#f8f8f8"/>
  18. <meta name="color:linkshover" content="#f8f8f8"/>
  19. <meta name="color:text" content="#f8f8f8"/>
  20. <meta name="color:border" content="#f8f8f8"/>
  21. <meta name="color:imgborder" content="#f8f8f8"/>
  22. <meta name="color:background" content="#ffffff"/>
  23. <meta name="color:box" content="#f8f8f8"/>
  24.  
  25.  
  26.  
  27. <meta name="image:sbarimg" content=""/>
  28.  
  29. <meta name="text:Link 1 Name" content=""/>
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 2 Name" content=""/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 3 Name" content=""/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 4 Name" content=""/>
  36. <meta name="text:Link 4 URL" content="/"/>
  37.  
  38. <meta name="text:Linksborder" content="/"/>
  39.  
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  42.  
  43.  
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <title>
  47. {block:PostSummary}
  48. {PostSummary} - {/block:PostSummary}{Title}</title>
  49. </style>
  50.  
  51. <style type="text/css">
  52.  
  53. 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; }
  54.  
  55. 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; }
  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.  
  64. 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;}
  65.  
  66.  
  67. 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;}
  68.  
  69. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  70. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  71.  
  72.  
  73. body
  74. {font-family:calibri;
  75. font-size:11px;
  76. color:{color:text};
  77. background-color:{color:background};
  78. }
  79.  
  80. a
  81. {text-decoration:none;
  82. -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;
  83. opacity:1;
  84. color:{color:links};
  85. }
  86.  
  87. a:hover
  88. {text-decoration:none;
  89. opacity:1;
  90. color:{color:linkshover};
  91. }
  92.  
  93. #container {
  94. width:500px;
  95. }
  96.  
  97. #content {
  98. width:500px;
  99. padding:10px;
  100. margin:auto;
  101. }
  102.  
  103. #sidebar {
  104. margin-top:180px;
  105. margin-left:200px;
  106. width:100px;
  107. position:fixed;
  108. }
  109.  
  110. #sbarimg {
  111. width:100px;
  112. padding:5px;
  113. border:1px solid {color:imgborder};
  114. display:center;
  115. position:fixed;
  116. padding-bottom:3px;
  117. }
  118.  
  119. #description {
  120. width:110px;
  121. font-size:9px;
  122. font-family:calibri;
  123. letter-spacing:.7px;
  124. padding:2px;
  125. padding-top:2px;
  126. color:{color:text};
  127. line-height:130%;
  128. position:fixed;
  129. margin-top:10px;
  130. margin-left:-7px;
  131. text-align:center;
  132. }
  133.  
  134.  
  135. .links {
  136. width:97px;
  137. margin-top:-20px;
  138. padding-top:5px;
  139. padding-left:2px;
  140. font-size:9px;
  141. line-height:175%;
  142. text-align:right;
  143. padding-bottom:{text:linksborder};
  144. }
  145.  
  146. #posts {
  147. margin-left:410px;
  148. margin-top:20px;
  149. width:500px;
  150. }
  151.  
  152. #pag {
  153. text-align:center;
  154. font-size:8px;
  155. }
  156.  
  157.  
  158. #info {
  159. font-family:calibri;
  160. font-size: 10px;
  161. font-style: italic;
  162. margin-top:10px;
  163. border-top: 1px solid #eee;
  164. padding:3px;
  165. text-transform:lowercase;
  166. }
  167.  
  168.  
  169.  
  170. </style>
  171. </head>
  172. <body>
  173. <div id="container">
  174. <div id="content">
  175. <div id="sidebar">
  176. <div id="sbarimg"></a><img src="{image:sbarimg}" style="width:100px;">
  177. <div id="description">{Description}<br><div id="pag">
  178. {block:Pagination}{/block:Pagination}
  179. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back •</a>{/block:PreviousPage}
  180. {block:NextPage}<a style="{color:text}"href="{NextPage}"> next</a>{/block:NextPage}</div>
  181. </div></div>
  182. <div class="links">
  183. <a style="padding-right:1px;"href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  184. <a style="padding-right:1px;"href="{text:Link 2 URL}">{text:Link 2 Name}</a>
  185. <a style="padding-right:1px;"href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  186. <a style="padding-right:1px;"href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  187.  
  188. </div>
  189. </div>
  190.  
  191. {block:Posts}<div id="posts" style="font-family:calibri;font-size:12; padding:10px;">
  192.  
  193. {block:Text}
  194. {block:Title}
  195. <h3><a href="{Permalink}">{Title}</a></h3>
  196. {/block:Title}
  197.  
  198. {Body}
  199.  
  200. {/block:Text}
  201.  
  202. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  203.  
  204. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  205.  
  206.  
  207. {block:Quote}
  208. "{Quote}"
  209.  
  210. {block:Source}
  211. <div class="source">{Source}</div>
  212. {/block:Source}
  213.  
  214. {/block:Quote}
  215.  
  216. {block:Link}
  217. <a href="{URL}" class="link" {Target}>{Name}</a>
  218.  
  219. {block:Description}
  220. <div class="description">{Description}</div>
  221. {/block:Description}
  222.  
  223. {/block:Link}
  224.  
  225. {block:Chat}
  226. {block:Title}
  227. <h3><a href="{Permalink}">{Title}</a></h3>
  228. {/block:Title}
  229.  
  230. {block:Lines}
  231. {block:Label}
  232. <span class="label">{Label}</span>
  233. {/block:Label}
  234.  
  235. {Line}
  236. {/block:Lines}
  237.  
  238. {/block:Chat}
  239.  
  240. {block:Video}
  241. {Video-500}
  242. <center>
  243. {block:Caption}
  244. <div class="caption">{Caption}</div>
  245. </center>{/block:Caption}
  246. </div>
  247. {/block:Video}
  248.  
  249. {block:Answer}<b>{Asker} whispered</b> "{Question}"
  250. {Answer}{/block:answer}
  251.  
  252.  
  253. {block:Audio}<div style="float:right;margin-top:-40px;">
  254. {AudioPlayerGrey}</div>
  255. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  256. {block:AlbumArt}
  257. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  258. {/block:AlbumArt}
  259. {block:TrackName}
  260. | {TrackName}
  261. {/block:TrackName}
  262. {block:Artist}
  263. | by {Artist}
  264. {/block:Artist}
  265. {block:Caption}
  266. {/block:Caption}
  267.  
  268.  
  269. {/block:Audio}
  270.  
  271. <div id="info">
  272. {block:IndexPage}<br>
  273. <center>
  274. posted
  275. <a href="{Permalink}"> {TimeAgo}</a>
  276. with
  277. <a href="{Permalink}">{NoteCountwithlabel} </a>
  278. <br>
  279. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  280.  
  281. <br>
  282. {block:HasTags}
  283. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  284. {/block:Tags}
  285. {/block:HasTags}
  286. </center> </div>
  287. {block:ContentSource}
  288. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  289. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  290. {/block:SourceLogo}
  291. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  292. {/block:ContentSource}
  293. {/block:IndexPage}
  294.  
  295. {block:PermalinkPage}
  296. <center>
  297. {block:Date}
  298. {TimeAgo} on
  299. {ShortMonth} {DayofMonth},{Year}
  300. {/block:Date}
  301. {block:NoteCount} {NoteCountWithLabel}
  302. {/block:NoteCount}<br>
  303. {block:HasTags}
  304. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  305. {/block:Tags}
  306. {/block:HasTags}
  307. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  308. </center>
  309. {/block:PermalinkPage}
  310.  
  311. {block:PostNotes}
  312. {PostNotes}
  313. {/block:PostNotes}
  314.  
  315.  
  316. </div>
  317. {/block:Posts}
  318.  
  319.  
  320.  
  321.  
  322. </body>
  323. </html>
Advertisement
Add Comment
Please, Sign In to add comment