Advertisement
dawnsalvatore

Theme #149

Jan 26th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.01 KB | None | 0 0
  1. <!-- theme #149 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="color:Background" content="#ffffff"/>
  27. <meta name="color:Border" content="#efefef" />
  28. <meta name="color:Link" content="#757575" />
  29. <meta name="color:Linkhover" content="#080808" />
  30. <meta name="color:Scrollbar" content="#e8e8e8" />
  31. <meta name="color:Text" content="#464646" />
  32. <meta name="color:Title" content="#232323" />
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="text:Home" content="/" />
  37. <meta name="text:Home Title" content="Home" />
  38. <meta name="text:Ask" content="/ask" />
  39. <meta name="text:Ask Title" content="Ask" />
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 Title" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 Title" content="" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 Title" content="" />
  46.  
  47. <meta name="if:Infinite Scroll" content=""/>
  48. <meta name="if:500pxPosts" content="1">
  49. <meta name="if:400pxPosts" content="">
  50. <meta name="if:RoundSidebar" content="">
  51.  
  52.  
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' 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:calibri; font-size:11px; line-height:100%;color:{color:text}; background-color:{color: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}; -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:cambria; color:{color:title}; }
  83.  
  84. h2 { font-size:14px; padding:3px; line-height:100%; font-family:cambria; color:{color:title}; font-style:italic;}
  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:text};}
  105. i, em {border: none; color:{color:text};}
  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. .audio {padding-bottom:10px; }
  115.  
  116. .albumart {float:left; padding-bottom:10px}
  117.  
  118. .albumart img {width:100px;height:100px;}
  119.  
  120. .playercontainer { text-align:left; padding:10px;}
  121.  
  122. .audioinfo { padding:10px; margin-bottom:-20px;}
  123.  
  124. .qmark {font-size: 90px; font-family:baskerville; color:{color:text}; line-height: 90px; margin-left: -5px; opacity: 0.1; filter:alpha (opacity=10);}
  125.  
  126. .quote {font-family:baskerville; font-size: 17px; line-height: 23px; margin-top: -77px; margin-left: 35px; padding: 5px;text-align:justify;}
  127.  
  128. .qsource{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  129.  
  130.  
  131.  
  132. /* --- POSTS ---*/
  133.  
  134. #entries{margin-top:30px; margin-bottom:10px; margin-left:550px;
  135. {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{ padding:10px; margin-bottom:20px; line-height:12px;
  152. {block:If500pxPosts}
  153. {block:IfNot400pxPosts}
  154. width:500px;
  155. {/block:IfNot400pxPosts}
  156. {/block:If500pxPosts}
  157. {block:IfNot500pxPosts}
  158. {block:If400pxPosts}
  159. width:400px;
  160. {/block:If400pxPosts}
  161. {/block:IfNot500pxPosts}
  162. {block:IfNot500pxPosts}
  163. {block:IfNot400pxPosts}
  164. width:250px;
  165. {/block:IfNot400pxPosts}
  166. {/block:IfNot500pxPosts}}
  167.  
  168. /* --- SIDEBAR ---*/
  169. #sbar { width:310px; margin-top:25px; margin-left:165px; position:fixed; overflow:hidden; padding:0px; height:70%; border-right:1px solid {color:border};}
  170.  
  171. #description { margin-top:8px; font-size:11px;font-family:calibri; padding:5px; text-align:justify; width:250px; line-height:12px ; }
  172.  
  173. #title {margin-left:5px; margin-top:50px; font-family: 'Euphoria Script'; font-size: 35px; padding:5px; max-width:350px; letter-spacing:1px; color:{color:title}; text-align: center; }
  174.  
  175. #sidebarimg img {margin-top:5px; width:250px; text-align:center; padding:5px; {block:IfRoundSidebar}border-radius: 360px; {/block:IfRoundSidebar}}
  176.  
  177.  
  178.  
  179. /* --- LINKS ---*/
  180.  
  181. #tlinks { width:250px; margin-top:1px; padding:2px; text-align: center; display:inline-block; font-size:10px; font-family:calibri; letter-spacing: 1px; text-transform:lowercase; margin-bottom:4px;}
  182.  
  183. #tlinks a { padding:2px; }
  184.  
  185.  
  186. #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};}
  187.  
  188.  
  189. /* --- PAGINATION ---*/
  190.  
  191. #pagination {font-size:11px;font-family:arial;}
  192.  
  193.  
  194. /* --- CREDITS ---*/
  195. #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;}
  196.  
  197. /* --- ASK ---*/
  198.  
  199. #ask {font-size:15px; font-weight:bold; text-align:right; font-style:italic; padding:10px; border-bottom: 1px solid {color:border} ;}
  200.  
  201. #question {padding:10px; text-align:right;}
  202.  
  203. #answer { text-align:left; padding:10px; }
  204.  
  205.  
  206. /* --- INFO ---*/
  207. #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} ; }
  208.  
  209. #tags { letter-spacing:1px; font-family: calibri; font-size:8px; text-transform:lowercase; text-align:none; margin-top:0px; padding:1px; }
  210.  
  211. #tags a{padding-right:3px}
  212.  
  213. .notes img{width:15px; position:relative; top:5px; border-radius:360px; padding:5px; }
  214.  
  215. ol.notes, .notes li{list-style:none; margin:0px; padding-left:5px; position:relative; }
  216.  
  217. ol.notes {margin:-47px -15px; padding:10px;}
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225. </style>
  226. <style type="text/css">{CustomCSS}</style>
  227. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  228. {/block:IfInfiniteScroll}
  229. </head>
  230. <body>
  231.  
  232. <div id="sbar">
  233. <center> <div id="title">{Title}</div>
  234. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  235. <div id="description">
  236. {Description} </div>
  237.  
  238. <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a>
  239. <a href="{text:Ask}">{text:Ask Title}</a>
  240. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  241. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  242. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} </div>
  243.  
  244.  
  245.  
  246.  
  247.  
  248. <br>
  249. {block:IfNotInfiniteScroll}
  250. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}</div>
  251. </center>
  252. {/block:IfNotInfiniteScroll}
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259. </div></div>
  260.  
  261. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  262.  
  263. <div id="entries">
  264. <div class = "autopagerize_page_element" >
  265. {block:Posts}
  266. <div id="posts">
  267.  
  268. {block:Quote}
  269. <b class="qmark">“</b><div class="quote">{Quote}</div>
  270. {block:Source}<div class="qsource"> — {Source}</div>
  271. {/block:Source}
  272. {/block:Quote}
  273.  
  274. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  275. {block:Text}{Body}{/block:Text}
  276.  
  277. {block:Link}<h2><a href="{URL}" class="link" {Target}>{Name}&rarr;</a></h2>
  278. {block:Description}{Description}{/block:Description}{/block:Link}
  279. {block:Photo}<center>{LinkOpenTag}
  280. {block:If500pxPosts}
  281. {block:IfNot400pxPosts}
  282. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  283. {/block:IfNot400pxPosts}
  284. {/block:If500pxPosts}
  285.  
  286.  
  287. {block:IfNot500pxPosts}
  288. {block:If400pxPosts}
  289. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  290. {/block:If400pxPosts}
  291. {/block:IfNot500pxPosts}
  292.  
  293. {block:IfNot500pxPosts}
  294. {block:IfNot400pxPosts}
  295. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  296. {/block:IfNot400pxPosts}
  297. {/block:IfNot500pxPosts}
  298.  
  299.  
  300. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  301. {block:Photoset}{block:If500pxPosts}
  302. {block:IfNot400pxPosts}
  303. {Photoset-500}
  304. {/block:IfNot400pxPosts}
  305. {/block:If500pxPosts}
  306.  
  307.  
  308. {block:IfNot500pxPosts}
  309. {block:If400pxPosts}
  310. {Photoset-400}
  311. {/block:If400pxPosts}
  312. {/block:IfNot500pxPosts}
  313.  
  314. {block:IfNot500pxPosts}
  315. {block:IfNot400pxPosts}
  316. {Photoset-250}
  317. {/block:IfNot400pxPosts}
  318. {/block:IfNot500pxPosts}
  319. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  320.  
  321. {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}
  322.  
  323.  
  324.  
  325. {block:Video}{block:If500pxPosts}
  326. {block:IfNot400pxPosts}
  327. {Video-500}
  328. {/block:IfNot400pxPosts}
  329. {/block:If500pxPosts}
  330.  
  331. {block:IfNot500pxPosts}
  332. {block:If400pxPosts}
  333. {Video-400}
  334. {/block:If400pxPosts}
  335. {/block:IfNot500pxPosts}
  336.  
  337.  
  338. {block:IfNot500pxPosts}
  339. {block:IfNot400pxPosts}
  340. {Video-250}
  341. {/block:IfNot400pxPosts}
  342. {/block:IfNot500pxPosts}
  343. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  344.  
  345. {block:Answer}<div id="ask">{Asker}</div><div id="question">{Question}</div><div id="answer">{Answer}</div>{/block:answer}
  346.  
  347. {block:Audio}<div class="audio"><div class="playercontainer">{AudioPlayerWhite}</div><br>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  348. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  349. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  350. </div>
  351. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  352.  
  353.  
  354. </br>
  355.  
  356. <center> <div id="info">
  357. {block:Date} <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} </a>{/block:Date} {block:NoteCount} | <a href="{Permalink}"> {NoteCountWithLabel}{/block:NoteCount}</a> — <a href="{ReblogURL}"> Reblog</a>
  358. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  359. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  360. </center>
  361. </div>
  362. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  363.  
  364. </div></div>
  365. </div>
  366. </div></div>
  367. </body>
  368.  
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement