Advertisement
dawnsalvatore

Theme #132

Jan 5th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.94 KB | None | 0 0
  1. <!-- theme #132 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="#f0ece6" />
  28. <meta name="color:Sbar" content="#ffffff" />
  29. <meta name="color:Linkbar" content="#f9f5f6" />
  30. <meta name="color:Link" content="#c0959d" />
  31. <meta name="color:Linkhover" content="#000000" />
  32. <meta name="color:Scrollbar" content="#f7f1f6" />
  33. <meta name="color:Text" content="#777777" />
  34. <meta name="color:Title" content="#c99f99" />
  35. <meta name="color:Bold" content="#777777" />
  36. <meta name="color:Italic" content="#777777" />
  37.  
  38.  
  39. <meta name="image:sidebar" content=""/>
  40. <meta name="image:background" content="" />
  41.  
  42. <meta name="text:Home" content="/" />
  43. <meta name="text:Home Title" content="Home" />
  44. <meta name="text:Ask" content="/ask" />
  45. <meta name="text:Ask Title" content="Ask" />
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52.  
  53. <meta name="if:Infinite Scroll" content=""/>
  54. <meta name="if:500pxPosts" content="1">
  55. <meta name="if:400pxPosts" content="">
  56. <meta name="if:FirstLetter" content="1">
  57. <meta name="if:Show Tags" content="1">
  58.  
  59.  
  60.  
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  69.  
  70. <style type="text/css">
  71.  
  72.  
  73. /* --- SCROLLBAR ---*/
  74. ::-webkit-scrollbar {height: 7px;width: 8px;}
  75. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  76. ::-webkit-scrollbar-track{background-color:{color:background};}
  77.  
  78.  
  79.  
  80. /* --- TOP ---*/
  81. 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;}
  82.  
  83. 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;}
  84.  
  85.  
  86.  
  87. /* --- BODY ---*/
  88. 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}');}
  89.  
  90. 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};}
  91.  
  92. 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; }
  93.  
  94. img {border:none;}
  95.  
  96. h1{font-size:12px; line-height:100%;text-transform:none ;font-family:cambria; color:{color:title}; }
  97.  
  98. h2 { font-size:14px; padding:3px; line-height:100%; font-family:cambria; color:{color:title}; font-style:italic;}
  99.  
  100. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  101.  
  102. blockquote img, blockquote a img {{block:If500pxPosts}
  103. {block:IfNot400pxPosts}
  104. max-width:490px;
  105. {/block:IfNot400pxPosts}
  106. {/block:If500pxPosts}
  107. {block:IfNot500pxPosts}
  108. {block:If400pxPosts}
  109. max-width:390px;
  110. {/block:If400pxPosts}
  111. {/block:IfNot500pxPosts}
  112. {block:IfNot500pxPosts}
  113. {block:IfNot400pxPosts}
  114. max-width:240px;
  115. {/block:IfNot400pxPosts}
  116. {/block:IfNot500pxPosts} }
  117.  
  118. b, strong{color:{color:bold};}
  119. i, em {border: none; color:{color:italic};}
  120. p{margin-top:2px; margin-bottom:2px}
  121.  
  122. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  123. .user_2 .label { font-weight:bold; color:{color:text};}
  124. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px; }
  125.  
  126. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  127.  
  128. .qmark {font-size: 90px; font-family:baskerville; color:{color:text}; line-height: 90px; margin-left: -2px; opacity: 0.2; filter:alpha (opacity=10);}
  129.  
  130. .quote {font-family:baskerville; font-size: 17px; line-height: 23px; margin-top: -85px; margin-left: 35px; padding: 10px;}
  131.  
  132. .qsource{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  133.  
  134. .audio{background-color:black; display:block;}
  135.  
  136. /* --- POSTS ---*/
  137. #entries{margin-top:20px;
  138. margin-bottom:0px; margin-left:550px;
  139. {block:If500pxPosts}
  140. {block:IfNot400pxPosts}
  141. width:500px;
  142. {/block:IfNot400pxPosts}
  143. {/block:If500pxPosts}
  144. {block:IfNot500pxPosts}
  145. {block:If400pxPosts}
  146. width:400px;
  147. {/block:If400pxPosts}
  148. {/block:IfNot500pxPosts}
  149. {block:IfNot500pxPosts}
  150. {block:IfNot400pxPosts}
  151. width:250px;
  152. {/block:IfNot400pxPosts}
  153. {/block:IfNot500pxPosts}}
  154.  
  155. #posts{background-color:{color:sbar}; padding:4px; margin-bottom:10px; line-height:11px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
  156. {block:If500pxPosts}
  157. {block:IfNot400pxPosts}
  158. width:500px;
  159. {/block:IfNot400pxPosts}
  160. {/block:If500pxPosts}
  161. {block:IfNot500pxPosts}
  162. {block:If400pxPosts}
  163. width:400px;
  164. {/block:If400pxPosts}
  165. {/block:IfNot500pxPosts}
  166. {block:IfNot500pxPosts}
  167. {block:IfNot400pxPosts}
  168. width:250px;
  169. {/block:IfNot400pxPosts}
  170. {/block:IfNot500pxPosts}}
  171.  
  172.  
  173. /* --- SIDEBAR ---*/
  174. #sbar { width:250px; margin-top:85px; margin-left:250px; position:fixed; overflow:hidden; background-color:{color:sbar}; padding:5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
  175.  
  176. #description { font-size:10px; font-family:calibri; padding:2px; text-align:justify; width:240px; margin-top: 5px;line-height:14px; }
  177.  
  178. #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}}
  179.  
  180. #sidebarimg img { width:250px; text-align:center;}
  181.  
  182. #title {position:fixed; margin-left:240px; margin-top:35px; font-family: Allura; font-size: 25px; padding:5px; max-width:295px; letter-spacing:1px; color:{color:title};}
  183.  
  184.  
  185. /* --- LINKS ---*/
  186.  
  187. #tlinks {background-color:{color:linkbar}; width:250px; margin-top:58px; padding:2px 5px 2px 5px; text-align: center; margin-left:250px; position:fixed }
  188.  
  189. #tlinks a { display:inline-block; font-family:cambria; font-size:10px; padding:3px; text-transform:uppercase; letter-spacing:1px;}
  190.  
  191.  
  192. #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};}
  193.  
  194.  
  195. /* --- PAGINATION ---*/
  196.  
  197. #pagination { font-size:10px}
  198.  
  199.  
  200. /* --- CREDITS ---*/
  201. #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;}
  202.  
  203. /* --- ASK ---*/
  204.  
  205. #questions {margin-bottom:8px; background-color:{color:sbar}; color: {color:text}; padding:10px; font-family:calibri; font-size:11px}
  206.  
  207. #questions a {color:{color:link}}
  208.  
  209.  
  210. /* --- INFO ---*/
  211. #info{font-size:8px; padding:3px; font-family:calibri; font-style:none; text-align:center; margin-top:-5px; letter-spacing:2px; text-transform:uppercase; background-color:{color:linkbar}; }
  212.  
  213. #tags { letter-spacing:1px; font-family: calibri; font-size:8px; text-transform:lowercase; text-align:none; margin-top:0px; padding:1px; }
  214.  
  215. #tags a{padding-right:3px}
  216.  
  217. .notes img{width:15px; position:relative; top:5px; border-radius:360px; padding:5px; }
  218.  
  219. ol.notes, .notes li{list-style:none; margin:0px; padding-left:5px; position:relative; }
  220.  
  221. ol.notes {margin:-40px -15px; padding:10px;}
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. </style>
  230. <style type="text/css">{CustomCSS}</style>
  231. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  232. {/block:IfInfiniteScroll}
  233. </head>
  234. <body>
  235. <BR>
  236.  
  237.  
  238.  
  239.  
  240.  
  241. </div> </div>
  242. <div id="title">{Title}</div>
  243. <div id="tlinks"> <a href="{text:Home}">{text:Home Title}</a>
  244. <a href="{text:Ask}">{text:Ask Title}</a>
  245. {block:ifLink1} <a href="{text:Link1}"> {text:Link1 Title}</a> {/block:ifLink1}
  246. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  247. {block:ifLink3} <a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  248. </div>
  249.  
  250. <div id="sbar">
  251.  
  252. <center>
  253. <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  254. <br>
  255.  
  256.  
  257. <div id="description">
  258. {Description} </div>
  259. <br>
  260. {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>
  261. {/block:IfNotInfiniteScroll}
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. </div></div>
  269.  
  270. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  271.  
  272. <div id="entries">
  273. <div class = "autopagerize_page_element" >
  274. {block:Posts}
  275. <div id="posts">
  276.  
  277. {block:Quote}
  278. <b class="qmark">“</b><div class="quote">{Quote}</div>
  279. {block:Source}<div class="qsource"> — {Source}</div>
  280. {/block:Source}
  281. {/block:Quote}
  282.  
  283. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  284. {block:Text}{Body}{/block:Text}
  285.  
  286. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  287. {block:Description}{Description}{/block:Description}{/block:Link}
  288.  
  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.  
  356. {block:Answer}<div id="questions">{Asker} said: "{Question}"</div>
  357. {Answer}{/block:answer}
  358.  
  359. {block:Audio}
  360. <br>
  361. <div class="audio">{AudioPlayerBlack}</div>
  362. {block:Caption}{Caption}{/block:Caption}
  363. {/block:Audio}
  364.  
  365.  
  366. </br>
  367.  
  368. <center> <div id="info">
  369. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} <a href="{Permalink}"> - {NoteCountWithLabel}{/block:NoteCount}</a> - <a href="{ReblogURL}"> reblog</a>
  370. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  371. {block:IfShowTags} <div id="tags"> {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div> {/block:IfShowTags}</div>
  372. </center>
  373. </div>
  374. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  375.  
  376. </div></div>
  377. </div>
  378. </div>
  379. </body>
  380.  
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement