Guest User

Theme 01 Wallflowers

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