Advertisement
dawnsalvatore

Theme #137

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