wallflwers

Theme 16 Joshdevin

Jan 11th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 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:headerborder" 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:Link Hover" content="#292727"/>
  17. <meta name="color:linkback" content="#292727"/>
  18.  
  19. <meta name="image:Background" content""/>
  20. <meta name="image:Header" content="">
  21.  
  22.  
  23. <meta name="text:Link 1 URL" content="/"/>
  24. <meta name="text:Link 1 name" content=""/>
  25. <meta name="text:Link 2 URL" content="/"/>
  26. <meta name="text:Link 2 name" content=""/>
  27. <meta name="text:Link 3 URL" content="/"/>
  28. <meta name="text:Link 3 name" content=""/>
  29. <meta name="text:Link 4 URL" content="/"/>
  30. <meta name="text:Link 4 name" content=""/>
  31. <meta name="text:Link 5 URL" content="/"/>
  32. <meta name="text:Link 5 name" content=""/>
  33. <meta name="text:Link 6 URL" content="/"/>
  34. <meta name="text:Link 6 name" content=""/>
  35.  
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  38.  
  39. <script src="jquery.js"></script>
  40. <script>
  41. $(document).ready(function(){
  42. $("#flip").click(function(){
  43. $("#panel").slideToggle("fast");
  44. });
  45. });
  46. </script>
  47.  
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <title>
  52. {block:PostSummary}
  53. {PostSummary} - {/block:PostSummary}{Title}</title>
  54. </style>
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  
  60. 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;}
  61.  
  62.  
  63. 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;}
  64.  
  65.  
  66. 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;}
  67.  
  68.  
  69. 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;}
  70.  
  71. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  72. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  73.  
  74. {block:iftinycursor}
  75. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  76. {/block:iftinycursor}
  77.  
  78. body{
  79. margin:0;
  80. background-color: {color:Background};
  81. background-image: url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: repeat;
  84. background-position: center;
  85. font-family:calibri;
  86. font-size:11px;
  87. letter-spacing:1px;
  88. line-height:13px;
  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:0 auto
  109. width:450px;
  110. }
  111.  
  112. #content {
  113. width:450px;
  114. padding:20px;
  115. margin:auto;
  116. margin-top:-10px;
  117. }
  118.  
  119. #entry {
  120. width:450px;
  121. margin-top:20px;
  122. margin-left:120px;
  123. padding:3px;
  124.  
  125. }
  126.  
  127. #header {
  128. width: 700px;
  129. margin: 0 auto;
  130. }
  131. #header img {
  132. width: 700px;
  133. }
  134.  
  135. #border {
  136. width: 700px;
  137. background: {color:headerborder};
  138. text-align: center;
  139. padding: 8px 0;
  140. margin-top: -7px;
  141. }
  142.  
  143. #permalink{
  144. position:relative;
  145. margin-top:9px;
  146. padding-top:3px;
  147. font-size:8px;
  148. line-height:10px;
  149. font-family:cambria;
  150. letter-spacing:1px;
  151. text-transform:uppercase;
  152. }
  153.  
  154. #info{
  155. position:absolute;
  156. margin-top:-11px;
  157. font-size:8px;
  158. line-height:10px;
  159. font-family:cambria;
  160. letter-spacing:1px;
  161. right:0;
  162. text-transform:uppercase;
  163. }
  164.  
  165. #answer {
  166. padding-top:50px;
  167. }
  168.  
  169. #ask {
  170. float:left;
  171. margin-right:5px;
  172. padding:5px;
  173. background:{color:Ask Background};
  174. width:492px;
  175. }
  176.  
  177. #asker {
  178. float:left;
  179. }
  180.  
  181. .askername{
  182. text-transform:uppercase;
  183. font-size:10px;
  184. font-weight:bold;
  185. letter-spacing:1px;
  186. padding-top:3px;
  187. margin-top:3px;
  188. text-align:right;
  189. border-top:1px solid {color:Border};
  190. }
  191.  
  192.  
  193. #side {
  194. text-align:center;
  195. width:180px;
  196. margin-left:-125px;
  197. margin-top:20px;
  198. float: left;
  199. }
  200.  
  201.  
  202. #navigate a{
  203. text-transform:uppercase;
  204. font: 8px 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  205. font-size:10px;
  206. letter-spacing:2px;
  207. margin-top:3px;
  208. margin-left:0px;
  209. text-align:center;
  210. padding:2px;
  211. z-index:1;
  212. width:80px;
  213. display:inline-block;
  214. background-color:{color:linkback};
  215. color:{color:Links Text};
  216. transition: all 0.5s ease-out;
  217. -o-transition-transition: all 0.5s ease-out;
  218. -webkit-transition: all 0.5s ease-out;
  219. -moz-transition: all 0.5s ease-out;
  220. }
  221.  
  222.  
  223. #navigate a:hover{
  224. background:{color:Link Hover};
  225. color:{color:Link Text Hover};
  226. transition: all 0.5s ease-out;
  227. -o-transition-transition: all 0.5s ease-out;
  228. -webkit-transition: all 0.5s ease-out;
  229. -moz-transition: all 0.5s ease-out;
  230. }
  231.  
  232. .pgs {
  233. text-align:right;
  234. font-family:cambria;
  235. font-size:10px;
  236. text-transform:uppercase;
  237. margin-left:10px;
  238. border-top:1px solid {color:Border};
  239. }
  240.  
  241. .posttitle{
  242. font-family:cambria;
  243. font-size: 17px;
  244. line-height: 20px;
  245. }
  246.  
  247. blockquote{
  248. padding:0px 0px 2px 5px;
  249. margin:0px 0px 2px 1px;
  250. border-left: 3px solid {color:HyperLink Hover};}
  251. blockquote p, ul{margin:0px; padding:0px;
  252. }
  253.  
  254. .chat .line{
  255. padding: 2px;
  256. }
  257.  
  258. .chat .line .odd{
  259. color: {color:Link};
  260. }
  261.  
  262. .label {font-weight:bold; color:{color:text}}
  263.  
  264. a img{border: 0px;}
  265.  
  266. .p { padding-top: 5px; }
  267. .ol, ul { margin-left: 10px; padding: 5px; }
  268. .ul { list-style-type: square; }
  269.  
  270. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  271.  
  272. .playbox {position: absolute; z-index: 1000;}
  273.  
  274. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  275.  
  276. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  277. -webkit-transition: all 0.6s linear;
  278. -moz-transition: all 0.6s linear;
  279. transition: all 0.6s linear;}
  280.  
  281. .playbox:hover {opacity:.8;}
  282.  
  283. .title{
  284. width:
  285. position:absolute;
  286. line-height:23px;
  287. margin-left:90px;
  288. padding:4px;
  289. z-index: 1000;
  290. text-transform:uppercase;
  291. }
  292.  
  293. .video embed, .post div.video object {width:250px; height:187px}
  294.  
  295. .notes img{width:10px; position:left; top:3px;}
  296.  
  297. {CustomCSS}
  298. </style>
  299.  
  300. <link rel="shortcut icon" href="{Favicon}">
  301. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  302.  
  303. </head>
  304. <body>
  305.  
  306.  
  307.  
  308. <div id="header"><img src="{image:Header}">
  309. <div id="border"> </div></div>
  310. <div id="container">
  311. <div id="content">
  312. <div id="side">
  313. <div class="desc">
  314. <a style="font-family:calibri;font-style:italic;padding-bottom:10px;font-size:12px;" href="/">{title}</a>
  315. <div id="navigate" style="padding-top:5px;">
  316. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  317. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  318. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  319. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  320. <a style="margin-left:-3px;" href="{text:Link 5 URL}">{text:Link 5 name}</a>
  321. <a href="{text:Link 6 URL}">{text:Link 6 name}</a>
  322. </div>
  323. </div>
  324. <div style="margin-top:5px;width:140px;margin-left:18px;font-size:10px;letter-spacing:1px;font-family:times;">
  325. {block:Pagination}{/block:Pagination}
  326. {Description}
  327. <br>
  328. <div style="font-size:7px;">
  329. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}
  330. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  331. {block:PreviousPage}
  332. {/block:PreviousPage}
  333. {block:NextPage}
  334. {/block:NextPage}
  335. </div>
  336. </div>
  337. </div>
  338.  
  339.  
  340. {block:Posts}
  341. <div id="entry">
  342.  
  343. {block:Text}
  344. {block:Title}
  345. <div class="posttitle">{Title}</div>
  346. {/block:Title}
  347. {Body}
  348. {/block:Text}
  349.  
  350. {block:Link}
  351. <div class="posttitle">
  352. <a href="{URL}">{Name}</a>
  353. </div>
  354. {block:Description}{Description}{/block:Description}
  355. {/block:Link}
  356.  
  357. {block:Photo}
  358. <center>
  359. {LinkOpenTag}
  360. <div id="pic">
  361. <a href="{permalink}">
  362. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="450"></a>
  363. </div>
  364. {LinkCloseTag}
  365. </center>
  366. {block:Caption}{Caption}{/block:Caption}
  367. {block:ContentSource}
  368. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  369. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  370. {/block:SourceLogo}
  371. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  372. {/block:ContentSource}
  373. {block:ReblogParentURL}
  374. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  375. {/block:ReblogParentURL}
  376. {/block:Photo}
  377.  
  378. {block:Photoset}
  379. <center>
  380. <div class="photo">
  381. {Photoset-400}
  382. </div>
  383. </center>
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Photoset}
  386.  
  387. {block:Quote}
  388. <div class="posttitle">"{Quote}"</div>
  389. {block:Source}
  390. <i> - {Source}</i>
  391. {/block:Source}
  392. {/block:Quote}
  393.  
  394. {block:Chat}
  395. {block:Title}
  396. <div class="posttitle">
  397. {Title}
  398. </div>
  399. {/block:Title}
  400. <div class="chat">
  401. {block:Lines}
  402. <div class="chat">
  403. <div class="line {Alt}">
  404. <div class="{Alt} user_{UserNumber}">
  405. {block:Label}
  406. <b>{Label} </b>
  407. {/block:Label}
  408. {Line}
  409. </div>
  410. </div>
  411. </div>
  412. {/block:Lines}
  413. </div>
  414. {/block:Chat}
  415.  
  416. {block:Audio}
  417. <div class="playbox">
  418. <div class="playbutton">
  419. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  420. </div></div>
  421. {block:AlbumArt}
  422. <img src="{AlbumArtURL}" class="cover">
  423. {/block:AlbumArt}
  424.  
  425. <div class="title">
  426. {block:TrackName}
  427. <b>Title</b>:{TrackName}
  428. {/block:TrackName}
  429. </div>
  430.  
  431. <div class="title">
  432. {block:Artist}
  433. <b>Artist:</b>{Artist}
  434. {/block:Artist}
  435. </div>
  436.  
  437. <div class="title">
  438. {PlayCountWithLabel}
  439. </div>
  440.  
  441. <br>
  442. {block:Caption}{Caption}{/block:Caption}
  443. {/block:Audio}
  444.  
  445. {block:Video}
  446. <center>
  447. <div class="photo">
  448. {Video-400}
  449. </div>
  450. </center>
  451. {block:Caption}{Caption}{/block:Caption}
  452. {/block:Video}
  453.  
  454. {block:IndexPage}
  455. <div id="permalink">posted
  456. <a href="{Permalink}"> {TimeAgo}</a>
  457. with
  458. <a href="{Permalink}">{NoteCountWithLabel}</a>
  459. <div id="info">
  460. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©:{ReblogRootName}</a>) {/block:RebloggedFrom}
  461. </div>
  462. <br>
  463. {block:HasTags}
  464. TAGGED AS:
  465. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  466. {/block:Tags}
  467. {/block:HasTags}
  468. </div>
  469. {/block:IndexPage}
  470.  
  471. {block:PermalinkPage}
  472. <center>
  473. <div id="permalink">
  474. {block:Date}
  475. {TimeAgo} on
  476. {ShortMonth} {DayofMonth},{Year}
  477. {/block:Date}
  478. {block:NoteCount} · {NoteCountWithLabel}
  479. {/block:NoteCount}
  480. {block:HasTags} · Tags:
  481. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  482. {/block:Tags}
  483. {/block:HasTags}
  484. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  485. </div>
  486. </center>
  487. {/block:PermalinkPage}
  488.  
  489. {block:PostNotes}
  490. {PostNotes}
  491. {/block:PostNotes}
  492. </div>
  493. {/block:Posts}
  494. </div>
  495.  
  496. <div style="font-size: 11px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://joshdevin.tumblr.com">©joshdevin</a></div>
  497.  
  498.  
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment