wallflwers

theme 13 by Joshdevin

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