Advertisement
dawnsalvatore

Theme #130

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