Advertisement
dawnsalvatore

Theme #133

Jan 5th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.95 KB | None | 0 0
  1. <!-- theme #133 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:Linkbar" content="#f6f6f6" />
  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="#c99f99" />
  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="1">
  56. <meta name="if:Show Tags" 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{ background-color:#e4e4e4; height:55px; overflow:hidden;}
  128.  
  129. .qmark {font-size: 90px; font-family:baskerville; color:{color:text}; line-height: 90px; margin-left: -2px; opacity: 0.2; filter:alpha (opacity=10);}
  130.  
  131. .quote {font-family:baskerville; font-size: 17px; line-height: 23px; margin-top: -85px; margin-left: 35px; padding: 10px;}
  132.  
  133. .qsource{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  134.  
  135.  
  136.  
  137. /* --- POSTS ---*/
  138. #entries{margin-top:30px;
  139. margin-bottom:0px; margin-left:550px;
  140. {block:If500pxPosts}
  141. {block:IfNot400pxPosts}
  142. width:500px;
  143. {/block:IfNot400pxPosts}
  144. {/block:If500pxPosts}
  145. {block:IfNot500pxPosts}
  146. {block:If400pxPosts}
  147. width:400px;
  148. {/block:If400pxPosts}
  149. {/block:IfNot500pxPosts}
  150. {block:IfNot500pxPosts}
  151. {block:IfNot400pxPosts}
  152. width:250px;
  153. {/block:IfNot400pxPosts}
  154. {/block:IfNot500pxPosts}}
  155.  
  156. #posts{ margin-bottom:10px; line-height:11px;
  157. {block:If500pxPosts}
  158. {block:IfNot400pxPosts}
  159. width:500px;
  160. {/block:IfNot400pxPosts}
  161. {/block:If500pxPosts}
  162. {block:IfNot500pxPosts}
  163. {block:If400pxPosts}
  164. width:400px;
  165. {/block:If400pxPosts}
  166. {/block:IfNot500pxPosts}
  167. {block:IfNot500pxPosts}
  168. {block:IfNot400pxPosts}
  169. width:250px;
  170. {/block:IfNot400pxPosts}
  171. {/block:IfNot500pxPosts}}
  172.  
  173.  
  174. /* --- SIDEBAR ---*/
  175. #sbar { width:250px; margin-top:20px; margin-left:250px; position:fixed; overflow:hidden; padding:5px;}
  176.  
  177. #description { font-size:10px; font-family:calibri; padding:2px; text-align:justify; width:240px; margin-top:5px;line-height:14px; padding:5px; }
  178.  
  179. #description:first-letter { {block:IfFirstLetter}padding:0px; font-style:bold; font-size:30px; margin-right:0px; margin-top:10px; font-family:'Euphoria Script'; {/block:IfFirstLetter}}
  180.  
  181. #sidebarimg img { width:250px; text-align:center;}
  182.  
  183. #title {margin-left:-8px; margin-bottom:3px; font-family: Allura; font-size: 25px; padding:5px; max-width:295px; letter-spacing:1px; color:{color:title};}
  184.  
  185.  
  186. /* --- LINKS ---*/
  187.  
  188. #tlinks {background-color:{color:linkbar}; width:246px; margin-top:5px; padding:2px; text-align: center; margin-left:0px; }
  189.  
  190. #tlinks a { display:inline-block; font-family:cambria; font-size:10px; padding:3px; text-transform:uppercase; letter-spacing:1px;}
  191.  
  192.  
  193. #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};}
  194.  
  195.  
  196. /* --- PAGINATION ---*/
  197.  
  198. #pagination {padding:3px; letter-spacing:3px; font-size:10px}
  199.  
  200.  
  201. /* --- CREDITS ---*/
  202. #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;}
  203.  
  204. /* --- ASK ---*/
  205.  
  206. #questions {margin-bottom:8px; color: {color:text}; padding:10px; font-family:calibri; font-size:11px}
  207.  
  208. #questions a {color:{color:link}}
  209.  
  210.  
  211. /* --- INFO ---*/
  212. #info{font-size:8px; padding:3px; padding-left:5px; padding-right:5px; font-family:calibri; font-style:none; text-align:center; margin-top:-5px; letter-spacing:2px; text-transform:uppercase; background-color:{color:linkbar}; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
  213.  
  214. #tags { letter-spacing:1px; font-family: calibri; font-size:8px; text-transform:lowercase; text-align:none; margin-top:0px; padding:1px; }
  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:-40px -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. <div id="sbar"><div id="title">{Title}</div>
  237.  
  238. <center>
  239. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  240. <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a>
  241. <a href="{text:Ask}">{text:Ask Title}</a>
  242. {block:ifLink1} <a href="{text:Link1}"> {text:Link1 Title}</a> {/block:ifLink1}
  243. {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}
  245. </div>
  246. <div id="description">
  247. {Description} </div>
  248. <br>
  249. {block:IfNotInfiniteScroll}<div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  250. {block:JumpPagination length="4"}
  251. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  252. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  253. {/block:JumpPagination}
  254. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  255. </div></center>
  256. {/block:IfNotInfiniteScroll}
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. </div></div>
  264.  
  265. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  266.  
  267. <div id="entries">
  268. <div class = "autopagerize_page_element" >
  269. {block:Posts}
  270. <div id="posts">
  271.  
  272. {block:Quote}
  273. <b class="qmark">“</b><div class="quote">{Quote}</div>
  274. {block:Source}<div class="qsource"> — {Source}</div>
  275. {/block:Source}
  276. {/block:Quote}
  277.  
  278. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  279. {block:Text}{Body}{/block:Text}
  280.  
  281. {block:Link}<h2><a href="{URL}" class="link" {Target}>{Name}&rarr;</a></h2>
  282. {block:Description}{Description}{/block:Description}{/block:Link}
  283. {block:Photo}<center>{LinkOpenTag}
  284. {block:If500pxPosts}
  285. {block:IfNot400pxPosts}
  286. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  287. {/block:IfNot400pxPosts}
  288. {/block:If500pxPosts}
  289.  
  290.  
  291. {block:IfNot500pxPosts}
  292. {block:If400pxPosts}
  293. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  294. {/block:If400pxPosts}
  295. {/block:IfNot500pxPosts}
  296.  
  297. {block:IfNot500pxPosts}
  298. {block:IfNot400pxPosts}
  299. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  300. {/block:IfNot400pxPosts}
  301. {/block:IfNot500pxPosts}
  302.  
  303.  
  304. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  305. {block:Photoset}{block:If500pxPosts}
  306. {block:IfNot400pxPosts}
  307. {Photoset-500}
  308. {/block:IfNot400pxPosts}
  309. {/block:If500pxPosts}
  310.  
  311.  
  312. {block:IfNot500pxPosts}
  313. {block:If400pxPosts}
  314. {Photoset-400}
  315. {/block:If400pxPosts}
  316. {/block:IfNot500pxPosts}
  317.  
  318. {block:IfNot500pxPosts}
  319. {block:IfNot400pxPosts}
  320. {Photoset-250}
  321. {/block:IfNot400pxPosts}
  322. {/block:IfNot500pxPosts}
  323. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. {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}
  326.  
  327.  
  328.  
  329. {block:Video}{block:If500pxPosts}
  330. {block:IfNot400pxPosts}
  331. {Video-500}
  332. {/block:IfNot400pxPosts}
  333. {/block:If500pxPosts}
  334.  
  335. {block:IfNot500pxPosts}
  336. {block:If400pxPosts}
  337. {Video-400}
  338. {/block:If400pxPosts}
  339. {/block:IfNot500pxPosts}
  340.  
  341.  
  342. {block:IfNot500pxPosts}
  343. {block:IfNot400pxPosts}
  344. {Video-250}
  345. {/block:IfNot400pxPosts}
  346. {/block:IfNot500pxPosts}
  347. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  348.  
  349.  
  350. {block:Answer}<div id="questions">{Asker} said: "{Question}"</div>
  351. {Answer}{/block:answer}
  352.  
  353. {block:Audio}
  354. {block:AlbumArt}
  355. <img src="{AlbumArtURL}" width="55px" align="left">
  356. {/block:AlbumArt}
  357. <div class="audio">
  358. {AudioPlayerGrey}</div>
  359. {block:Caption}
  360. {Caption}
  361. {/block:Caption}
  362. {/block:Audio}
  363.  
  364.  
  365. </br>
  366.  
  367. <center> <div id="info">
  368. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} <a href="{Permalink}"> - {NoteCountWithLabel}{/block:NoteCount}</a> - <a href="{ReblogURL}"> reblog</a>
  369. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  370. {block:IfShowTags} <div id="tags"> {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div> {/block:IfShowTags}</div>
  371. </center>
  372. </div>
  373. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  374.  
  375. </div></div>
  376. </div>
  377. </div>
  378. </body>
  379.  
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement