wallflwers

Theme 01 Joshdevin (Big Post)

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