Guest User

Theme 02 Wallflwers (small posts)

a guest
Nov 30th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.70 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. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  6. <script type="text/javascript">
  7. $(document).ready(function(){
  8. $(".links_body").hide();
  9. $(".links_head").click(function(){
  10. $(this).next(".links_body").slideToggle('fast');
  11. }); }); </script>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Box" content="#f8f8f8"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Border" content="#e8e8e8"/>
  17. <meta name="color:HyperLink" content="#b1486c"/>
  18. <meta name="color:HyperLink Hover" content="#d6bfc7"/>
  19. <meta name="color:Scrollbar" content="#b1486c"/>
  20. <meta name="color:Links Text" content="#d59db0"/>
  21. <meta name="color:Link Text Hover" content="#292727"/>
  22. <meta name="color:Text" content="#9c8f93"/>
  23.  
  24. <!--Images-->
  25. <meta name="image:Background" content""/>
  26. <meta name="image:Sidebar" content""/>
  27.  
  28. <!--Options-->
  29. <meta name="if:Infinite Scrolling" content=""/>
  30.  
  31. <!--Links-->
  32. <meta name="text:Link 1 URL" content="/"/>
  33. <meta name="text:Link 1 name" content=""/>
  34. <meta name="text:Link 2 URL" content="/"/>
  35. <meta name="text:Link 2 name" content=""/>
  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.  
  49. {block:ifInfiniteScrolling}
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51. {/block:ifInfiniteScrolling}
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <title>
  56. {block:PostSummary}
  57. {PostSummary} - {/block:PostSummary}{Title}</title>
  58. </style>
  59.  
  60. <style type="text/css">
  61. img { border: 0px solid #eee; padding: 3px; filter: alpha (opacity=80); opacity: 0.80;}
  62. img:hover {filter: alpha (opacity=100); opacity: 1.0;}
  63. .links_list { margin:-3px; padding:0px; width:100%;font-size:9px;margin-left:-1px;}
  64. .links_head { padding-top:5px; padding-bottom:10x; cursor:pointer; position:relative; margin:-3px; text-align:center;}
  65. .links_body { padding:5px; text-align:left; display:none;}
  66.  
  67.  
  68.  
  69. 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;}
  70.  
  71.  
  72. 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;}
  73.  
  74. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  75. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  76.  
  77.  
  78. body{
  79. background-color: {color:Background};
  80. background-image: url({image:Background});
  81. background-attachment: fixed;
  82. background-repeat: repeat;
  83. background-position: center;
  84. font-family:calibri;
  85. font-size:11px;
  86. line-height:12px;
  87. color:{color:Text};
  88. }
  89.  
  90. a:link, a:active, a:visited{
  91. color: {color:HyperLink};
  92. text-decoration:none;
  93. -webkit-transition: all 0.4s linear;
  94. -moz-transition: all 0.4s linear;
  95. transition: all 0.4s linear;
  96. }
  97.  
  98. a:hover{
  99. color: {color:HyperlinkLink Hover};
  100. {block:iftinycursor}
  101. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  102. {/block:iftinycursor}
  103. }
  104.  
  105. #container {
  106. margin:auto;
  107. width:400px;
  108. }
  109.  
  110. #content {
  111. width:400px;
  112. padding:20px;
  113. margin:auto;
  114. margin-top:-10px;
  115. }
  116.  
  117. #entry {
  118. width:400px;
  119. margin-top:60px;
  120. margin-left:80px;
  121. padding:3px;
  122. }
  123.  
  124. #permalink{
  125. position:relative;
  126. margin-top:9px;
  127. padding-top:3px;
  128. font-size:8px;
  129. line-height:10px;
  130. font-family:cambria;
  131. letter-spacing:1px;
  132. text-transform:uppercase;
  133. }
  134.  
  135. #info{
  136. position:absolute;
  137. margin-top:-11px;
  138. font-size:8px;
  139. line-height:10px;
  140. font-family:cambria;
  141. letter-spacing:1px;
  142. right:0;
  143. text-transform:uppercase;
  144. }
  145.  
  146. #answer {
  147. padding-top:50px;
  148. }
  149.  
  150. #ask {
  151. float:left;
  152. margin-right:5px;
  153. padding:5px;
  154. background:{color:Ask Background};
  155. width:492px;
  156. }
  157.  
  158. #asker {
  159. float:left;
  160. }
  161.  
  162. .askername{
  163. text-transform:uppercase;
  164. font-size:10px;
  165. font-weight:bold;
  166. letter-spacing:1px;
  167. padding-top:3px;
  168. margin-top:3px;
  169. text-align:right;
  170. border-top:1px solid {color:Border};
  171. }
  172.  
  173. #side {
  174. position:fixed;
  175. text-align:center;
  176. width:150px;
  177. margin-top:270px;
  178. margin-left:-100px;
  179. }
  180.  
  181. #navigate a{
  182. text-transform:uppercase;
  183. font-family:cambria;
  184. font-size:8px;
  185. letter-spacing:.3px;
  186. margin-top:4px;
  187. margin-left:6px;
  188. padding:2px;
  189. text-align:center;
  190. z-index:1;
  191. display:inline-block;
  192. background:{color:Sidelinks};
  193. color:{color:Links Text};
  194. transition: all 0.5s ease-out;
  195. -o-transition-transition: all 0.5s ease-out;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. }
  199.  
  200. #navigate a:hover{
  201. background:{color:Link Hover};
  202. color:{color:Links Text Hover};
  203. transition: all 0.5s ease-out;
  204. -o-transition-transition: all 0.5s ease-out;
  205. -webkit-transition: all 0.5s ease-out;
  206. -moz-transition: all 0.5s ease-out;
  207. }
  208.  
  209. .pgs {
  210. text-align:right;
  211. font-family:cambria;
  212. font-size:10px;
  213. text-transform:uppercase;
  214. margin-left:10px;
  215. border-top:1px solid {color:Border};
  216. }
  217.  
  218. .posttitle{
  219. font-family:cambria;
  220. font-size: 17px;
  221. line-height: 20px;
  222. }
  223.  
  224. blockquote{
  225. padding:0px 0px 2px 5px;
  226. margin:0px 0px 2px 1px;
  227. border-left: 3px solid {color:HyperLink Hover};}
  228. blockquote p, ul{margin:0px; padding:0px;
  229. }
  230.  
  231. .chat .line{
  232. padding: 2px;
  233. }
  234.  
  235. .chat .line .odd{
  236. color: {color:Link};
  237. }
  238.  
  239. .label {font-weight:bold; color:{color:text}}
  240.  
  241. a img{border: 0px;}
  242.  
  243. .p { padding-top: 5px; }
  244. .ol, ul { margin-left: 10px; padding: 5px; }
  245. .ul { list-style-type: square; }
  246.  
  247. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  248.  
  249. .playbox {position: absolute; z-index: 1000;}
  250.  
  251. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  252.  
  253. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  254. -webkit-transition: all 0.6s linear;
  255. -moz-transition: all 0.6s linear;
  256. transition: all 0.6s linear;}
  257.  
  258. .playbox:hover {opacity:.8;}
  259.  
  260. .title{
  261. width:
  262. position:absolute;
  263. line-height:23px;
  264. margin-left:90px;
  265. padding:4px;
  266. z-index: 1000;
  267. text-transform:uppercase;
  268. }
  269.  
  270. .video embed, .post div.video object {width:250px; height:187px}
  271.  
  272. .notes img{width:10px; position:left; top:3px;}
  273.  
  274. #credit {
  275. position:fixed;
  276. font-size:9px;
  277. font-family:calibri;
  278. width:70px;
  279. height:20px;
  280. letter-spacing:1px;
  281. padding-bottom:4px;
  282. padding-right:4px;
  283. bottom:0;
  284. right:0;
  285. z-index:12;
  286. }
  287.  
  288. #credit .z a{color:{color:Text};}
  289.  
  290. #credit .p{
  291. opacity:1.0;
  292. padding:3px;
  293. margin-top:00px;
  294. margin-left:14px;
  295. text-align:center;
  296. overflow:hidden;
  297. position: absolute;
  298. background:white;
  299. font-size:10px;
  300. text-transform:uppercase;
  301. z-index:100;
  302. -webkit-transition: opacity 0.5s linear;
  303. -webkit-transition: all 0.5s linear;
  304. -moz-transition: all 0.5s linear;
  305. transition: all 0.5s linear;
  306. border:1px solid {color:Border};
  307. }
  308.  
  309. #credit:hover .p{
  310. opacity:.9;
  311. margin-top:30px;
  312. transition: all 0.5s linear;
  313. -webkit-transition: opacity 0.5s linear;
  314. -webkit-transition: all 0.5s linear;
  315. -moz-transition: all 0.5s linear;
  316. }
  317.  
  318. #credit .z{
  319. margin-top:100px;
  320. margin-top:0px;
  321. padding:3px;
  322. background:white;
  323. text-align:left;
  324. text-transform:uppercase;
  325. opacity:0;
  326. overflow:hidden;
  327. position: absolute;
  328. -webkit-transition: opacity 0.5s linear;
  329. -webkit-transition: all 0.5s linear;
  330. -moz-transition: all 0.5s linear;
  331. transition: all 0.5s linear;
  332. z-index:1200;
  333. border:1px solid {color:Border};
  334. }
  335.  
  336. #credit:hover .z{
  337. opacity:1;
  338. margin-left:-5px;
  339. transition: all 0.5s linear;
  340. -webkit-transition: opacity 0.5s linear;
  341. -webkit-transition: all 0.5s linear;
  342. -moz-transition: all 0.5s linear;
  343. }
  344.  
  345.  
  346. {CustomCSS}
  347. </style>
  348.  
  349. <link rel="shortcut icon" href="{Favicon}">
  350. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  351.  
  352. </head>
  353. <body>
  354. <div id="container">
  355. <div id="content">
  356. <div id="side">
  357. <div id="sidepic">
  358. <a href="/"><img src="{image:Sidebar}" width="80" style="z-index:999;padding:5px; background:white; border:1px solid {color:Border};margin-top:2px;margin-left:-6px;"></a>
  359. </div>
  360.  
  361. <div class="desc">
  362. </div>
  363. <div style="padding:2px;margin-top:2px;width:90px;margin-left:24px;font-size:10px;">
  364. {block:Pagination}{/block:Pagination}
  365. "{Description}<div align="center" class="links_list">
  366. {block:PreviousPage}<a href="{PreviousPage}">▬</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">✚</a>{/block:NextPage}
  367. <p class="links_head"><i>click for links</i></p>
  368. <div class="links_body">
  369. <center>
  370. <a href="/">home</a><br/>
  371. <a href="ask">ask</a><br/>
  372. <a href="{text:Link 1 URL}">{text:Link 1 name}</a><br/>
  373. <a href="{text:Link 2 URL}">{text:Link 2 name}</a><br/>
  374. </center>
  375. </div></div>
  376. <center>
  377. </center>
  378. <hr color="#cdcdcf"; size=".5px";">
  379. </div>
  380. {block:ifNotInfiniteScrolling}
  381. {block:PreviousPage}
  382. {/block:PreviousPage}
  383. {block:NextPage}
  384. {/block:NextPage}
  385. </div>
  386. {/block:ifNotInfiniteScrolling}
  387. </div>
  388.  
  389.  
  390. {block:Posts}
  391. <div 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-400}
  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 id="credit">
  547. <center>
  548. <div id="credit">
  549. <div class="p">
  550. theme©
  551. </div>
  552. </div>
  553.  
  554. <div class="z">
  555. <a href="http://wallflwers.tumblr.com/">wallflwers</a>
  556. </div>
  557. </div>
  558.  
  559.  
  560. </body>
  561. </html>
Advertisement
Add Comment
Please, Sign In to add comment