Advertisement
dawnsalvatore

Theme #126

Jan 3rd, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.15 KB | None | 0 0
  1. <!-- theme #126 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="#f4f4f4" />
  29. <meta name="color:Link" content="#c6c6c6" />
  30. <meta name="color:Linkhover" content="#d1d1d1" />
  31. <meta name="color:Scrollbar" content="#e9e8e8" />
  32. <meta name="color:Text" content="#b8b8b8" />
  33. <meta name="color:Title" content="#7a7a7a" />
  34. <meta name="color:Bold" content="#4d4c4b" />
  35. <meta name="color:Italic" content="#868686" />
  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.  
  128. /* --- POSTS ---*/
  129. #entries{margin-top:40px;
  130. margin-bottom:10px; margin-left:575px;
  131. {block:If500pxPosts}
  132. {block:IfNot400pxPosts}
  133. width:500px;
  134. {/block:IfNot400pxPosts}
  135. {/block:If500pxPosts}
  136. {block:IfNot500pxPosts}
  137. {block:If400pxPosts}
  138. width:400px;
  139. {/block:If400pxPosts}
  140. {/block:IfNot500pxPosts}
  141. {block:IfNot500pxPosts}
  142. {block:IfNot400pxPosts}
  143. width:250px;
  144. {/block:IfNot400pxPosts}
  145. {/block:IfNot500pxPosts}}
  146.  
  147. #posts{ margin-bottom:50px; line-height:11px;
  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:hover #tags{ opacity:1; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; transition:all 0.5s linear;}
  165.  
  166.  
  167. /* --- SIDEBAR ---*/
  168. #sbar {width:200px; margin-top:100px; margin-left:325px; position:fixed; }
  169.  
  170.  
  171. #description { font-size:10px; font-family:calibri; padding:5px; text-align:justify; width:170px; margin-top: 10px;line-height:14px; }
  172.  
  173. #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}}
  174.  
  175. #sidebarimg img { width:200px; text-align:center; border-radius:0px; }
  176.  
  177.  
  178. /* --- LINKS ---*/
  179.  
  180. #tlinks { margin-top:5px; padding-top:9px; text-align: center; border-top:1px solid {color:border};}
  181.  
  182. #tlinks a {font-family:georgia; font-size:9px; padding:1px; text-transform:lowercase; letter-spacing:1px; display:inline-block; -moz-transition-duration:0.5s ease-in-out; -webkit-transition-duration:0.5s ease-in-out; -o-transition-duration:0.5s ease-in-out; }
  183.  
  184. #tlinks a:hover {text-decoration:underline; -moz-transition-duration:0.5s ease-in-out; -webkit-transition-duration:0.5s ease-in-out; -o-transition-duration:0.5s ease-in-out; }
  185.  
  186.  
  187. #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};}
  188.  
  189.  
  190. /* --- PAGINATION ---*/
  191.  
  192. #pagination {font-family:calibri; letter-spacing:1px; text-transform:uppercase; margin-left:140px; font-size:8px}
  193.  
  194.  
  195. /* --- CREDITS ---*/
  196. #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;}
  197.  
  198. /* --- ASK ---*/
  199. #ask { position:relative; padding:5px; padding-left:40px; margin-bottom:15px; font-family:calibri; font-size:11px; {block:If500pxPosts}
  200. {block:IfNot400pxPosts}
  201. width:430px;
  202. {/block:IfNot400pxPosts}
  203. {/block:If500pxPosts}
  204. {block:IfNot500pxPosts}
  205. {block:If400pxPosts}
  206. width:330px;
  207. {/block:If400pxPosts}
  208. {/block:IfNot500pxPosts}
  209. {block:IfNot500pxPosts}
  210. {block:IfNot400pxPosts}
  211. width:180px;
  212. {/block:IfNot400pxPosts}
  213. {/block:IfNot500pxPosts}}
  214.  
  215.  
  216.  
  217. /* --- INFO ---*/
  218. #info{font-size:8px; padding:5px; font-family:calibri; font-style:none; text-align:none; margin-top:-5px; letter-spacing:2px; text-transform:uppercase; }
  219.  
  220. #tags { 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; }
  221.  
  222. #tags a{padding-right:3px}
  223.  
  224. .notes img{width:15px; position:relative; top:5px; border-radius:360px; padding:5px; }
  225.  
  226. ol.notes, .notes li{list-style:none; margin:0px; padding-left:5px; position:relative; }
  227.  
  228. ol.notes {margin:-60px -10px; padding:10px;}
  229.  
  230. #audio {width:500px; height:auto; padding-bottom:5px;
  231. display:block;}
  232.  
  233.  
  234. </style>
  235. <style type="text/css">{CustomCSS}</style>
  236. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  237. {/block:IfInfiniteScroll}
  238. </head>
  239. <body>
  240. <BR>
  241.  
  242.  
  243.  
  244.  
  245.  
  246. </div> </div>
  247.  
  248.  
  249.  
  250. <div id="sbar">
  251.  
  252.  
  253.  
  254. <center> <div id="sidebarimg"><img src="{image:sidebar}"> </div>
  255.  
  256.  
  257. <div id="description">
  258. {Description} </div></center>
  259. <div id="tlinks"> <i> <a href="{text:Home}">{text:Home Title}</a>
  260. <a href="{text:Ask}">{text:Ask Title}</a>
  261. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1}
  262. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  263. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  264. </i> </div>
  265. <br>
  266. {block:IfNotInfiniteScroll} <div id="pagination">{block:Pagination}{block:PreviousPage}
  267. <a href="{PreviousPage}"><</a>
  268. {/block:PreviousPage}
  269. &nbsp; {CurrentPage} of {TotalPages}&nbsp;
  270. {block:NextPage}
  271. <a href="{NextPage}">></a>
  272. {/block:NextPage}{/block:Pagination}
  273. </div>
  274. {/block:IfNotInfiniteScroll}
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281. </div></div>
  282.  
  283. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  284.  
  285. <div id="entries">
  286. <div class = "autopagerize_page_element" >
  287. {block:Posts}
  288. <div id="posts">
  289.  
  290.  
  291. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  292. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  293. {block:Text}{Body}{/block:Text}
  294.  
  295. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  296. {block:Description}{Description}{/block:Description}{/block:Link}
  297.  
  298. {block:Photo}<center>{LinkOpenTag}
  299. {block:If500pxPosts}
  300. {block:IfNot400pxPosts}
  301. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  302. {/block:IfNot400pxPosts}
  303. {/block:If500pxPosts}
  304.  
  305.  
  306. {block:IfNot500pxPosts}
  307. {block:If400pxPosts}
  308. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  309. {/block:If400pxPosts}
  310. {/block:IfNot500pxPosts}
  311.  
  312. {block:IfNot500pxPosts}
  313. {block:IfNot400pxPosts}
  314. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  315. {/block:IfNot400pxPosts}
  316. {/block:IfNot500pxPosts}
  317.  
  318.  
  319. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  320. {block:Photoset}{block:If500pxPosts}
  321. {block:IfNot400pxPosts}
  322. {Photoset-500}
  323. {/block:IfNot400pxPosts}
  324. {/block:If500pxPosts}
  325.  
  326.  
  327. {block:IfNot500pxPosts}
  328. {block:If400pxPosts}
  329. {Photoset-400}
  330. {/block:If400pxPosts}
  331. {/block:IfNot500pxPosts}
  332.  
  333. {block:IfNot500pxPosts}
  334. {block:IfNot400pxPosts}
  335. {Photoset-250}
  336. {/block:IfNot400pxPosts}
  337. {/block:IfNot500pxPosts}
  338. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. {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}
  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.  
  364.  
  365.  
  366. {block:Answer}
  367. <img align="left" style="border-radius:360px" src="{AskerPortraitURL-30}"> <div id="ask"><i>{Asker} said:</i> {Question}</div> <BR>
  368. {Answer}
  369. {/block:Answer}
  370.  
  371. {block:Audio}
  372. <div id="audio">
  373. {block:AudioPlayer}
  374. {AudioPlayerGrey}
  375. {/block:AudioPlayer}
  376. </div>
  377. {block:Caption}
  378. <p>{Caption}
  379. {/block:Caption}
  380. {/block:Audio}
  381.  
  382. </br>
  383.  
  384. <div id="info">
  385. {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a>{/block:Date} {block:NoteCount} <a href="{Permalink}"> > {NoteCountWithLabel}{/block:NoteCount}</a> > <a href="{ReblogURL}"> reblog</a>
  386. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  387. <div id="tags"> {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  388.  
  389. </div>
  390. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  391.  
  392. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement