wallflwers

Theme 06 Josh Devin

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