wallflwers

Theme 34 by Joshdevin

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