Advertisement
dawnsalvatore

Theme #145

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