Advertisement
dawnsalvatore

Theme #105

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