wallflwers

Theme 07 NH (small posts)

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