Advertisement
dawnsalvatore

Theme #114

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