Advertisement
dawnsalvatore

Theme #115

Dec 29th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.06 KB | None | 0 0
  1. <!-- theme #115 by dawnsalvatore -->
  2. <html><head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  10. </head>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("a[title]").style_my_tooltips({
  17. tip_follows_cursor:true,
  18. tip_delay_time:80,
  19. tip_fade_speed:500,
  20. attribute:"title"});
  21. });
  22. })(jQuery);
  23. </script>
  24. <!-- DEFAULT VARIABLES -->
  25.  
  26.  
  27. <meta name="color:Background" content="#ffffff" />
  28. <meta name="color:Border" content="#f4f4f4" />
  29. <meta name="color:Box" content="#f8f8f8" />
  30. <meta name="color:Link" content="#a0a0a0" />
  31. <meta name="color:Linkhover" content="#d1d1d1" />
  32. <meta name="color:Scrollbar" content="#e9e8e8" />
  33. <meta name="color:Text" content="#969595" />
  34. <meta name="color:Title" content="#7a7a7a" />
  35. <meta name="color:Bold" content="#4d4c4b" />
  36. <meta name="color:Italic" content="#4d4c4b" />
  37.  
  38.  
  39. <meta name="image:sidebar" content=""/>
  40. <meta name="image:background" content="" />
  41.  
  42. <meta name="text:Home" content="/" />
  43. <meta name="text:Home Title" content="Home" />
  44. <meta name="text:Ask" content="/ask" />
  45. <meta name="text:Ask Title" content="Ask" />
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 Title" content="" />
  54.  
  55. <meta name="if:Infinite Scroll" content=""/>
  56. <meta name="if:500pxPosts" content="1">
  57. <meta name="if:400pxPosts" content="">
  58. <meta name="if:FirstLetter" content="1">
  59.  
  60.  
  61.  
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. /* --- SCROLLBAR ---*/
  75. ::-webkit-scrollbar {height: 7px;width: 8px;}
  76. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  77. ::-webkit-scrollbar-track{background-color:{color:background};}
  78.  
  79.  
  80.  
  81. /* --- TOP ---*/
  82. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.8s linear; opacity: 0.9; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  83.  
  84. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.9s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  85.  
  86.  
  87.  
  88. /* --- BODY ---*/
  89. body { background-attachment:fixed; font-family:calibri; font-size:10px; line-height:100%;color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}');}
  90.  
  91. a { text-decoration: none; font-weight: normal; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; color: {color:link};}
  92.  
  93. a:hover { color: {color:linkhover}; text-decoration:none; font-weight:normal; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; }
  94.  
  95. img {border:none;}
  96.  
  97. h1{font-size:12px; line-height:100%;text-transform:none ;font-family:cambria; color:{color:title}; }
  98.  
  99. h2 { font-size:14px; padding:3px; line-height:100%; font-family:cambria; color:{color:title}; font-style:italic;}
  100.  
  101. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  102.  
  103. blockquote img, blockquote a img {{block:If500pxPosts}
  104. {block:IfNot400pxPosts}
  105. max-width:490px;
  106. {/block:IfNot400pxPosts}
  107. {/block:If500pxPosts}
  108. {block:IfNot500pxPosts}
  109. {block:If400pxPosts}
  110. max-width:390px;
  111. {/block:If400pxPosts}
  112. {/block:IfNot500pxPosts}
  113. {block:IfNot500pxPosts}
  114. {block:IfNot400pxPosts}
  115. max-width:240px;
  116. {/block:IfNot400pxPosts}
  117. {/block:IfNot500pxPosts} }
  118.  
  119. b, strong{color:{color:bold};}
  120. i, em {border: none; color:{color:italic};}
  121. p{margin-top:2px; margin-bottom:2px}
  122.  
  123. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  124. .user_2 .label { font-weight:bold; color:{color:text};}
  125. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px; }
  126.  
  127. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  128.  
  129.  
  130. /* --- POSTS ---*/
  131. #entries{ margin-top:40px; padding:5px;
  132. margin-bottom:10px; margin-left:500px;
  133. {block:If500pxPosts}
  134. {block:IfNot400pxPosts}
  135. width:500px;
  136. {/block:IfNot400pxPosts}
  137. {/block:If500pxPosts}
  138. {block:IfNot500pxPosts}
  139. {block:If400pxPosts}
  140. width:400px;
  141. {/block:If400pxPosts}
  142. {/block:IfNot500pxPosts}
  143. {block:IfNot500pxPosts}
  144. {block:IfNot400pxPosts}
  145. width:250px;
  146. {/block:IfNot400pxPosts}
  147. {/block:IfNot500pxPosts}}
  148.  
  149. #posts{ margin-bottom:50px; line-height:11px;
  150. {block:If500pxPosts}
  151. {block:IfNot400pxPosts}
  152. width:500px;
  153. {/block:IfNot400pxPosts}
  154. {/block:If500pxPosts}
  155. {block:IfNot500pxPosts}
  156. {block:If400pxPosts}
  157. width:400px;
  158. {/block:If400pxPosts}
  159. {/block:IfNot500pxPosts}
  160. {block:IfNot500pxPosts}
  161. {block:IfNot400pxPosts}
  162. width:250px;
  163. {/block:IfNot400pxPosts}
  164. {/block:IfNot500pxPosts}}}
  165.  
  166. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  167.  
  168.  
  169. /* --- SIDEBAR ---*/
  170. #sbar { width:166px; margin-top:125px; margin-left:275px; position:fixed; }
  171.  
  172. #sbar:hover #tlinks {opacity: 1; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear;}
  173.  
  174. #description { margin-left:-3px; width:165px; font-size:10px; font-family:calibri; padding:5px; text-align:center;margin-top:5px; }
  175.  
  176. #description:first-letter { {block:IfFirstLetter}padding:0px; font-style:bold; font-size:30px; margin-right:0px; margin-top:10px; font-family:'Euphoria Script'; {/block:IfFirstLetter}}
  177.  
  178. #sidebarimg img { width:150px; text-align: center; padding:8px; border:1px solid {color:border}; }
  179.  
  180.  
  181. /* --- LINKS ---*/
  182.  
  183. #tlinks { margin-top:0px; padding:2px; text-align: center; display:inline-block; opacity: 0; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear;}
  184.  
  185. #tlinks a {font-family:calibri; font-size:8px; padding:5px; text-transform:uppercase; letter-spacing:1px; display:inline-block; }
  186.  
  187.  
  188. #s-m-t-tooltip {max-width:250px;padding:1px 2px 3px 2px;margin:0px 0px 0px -40px; font-family:calibri; font-size:8px; letter-spacing:2px; text-transform:uppercase; z-index:999999999999999999999999999999999999; background-color:{color:background}; border:1px solid {color:border}; color:{color:text};}
  189.  
  190.  
  191. /* --- PAGINATION ---*/
  192. #pagination { margin-left:3px;font-size:10px;font-family:calibri; word-spacing:1px; text-transform:none; text-align:center; }
  193.  
  194.  
  195. /* --- CREDITS ---*/
  196. #credit {position: fixed; opacity:1; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:12px; right:15px; text-transform:none;}
  197.  
  198. /* --- ASK ---*/
  199. #ask { font-style:italic; background-color:{color:transparent}; padding:7px; margin-bottom:0px; font-family:calibri; font-size:11px; {block:If500pxPosts}
  200. {block:IfNot400pxPosts}
  201. width:430px;
  202. {/block:IfNot400pxPosts}
  203. {/block:If500pxPosts}
  204. {block:IfNot500pxPosts}
  205. {block:If400pxPosts}
  206. width:330px;
  207. {/block:If400pxPosts}
  208. {/block:IfNot500pxPosts}
  209. {block:IfNot500pxPosts}
  210. {block:IfNot400pxPosts}
  211. width:180px;
  212. {/block:IfNot400pxPosts}
  213. {/block:IfNot500pxPosts}}}
  214.  
  215.  
  216.  
  217. #ask { padding:9px;
  218. position: relative; }
  219.  
  220. #ask:after, #demo:before { border: solid transparent;
  221. content: ' ';
  222. height: 0; left: 100%;
  223. position: absolute;
  224. width: 0; }
  225.  
  226. #ask:after { border-width: 7px;
  227. top: 12px;}
  228.  
  229. #ask:before { border-width: 10px;
  230. top: 10px;}
  231.  
  232.  
  233. /* --- INFO ---*/
  234. #info{font-size:9px; text-transform:lowercase; padding:5px; font-family:calibri; font-style:none; text-align:right; margin-top:-6px; border-top:1px solid {color:border}; word-spacing:1px; color:{color:link};}
  235.  
  236. #tags { font-family: calibri; font-size:9px; text-transform:lowercase; text-align:right; margin-top:-7px; padding:5px; font-style:italic;}
  237.  
  238. #tags a{padding-right:4px}
  239.  
  240. .notes img{width:15px; position:relative; top:5px; border-radius:360px; padding:5px; }
  241.  
  242. ol.notes, .notes li{list-style:none; margin:0px; padding-left:5px; position:relative; }
  243.  
  244. ol.notes {margin:-50px -10px; padding:10px;}
  245.  
  246. #audio {width:500px; height:auto; padding-bottom:5px;
  247. display:block;}
  248.  
  249.  
  250. </style>
  251. <style type="text/css">{CustomCSS}</style>
  252. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  253. {/block:IfInfiniteScroll}
  254. </head>
  255. <body>
  256. <BR>
  257.  
  258.  
  259.  
  260.  
  261.  
  262. </div> </div>
  263.  
  264.  
  265.  
  266. <div id="sbar">
  267.  
  268. <center>
  269. <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a>
  270. <a href="{text:Ask}">{text:Ask Title}</a>
  271. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1} <br>
  272. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  273. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  274. {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  275. </div>
  276. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  277. </center> <div id="description">
  278. {Description} </div>
  279.  
  280. <br>
  281. <center> {block:IfNotInfiniteScroll}<div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage} {CurrentPage} of {TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div>
  282. {/block:IfNotInfiniteScroll}</center>
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. </div></div>
  290.  
  291. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  292.  
  293. <div id="entries">
  294. <div class = "autopagerize_page_element" >
  295. {block:Posts}
  296. <div id="posts">
  297.  
  298.  
  299. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  300. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  301. {block:Text}{Body}{/block:Text}
  302.  
  303. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  304. {block:Description}{Description}{/block:Description}{/block:Link}
  305.  
  306. {block:Photo}<center>{LinkOpenTag}
  307. {block:If500pxPosts}
  308. {block:IfNot400pxPosts}
  309. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  310. {/block:IfNot400pxPosts}
  311. {/block:If500pxPosts}
  312.  
  313.  
  314. {block:IfNot500pxPosts}
  315. {block:If400pxPosts}
  316. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  317. {/block:If400pxPosts}
  318. {/block:IfNot500pxPosts}
  319.  
  320. {block:IfNot500pxPosts}
  321. {block:IfNot400pxPosts}
  322. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  323. {/block:IfNot400pxPosts}
  324. {/block:IfNot500pxPosts}
  325.  
  326.  
  327. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  328. {block:Photoset}{block:If500pxPosts}
  329. {block:IfNot400pxPosts}
  330. {Photoset-500}
  331. {/block:IfNot400pxPosts}
  332. {/block:If500pxPosts}
  333.  
  334.  
  335. {block:IfNot500pxPosts}
  336. {block:If400pxPosts}
  337. {Photoset-400}
  338. {/block:If400pxPosts}
  339. {/block:IfNot500pxPosts}
  340.  
  341. {block:IfNot500pxPosts}
  342. {block:IfNot400pxPosts}
  343. {Photoset-250}
  344. {/block:IfNot400pxPosts}
  345. {/block:IfNot500pxPosts}
  346. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  347.  
  348. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  349.  
  350.  
  351. {block:Video}{block:If500pxPosts}
  352. {block:IfNot400pxPosts}
  353. {Video-500}
  354. {/block:IfNot400pxPosts}
  355. {/block:If500pxPosts}
  356.  
  357. {block:IfNot500pxPosts}
  358. {block:If400pxPosts}
  359. {Video-400}
  360. {/block:If400pxPosts}
  361. {/block:IfNot500pxPosts}
  362.  
  363.  
  364. {block:IfNot500pxPosts}
  365. {block:IfNot400pxPosts}
  366. {Video-250}
  367. {/block:IfNot400pxPosts}
  368. {/block:IfNot500pxPosts}
  369. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  370.  
  371.  
  372.  
  373.  
  374. {block:Answer}
  375. <img align="right" style="border-radius:360px" src="{AskerPortraitURL-40}"> <div id="ask">{Asker} said: {Question}</div> <BR>
  376. {Answer}
  377. {/block:Answer}
  378.  
  379. {block:Audio}
  380. <div id="audio">
  381. {block:AudioPlayer}
  382. {AudioPlayerGrey}
  383. {/block:AudioPlayer}
  384. </div>
  385. {block:Caption}
  386. <p>{Caption}
  387. {/block:Caption}
  388. {/block:Audio}
  389.  
  390. </br>
  391.  
  392. <center> <div id="info">
  393. {block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {/block:Date} | <a href="{Permalink}">{NoteCountWithLabel} </a> — <a href="{ReblogURL}"> Reblog</a>
  394. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</div>
  395. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  396.  
  397. </div> </center>
  398. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  399.  
  400. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement