wallflwers

Theme 06 (small posts)

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