wallflwers

Theme 18 Joshdevin

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