wallflwers

Theme 06 Joshdevin (Small posts)

Dec 20th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.16 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. margin-left:25px;
  218. text-align:center;
  219. width:100px;
  220. color:{color:title};
  221. letter-spacing:1px;
  222. font-size:9px;
  223. font-family:courier;
  224. }
  225.  
  226.  
  227. #navigate a{
  228. text-transform:uppercase;
  229. font-family:courier;
  230. font-size:8px;
  231. letter-spacing:.01px;
  232. margin-top:0px;
  233. width:30px;
  234. margin-left:110px;
  235. text-align:center;
  236. display:block;
  237. background:{color:linkback};
  238. color:{color:Links Text}; transition: all 0.5s ease-out;
  239. -o-transition-transition: all 0.5s ease-out;
  240. -webkit-transition: all 0.5s ease-out;
  241. -moz-transition: all 0.5s ease-out; }
  242.  
  243. #navigate a:hover{
  244. background:{color:Link Hover};
  245. color:{color:Link Text Hover};
  246. transition: all 0.5s ease-out;
  247. -o-transition-transition: all 0.5s ease-out;
  248. -webkit-transition: all 0.5s ease-out;
  249. -moz-transition: all 0.5s ease-out;
  250. }
  251.  
  252. .pgs {
  253. text-align:right;
  254. font-family:cambria;
  255. font-size:10px;
  256. text-transform:uppercase;
  257. margin-left:10px;
  258. border-top:1px solid {color:Border};
  259. }
  260.  
  261. .posttitle{
  262. font-family:cambria;
  263. font-size: 17px;
  264. line-height: 20px;
  265. }
  266.  
  267. blockquote{
  268. padding:0px 0px 2px 5px;
  269. margin:0px 0px 2px 1px;
  270. border-left: 3px solid {color:HyperLink Hover};}
  271. blockquote p, ul{margin:0px; padding:0px;
  272. }
  273.  
  274. .chat .line{
  275. padding: 2px;
  276. }
  277.  
  278. .chat .line .odd{
  279. color: {color:Link};
  280. }
  281.  
  282. .label {font-weight:bold; color:{color:text}}
  283.  
  284. a img{border: 0px;}
  285.  
  286. .p { padding-top: 5px; }
  287. .ol, ul { margin-left: 10px; padding: 5px; }
  288. .ul { list-style-type: square; }
  289.  
  290. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  291.  
  292. .playbox {position: absolute; z-index: 1000;}
  293.  
  294. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  295.  
  296. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  297. -webkit-transition: all 0.6s linear;
  298. -moz-transition: all 0.6s linear;
  299. transition: all 0.6s linear;}
  300.  
  301. .playbox:hover {opacity:.8;}
  302.  
  303. .title{
  304. width:
  305. position:absolute;
  306. line-height:23px;
  307. margin-left:90px;
  308. padding:4px;
  309. z-index: 1000;
  310. text-transform:uppercase;
  311. }
  312.  
  313.  
  314. #description {
  315. margin-top:95px;
  316. margin-left:3px;
  317. text-align:left;
  318. font-family:calibri;
  319. font-size:9px;
  320. width:110px;
  321. letter-spacing:1px;
  322. position:fixed;
  323. z-index:-1;
  324. letter-spacing:1px;
  325. line-height:100%;}
  326.  
  327. #pag {
  328. text-align:center;
  329. }
  330.  
  331.  
  332. .video embed, .post div.video object {width:250px; height:187px}
  333.  
  334. .notes img{width:10px; position:left; top:3px;}
  335.  
  336.  
  337. {CustomCSS}
  338. </style>
  339.  
  340. <link rel="shortcut icon" href="{Favicon}">
  341. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  342.  
  343. </head>
  344. <body><style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  345. <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>
  346.  
  347.  
  348.  
  349. <div id="container">
  350. <div id="content">
  351. <div id="side">
  352. <div id="bite">
  353. <div id="sidepic">
  354. <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>
  355. <div id="title">•{title}•</title>
  356. </div>
  357. </div>
  358.  
  359. <div style="padding:2px;margin-top:-60%;width:100px;margin-left:19px;text-align:center;">
  360. <div id="description">{Description}<br>
  361. </div>
  362.  
  363. <div class="desc">
  364. <div class="death">
  365. <div id="navigate">
  366. <a href="{text:Link 1 URL}">01</a>
  367. <a href="{text:Link 2 URL}">02</a>
  368. <a href="{text:Link 3 URL}">03</a>
  369. <a href="{text:Link 4 URL}">04</a>
  370. {block:Pagination}{/block:Pagination}
  371. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  372. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  373.  
  374.  
  375. </div>
  376. </div>
  377. </div>
  378. </div>
  379.  
  380. </div>
  381. {block:ifNotInfiniteScrolling}
  382. {block:PreviousPage}
  383. {/block:PreviousPage}
  384. {block:NextPage}
  385. {/block:NextPage}
  386. </div>
  387. {/block:ifNotInfiniteScrolling}
  388. </div>
  389.  
  390. {block:Posts}
  391. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  392.  
  393. {block:Text}
  394. {block:Title}
  395. <div class="posttitle">{Title}</div>
  396. {/block:Title}
  397. {Body}
  398. {/block:Text}
  399.  
  400. {block:Link}
  401. <div class="posttitle">
  402. <a href="{URL}">{Name}</a>
  403. </div>
  404. {block:Description}{Description}{/block:Description}
  405. {/block:Link}
  406.  
  407. {block:Photo}
  408. <center>
  409. {LinkOpenTag}
  410. <div id="pic">
  411. <a href="{permalink}">
  412. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"></a>
  413. </div>
  414. {LinkCloseTag}
  415. </center>
  416. {block:Caption}{Caption}{/block:Caption}
  417. {block:ContentSource}
  418. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  419. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  420. {/block:SourceLogo}
  421. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  422. {/block:ContentSource}
  423. {block:ReblogParentURL}
  424. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  425. {/block:ReblogParentURL}
  426. {/block:Photo}
  427.  
  428. {block:Photoset}
  429. <center>
  430. <div class="photo">
  431. {Photoset-400}
  432. </div>
  433. </center>
  434. {block:Caption}{Caption}{/block:Caption}
  435. {/block:Photoset}
  436.  
  437. {block:Quote}
  438. <div class="posttitle">"{Quote}"</div>
  439. {block:Source}
  440. <i> - {Source}</i>
  441. {/block:Source}
  442. {/block:Quote}
  443.  
  444. {block:Chat}
  445. {block:Title}
  446. <div class="posttitle">
  447. {Title}
  448. </div>
  449. {/block:Title}
  450. <div class="chat">
  451. {block:Lines}
  452. <div class="chat">
  453. <div class="line {Alt}">
  454. <div class="{Alt} user_{UserNumber}">
  455. {block:Label}
  456. <b>{Label} </b>
  457. {/block:Label}
  458. {Line}
  459. </div>
  460. </div>
  461. </div>
  462. {/block:Lines}
  463. </div>
  464. {/block:Chat}
  465.  
  466. {block:Audio}
  467. <div class="playbox">
  468. <div class="playbutton">
  469. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  470. </div></div>
  471. {block:AlbumArt}
  472. <img src="{AlbumArtURL}" class="cover">
  473. {/block:AlbumArt}
  474.  
  475. <div class="title">
  476. {block:TrackName}
  477. <b>Title</b>:{TrackName}
  478. {/block:TrackName}
  479. </div>
  480.  
  481. <div class="title">
  482. {block:Artist}
  483. <b>Artist:</b>{Artist}
  484. {/block:Artist}
  485. </div>
  486.  
  487. <div class="title">
  488. {PlayCountWithLabel}
  489. </div>
  490.  
  491. <br>
  492. {block:Caption}{Caption}{/block:Caption}
  493. {/block:Audio}
  494.  
  495. {block:Video}
  496. <center>
  497. <div class="photo">
  498. {Video-500}
  499. </div>
  500. </center>
  501. {block:Caption}{Caption}{/block:Caption}
  502. {/block:Video}
  503.  
  504. {block:IndexPage}
  505. <div id="permalink">posted
  506. <a href="{Permalink}"> {TimeAgo}</a>
  507. with
  508. <a href="{Permalink}">{NoteCountWithLabel}</a>
  509. <div id="info">
  510. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©:{ReblogRootName}</a>) {/block:RebloggedFrom}
  511. </div>
  512. <br>
  513. {block:HasTags}
  514. TAGGED AS:
  515. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  516. {/block:Tags}
  517. {/block:HasTags}
  518. </div>
  519. {/block:IndexPage}
  520.  
  521. {block:PermalinkPage}
  522. <center>
  523. <div id="permalink">
  524. {block:Date}
  525. {TimeAgo} on
  526. {ShortMonth} {DayofMonth},{Year}
  527. {/block:Date}
  528. {block:NoteCount} · {NoteCountWithLabel}
  529. {/block:NoteCount}
  530. {block:HasTags} · Tags:
  531. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  532. {/block:Tags}
  533. {/block:HasTags}
  534. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  535. </div>
  536. </center>
  537. {/block:PermalinkPage}
  538.  
  539. {block:PostNotes}
  540. {PostNotes}
  541. {/block:PostNotes}
  542. </div>
  543. {/block:Posts}
  544. </div>
  545.  
  546. <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>
  547.  
  548. </body>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment