wallflwers

Theme 30 Joshdevin

Mar 28th, 2013
1,717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.00 KB | None | 0 0
  1. <!--THEME BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; color:{color:text};font-family:inconsolata;"><a href="http://joshdevin.tumblr.com">©<i>j</i>D</a></div>
  14.  
  15. <meta name="color:sidelinks" content="#000000"/>
  16. <meta name="color:sidelinkshover" content="#e4e2e2"/>
  17. <meta name="color:links" content="#000000"/>
  18. <meta name="color:linkshover" content="#e4e2e2"/>
  19. <meta name="color:text" content="#000000"/>
  20. <meta name="color:border" content="#eeeeee"/>
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:linkback" content="#000000"/>
  23. <meta name="color:desc" content="#000000"/>
  24.  
  25.  
  26. <meta name="image:birds" content=""/>
  27. <meta name="image:line" content=""/>
  28. <meta name="image:side" content=""/>
  29.  
  30.  
  31.  
  32. <meta name="text:Link 1 URL" content="/"/>
  33. <meta name="text:Link 2 URL" content="/"/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 4 URL" content="/"/>
  36.  
  37. <meta name="text:subtitle" content=""/>
  38. <meta name="text:title2" content=""/>
  39.  
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. iframe#tumblr_controls { width:50%; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  47.  
  48. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  49.  
  50.  
  51. 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;}
  52.  
  53.  
  54. 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;}
  55.  
  56.  
  57. 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;}
  58.  
  59.  
  60. 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;}
  61.  
  62. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  63. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  64.  
  65.  
  66. body
  67. {font-family:calibri;
  68. font-size:11px;
  69. color:{color:text};
  70. background-color:{color:background};
  71. }
  72.  
  73. a
  74. {text-decoration:none;
  75. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  76. opacity:1;
  77. color:{color:links};
  78. }
  79.  
  80. a:hover
  81. {text-decoration:none;
  82. opacity:1;
  83. color:{color:linkshover};
  84. }
  85.  
  86. #container {
  87. width:500px;
  88. }
  89.  
  90. #content {
  91. width:500px;
  92. margin: 0 auto -12px auto;
  93. text-align: center;
  94. }
  95.  
  96.  
  97. #sidebar {
  98. margin-top:-800px;
  99. margin-left:-5px;
  100. width:150px;
  101. height:200px;
  102. position:fixed;
  103. opacity:0;
  104. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  105. }
  106.  
  107.  
  108.  
  109.  
  110. #description {
  111. font-size:9px;
  112. width:97px;
  113. font-family:calibri;
  114. line-height:140%;
  115. color:{color:desc};
  116. position:fixed;
  117. padding-top:3px;
  118. padding-bottom:3px;
  119. margin-top:150px;
  120. margin-left:10px;
  121. text-align:center;
  122. background:white;
  123. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  124. }
  125.  
  126. #description:hover {
  127. color:white;
  128. background:black;
  129. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  130. }
  131.  
  132. .links {
  133. position:fixed;
  134. margin-left:-20px;
  135. margin-top:130px;
  136. font-size:9px;
  137. padding:2px;
  138. font-family:inconsolata;
  139. color:{color:sidelinks};
  140. text-transform:uppercase;
  141. width:150px;
  142. text-align:center;
  143. border-radius:10px;
  144. }
  145.  
  146. .links a{
  147. font-family:inconsolata;
  148. font-size:9px;
  149. text-align:center;
  150. padding:1px;
  151. padding-top:4px;
  152. padding-right:0px;
  153. padding-bottom:4px;
  154. padding-left:4px;
  155. line-height:120%;
  156. text-decoration:none;
  157. color:{color:sidelinks};
  158. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  159. }
  160.  
  161. .links a:hover{
  162. color:{color:sidelinkshover};
  163. background:{color:linkback};
  164. -moz-transition-duration:0.5s;
  165. -webkit-transition-duration:0.5s;
  166. -o-transition-duration:0.5s;
  167.  
  168. }
  169.  
  170.  
  171. #posts {
  172. margin-left:450px;
  173. width:500px;
  174. }
  175.  
  176. #pag {
  177. text-align:center;
  178. }
  179.  
  180.  
  181.  
  182. #info {
  183. font-family:calibri;
  184. font-size: 9px;
  185. margin-top:5px;
  186. width:500px;
  187. border-top: 1px solid #eee;
  188. padding:3px;
  189. text-transform:lowercase;
  190. }
  191.  
  192. #line {
  193. position:fixed;
  194. height:750px;
  195. width:100px;
  196. margin-top:-10px;
  197. margin-left:220px;
  198. padding:1px;
  199. border:1px solid #f2f2f2;
  200. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  201. }
  202.  
  203. #line:hover {
  204. margin-left:320px;
  205. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  206.  
  207. }
  208.  
  209. #line:hover #sidebar {
  210. opacity:1;
  211. margin-top:-740px;
  212. margin-left:-170px;
  213. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  214. }
  215.  
  216. #line:hover #image {
  217. opacity:1;
  218. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  219.  
  220. }
  221.  
  222. #line:hover #description {
  223. opacity:1;
  224. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  225. -webkit-transform: rotate(360deg);
  226. -moz-transform: rotate(360deg);
  227. -o-transform: rotate(360deg);
  228. }
  229.  
  230. #line:hover #title {
  231. opacity:0;
  232. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  233.  
  234. }
  235.  
  236. #line:hover #subtitle {
  237. opacity:0;
  238. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  239.  
  240. }
  241.  
  242. #title {
  243. width:96px;
  244. position:fixed;
  245. color:#000;
  246. text-align:center;
  247. z-index:99999;
  248. margin-left:-5px;
  249. padding:6px;
  250. font-family:inconsolata;
  251. text-transform:uppercase;
  252. font-size:11px;
  253. border:0px;
  254. margin-top:-670px;
  255. }
  256.  
  257. #title a{
  258. border:0px;
  259. font-size:11px;
  260. width:96px;
  261. color:#000;
  262. text-align:center;
  263. border-radius:40px;
  264. line-height:120%;
  265. text-decoration:none;
  266. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  267.  
  268. }
  269.  
  270. #title a:hover{
  271. color:{color:sidelinkshover};
  272. background:{color:linkback};
  273. border:1px solid {color:linkback};
  274. -moz-transition-duration:0.5s;
  275. -webkit-transition-duration:0.5s;
  276. -o-transition-duration:0.5s;
  277.  
  278. }
  279.  
  280. #subtitle {
  281. text-align:center;
  282. font-family:calibri;
  283. font-style:italic;
  284. font-size:13px;
  285. text-transform:none;
  286. }
  287. #subtitle a{
  288. text-align:center;
  289. font-family:calibri;
  290. font-style:italic;
  291. font-size:10px;
  292. text-transform:none;
  293. padding:2px;
  294. padding-top:1px;
  295. }
  296.  
  297. #image {
  298. position:fixed;
  299. margin-top:-742px;
  300. margin-left:-333px;
  301. opacity:0;
  302. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  303. }
  304.  
  305. .links {
  306. line-height:90%;
  307. opacity: 1;
  308. text-align: center;
  309. padding: 0px;
  310. text-transform:uppercase; -webkit-transition:0.5s linear;
  311. }
  312.  
  313.  
  314. .links a{
  315.  
  316. font-family:garamond;
  317. font-style:normal;
  318. font-size:10px;
  319. padding:1px;
  320. width:20px;
  321. text-transform:uppercase;
  322. display:inline-block;
  323. color:#000000;
  324. border:1px solid #d6d5d5;
  325. margin-right: -5px;
  326. margin-bottom: 1px;
  327. letter-spacing:0px;
  328. opacity:1;
  329. background-color:#fff;
  330. text-decoration:none;
  331. -moz-transition-duration:1s;
  332. -webkit-transition-duration:1s;
  333. -o-transition-duration:1s;
  334. }
  335.  
  336. .links a:hover{
  337. color:#5E5E5E;
  338. letter-spacing:0px;
  339. opacity:1;
  340. padding-left:10px;
  341. padding-right:10px;
  342. background-color:#fafafa;
  343. -webkit-transition: all 0.3s ease;
  344. -moz-transition: all 0.3s ease;
  345. -o-transition: all 0.3s ease;
  346. }
  347.  
  348. #birds {
  349. }
  350.  
  351. </style>
  352. </head>
  353. <body>
  354. <div id="container">
  355. <div id="content">
  356.  
  357. <div style="position:fixed;font-size:35px;font-style:italic;margin-top:180px;background:#ffffff;;text-align:center;margin-left:100px;z-index:=1;color:white;width:140px;"><img src="{image:birds}" style="width:333px;height:740px;margin-top:-250px;position:fixed;z-index:-9;margin-left:-283px;"></div>
  358.  
  359.  
  360. <div id="line"><img src="{image:line}" style="width:100px;height:740px;">
  361. <div id="title"><a href="/">{title}</a>
  362. <div id="subtitle">{text:subtitle}<br>{block:Pagination}{/block:Pagination}
  363. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">← </a>{/block:PreviousPage}
  364. {block:NextPage}<a style="{color:text}"href="{NextPage}"> →</a>{/block:NextPage}</div>
  365. </div>
  366.  
  367. <div id="image"><img src="{image:side}" style="width:433px;height:740px;"></div>
  368.  
  369. <div id="sidebar">
  370.  
  371. <div style="position:fixed;font-size:26px;font-style:italic;margin-top:95px;text-align:center;width:116px;"><a style="color:black;"href="/">{text:title2}</a></div>
  372.  
  373. <div id="description">{Description}<br>{block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">← </a>{/block:PreviousPage}
  374. {block:NextPage}<a style="{color:text}"href="{NextPage}"> →</a>{/block:NextPage}
  375.  
  376. </div>
  377.  
  378. <div class="links">
  379. <a href="{text:Link 1 URL}">I</a>
  380. <a href="{text:Link 2 URL}">II</a>
  381. <a href="{text:Link 3 URL}">III.</a>
  382. <a href="{text:Link 4 URL}">IV</a>
  383. </div></div>
  384. </div>
  385.  
  386.  
  387. </div>
  388.  
  389. {block:Posts}<div id="posts" style="font-family:calibri;font-size:9px; padding:10px;letter-spacing:1px; width:500px; margin-top:10px;
  390. ">
  391. {block:Text}
  392. {block:Title}
  393. <h3><a href="{Permalink}">{Title}</a></h3>
  394. {/block:Title}
  395.  
  396.  
  397. {Body}
  398.  
  399. {/block:Text}
  400.  
  401. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  402.  
  403. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  404.  
  405.  
  406. {block:Quote}
  407. "{Quote}"
  408.  
  409. {block:Source}
  410. <div class="source">{Source}</div>
  411. {/block:Source}
  412.  
  413. {/block:Quote}
  414.  
  415. {block:Link}
  416. <a href="{URL}" class="link" {Target}>{Name}</a>
  417.  
  418. {block:Description}
  419. <div class="description">{Description}</div>
  420. {/block:Description}
  421.  
  422. {/block:Link}
  423.  
  424. {block:Chat}
  425. {block:Title}
  426. <h3><a href="{Permalink}">{Title}</a></h3>
  427. {/block:Title}
  428.  
  429. {block:Lines}
  430. {block:Label}
  431. <span class="label">{Label}</span>
  432. {/block:Label}
  433.  
  434. {Line}
  435. {/block:Lines}
  436.  
  437. {/block:Chat}
  438.  
  439. {block:Video}
  440. {Video-500}
  441. {block:Caption}
  442. <div class="caption">{Caption}</div>
  443. {/block:Caption}
  444. {/block:Video}
  445.  
  446. {block:Answer}<div style="padding:5px;"><b>{Asker} whispered:</b><br> </div><div style="background:#eee;border-left:3px solid #8c9194;padding:5px;">"{Question}"</div>
  447. {Answer}{/block:answer}
  448.  
  449.  
  450. {block:Audio}<div style="float:right;margin-top:-40px;">
  451. {AudioPlayerGrey}</div>
  452. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  453. {block:AlbumArt}
  454. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  455. {/block:AlbumArt}
  456. {block:TrackName}
  457. | {TrackName}
  458. {/block:TrackName}
  459. {block:Artist}
  460. | by {Artist}
  461. {/block:Artist}
  462. {block:Caption}
  463. {/block:Caption}
  464.  
  465.  
  466. {/block:Audio}
  467.  
  468. <div id="info">
  469. {block:IndexPage}<br>
  470. posted
  471. <a href="{Permalink}"> {TimeAgo}</a>
  472. with
  473. <a href="{Permalink}">{NoteCountwithlabel} </a>
  474. <br>
  475. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  476.  
  477. <br>
  478. {block:HasTags}
  479. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  480. {/block:Tags}
  481. {/block:HasTags}
  482. </center> </div>
  483. {block:ContentSource}
  484. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  485. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  486. {/block:SourceLogo}
  487. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  488. {/block:ContentSource}
  489. {/block:IndexPage}
  490.  
  491. {block:PermalinkPage}
  492. {block:Date}
  493. {TimeAgo} on
  494. {ShortMonth} {DayofMonth},{Year}
  495. {/block:Date}
  496. {block:NoteCount} {NoteCountWithLabel}
  497. {/block:NoteCount}<br>
  498. {block:HasTags}
  499. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  500. {/block:Tags}
  501. {/block:HasTags}
  502. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  503. </center>
  504. {/block:PermalinkPage}
  505.  
  506. {block:PostNotes}
  507. {PostNotes}
  508. {/block:PostNotes}
  509.  
  510.  
  511. </div>
  512. {/block:Posts}
  513.  
  514.  
  515.  
  516.  
  517. </body>
  518.  
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment