wallflwers

Theme 22 JD

Feb 2nd, 2013
4,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 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.  
  23. <meta name="image:sbarimg" content=""/>
  24.  
  25. <meta name="text:Link 1 Name" content=""/>
  26. <meta name="text:Link 1 URL" content="/"/>
  27. <meta name="text:Link 2 Name" content=""/>
  28. <meta name="text:Link 2 URL" content="/"/>
  29. <meta name="text:Link 3 Name" content=""/>
  30. <meta name="text:Link 3 URL" content="/"/>
  31. <meta name="text:Link 4 Name" content=""/>
  32. <meta name="text:Link 4 URL" content="/"/>
  33.  
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41.  
  42. 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; }
  43.  
  44. 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; }
  45.  
  46.  
  47. 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;}
  48.  
  49.  
  50. 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;}
  51.  
  52.  
  53. 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;}
  54.  
  55.  
  56. 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;}
  57.  
  58. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  59. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  60.  
  61.  
  62. body
  63. {font-family:calibri;
  64. font-size:11px;
  65. color:{color:text};
  66. background-color:{color:background};
  67. }
  68.  
  69. a
  70. {text-decoration:none;
  71. -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;
  72. opacity:1;
  73. color:{color:links};
  74. }
  75.  
  76. a:hover
  77. {text-decoration:none;
  78. opacity:1;
  79. color:{color:linkshover};
  80. }
  81.  
  82. #container {
  83. width:500px;
  84. }
  85.  
  86. #content {
  87. width:500px;
  88. margin: 0 auto -12px auto;
  89. text-align: center;
  90. }
  91.  
  92.  
  93. #sidebar {
  94. margin-top:180px;
  95. margin-left:285px;
  96. width:100px;
  97. position:fixed;
  98. }
  99.  
  100. #sbarimg {
  101. width:100px;
  102. height:100px;
  103. padding:5px;
  104. margin-left:-35px;
  105. display:center;
  106. position:fixed;
  107.  
  108. }
  109.  
  110. #description {
  111. width:110px;
  112. font-size:9px;
  113. font-family:calibri;
  114. font-style:italic;
  115. letter-spacing:1px;
  116. padding:2px;
  117. padding-top:2px;
  118. color:{color:text};
  119. position:fixed;
  120. margin-top:110px;
  121. margin-left:-36px;
  122. text-align:center;
  123. }
  124.  
  125. .links {
  126. position:absolute;
  127. display:block;
  128. letter-spacing:1px;
  129. position:fixed;
  130. margin-left:-70px;
  131. margin-top:15px;
  132. font-size:9px;
  133. padding:2px;
  134. font-family:inconsolata;
  135. color:{color:sidelinks};
  136. text-transform:uppercase;
  137. line-height:110%;
  138. width:30px;
  139. text-align:center;
  140. }
  141.  
  142. .links a{
  143. font-family:inconsolata;
  144. font-size:8px;
  145. display:block;
  146. border:1px solid {color:border};
  147. text-decoration:none;
  148. -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;
  149. }
  150.  
  151. .links a:hover{
  152. padding:1px;
  153. color:{color:sidelinkshover};
  154. -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;
  155. }
  156.  
  157.  
  158. #posts {
  159. margin-left:420px;
  160. margin-top:40px;
  161. width:500px;
  162. }
  163.  
  164. #pag {
  165. text-align:center;
  166. }
  167.  
  168. #postss {
  169. width:500px;
  170. margin-top:10px;
  171. padding:10px;
  172. }
  173.  
  174. #info {
  175. font-family:calibri;
  176. font-size: 10px;
  177. font-style: italic;
  178. margin-top:10px;
  179. border-top: 1px solid #eee;
  180. padding:3px;
  181. text-transform:lowercase;
  182. }
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189. </style>
  190. </head>
  191. <body>
  192. <div id="container">
  193. <div id="content">
  194.  
  195.  
  196. <div id="sidebar">
  197.  
  198. <div id="sbarimg"></a><img src="{image:sbarimg}" style="width:100px;height:100px;border-radius:50px;}"></div>
  199.  
  200. <div id="description">{Description}<br>
  201.  
  202. {block:Pagination}{/block:Pagination}
  203. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back •</a>{/block:PreviousPage}
  204. {block:NextPage}<a style="{color:text}"href="{NextPage}"> next</a>{/block:NextPage}
  205. </div>
  206.  
  207. <div class="links">
  208. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br>
  209. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br>
  210. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br>
  211. <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  212.  
  213.  
  214. </div>
  215. </div></div>
  216.  
  217.  
  218. {block:Posts}<div id="posts" style="font-family:courier;font-size:9px; padding:10px;letter-spacing:1px;">
  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