wallflwers

Theme 05 four links

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