wallflwers

Theme 03 Wallflwers (Small Posts)

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