wallflwers

Theme 26 JD

Feb 13th, 2013
1,858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.54 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="#000000"/>
  16. <meta name="color:sidelinkshover" content="#e4e2e2"/>
  17. <meta name="color:links" content="#000000"/>
  18. <meta name="color:linkshover" content="#e4e2e2"/>
  19. <meta name="color:text" content="#000000"/>
  20. <meta name="color:border" content="#eeeeee"/>
  21. <meta name="color:background" content="#000000"/>
  22. <meta name="color:linkback" content="#000000"/>
  23.  
  24.  
  25. <meta name="image:sbarimg" content=""/>
  26. <meta name="text:sbarimg2" content=""/>
  27.  
  28.  
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 2 URL" content="/"/>
  31. <meta name="text:Link 3 URL" 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:250px;
  96. width:200px;
  97. height:200px;
  98. position:fixed;
  99. }
  100.  
  101. #sbarimg {
  102. width:100px;
  103. height:100px;
  104. padding:5px;
  105. margin-left:-35px;
  106. display:center;
  107. position:fixed;
  108. }
  109.  
  110.  
  111. #description {
  112. width:50px;
  113. font-size:9px;
  114. font-family:calibri;
  115. font-style:italic;
  116. letter-spacing:1px;
  117. padding:2px;
  118. line-height:120%;
  119. padding-top:2px;
  120. color:{color:text};
  121. position:fixed;
  122. margin-top:7px;
  123. margin-left:75px;
  124. text-align:left;
  125. }
  126.  
  127. .links {
  128. position:absolute;
  129. letter-spacing:1px;
  130. position:fixed;
  131. margin-left:-60px;
  132. margin-top:3px;
  133. font-size:9px;
  134. padding:2px;
  135. font-family:inconsolata;
  136. color:{color:sidelinks};
  137. text-transform:uppercase;
  138. width:23px;
  139. border-radius:10px;
  140. }
  141.  
  142. .links a{
  143. font-family:inconsolata;
  144. font-size:9px;
  145. text-align:left;
  146. padding:5px;
  147. margin-top:2px;
  148. display:block;
  149. border:1px solid {color:border};
  150. border-radius:40px;
  151. line-height:120%;
  152. text-decoration:none;
  153. -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;
  154. }
  155.  
  156. .links a:hover{
  157. color:{color:sidelinkshover};
  158. background:{color:linkback};
  159. border:1px solid {color:linkback};
  160. -moz-transition-duration:0.5s;
  161. -webkit-transition-duration:0.5s;
  162. -o-transition-duration:0.5s;
  163.  
  164. }
  165.  
  166.  
  167. #posts {
  168. margin-left:420px;
  169. margin-top:40px;
  170. width:500px;
  171. }
  172.  
  173. #pag {
  174. text-align:center;
  175. }
  176.  
  177. #postss {
  178. width:500px;
  179. margin-top:10px;
  180. padding:10px;
  181. }
  182.  
  183. #info {
  184. font-family:calibri;
  185. font-size: 10px;
  186. font-style: italic;
  187. margin-top:10px;
  188. border-top: 1px solid #eee;
  189. padding:3px;
  190. text-transform:lowercase;
  191. }
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. </style>
  199. </head>
  200. <body>
  201. <div id="container">
  202. <div id="content">
  203.  
  204.  
  205. <div id="sidebar">
  206.  
  207. <div id="sbarimg"></a><img src="{image:sbarimg}" style="width:100px;height:100px;}">
  208. {block:Pagination}{/block:Pagination}
  209. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">← </a>{/block:PreviousPage}
  210. {block:NextPage}<a style="{color:text}"href="{NextPage}"> →</a>{/block:NextPage}
  211. </div>
  212.  
  213. <div id="description">{Description}<br>
  214. </div>
  215.  
  216. <div class="links">
  217. <a href="{text:Link 1 URL}">01.</a>
  218. <a href="{text:Link 2 URL}">02.</a>
  219. <a href="{text:Link 3 URL}">03.</a>
  220. <a href="{text:Link 4 URL}">04.</a>
  221.  
  222.  
  223. </div>
  224. </div></div>
  225.  
  226.  
  227. {block:Posts}<div id="posts" style="font-family:courier;font-size:9px; padding:10px;letter-spacing:1px;">
  228.  
  229. {block:Text}
  230. {block:Title}
  231. <h3><a href="{Permalink}">{Title}</a></h3>
  232. {/block:Title}
  233.  
  234. {Body}
  235.  
  236. {/block:Text}
  237.  
  238. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  239.  
  240. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  241.  
  242.  
  243. {block:Quote}
  244. "{Quote}"
  245.  
  246. {block:Source}
  247. <div class="source">{Source}</div>
  248. {/block:Source}
  249.  
  250. {/block:Quote}
  251.  
  252. {block:Link}
  253. <a href="{URL}" class="link" {Target}>{Name}</a>
  254.  
  255. {block:Description}
  256. <div class="description">{Description}</div>
  257. {/block:Description}
  258.  
  259. {/block:Link}
  260.  
  261. {block:Chat}
  262. {block:Title}
  263. <h3><a href="{Permalink}">{Title}</a></h3>
  264. {/block:Title}
  265.  
  266. {block:Lines}
  267. {block:Label}
  268. <span class="label">{Label}</span>
  269. {/block:Label}
  270.  
  271. {Line}
  272. {/block:Lines}
  273.  
  274. {/block:Chat}
  275.  
  276. {block:Video}
  277. {Video-500}
  278. <center>
  279. {block:Caption}
  280. <div class="caption">{Caption}</div>
  281. </center>{/block:Caption}
  282. </div>
  283. {/block:Video}
  284.  
  285. {block:Answer}<b>{Asker} whispered</b> "{Question}"
  286. {Answer}{/block:answer}
  287.  
  288.  
  289. {block:Audio}<div style="float:right;margin-top:-40px;">
  290. {AudioPlayerGrey}</div>
  291. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  292. {block:AlbumArt}
  293. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  294. {/block:AlbumArt}
  295. {block:TrackName}
  296. | {TrackName}
  297. {/block:TrackName}
  298. {block:Artist}
  299. | by {Artist}
  300. {/block:Artist}
  301. {block:Caption}
  302. {/block:Caption}
  303.  
  304.  
  305. {/block:Audio}
  306.  
  307. <div id="info">
  308. {block:IndexPage}<br>
  309. <center>
  310. posted
  311. <a href="{Permalink}"> {TimeAgo}</a>
  312. with
  313. <a href="{Permalink}">{NoteCountwithlabel} </a>
  314. <br>
  315. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  316.  
  317. <br>
  318. {block:HasTags}
  319. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  320. {/block:Tags}
  321. {/block:HasTags}
  322. </center> </div>
  323. {block:ContentSource}
  324. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  325. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  326. {/block:SourceLogo}
  327. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  328. {/block:ContentSource}
  329. {/block:IndexPage}
  330.  
  331. {block:PermalinkPage}
  332. <center>
  333. {block:Date}
  334. {TimeAgo} on
  335. {ShortMonth} {DayofMonth},{Year}
  336. {/block:Date}
  337. {block:NoteCount} {NoteCountWithLabel}
  338. {/block:NoteCount}<br>
  339. {block:HasTags}
  340. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  341. {/block:Tags}
  342. {/block:HasTags}
  343. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  344. </center>
  345. {/block:PermalinkPage}
  346.  
  347. {block:PostNotes}
  348. {PostNotes}
  349. {/block:PostNotes}
  350.  
  351.  
  352. </div>
  353. {/block:Posts}
  354.  
  355.  
  356.  
  357.  
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment