Advertisement
wallflwers

Theme 03 Joshdevin (Big Posts)

Dec 1st, 2012
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 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. <link href='http://fonts.googleapis.com/css?family=League+Script' rel='stylesheet' type='text/css'>
  6.  
  7.  
  8.  
  9. <title>{Title}</title>
  10. <SCRIPT LANGUAGE="JavaScript1.2">
  11. Begin ie4 = ((navigator.appVersion.indexOf("MSIE")>0) &&
  12. (parseInt(navigator.appVersion) >= 4)); var count = 0, count2 = 0, add1 = 3,
  13. add2 = 10, timerID; function show() { if (ie4) { count += add1; count2 += add2;
  14. delay = 30; if(count2 > 100) count2 = 100; if(count > 100) { count = 100;
  15. add1 = -10; add2 = -3; delay = 350; } if(count < 0) count = 0; if(count2 <
  16. 0) { count2 = 0; add1 = 3; add2 = 10; delay = 200; } fader.style.filter = "Alpha(Opacity="+count2+",FinishOpacity="+count+",style=2)";
  17. timerID = setTimeout("show()", delay); } } window.onload = show; //
  18. End --> </script>
  19.  
  20. <!--Default Variables-->
  21. <!--Colors-->
  22. <meta name="color:Box" content="#f8f8f8"/>
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Border" content="#e8e8e8"/>
  25. <meta name="color:HyperLink" content="#b1486c"/>
  26. <meta name="color:HyperLink Hover" content="#d6bfc7"/>
  27. <meta name="color:Scrollbar" content="#b1486c"/>
  28. <meta name="color:Links Text" content="#d59db0"/>
  29. <meta name="color:Link Text Hover" content="#292727"/>
  30. <meta name="color:Text" content="#9c8f93"/>
  31.  
  32. <!--Images-->
  33. <meta name="image:Background" content""/>
  34. <meta name="image:Sidebar" content""/>
  35.  
  36. <!--Options-->
  37. <meta name="if:Infinite Scrolling" content=""/>
  38.  
  39. <!--Links-->
  40. <meta name="text:Link 1 URL" content="/"/>
  41. <meta name="text:Link 1 name" content=""/>
  42. <meta name="text:Link 2 URL" content="/"/>
  43. <meta name="text:Link 2 name" content=""/>
  44.  
  45.  
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  48.  
  49. <script src="jquery.js"></script>
  50. <script>
  51. $(document).ready(function(){
  52. $("#flip").click(function(){
  53. $("#panel").slideToggle("fast");
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59. {block:ifInfiniteScrolling}
  60. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  61. {/block:ifInfiniteScrolling}
  62.  
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />{/block:Description}
  65. <title>
  66. {block:PostSummary}
  67. {PostSummary} - {/block:PostSummary}{Title}</title>
  68. </style>
  69.  
  70. <style type="text/css">
  71.  
  72. img{
  73. -webkit-transition: opacity 0.5s linear;
  74. opacity: 1;
  75. }
  76.  
  77. img:hover{
  78. -webkit-transition: opacity 0.5s linear;
  79. opacity: 0.20;
  80. }
  81.  
  82.  
  83. img{
  84. -moz-transition: opacity 0.5s linear;
  85. opacity: 1;
  86. }
  87.  
  88. img:hover{
  89. -moz-transition: opacity 0.5s linear;
  90. opacity: 0.20;
  91. }
  92.  
  93.  
  94. a {text-decoration:none;color:#DE92A5;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  95.  
  96. a:hover {color:#DE92A5;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  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:HyperlinkLink Hover};
  135. {block:iftinycursor}
  136. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  137. {/block:iftinycursor}
  138. }
  139.  
  140.  
  141. #container {
  142. margin:auto;
  143. width:500px;
  144. }
  145.  
  146. #content {
  147. width:500px;
  148. padding:20px;
  149. margin:auto;
  150. margin-top:-10px;
  151. }
  152.  
  153. #entry {
  154. width:500px;
  155. margin-top:60px;
  156. margin-left:110px;
  157. padding:3px;
  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:200px;
  213. margin-top:300px;
  214. margin-left:-100px;
  215. }
  216.  
  217. #title {
  218. position:fixed;
  219. margin-top:23px;
  220. margin-left:-60px;
  221. text-align:center;
  222. width:100px;
  223. font-size:19px;
  224. font-family: 'League Script', cursive;
  225.  
  226. }
  227.  
  228. #navigate a{
  229. text-transform:uppercase;
  230. font-family:cambria;
  231. height:10px;
  232. font-size:7px;
  233. letter-spacing:.6px;
  234. margin-top:-100px;
  235. margin-left:3px;
  236. padding:2px;
  237. text-align:center;
  238. z-index:1;
  239. display:inline-block;
  240. background:{color:Sidelinks};
  241. color:{color:Links Text};
  242. transition: all 0.5s ease-out;
  243. -o-transition-transition: all 0.5s ease-out;
  244. -webkit-transition: all 0.5s ease-out;
  245. -moz-transition: all 0.5s ease-out;
  246. }
  247.  
  248. #navigate a:hover{
  249. background:{color:Link Hover};
  250. color:{color:Links Text Hover};
  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. .pgs {
  258. text-align:right;
  259. font-family:cambria;
  260. font-size:10px;
  261. text-transform:uppercase;
  262. margin-left:10px;
  263. border-top:1px solid {color:Border};
  264. }
  265.  
  266. .posttitle{
  267. font-family:cambria;
  268. font-size: 17px;
  269. line-height: 20px;
  270. }
  271.  
  272. blockquote{
  273. padding:0px 0px 2px 5px;
  274. margin:0px 0px 2px 1px;
  275. border-left: 3px solid {color:HyperLink Hover};}
  276. blockquote p, ul{margin:0px; padding:0px;
  277. }
  278.  
  279. .chat .line{
  280. padding: 2px;
  281. }
  282.  
  283. .chat .line .odd{
  284. color: {color:Link};
  285. }
  286.  
  287. .label {font-weight:bold; color:{color:text}}
  288.  
  289. a img{border: 0px;}
  290.  
  291. .p { padding-top: 5px; }
  292. .ol, ul { margin-left: 10px; padding: 5px; }
  293. .ul { list-style-type: square; }
  294.  
  295. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  296.  
  297. .playbox {position: absolute; z-index: 1000;}
  298.  
  299. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  300.  
  301. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  302. -webkit-transition: all 0.6s linear;
  303. -moz-transition: all 0.6s linear;
  304. transition: all 0.6s linear;}
  305.  
  306. .playbox:hover {opacity:.8;}
  307.  
  308. .title{
  309. width:
  310. position:absolute;
  311. line-height:23px;
  312. margin-left:90px;
  313. padding:4px;
  314. z-index: 1000;
  315. text-transform:uppercase;
  316. }
  317.  
  318. .video embed, .post div.video object {width:250px; height:187px}
  319.  
  320. .notes img{width:10px; position:left; top:3px;}
  321.  
  322.  
  323.  
  324. {CustomCSS}
  325. </style>
  326.  
  327. <link rel="shortcut icon" href="{Favicon}">
  328. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  329.  
  330. </head>
  331. <body>
  332. <div id="container">
  333. <div id="content">
  334. <div id="side">
  335. <div id="sidepic">
  336. <a href="/"><img src="{image:Sidebar}" width="85" style="z-index:999;padding:5px; background:white; border:1px solid {color:Border};margin-top:-25px;margin-left:-160px;position:fixed;"></a>
  337. <div id="title">{Title}</div>
  338. </div>
  339.  
  340. <div class="desc">
  341. <div id="navigate">
  342. <a href="/">home</a>
  343. <a href="/ask">ask</a>
  344. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  345. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  346. </div>
  347. </div>
  348.  
  349. <div style="padding:2px;margin-top:2px;width:100px;margin-left:50px;text-align:cent;">
  350. {block:Pagination}{/block:Pagination}
  351. {Description}
  352. <br>
  353. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}
  354. {block:NextPage}<a href="{NextPage}">→ </a>{/block:NextPage}
  355.  
  356. </div>
  357. {block:ifNotInfiniteScrolling}
  358. {block:PreviousPage}
  359. {/block:PreviousPage}
  360. {block:NextPage}
  361. {/block:NextPage}
  362. </div>
  363. {/block:ifNotInfiniteScrolling}
  364. </div>
  365.  
  366. {block:Posts}
  367. <div id="entry">
  368.  
  369. {block:Text}
  370. {block:Title}
  371. <div class="posttitle">{Title}</div>
  372. {/block:Title}
  373. {Body}
  374. {/block:Text}
  375.  
  376. {block:Link}
  377. <div class="posttitle">
  378. <a href="{URL}">{Name}</a>
  379. </div>
  380. {block:Description}{Description}{/block:Description}
  381. {/block:Link}
  382.  
  383. {block:Photo}
  384. <center>
  385. {LinkOpenTag}
  386. <div id="pic">
  387. <a href="{permalink}">
  388. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  389. </div>
  390. {LinkCloseTag}
  391. </center>
  392. {block:Caption}{Caption}{/block:Caption}
  393. {block:ContentSource}
  394. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  395. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  396. {/block:SourceLogo}
  397. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  398. {/block:ContentSource}
  399. {block:ReblogParentURL}
  400. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  401. {/block:ReblogParentURL}
  402. {/block:Photo}
  403.  
  404. {block:Photoset}
  405. <center>
  406. <div class="photo">
  407. {Photoset-500}
  408. </div>
  409. </center>
  410. {block:Caption}{Caption}{/block:Caption}
  411. {/block:Photoset}
  412.  
  413. {block:Quote}
  414. <div class="posttitle">"{Quote}"</div>
  415. {block:Source}
  416. <i> - {Source}</i>
  417. {/block:Source}
  418. {/block:Quote}
  419.  
  420. {block:Chat}
  421. {block:Title}
  422. <div class="posttitle">
  423. {Title}
  424. </div>
  425. {/block:Title}
  426. <div class="chat">
  427. {block:Lines}
  428. <div class="chat">
  429. <div class="line {Alt}">
  430. <div class="{Alt} user_{UserNumber}">
  431. {block:Label}
  432. <b>{Label} </b>
  433. {/block:Label}
  434. {Line}
  435. </div>
  436. </div>
  437. </div>
  438. {/block:Lines}
  439. </div>
  440. {/block:Chat}
  441.  
  442. {block:Audio}
  443. <div class="playbox">
  444. <div class="playbutton">
  445. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  446. </div></div>
  447. {block:AlbumArt}
  448. <img src="{AlbumArtURL}" class="cover">
  449. {/block:AlbumArt}
  450.  
  451. <div class="title">
  452. {block:TrackName}
  453. <b>Title</b>:{TrackName}
  454. {/block:TrackName}
  455. </div>
  456.  
  457. <div class="title">
  458. {block:Artist}
  459. <b>Artist:</b>{Artist}
  460. {/block:Artist}
  461. </div>
  462.  
  463. <div class="title">
  464. {PlayCountWithLabel}
  465. </div>
  466.  
  467. <br>
  468. {block:Caption}{Caption}{/block:Caption}
  469. {/block:Audio}
  470.  
  471. {block:Video}
  472. <center>
  473. <div class="photo">
  474. {Video-500}
  475. </div>
  476. </center>
  477. {block:Caption}{Caption}{/block:Caption}
  478. {/block:Video}
  479.  
  480. {block:IndexPage}
  481. <div id="permalink">posted
  482. <a href="{Permalink}"> {TimeAgo}</a>
  483. with
  484. <a href="{Permalink}">{NoteCountWithLabel}</a>
  485. <div id="info">
  486. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©:{ReblogRootName}</a>) {/block:RebloggedFrom}
  487. </div>
  488. <br>
  489. {block:HasTags}
  490. TAGGED AS:
  491. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  492. {/block:Tags}
  493. {/block:HasTags}
  494. </div>
  495. {/block:IndexPage}
  496.  
  497. {block:PermalinkPage}
  498. <center>
  499. <div id="permalink">
  500. {block:Date}
  501. {TimeAgo} on
  502. {ShortMonth} {DayofMonth},{Year}
  503. {/block:Date}
  504. {block:NoteCount} · {NoteCountWithLabel}
  505. {/block:NoteCount}
  506. {block:HasTags} · Tags:
  507. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  508. {/block:Tags}
  509. {/block:HasTags}
  510. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  511. </div>
  512. </center>
  513. {/block:PermalinkPage}
  514.  
  515. {block:PostNotes}
  516. {PostNotes}
  517. {/block:PostNotes}
  518. </div>
  519. {/block:Posts}
  520. </div>
  521.  
  522. <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>
  523.  
  524. </body>
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement