Advertisement
dawnsalvatore

Theme #156

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