wallflwers

Theme 08 Joshdevin (small posts)

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