Advertisement
dawnsalvatore

Theme #131

Jan 5th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.14 KB | None | 0 0
  1. <!-- theme #131 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="#eeebd6" />
  28. <meta name="color:Sbar" content="#F8F6E9" />
  29. <meta name="color:Link" content="#83786E" />
  30. <meta name="color:Linkhover" content="#EBE6CB" />
  31. <meta name="color:Scrollbar" content="#F8F5E1" />
  32. <meta name="color:Text" content="# C0AEA0" />
  33. <meta name="color:Title" content="#695D51" />
  34. <meta name="color:Bold" content="#695D51" />
  35. <meta name="color:Italic" content="#83786E" />
  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:Tags Hover" 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. .qmark {font-size: 90px; font-family:baskerville; color:{color:text}; line-height: 90px; margin-left: -2px; opacity: 0.2; filter:alpha (opacity=10);}
  128.  
  129. .quote {font-family:baskerville; font-size: 17px; line-height: 23px; margin-top: -85px; margin-left: 35px; padding: 10px;}
  130.  
  131. .qsource{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  132.  
  133. .audio{background-color:black; display:block;}
  134.  
  135. /* --- POSTS ---*/
  136. #entries{margin-top:20px;
  137. margin-bottom:0px; margin-left:475px;
  138. {block:If500pxPosts}
  139. {block:IfNot400pxPosts}
  140. width:500px;
  141. {/block:IfNot400pxPosts}
  142. {/block:If500pxPosts}
  143. {block:IfNot500pxPosts}
  144. {block:If400pxPosts}
  145. width:400px;
  146. {/block:If400pxPosts}
  147. {/block:IfNot500pxPosts}
  148. {block:IfNot500pxPosts}
  149. {block:IfNot400pxPosts}
  150. width:250px;
  151. {/block:IfNot400pxPosts}
  152. {/block:IfNot500pxPosts}}
  153.  
  154. #posts{ margin-bottom:10px; line-height:11px;
  155. {block:If500pxPosts}
  156. {block:IfNot400pxPosts}
  157. width:500px;
  158. {/block:IfNot400pxPosts}
  159. {/block:If500pxPosts}
  160. {block:IfNot500pxPosts}
  161. {block:If400pxPosts}
  162. width:400px;
  163. {/block:If400pxPosts}
  164. {/block:IfNot500pxPosts}
  165. {block:IfNot500pxPosts}
  166. {block:IfNot400pxPosts}
  167. width:250px;
  168. {/block:IfNot400pxPosts}
  169. {/block:IfNot500pxPosts}}
  170.  
  171. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear;}
  172.  
  173.  
  174. /* --- SIDEBAR ---*/
  175. #sbar { width:250px; margin-top:95px; margin-left:150px; position:fixed; overflow:hidden; background-color:{color:sbar}; padding:5px;}
  176.  
  177. #description { font-size:10px; font-family:calibri; padding:5px; text-align:justify; width:240px; margin-top: 5px;line-height:14px; word-spacing:1px; }
  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.  
  184. /* --- LINKS ---*/
  185.  
  186. #tlinks { margin-top:0px; padding:5px; text-align: center; margin-left:139px; position:fixed }
  187.  
  188. #tlinks a { margin:0px 0px -10px 6px; width:254px; display:block; background-color:{color:sbar}; font-family:calibri; font-size:8px; padding:3px; text-transform:uppercase; letter-spacing:2px; -moz-transition-duration:0.8s ease-in-out; -webkit-transition-duration:0.8s ease-in-out; -o-transition-duration:0.8s ease-in-out; }
  189.  
  190. #tlinks a:hover {background-color:{color:background}; -moz-transition-duration:0.8s ease-in-out; -webkit-transition-duration:0.8s ease-in-out; -o-transition-duration:0.8s ease-in-out; }
  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 { 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:12px; right:15px; text-transform:none;}
  203.  
  204. /* --- ASK ---*/
  205.  
  206. #questions {margin-bottom:8px; background-color:{color:sbar}; 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; font-family:calibri; font-style:none; text-align:right; margin-top:-5px; letter-spacing:2px; text-transform:uppercase; }
  213.  
  214. #tags { letter-spacing:1px; font-family: calibri; font-size:8px; text-transform:lowercase; text-align:none; margin-top:0px; padding:1px; {block:IfTagsHover}opacity:0; {/block:IfTagsHover}-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear; }
  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:-70px -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. <BR>
  237.  
  238.  
  239.  
  240.  
  241.  
  242. </div> </div>
  243.  
  244. <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a> <br>
  245. <a href="{text:Ask}">{text:Ask Title}</a> <br>
  246. {block:ifLink1} <a href="{text:Link1}"> {text:Link1 Title}</a><br> {/block:ifLink1}
  247. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br> {/block:ifLink2}
  248. {block:ifLink3} <a href="{text:Link3}"> {text:Link3 Title}</a><br>{/block:ifLink3}
  249. </div>
  250.  
  251. <div id="sbar">
  252.  
  253. <center>
  254. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  255. <br>
  256.  
  257.  
  258. <div id="description">
  259. {Description} </div>
  260. <br>
  261. {block:IfNotInfiniteScroll} <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></</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}<h1><a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  288. {block:Description}{Description}{/block:Description}{/block:Link}
  289.  
  290. {block:Photo}<center>{LinkOpenTag}
  291. {block:If500pxPosts}
  292. {block:IfNot400pxPosts}
  293. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  294. {/block:IfNot400pxPosts}
  295. {/block:If500pxPosts}
  296.  
  297.  
  298. {block:IfNot500pxPosts}
  299. {block:If400pxPosts}
  300. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  301. {/block:If400pxPosts}
  302. {/block:IfNot500pxPosts}
  303.  
  304. {block:IfNot500pxPosts}
  305. {block:IfNot400pxPosts}
  306. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  307. {/block:IfNot400pxPosts}
  308. {/block:IfNot500pxPosts}
  309.  
  310.  
  311. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312. {block:Photoset}{block:If500pxPosts}
  313. {block:IfNot400pxPosts}
  314. {Photoset-500}
  315. {/block:IfNot400pxPosts}
  316. {/block:If500pxPosts}
  317.  
  318.  
  319. {block:IfNot500pxPosts}
  320. {block:If400pxPosts}
  321. {Photoset-400}
  322. {/block:If400pxPosts}
  323. {/block:IfNot500pxPosts}
  324.  
  325. {block:IfNot500pxPosts}
  326. {block:IfNot400pxPosts}
  327. {Photoset-250}
  328. {/block:IfNot400pxPosts}
  329. {/block:IfNot500pxPosts}
  330. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  331.  
  332. {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}
  333.  
  334.  
  335.  
  336. {block:Video}{block:If500pxPosts}
  337. {block:IfNot400pxPosts}
  338. {Video-500}
  339. {/block:IfNot400pxPosts}
  340. {/block:If500pxPosts}
  341.  
  342. {block:IfNot500pxPosts}
  343. {block:If400pxPosts}
  344. {Video-400}
  345. {/block:If400pxPosts}
  346. {/block:IfNot500pxPosts}
  347.  
  348.  
  349. {block:IfNot500pxPosts}
  350. {block:IfNot400pxPosts}
  351. {Video-250}
  352. {/block:IfNot400pxPosts}
  353. {/block:IfNot500pxPosts}
  354. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  355.  
  356.  
  357. {block:Answer}<div id="questions">{Asker} said: "{Question}"</div>
  358. {Answer}{/block:answer}
  359.  
  360. {block:Audio}
  361. <br>
  362. <div class="audio">{AudioPlayerBlack}</div>
  363. {block:Caption}{Caption}{/block:Caption}
  364. {/block:Audio}
  365.  
  366.  
  367. </br>
  368.  
  369. <center> <div id="info">
  370. {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a>{/block:Date} {block:NoteCount} <a href="{Permalink}"> - {NoteCountWithLabel}{/block:NoteCount}</a> - <a href="{ReblogURL}"> reblog</a>
  371. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  372. <div id="tags"> {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  373. </center>
  374. </div>
  375. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  376.  
  377. </div></div>
  378. </div>
  379. </div>
  380. </body>
  381.  
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement