wallflwers

Theme 04 Joshdevin

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