Advertisement
dawnsalvatore

Theme #118

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