wallflwers

Theme 35 Joshdevin

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