wallflwers

Theme 34 by Joshdevin

Jun 9th, 2013
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.39 KB | None | 0 0
  1. <!--THEME BY JOSHDEVIN, LEAVE THIS CREDIT AND DO NOT REDISTRIBUTE THIS THEME AS YOUR OWN . enjoy!-->
  2.  
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  11.  
  12. <style>
  13. div#qTip {
  14. padding: 2px;
  15. display: none;
  16. text-align: center;
  17. position: absolute;
  18. font-size:10px;
  19. line-height:10px;
  20. font-family:baskerville;
  21. z-index: 1000;
  22. background: white;
  23. border:1px solid {color:text};
  24. color: {color:text};
  25. text-transform:normal;
  26. font-style: italic;
  27. letter-spacing: 1px;
  28. }
  29. </style>
  30.  
  31.  
  32. <meta name="color:links" content="#000000"/>
  33. <meta name="color:linkshover" content="#e4e2e2"/>
  34. <meta name="color:text" content="#000000"/>
  35. <meta name="color:border" content="#eeeeee"/>
  36. <meta name="color:background" content="#ffffff"/>
  37. <meta name="color:index" content="#000000"/>
  38. <meta name="color:linkback" content="#000000"/>
  39.  
  40.  
  41. <meta name="image:sidebar1" content=""/>
  42. <meta name="image:sidebar2" content=""/>
  43. <meta name="image:sidebar3" content=""/>
  44.  
  45.  
  46. <meta name="text:Link 1 URL" content="/"/>
  47. <meta name="text:Link 1 Name" content=""/>
  48. <meta name="text:Link 2 URL" content="/"/>
  49. <meta name="text:Link 2 Name" content=""/>
  50. <meta name="text:Link 3 URL" content="/"/>
  51. <meta name="text:Link 3 Name" content=""/>
  52. <meta name="text:Link 4 URL" content="/"/>
  53. <meta name="text:Link 4 Name" content=""/>
  54.  
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59. /*General Body and theme settings*/
  60. body
  61. {font-family:calibri;
  62. font-size:11px;
  63. color:{color:text};
  64. background-color:{color:background};
  65. }
  66.  
  67. a
  68. {text-decoration:none;
  69. -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;
  70. color:{color:links};
  71. }
  72.  
  73. a:hover
  74. {text-decoration:none;
  75. opacity:1;
  76. color:{color:linkshover};
  77. }
  78. /*ignore this stuff here*/
  79.  
  80. #container {
  81. width:500px;
  82.  
  83. }
  84.  
  85. #content {
  86. width:500px;
  87. margin: 0 auto -12px auto;
  88. text-align: center;
  89. }
  90.  
  91. /*everything in the sidebar*/
  92.  
  93. #sidebar {
  94. margin-top:105px;
  95. margin-left:300px;
  96. width:150px;
  97. position:fixed;
  98. }
  99.  
  100. #sidebar:hover .links {
  101. opacity:1;-moz-transition-
  102. duration:0.3s;
  103. -webkit-transition-duration:0.3s;
  104. -o-transition-duration:0.3s;
  105. }
  106.  
  107. #sidebar:hover #description {
  108. opacity:1;-moz-transition-
  109. duration:0.3s;
  110. -webkit-transition-duration:0.3s;
  111. -o-transition-duration:0.3s;
  112. }
  113.  
  114. #sidebar:hover #sidebarimg2 {
  115. opacity:0;
  116. }
  117.  
  118. #sidebarimg {
  119. padding:10px;
  120. margin-top:5px;
  121. margin-left:50px;
  122. width:100px;
  123. -moz-transition-
  124. duration:0.3s;
  125. -webkit-transition-duration:0.3s;
  126. -o-transition-duration:0.3s;
  127. }
  128.  
  129. #sidebarimg2 {
  130. padding:10px;
  131. margin-top:5px;
  132. margin-left:-10px;
  133. width:100px;
  134. -moz-transition-
  135. duration:0.3s;
  136. -webkit-transition-duration:0.3s;
  137. -o-transition-duration:0.3s;
  138.  
  139. }
  140.  
  141. #sidebarimg3 {
  142. padding:10px;
  143. margin-top:5px;
  144. margin-left:-10px;
  145. width:100px;
  146. -moz-transition-
  147. duration:0.3s;
  148. -webkit-transition-duration:0.3s;
  149. -o-transition-duration:0.3s;
  150. }
  151.  
  152.  
  153.  
  154. #description {
  155. font-size:8px;
  156. font-family:calibri;
  157. line-height:140%;
  158. font-style:normal;
  159. position:fixed;
  160. opacity:0;
  161. width:60px;
  162. letter-spacing:1px;
  163. text-align:center;
  164. margin-left:80px;
  165. margin-top:-210px;
  166. -moz-transition-
  167. duration:0.3s;
  168. -webkit-transition-duration:0.3s;
  169. -o-transition-duration:0.3s;
  170. }
  171.  
  172. /*all of the links together*/
  173. .links {
  174. position:fixed;
  175. font-size:10px;
  176. font-family:calibri;
  177. color:{color:black};
  178. width:50px;
  179. opacity:0;
  180. height:50px;
  181. text-align:center;
  182. margin-top:-125px;
  183. margin-left:80px;
  184. padding:5px;
  185. -moz-transition-duration:0.3s;
  186. -webkit-transition-duration:0.3s;
  187. -o-transition-duration:0.3s
  188. }
  189.  
  190. /*individual link*/
  191.  
  192. .links a{
  193. font-size:9px;
  194. text-align:center;
  195. line-height:160%;
  196. text-decoration:none;
  197. width:50px;
  198. letter-spacing:2px;
  199. padding:3px;
  200. text-transform:uppercase;
  201. color:{color:links};
  202. -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;
  203. }
  204.  
  205. /*link hover*/
  206.  
  207. .links a:hover{
  208. color:white;
  209. background:{color:linkback};
  210. font-size:10px;
  211. -moz-transition-duration:0.5s;
  212. -webkit-transition-duration:0.5s;
  213. -o-transition-duration:0.5s;
  214.  
  215. }
  216.  
  217. #posts {
  218. margin-left:550px;
  219. width:500px;
  220. font-size:10px;
  221. margin-top:50px;
  222. }
  223.  
  224.  
  225. #info {
  226. font-family:calibri;
  227. font-size: 9px;
  228. margin-top:5px;
  229. width:500px;
  230. padding:3px;
  231. color:{color:index};
  232. text-transform:uppercase;
  233. border-left:4px solid #eeeeee;
  234. }
  235.  
  236. /*audio posts*/
  237.  
  238. #audioplayer {
  239. width:27px;
  240. height:27px;
  241. overflow:hidden;
  242. position:absolute;
  243. margin-top:38px;
  244. margin-left:36px;
  245. opacity:1;
  246. }
  247.  
  248. #audioplayer:hover {
  249. opacity:1;
  250. }
  251.  
  252. .caption {
  253. margin-left:115px;
  254. font-size:10px;
  255. margin-top:-100px;
  256. }
  257.  
  258. /*asks*/
  259.  
  260. #asker {
  261. padding:5px;
  262. }
  263.  
  264. #question {
  265. background:#eee;
  266. border-left:3px solid #8c9194;
  267. padding:5px;
  268. }
  269.  
  270. /*link posts*/
  271.  
  272. #linkage {
  273. font-size:12px;
  274. text-align:center;
  275. }
  276.  
  277. /*chat posts*/
  278.  
  279. #chat {
  280. padding:3px;
  281. border-bottom:1px solid #eee;
  282. }
  283.  
  284. #pag {
  285. opacity:0;
  286. }
  287.  
  288. #sidebar:hover #pag {
  289. opacity:1;
  290. }
  291.  
  292. #credit {
  293. font-size:11px;
  294. letter-spacing: 2px;
  295. float: right; position:
  296. fixed; bottom: 10px;
  297. right: 10px;
  298. color:{color:text};
  299. font-family:inconsolata;"
  300. -webkit-transition: all 1s ease;
  301. -moz-transition: all 1s ease;
  302. -o-transition: all 1s ease;
  303. -ms-transition: all 1s ease;
  304. transition: all 1s ease;
  305. }
  306.  
  307. #credit:hover {
  308. opacity:0.5;
  309. -webkit-transition: all 1s ease;
  310. -moz-transition: all 1s ease;
  311. -o-transition: all 1s ease;
  312. -ms-transition: all 1s ease;
  313. transition: all 1s ease;
  314. }
  315. #s-m-t-tooltip{
  316.  
  317. position:fixed;
  318.  
  319. z-index: 999999999999999999999;
  320.  
  321. background: #fff;
  322.  
  323. font-size: 7px;
  324.  
  325. font-family: trebuchet ms;
  326.  
  327. letter-spacing: 2px;
  328.  
  329. text-transform: uppercase;
  330.  
  331. color: #aaa;
  332.  
  333. max-width: 100px;
  334.  
  335. word-wrap: break-word;
  336.  
  337. padding: 2px 5px 2px 6px;
  338.  
  339. display: block;
  340.  
  341. border: 2px solid #ddd;
  342.  
  343. margin: 20px 10px 10px 10px }
  344.  
  345. </style>
  346.  
  347.  
  348. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  349.  
  350. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  351.  
  352. <script>
  353.  
  354. (function($){
  355.  
  356. $(document).ready(function(){
  357.  
  358. $(“a[title]”).style_my_tooltips({
  359.  
  360. tip_follows_cursor:true,
  361.  
  362. tip_delay_time:20,
  363.  
  364. tip_fade_speed:400,
  365.  
  366. attribute:”title”
  367.  
  368. });
  369.  
  370. });
  371.  
  372. })(jQuery);
  373.  
  374. </script>
  375.  
  376.  
  377.  
  378. </style>
  379. </head>
  380. <body>
  381.  
  382. <div id="container">
  383. <div id="content">
  384.  
  385.  
  386. <div id="sidebar">
  387.  
  388. <div id="pag" style="text-transform:lowercase;font-style:italic;margin-left:100px;position:fixed;">
  389. {block:PreviousPage}<a href="{PreviousPage}">back </a>{/block:PreviousPage}
  390. {block:NextPage}<a href="{NextPage}">next </a>{/block:NextPage}
  391. </div>
  392. <!--change the width of the sidebar img here!-->
  393. <div id="sidebarimg"><img src="{image:sidebar1}" width="80px;" style="border-radius:80px;">
  394. <div id="sidebarimg2"><img src="{image:sidebar2}" width="80px;" style="border-radius:80px;">
  395. <div id="sidebarimg3"><img src="{image:sidebar3}" width="80px;" style="border-radius:80px;"></div></div>
  396. </div>
  397. <div class="links">
  398. <img src="http://upload.wikimedia.org/wikipedia/commons/4/4f/Page262-765px-PL_Adam_Asnyk-Poezje_t.3.djvu.jpg" style="width:50px;margin-top:-5px;opacity:0.8;">
  399.  
  400. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br>
  401. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br>
  402. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br>
  403. <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  404. <img src="http://upload.wikimedia.org/wikipedia/commons/4/4f/Page262-765px-PL_Adam_Asnyk-Poezje_t.3.djvu.jpg" style="width:50px;margin-top:px;opacity:0.8;">
  405. </div>
  406.  
  407. <div id="description">{Description}<br>
  408. </div>
  409.  
  410. <div id="border"> </div>
  411.  
  412. <div id="credit"><a href="http://joshdevin.tumblr.com" title="credit"><img src="http://24.media.tumblr.com/8d9768e293ecabec20e31ab54ae51a9b/tumblr_mjtshvL6bM1rdr6xoo2_500.gif" style="height:50px;"></a></div>
  413.  
  414.  
  415. </div>
  416. </div>
  417. {block:Posts}<div id="posts" >
  418. {block:Text}
  419. {block:Title}
  420. <h3><a href="{Permalink}">{Title}</a></h3>
  421. {/block:Title}
  422.  
  423.  
  424. {Body}
  425.  
  426. {/block:Text}
  427.  
  428. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  429.  
  430. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  431.  
  432.  
  433. {block:Quote}
  434. "{Quote}"
  435.  
  436. {block:Source}
  437. <div class="source"><i>quoted from </i>{Source}</div>
  438. {/block:Source}
  439.  
  440. {/block:Quote}
  441.  
  442. {block:Link}<div id="linkage">
  443. <a href="{URL}" class="link" {Target}>{Name}</a>
  444. </div>
  445. {block:Description}
  446. <div class="description">{Description}</div>
  447. {/block:Description}
  448.  
  449. {/block:Link}
  450.  
  451. {block:Chat}
  452. {block:Title}
  453. <h3><a href="{Permalink}">{Title}</a></h3>
  454. {/block:Title}
  455.  
  456. {block:Lines}
  457. {block:Label}
  458. <span class="label">{Label}</span>
  459. {/block:Label}
  460.  
  461. <div id="chat"> {Line}<br></div>
  462. {/block:Lines}
  463.  
  464. {/block:Chat}
  465.  
  466. {block:Video}
  467. {Video-500}
  468. {block:Caption}
  469. <div class="caption">{Caption}</div>
  470. {/block:Caption}
  471. {/block:Video}
  472.  
  473. {block:Answer}<b>{Asker} whispered:</b><br> <div style="background:#eee;border-left:4px solid #8c9194;padding:5px;">"{Question}"</div>
  474. {Answer}{/block:answer}
  475.  
  476.  
  477. {block:Audio}<div id="audioplayer" style="border-radius:100px;">
  478. {AudioPlayerGrey}</div>
  479.  
  480. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  481. <div class="caption">
  482. {block:TrackName}
  483. + {TrackName}
  484. {/block:TrackName}<br>
  485. {block:Artist}
  486. + by {Artist}
  487. {/block:Artist} <br>
  488. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}</div><br>
  489. <div style="margin-top:65px;">
  490. {block:Caption}
  491. {/block:Caption}
  492. </div>
  493.  
  494. {/block:Audio}
  495.  
  496. <div id="info">
  497. {block:IndexPage}<br>
  498. posted
  499. <a href="{Permalink}"> {TimeAgo}</a>
  500. with
  501. <a href="{Permalink}">{NoteCountwithlabel} </a>
  502. <br>
  503. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  504.  
  505. <br>
  506. {block:HasTags}
  507. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  508. {/block:Tags}
  509. {/block:HasTags}
  510. </center> </div>
  511. {block:ContentSource}
  512. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  513. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  514. {/block:SourceLogo}
  515. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  516. {/block:ContentSource}
  517. {/block:IndexPage}
  518.  
  519. {block:PermalinkPage}
  520. {block:Date}
  521. {TimeAgo} on
  522. {ShortMonth} {DayofMonth},{Year}
  523. {/block:Date}
  524. {block:NoteCount} {NoteCountWithLabel}
  525. {/block:NoteCount}
  526. {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>
  527. {/block:Tags}
  528. {/block:HasTags}
  529. | {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank" > {ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  530. </center>
  531. {/block:PermalinkPage}
  532.  
  533. {block:PostNotes}
  534. {PostNotes}
  535. {/block:PostNotes}
  536.  
  537.  
  538. </div>
  539. {/block:Posts}
  540. </body>
  541.  
  542. </html>
Advertisement
Add Comment
Please, Sign In to add comment