Advertisement
dawnsalvatore

Theme #108

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