Advertisement
dawnsalvatore

Theme #112

Dec 26th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.99 KB | None | 0 0
  1. <!-- theme #112 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. <meta name="text:Subtitle" content="" />
  27. <meta name="color:Background" content="#f9f9f9" />
  28. <meta name="color:Border" content="#f4f4f4" /> <meta name="color:Link" content="#646464" />
  29. <meta name="color:Linkhover" content="#d1d1d1" />
  30. <meta name="color:Scrollbar" content="#e9e8e8" />
  31. <meta name="color:Text" content="#858585" />
  32. <meta name="color:Title" content="#7a7a7a" />
  33. <meta name="color:Bold" content="#4d4c4b" />
  34. <meta name="color:Italic" content="#4d4c4b" />
  35.  
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:background" content="" />
  39.  
  40. <meta name="text:Home" content="/" />
  41. <meta name="text:Home Title" content="Home" />
  42. <meta name="text:Ask" content="/ask" />
  43. <meta name="text:Ask Title" content="Ask" />
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2 Title" content="" />
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3 Title" content="" />
  50. <meta name="text:Link4" content="" />
  51. <meta name="text:Link4 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:cambria; 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:calibri; color:{color:title}; }
  93.  
  94. h2 { font-size:13px; padding:3px; line-height:100%; font-family:calibri; color:{color:title};}
  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:15px; margin-left:525px;
  127. {block:If500pxPosts}
  128. {block:IfNot400pxPosts}
  129. width:500px;
  130. {/block:IfNot400pxPosts}
  131. {/block:If500pxPosts}
  132. {block:IfNot500pxPosts}
  133. {block:If400pxPosts}
  134. width:400px;
  135. {/block:If400pxPosts}
  136. {/block:IfNot500pxPosts}
  137. {block:IfNot500pxPosts}
  138. {block:IfNot400pxPosts}
  139. width:250px;
  140. {/block:IfNot400pxPosts}
  141. {/block:IfNot500pxPosts}}
  142.  
  143. #posts{ padding-bottom:4px;padding:13px ; {block:If500pxPosts}
  144. {block:IfNot400pxPosts}
  145. width:500px;
  146. {/block:IfNot400pxPosts}
  147. {/block:If500pxPosts}
  148. {block:IfNot500pxPosts}
  149. {block:If400pxPosts}
  150. width:400px;
  151. {/block:If400pxPosts}
  152. {/block:IfNot500pxPosts}
  153. {block:IfNot500pxPosts}
  154. {block:IfNot400pxPosts}
  155. width:250px;
  156. {/block:IfNot400pxPosts}
  157. {/block:IfNot500pxPosts}}}
  158.  
  159. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  160.  
  161.  
  162. /* --- SIDEBAR ---*/
  163. #sbar { width:200px; margin-top:100px; margin-left:250px; position:fixed; }
  164.  
  165. #description { line-height:115%; margin-left:5px; width:190px; padding-top:2px; padding-left:3px; padding-right:2px; font-size:11px; font-family:calibri; text-align: center; text-transform: none; }
  166.  
  167. #description:first-letter { padding:1px; font-style:bold; font-size:16px; margin-right:0px; margin-top:0px; }
  168.  
  169. #sidebarimg img { width:200px; height:200px; border-radius: 0px; text-align: center; padding:4px; border:3px solid {color:border}; }
  170.  
  171. #title {margin-left:5px; margin-top:5px; font-family: Codystar; font-size: 23px; padding:5px; max-width:325px; letter-spacing:1px; color:{color:title}; text-align: center; }
  172.  
  173. #subtitle {margin-left:5px; margin-top:-5px; font-family: Allura; font-size: 18px; padding:5px; max-width:300px; letter-spacing:1px; color:{color:title}; text-align: center;}
  174.  
  175.  
  176.  
  177. /* --- LINKS ---*/
  178.  
  179. #tlinks {padding:5px;}
  180.  
  181. #tlinks a {font-family:calibri; font-size:9px; padding:1px; margin-left:2px; text-transform:uppercase; letter-spacing:1px;}
  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. #pagination1 { text-align: center; font-size:25px; margin-left:25px; margin-top: 300px; width:100px; position:fixed; opacity:0.8;}
  189.  
  190. #pagination2 { text-align: center; font-size:25px; margin-left:1150px; margin-top: 300px; width:100px; position:fixed; opacity:0.8;}
  191.  
  192.  
  193. /* --- CREDITS ---*/
  194. #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;}
  195.  
  196.  
  197.  
  198. /* --- INFO ---*/
  199. #info{font-size:10px; text-transform:lowercase; padding:5px; font-family:calibri; font-style:none; text-align:right; margin-top:-4px; border-top:1px solid {color:border};}
  200.  
  201. #tags { font-family: calibri; font-size:10px; text-transform:lowercase; text-align:right; margin-top:-7px; padding:5px; opacity:0.9; font-style:italic;}
  202.  
  203. #tags a{padding-right:4px}
  204.  
  205. .notes img{width:15px; position:relative; top:5px; border-radius:360px; padding:5px;}
  206.  
  207. ol.notes, .notes li{list-style:none; margin:0px; padding-left:10px;}
  208. #audio {width:500px; height:auto; padding-bottom:5px;
  209. display:block;}
  210.  
  211. </style>
  212. <style type="text/css">{CustomCSS}</style>
  213. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  214. {/block:IfInfiniteScroll}
  215. </head>
  216. <body>
  217. <BR>
  218.  
  219. {block:IfNotInfiniteScroll} <div id="pagination2">
  220. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}</div>
  221.  
  222.  
  223. <div id="pagination1">{block:PreviousPage}<a href="{PreviousPage}">Prev</a> {/block:PreviousPage}</div> {/block:IfNotInfiniteScroll}
  224.  
  225.  
  226.  
  227. </div> </div>
  228.  
  229.  
  230.  
  231. <div id="sbar">
  232.  
  233. <center>
  234. <div id="title">{Title}</div>
  235. <div id="subtitle">{text:Subtitle}</div>
  236. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  237. <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a>
  238. <a href="{text:Ask}">{text:Ask Title}</a>
  239. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div> <div id="description">
  240. {Description} </div>
  241. <div id="tlinks">
  242. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  243. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  244.  
  245. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  246.  
  247. </div>
  248. </center>
  249.  
  250.  
  251.  
  252. <br>
  253. </div></div>
  254.  
  255. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  256.  
  257. <div id="entries">
  258. <div class = "autopagerize_page_element" >
  259. {block:Posts}
  260. <div id="posts">
  261.  
  262.  
  263. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  264. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  265. {block:Text}{Body}{/block:Text}
  266.  
  267. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  268. {block:Description}{Description}{/block:Description}{/block:Link}
  269.  
  270. {block:Photo}<center>{LinkOpenTag}
  271. {block:If500pxPosts}
  272. {block:IfNot400pxPosts}
  273. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  274. {/block:IfNot400pxPosts}
  275. {/block:If500pxPosts}
  276.  
  277.  
  278. {block:IfNot500pxPosts}
  279. {block:If400pxPosts}
  280. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  281. {/block:If400pxPosts}
  282. {/block:IfNot500pxPosts}
  283.  
  284. {block:IfNot500pxPosts}
  285. {block:IfNot400pxPosts}
  286. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  287. {/block:IfNot400pxPosts}
  288. {/block:IfNot500pxPosts}
  289.  
  290.  
  291. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  292. {block:Photoset}{block:If500pxPosts}
  293. {block:IfNot400pxPosts}
  294. {Photoset-500}
  295. {/block:IfNot400pxPosts}
  296. {/block:If500pxPosts}
  297.  
  298.  
  299. {block:IfNot500pxPosts}
  300. {block:If400pxPosts}
  301. {Photoset-400}
  302. {/block:If400pxPosts}
  303. {/block:IfNot500pxPosts}
  304.  
  305. {block:IfNot500pxPosts}
  306. {block:IfNot400pxPosts}
  307. {Photoset-250}
  308. {/block:IfNot400pxPosts}
  309. {/block:IfNot500pxPosts}
  310. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  311.  
  312. {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}
  313.  
  314.  
  315. {block:Video}{block:If500pxPosts}
  316. {block:IfNot400pxPosts}
  317. {Video-500}
  318. {/block:IfNot400pxPosts}
  319. {/block:If500pxPosts}
  320.  
  321. {block:IfNot500pxPosts}
  322. {block:If400pxPosts}
  323. {Video-400}
  324. {/block:If400pxPosts}
  325. {/block:IfNot500pxPosts}
  326.  
  327.  
  328. {block:IfNot500pxPosts}
  329. {block:IfNot400pxPosts}
  330. {Video-250}
  331. {/block:IfNot400pxPosts}
  332. {/block:IfNot500pxPosts}
  333. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335.  
  336. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" style="border-radius:360px; margin:0px; margin-right:9px" /> <b> {Asker} </b>said: {Question}<br><br>
  337. {Answer}{/block:answer}
  338.  
  339. {block:Audio}
  340. <div id="audio">
  341. {block:AudioPlayer}
  342. {AudioPlayerGrey}
  343. {/block:AudioPlayer}
  344. </div>
  345. {block:Caption}
  346. <p>{Caption}
  347. {/block:Caption}
  348. {/block:Audio}
  349.  
  350. </br>
  351.  
  352. <center> <div id="info">
  353. {block:Date}{TimeAgo} {/block:Date} | <a href="{Permalink}">{NoteCountWithLabel} </a> › <a href="{ReblogURL}"> Reblog</a>
  354. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</div>
  355. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  356.  
  357. </div> </center>
  358. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  359.  
  360. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement