wallflwers

Theme 20 Joshdevin

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