wallflwers

Theme17 Joshdevin

Jan 12th, 2013
2,911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6.  
  7. <meta name="color:Box" content="#f8f8f8"/>
  8. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Border" content="#e8e8e8"/>
  10. <meta name="color:HyperLink" content="#b1486c"/>
  11. <meta name="color:HyperLink Hover" content="#d6bfc7"/>
  12. <meta name="color:Scrollbar" content="#b1486c"/>
  13. <meta name="color:Links Text" content="#d59db0"/>
  14. <meta name="color:Link Text Hover" content="#292727"/>
  15. <meta name="color:Text" content="#9c8f93"/>
  16. <meta name="color:Background" content="#9c8f93"/>
  17.  
  18. <meta name="image:Sidebar" content""/>
  19. <meta name="image:background" content ""/>
  20.  
  21. <meta name="text:Link 3 URL" content="/"/>
  22. <meta name="text:Link 3 name" content=""/>
  23. <meta name="text:Link 4 URL" content="/"/>
  24. <meta name="text:Link 4 name" content=""/>
  25.  
  26.  
  27.  
  28. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  29.  
  30. <script src="jquery.js"></script>
  31. <script>
  32. $(document).ready(function(){
  33. $("#flip").click(function(){
  34. $("#panel").slideToggle("fast");
  35. });
  36. });
  37. </script>
  38.  
  39.  
  40.  
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <title>
  44. {block:PostSummary}
  45. {PostSummary} - {/block:PostSummary}{Title}</title>
  46. </style>
  47.  
  48. <style type="text/css">
  49.  
  50. #bite
  51. #bite a{
  52. display:block
  53. }
  54. #bite .death {;filter: alpha(opacity = 0);
  55. opacity:0;-webkit-transition: all 0.5s ease-out;
  56. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  57. }
  58.  
  59. #bite:hover .death {
  60. -webkit-transition: all 0.5s ease-out;
  61. -moz-transition: all 0.5s ease-out;
  62. transition: all 0.5s ease-out;
  63. filter: alpha(opacity = 100);
  64. filter: alpha(opacity = 100);
  65. opacity:100;
  66. }
  67.  
  68. 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;}
  69.  
  70.  
  71. 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;}
  72.  
  73. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  74. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  75.  
  76. {block:iftinycursor}
  77. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  78. {/block:iftinycursor}
  79.  
  80. body{
  81. background-color: {color:Background};
  82. background-image: url({image:Background});
  83. background-attachment: fixed;
  84. background-repeat: repeat;
  85. background-position: center;
  86. font-family:calibri;
  87. font-size:11px;
  88. line-height:12px;
  89. color:{color:Text};
  90. }
  91.  
  92. a:link, a:active, a:visited{
  93. color: {color:HyperLink};
  94. text-decoration:none;
  95. -webkit-transition: all 0.4s linear;
  96. -moz-transition: all 0.4s linear;
  97. transition: all 0.4s linear;
  98. }
  99.  
  100. a:hover{
  101. color: {color:HyperLink Hover};
  102. {block:iftinycursor}
  103. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  104. {/block:iftinycursor}
  105. }
  106.  
  107. #container {
  108. margin:auto;
  109. width:500px;
  110. }
  111.  
  112. #content {
  113. width:500px;
  114. padding:20px;
  115. margin-left:auto;
  116. margin-right:auto;
  117. margin-top:-10px;
  118. }
  119.  
  120. #entry {
  121. width:500px;
  122. margin-top:20px;
  123. margin-left:110px;
  124. padding:3px;
  125.  
  126. }
  127.  
  128.  
  129.  
  130. #side {
  131. position:fixed;
  132. text-align:center;
  133. width:142px;
  134. margin-top:230px;
  135. margin-left:-100px;
  136. }
  137.  
  138. #sidepic {
  139. text-align:center;
  140. width:120px;
  141. z-index:999;
  142. padding:10px;
  143. background:white;
  144. border:1px solid {color:Border};
  145. padding-bottom:8px;
  146. }
  147.  
  148. #sidepic{
  149. -webkit-transition: opacity 0.5s linear;
  150. opacity: 0.9;
  151. }
  152.  
  153. #sidepic:hover{
  154. -webkit-transition: opacity 0.5s linear;
  155. opacity: 1;
  156. }
  157.  
  158.  
  159. #sidepic{
  160. -moz-transition: opacity 0.5s linear;
  161. opacity: 0.9;
  162. }
  163.  
  164. #sidepic:hover{
  165. -moz-transition: opacity 0.5s linear;
  166. opacity: 1;
  167. }
  168.  
  169.  
  170. #description {
  171. font-size:9px;
  172. font-family:calibri;
  173. letter-spacing:1px;
  174. display: block;
  175. no-repeat 0 3px;
  176. text-align:center;
  177. padding-left:10px;
  178. margin-top:-100px;
  179. margin-left:-130px;
  180. width:110px;
  181. border-left:1px solid {color:border}
  182. }
  183.  
  184. #navigate a{
  185. text-transform:uppercase;
  186. font-family:calibri;
  187. font-size:7px;
  188. letter-spacing:1px;
  189. padding:2px;
  190. text-align:center;
  191. display:inline-block;
  192. color:{color:Links Text};
  193. transition: all 0.5s ease-out;
  194. -o-transition-transition: all 0.5s ease-out;
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;
  197. }
  198.  
  199.  
  200. #navigate a:hover{
  201. background:{color:Link Hover};
  202. color:{color:Link Text Hover};
  203. transition: all 0.5s ease-out;
  204. -o-transition-transition: all 0.5s ease-out;
  205. -webkit-transition: all 0.5s ease-out;
  206. -moz-transition: all 0.5s ease-out;
  207. }
  208.  
  209. .title{
  210. width:
  211. position:absolute;
  212. line-height:23px;
  213. margin-left:90px;
  214. padding:4px;
  215. z-index: 1000;
  216. text-transform:uppercase;
  217. }
  218.  
  219. .video embed, .post div.video object {width:250px; height:187px}
  220.  
  221. #tags{
  222. padding-top:6px;
  223. font-size:9px;
  224. position:relative;
  225. font-family:courier;
  226. }
  227.  
  228. #via{
  229. position:absolute;
  230. right:0;
  231. font-size:9px;
  232. font-family:courier;
  233. }
  234.  
  235. .head{
  236. font-family:calibri;
  237. font-style:italic;
  238. font-size: 15px;
  239. }
  240.  
  241.  
  242.  
  243. {CustomCSS}
  244. </style>
  245.  
  246. <link rel="shortcut icon" href="{Favicon}">
  247. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  248.  
  249. </head>
  250. <body>
  251. <div id="container">
  252. <div id="content">
  253. <div id="bite">
  254. <div id="side">
  255. <div class="death">
  256. <div id="navigate">
  257. <a href="/">home</a>
  258. <a href="/ask">ask</a>
  259. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  260. <a href="{text:Link 4 URL}">{text:Link 4 name}</a></div></div>
  261. <div id="sidepic"><img src="{image:Sidebar}" style="width:120px;"/></div>
  262. <div id="description">{Description}<br>{block:Pagination}{/block:Pagination}
  263. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">←</a>{/block:PreviousPage}
  264. {block:NextPage}<a style="{color:text}"href="{NextPage}">→</a>{/block:NextPage}
  265. </div>
  266. </div>
  267. </div>
  268.  
  269.  
  270. {block:Posts}
  271. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  272.  
  273.  
  274. {block:Text}
  275. {block:Title}
  276. <div class="head">{Title}</div>
  277. {/block:Title}
  278. {Body}
  279. {/block:Text}
  280.  
  281. {block:Link}
  282. <div class="head">
  283. <a href="{URL}">{Name}</a>
  284. </div>
  285. {block:Description}{Description}{/block:Description}
  286. {/block:Link}
  287.  
  288. {block:Photo}
  289. <center>
  290. {LinkOpenTag}
  291. <div id="pic">
  292. <a href="{tags}">
  293. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  294. </div>
  295. {LinkCloseTag}
  296. </center>
  297. {block:Caption}{Caption}{/block:Caption}
  298. {block:ContentSource}
  299. {/block:ContentSource}
  300. {block:ReblogParentURL}
  301. {/block:ReblogParentURL}
  302. {/block:Photo}
  303.  
  304. {block:Photoset}
  305. <center>
  306. <div class="photo">
  307. {Photoset-500}
  308. </div>
  309. </center>
  310. {block:Caption}{Caption}{/block:Caption}
  311. {/block:Photoset}
  312.  
  313. {block:Quote}
  314. <div class="head">"{Quote}"</div>
  315. {block:Source}
  316. <i> ~ {Source}</i>
  317. {/block:Source}
  318. {/block:Quote}
  319.  
  320. {block:Chat}
  321. {block:Title}
  322. <div class="head">
  323. {Title}
  324. </div>
  325. {/block:Title}
  326. {block:Lines}
  327. <div class="line {Alt}">
  328. <div class="{Alt} user_{UserNumber}">
  329. {block:Label}
  330. <b>{Label} </b>
  331. {/block:Label}
  332. {Line}
  333. </div>
  334. </div>
  335. {/block:Lines}
  336. {/block:Chat}
  337.  
  338. {block:Audio}
  339. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  340.  
  341. {block:TrackName}
  342. {TrackName}
  343. {/block:TrackName}
  344.  
  345. {block:Artist}
  346. {Artist}
  347. {/block:Artist}
  348.  
  349.  
  350. <br>
  351. {block:Caption}{Caption}{/block:Caption}
  352. {/block:Audio}
  353.  
  354. {block:Video}
  355. <center>
  356. <div class="photo">
  357. {Video-500}
  358. </div>
  359. </center>
  360. {block:Caption}{Caption}{/block:Caption}
  361. {/block:Video}
  362.  
  363. {block:IndexPage}
  364. <div id="tags">posted
  365. <a href="{Permalink}"> {TimeAgo}</a>
  366. with
  367. <a href="{Permalink}">{NoteCountWithLabel}</a>
  368. <div id="via">
  369. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ~ (<a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  370. </div>
  371. <br>
  372. {block:HasTags}
  373. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  374. {/block:Tags}
  375. {/block:HasTags}
  376. </div>
  377. {/block:IndexPage}
  378.  
  379. {block:PermalinkPage}
  380. <center>
  381. <div id="tags">
  382. {block:Date}
  383. {TimeAgo} on
  384. {ShortMonth} {DayofMonth},{Year}
  385. {/block:Date}
  386. {block:NoteCount} {NoteCountWithLabel}
  387. {/block:NoteCount}<br>
  388. {block:HasTags}
  389. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  390. {/block:Tags}
  391. {/block:HasTags}
  392. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  393. </div>
  394. </center>
  395. {/block:PermalinkPage}
  396.  
  397. {block:PostNotes}
  398. {PostNotes}
  399. {/block:PostNotes}
  400. </div>
  401. {/block:Posts}
  402. </div>
  403. <div style="font-size: 10px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://joshdevin.tumblr.com">©joshdevin</a></div>
  404.  
  405. </body>
  406. </html>
Advertisement
Add Comment
Please, Sign In to add comment