wallflwers

Theme 14 by Joshdevin

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