Advertisement
dawnsalvatore

Theme #144

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