wallflwers

Theme 25 JD

Feb 10th, 2013
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 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:sidelinks" content="#bdbaba"/>
  16. <meta name="color:sidelinkshover" content="#e4e2e2"/>
  17. <meta name="color:links" content="#bdbaba"/>
  18. <meta name="color:linkshover" content="#e4e2e2"/>
  19. <meta name="color:text" content="#c4c6c7"/>
  20. <meta name="color:border" content="#f2f2f2"/>
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:desc" content="#c4c6c7"/>
  23.  
  24. <meta name="image:sbarimg" content=""/>
  25. <meta name="image:header" content=""/>
  26.  
  27. <meta name="if:img" 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="if:Link1" content=""/>
  39. <meta name="if:Link2" content=""/>
  40. <meta name="if:Link3" content=""/>
  41. <meta name="if:Link4" content=""/>
  42.  
  43.  
  44.  
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  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:450px;
  95. }
  96.  
  97. #content {
  98. width:450px;
  99. padding:20px;
  100. }
  101.  
  102. #border {
  103. width:750px;
  104. height:182px;
  105. margin-top:-10px;
  106. margin-left:250px;
  107. background-color:white;
  108. position:fixed;
  109. z-index:999;
  110. }
  111.  
  112. #header {
  113. width:700px;
  114. MARGIN-left:270px;
  115. margin-top:20px;
  116. position:fixed;
  117. z-index:1000;
  118. }
  119. #header img {
  120. width: 700px;
  121. height:150px;
  122. }
  123.  
  124.  
  125. #sidebar {
  126. margin-top:180px;
  127. margin-left:285px;
  128. width:100px;
  129. position:fixed;
  130. }
  131.  
  132. #sbarimg {
  133. width:80px;
  134. height:80px;
  135. {block:ifimg}
  136. border:1px solid #fff;
  137. {/block:ifimg};
  138. margin-left:310px;
  139. margin-top:-140px;
  140. z-index:22222;
  141. position:fixed;
  142. -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;
  143. }
  144.  
  145. #description {
  146. font-size:9px;
  147. width:200px;
  148. font-family:calibri;
  149. font-style:italic;
  150. letter-spacing:1px;
  151. padding:2px;
  152. padding-top:2px;
  153. background:white;
  154. color:{color:desc};
  155. position:fixed;
  156. margin-top:5px;
  157. z-index:1222;
  158. opacity:1;
  159. max-height:45px;
  160. margin-left:-60px;
  161. text-align:center;
  162. -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;
  163. }
  164.  
  165. .links {
  166. position:absolute;
  167. display:block;
  168. letter-spacing:1px;
  169. position:fixed;
  170. margin-left:-30px;
  171. margin-top:0px;
  172. font-size:15px;
  173. padding:2px;
  174. font-family:calibri;
  175. color:{color:sidelinks};
  176. text-transform:uppercase;
  177. line-height:110%;
  178. text-align:center;
  179. }
  180.  
  181. .links a{
  182. font-family:calibri;
  183. font-size:12px;
  184. display:block;
  185. padding:4px;
  186. min-width:60px;
  187. text-align:center;
  188. letter-spacing:2px;
  189. border:1px solid {color:border};
  190. text-decoration:none;
  191. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  192. }
  193.  
  194. .links a:hover{
  195. padding:1px;
  196. border-left:4px solid #eee;
  197. color:{color:sidelinkshover};
  198. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  199. }
  200.  
  201.  
  202. #posts {
  203. margin-left:368px;
  204. width:500px;
  205. border-left:1px solid #eee;
  206. }
  207.  
  208. #pag {
  209. text-align:center;
  210. }
  211.  
  212. #postss {
  213. width:500px;
  214. margin-top:10px;
  215. padding:10px;
  216. }
  217.  
  218. #info {
  219. font-family:calibri;
  220. font-size: 9px;
  221. margin-top:10px;
  222. border-top: 1px solid #eee;
  223. padding:3px;
  224. text-transform:lowercase;
  225. }
  226.  
  227.  
  228.  
  229. </style>
  230. </head>
  231. <body>
  232.  
  233. <div id="border"></div>
  234. <div id="header"> <img src="{image:header}" style="width:700px;">
  235. <div id="sbarimg">{block:ifimg}<a href="/"><img src="{image:sbarimg}" style="width:80px;height:80px;"> </a> {/block:ifimg}
  236. <div id="description">{Description}
  237. </div>
  238. </div>
  239. </div>
  240.  
  241. <div id="container">
  242. <div id="content">
  243.  
  244. <div id="sidebar">
  245.  
  246.  
  247. <div class="links">
  248. {block:iflink1}
  249. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br>
  250. {/block:iflink1}
  251. {block:iflink2}
  252. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br>
  253. {/block:iflink2}
  254. {block:iflink3}
  255. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br>
  256. {/block:iflink3}
  257. {block:iflink4}
  258. <a href="{text:Link 4 URL}">{text:Link 4 Name}</a><br>
  259. {/block:iflink4}
  260.  
  261.  
  262. <b>{block:Pagination}{/block:Pagination}
  263. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back</a>{/block:PreviousPage}
  264. {block:NextPage}<a style="{color:text}"href="{NextPage}">next</a>{/block:NextPage}</b>
  265.  
  266.  
  267. </div>
  268. </div></div>
  269.  
  270. <div style="margin-top:140px;">
  271. {block:Posts}<div id="posts" style="font-family:calibri;font-size:10px; padding:10px;letter-spacing:1px;">
  272.  
  273. {block:Text}
  274. {block:Title}
  275. <h3><a href="{Permalink}">{Title}</a></h3>
  276. {/block:Title}
  277.  
  278. {Body}
  279.  
  280. {/block:Text}
  281.  
  282. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  283.  
  284. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  285.  
  286.  
  287. {block:Quote}
  288. "{Quote}"
  289.  
  290. {block:Source}
  291. <div class="source">{Source}</div>
  292. {/block:Source}
  293.  
  294. {/block:Quote}
  295.  
  296. {block:Link}
  297. <a href="{URL}" class="link" {Target}>{Name}</a>
  298.  
  299. {block:Description}
  300. <div class="description">{Description}</div>
  301. {/block:Description}
  302.  
  303. {/block:Link}
  304.  
  305. {block:Chat}
  306. {block:Title}
  307. <h3><a href="{Permalink}">{Title}</a></h3>
  308. {/block:Title}
  309.  
  310. {block:Lines}
  311. {block:Label}
  312. <span class="label">{Label}</span>
  313. {/block:Label}
  314.  
  315. {Line}
  316. {/block:Lines}
  317.  
  318. {/block:Chat}
  319.  
  320. {block:Video}
  321. {Video-500}
  322. <center>
  323. {block:Caption}
  324. <div class="caption">{Caption}</div>
  325. </center>{/block:Caption}
  326. </div>
  327. {/block:Video}
  328.  
  329. {block:Answer}<b>{Asker} whispered:</b><br> <div style="background:#eee;border-left:4px solid #8c9194;padding:5px;">"{Question}"</div>
  330. {Answer}{/block:answer}
  331.  
  332.  
  333. {block:Audio}<div style="float:right;margin-top:-40px;">
  334. {AudioPlayerGrey}</div>
  335. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  336. {block:AlbumArt}
  337. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  338. {/block:AlbumArt}
  339. {block:TrackName}
  340. | {TrackName}
  341. {/block:TrackName}
  342. {block:Artist}
  343. | by {Artist}
  344. {/block:Artist}
  345. {block:Caption}
  346. {/block:Caption}
  347.  
  348.  
  349. {/block:Audio}
  350.  
  351. <div id="info">
  352. {block:IndexPage}<br>
  353. posted
  354. <a href="{Permalink}"> {TimeAgo}</a>
  355. with
  356. <a href="{Permalink}">{NoteCountwithlabel} </a>
  357. <br>
  358. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  359.  
  360. <br>
  361. {block:HasTags}
  362. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  363. {/block:Tags}
  364. {/block:HasTags}
  365. </center> </div>
  366. {block:ContentSource}
  367. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  368. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  369. {/block:SourceLogo}
  370. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  371. {/block:ContentSource}
  372. {/block:IndexPage}
  373.  
  374. {block:PermalinkPage}
  375. {block:Date}
  376. {TimeAgo} on
  377. {ShortMonth} {DayofMonth},{Year}
  378. {/block:Date}
  379. {block:NoteCount} {NoteCountWithLabel}
  380. {/block:NoteCount}<br>
  381. {block:HasTags}
  382. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  383. {/block:Tags}
  384. {/block:HasTags}
  385. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  386. </center>
  387. {/block:PermalinkPage}
  388.  
  389. {block:PostNotes}
  390. {PostNotes}
  391. {/block:PostNotes}
  392.  
  393.  
  394. </div>
  395. {/block:Posts}
  396.  
  397.  
  398.  
  399.  
  400. </body>
  401. </html>
Advertisement
Add Comment
Please, Sign In to add comment