wallflwers

Theme 05 by Joshdevin (Small Posts)

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