wallflwers

Theme 15 sublinks

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