wallflwers

Theme 36 JD

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